[go: up one dir, main page]

WO2013056577A1 - Encodeur et décodeur de mode de prédiction de trames intra, procédé correspondant et dispositif électronique associé - Google Patents

Encodeur et décodeur de mode de prédiction de trames intra, procédé correspondant et dispositif électronique associé Download PDF

Info

Publication number
WO2013056577A1
WO2013056577A1 PCT/CN2012/078620 CN2012078620W WO2013056577A1 WO 2013056577 A1 WO2013056577 A1 WO 2013056577A1 CN 2012078620 W CN2012078620 W CN 2012078620W WO 2013056577 A1 WO2013056577 A1 WO 2013056577A1
Authority
WO
WIPO (PCT)
Prior art keywords
intra prediction
prediction mode
reference pixel
current block
mode
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2012/078620
Other languages
English (en)
Chinese (zh)
Inventor
宋秀娟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Publication of WO2013056577A1 publication Critical patent/WO2013056577A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/46Embedding additional information in the video signal during the compression process
    • H04N19/463Embedding additional information in the video signal during the compression process by compressing encoding parameters before transmission
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/593Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques

Definitions

  • Intra prediction mode encoder decoder, method and electronic device thereof
  • the present invention relates to the field of video communication technologies, and in particular, to an intra prediction mode encoder, a decoder, a method thereof, and an electronic device.
  • H.264/AVC International Telecommunication Union Telecommunication Standards
  • ITU-T International Telecommunication Union Telecommunication Standards
  • ISO/IEC International Organization for Standardization/International Electrotechnical Commission
  • H.264/AVC was developed in cooperation with these two standardization organizations. The purpose is to adapt to the ever-increasing demands of various business services for the compression ratio of moving images, and to enable the encoded video data to be used in various network environments. transmission.
  • the intra prediction technique used by H.264/AVC can effectively improve the intra prediction coding efficiency.
  • 16x16 blocks use 4 intra prediction modes
  • 8x8 blocks and 4x4 blocks use 9 intra prediction modes.
  • the four intra prediction modes of the 16x16 block use 2 bits for the equal length coding.
  • the intra prediction direction coding of 8x8 blocks and 4x4 blocks uses the following method:
  • Step 1 Obtain the most probable prediction mode (MPM) of the current block according to the intra prediction direction of the neighboring block.
  • MPM most probable prediction mode
  • Step 2 If the current block uses the same intra prediction mode as the MPM, use the 1 bit flag to identify "the current block uses the intra prediction mode of the MPM" and the encoding process ends; otherwise, skip to step 3.
  • Step 3 Encode a 1-bit flag that identifies "the current block does not use MPM's intra prediction mode".
  • Step 4 Remove the MPM from the intra prediction mode list, then sort the remaining intra prediction modes and assign equal length code words to each mode, and correspond to the currently used intra prediction mode.
  • the code word is written to the code stream and the encoding process ends.
  • intra prediction calculates an intra prediction value of each pixel point in a current block using a restored value of a coded pixel point in a neighboring block. If some of the reference pixels in the neighboring block are not available, some of the corresponding intra prediction modes will inevitably not be used. For example, if adjacent pixels on a boundary are not available, the intra prediction mode using adjacent pixels on the boundary will not be used.
  • a mapping code table is generated for all intra prediction modes except for all or MPM, and is encoded, which results in a large coding overhead.
  • the technical problem to be solved by the embodiments of the present invention is to provide an intra prediction mode encoder, a decoder, a method thereof, and an electronic device, which remove a prediction mode that is inevitably unavailable according to the availability of reference pixels of neighboring blocks, thereby reducing intra prediction.
  • Mode encoding overhead is to provide an intra prediction mode encoder, a decoder, a method thereof, and an electronic device, which remove a prediction mode that is inevitably unavailable according to the availability of reference pixels of neighboring blocks, thereby reducing intra prediction.
  • An intra prediction mode coding method comprising:
  • the intra prediction mode that the current block is inevitably used in the encoding process is removed from all the intra prediction modes, and the available intra prediction mode is obtained;
  • the intra prediction mode of the current block is encoded according to the generated mapping code table.
  • the intra prediction mode that the current block is inevitably not used in the encoding process is removed from all the intra prediction modes, and the available intra prediction is obtained.
  • the steps of the pattern include:
  • the neighboring block uses the restricted intra prediction mode
  • the block in which the intra prediction reference pixel is located uses a non-intra prediction mode, or the intra prediction reference pixel is not in the same slice as the current block, Or if the intra prediction reference pixel does not exist, it is determined that the intra prediction reference pixel is not available; when the neighboring block does not use the restricted intra prediction mode, if the intra prediction reference pixel is not the same as the current block If the slice or the intra prediction reference pixel does not exist, then the intra prediction parameter is determined. The test pixel is not available.
  • the case where the intra prediction reference pixel does not exist includes: the current block is located at an image boundary.
  • An intra prediction mode decoding method comprising:
  • the intra prediction mode that the current block is inevitably used in the encoding process is removed from all the intra prediction modes, and the available intra prediction mode is obtained;
  • the current block is decoded according to the determined intra prediction mode.
  • the intra prediction mode that the current block is inevitably not used in the encoding process is removed from all the intra prediction modes, and the available intra prediction is obtained.
  • the steps of the pattern include:
  • the neighboring block uses the restricted intra prediction mode
  • the block in which the intra prediction reference pixel is located uses a non-intra prediction mode, or the intra prediction reference pixel is not in the same slice as the current block, Or if the intra prediction reference pixel does not exist, it is determined that the intra prediction reference pixel is not available; when the neighboring block does not use the restricted intra prediction mode, if the intra prediction reference pixel is not the same as the current block If the slice, or the intra prediction reference pixel does not exist, it is determined that the intra prediction reference pixel is not available.
  • An encoder the encoder includes a determining module, a generating module, and an encoding module, where: the determining module is configured to: determine, according to the availability of an intra-predicted reference pixel in a neighboring block, that the current block encoding process is inevitably Intra prediction mode used;
  • the generating module is configured to: according to the current block encoding process determined by the determining module However, the intra prediction mode that is not used removes the intra prediction mode that the current block must not use during the encoding process from all intra prediction modes, obtains an available intra prediction mode, and assigns an index number to the available intra prediction mode, and Generating a mapping code table between the index number and the codeword;
  • the encoding module is configured to: encode the current block intra prediction mode according to the mapping code table generated by the generating module.
  • the determining module is configured to determine an intra prediction mode that is inevitably not used in the current block coding process according to the availability of the intra prediction reference pixel in the neighboring block in the following manner:
  • the neighboring block uses the restricted intra prediction mode
  • the block in which the intra prediction reference pixel is located uses the non-intra prediction mode, or the intra prediction reference pixel is not in the same slice or frame as the current block, Determining that the reference pixel is not present, determining that the intra prediction reference pixel is not available;
  • the intra prediction reference pixel is determined. The point is not available.
  • a decoder comprising a determining unit, a generating unit, a first decoding unit and a second decoding unit, wherein: the determining unit is configured to: determine according to availability of intra prediction reference pixel points in neighboring blocks An intra prediction mode that is inevitably not used in the current block encoding process;
  • the generating unit is configured to: remove, according to the intra prediction mode that is not used in the current block coding process determined by the determining module, the intra prediction that the current block is inevitably not used in the encoding process from all the intra prediction modes. a mode, obtaining an available intra prediction mode, assigning an index number to an available intra prediction mode, and generating a mapping code table between the index number and the code word;
  • the first decoding unit is configured to: convert the input codeword into an intra prediction mode index sequence according to the mapping code table generated by the generating unit, and determine an intra prediction mode used by the current block; the second decoding unit Set to: decode the current block according to the determined intra prediction mode.
  • the determining unit is configured to determine an intra prediction mode that is inevitably not used in the current block coding process according to the availability of the intra prediction reference pixel in the neighboring block in the following manner:
  • the neighboring block uses the restricted intra prediction mode, if the block in which the intra prediction reference pixel is located uses the non-intra prediction mode, or the intra prediction reference pixel is not in the same slice or frame as the current block, Determining that the reference pixel is not present, determining that the intra prediction reference pixel is not available;
  • the intra prediction reference pixel is determined. The point is not available.
  • An electronic device comprising: any of the encoders described above, and/or any of the decoders described above.
  • the intra prediction mode that is inevitably unavailable is removed from all intra prediction modes, the prediction mode index table is cropped, and the prediction mode index sequence number is adjusted.
  • the prediction mode index number is encoded by using the unequal length code, thereby reducing the intra prediction mode coding overhead.
  • FIG. 1 is a schematic flowchart of an intra prediction mode encoding method according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of an intra prediction mode decoding method according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of an intra prediction mode of a 16x16 block
  • Figure 4 is a schematic diagram of the intra prediction modes of 8x8 blocks and 4x4 blocks. Preferred embodiment of the invention
  • the present embodiment provides an intra prediction mode coding method, which uses the following technical solution: According to the availability of intra prediction reference pixel points in neighboring blocks of the current block, all intra prediction is performed. In the mode, the intra prediction mode that the current block is inevitably not used in the encoding process is removed, and the available intra prediction mode is obtained;
  • the current block intra prediction mode is encoded according to the generated mapping code table.
  • the neighboring block uses a restricted intra prediction mode (refer to an encoding mode of a reference block where an intra prediction reference pixel is located must be a specified frame) Intra prediction mode) (PPS::constrained_intra_pred_flag value is 1), if the block in which the intra prediction reference pixel is located uses a non-intra prediction mode (such as inter prediction mode, etc.), or an intra prediction reference pixel Determining that the intra prediction reference pixel is not available, if the current block is not in the same slice, or the intra prediction reference pixel does not exist (as in the case where the current block is located at the image boundary);
  • the neighboring block does not use the restricted intra prediction mode (PPS::constrained_intra_pred_flag value is 0)
  • PPS::constrained_intra_pred_flag value 0
  • the intra prediction reference pixel is not in the same slice as the current block, or the intra prediction reference If the pixel does not exist (as in the case where the current block is located at the edge of the image), it is determined that the intra-predicted reference pixel is not available.
  • the embodiment further provides an intra prediction mode decoding method, which uses the following technical solutions:
  • the intra prediction mode that the current block is inevitably used in the encoding process is removed from all the intra prediction modes, and the available intra prediction mode is obtained;
  • the current block is decoded according to the determined intra prediction mode.
  • the intra prediction mode coding method in this embodiment mainly includes the following steps: Step 1: Determine the availability of intra prediction reference pixel points in adjacent blocks;
  • Step 2 removing an intra prediction mode that is inevitably not used according to the availability of the intra prediction reference pixel
  • the intra prediction mode that is inevitably not used in the encoding process can be obtained according to the relevant standard protocol.
  • Step 3 assign an index sequence number to the available intra prediction mode, and generate a mapping code table between the index sequence number and the codeword;
  • Step 4 encode the current block intra prediction mode according to the generated mapping code table.
  • the intra prediction mode decoding method in this embodiment mainly includes the following steps: Step 1: Determine the availability of an intra prediction reference pixel in a neighboring block;
  • Step 2 removing an intra prediction mode that is inevitably not used according to the availability of the intra prediction reference pixel
  • Step 3 assign an index sequence number to the available intra prediction mode, and generate a mapping code table between the index sequence number and the codeword;
  • Step 4 Convert the input codeword into an intra prediction mode index number according to the generated mapping code table, and determine an intra prediction mode used by the current block.
  • Step 5 Decode the current block according to the determined intra prediction mode.
  • the embodiment provides an encoder, where the encoder includes: a determining module, a generating module, and an encoding module, where The determining module is configured to: determine, according to availability of intra prediction reference pixel points in the neighboring block, an intra prediction mode that is inevitably not used in the current block encoding process;
  • the generating module is configured to: remove, according to the intra prediction mode that is not used in the current block coding process determined by the determining module, from all the intra prediction modes, remove the intra prediction that the current block is inevitably not used in the encoding process.
  • Mode obtaining an available intra prediction mode, assigning an index number to an available intra prediction mode, and generating a mapping code table between the index number and the code word;
  • the encoding module is configured to: encode the current block intra prediction mode according to the mapping code table generated by the generating module.
  • the determining module is configured to determine the availability of the intra prediction reference pixel in the following manner:
  • the neighboring block uses the restricted intra prediction mode
  • the block in which the intra prediction reference pixel is located uses the non-intra prediction mode, or the intra prediction reference pixel is not in the same slice or frame as the current block, Determining that the reference pixel is not present, determining that the intra prediction reference pixel is not available;
  • the intra prediction reference pixel is determined. The point is not available.
  • the present embodiment provides a decoder, where the decoder includes: a determining unit, a generating unit, a first decoding unit, and a second decoding unit, where
  • the determining unit is configured to: determine an intra prediction mode that is inevitably not used in the current block encoding process according to availability of intra prediction reference pixel points in the neighboring block;
  • the generating unit is configured to: remove, according to the intra prediction mode that is not used in the current block coding process determined by the determining module, the intra prediction that the current block is inevitably not used in the encoding process from all the intra prediction modes. a mode, obtaining an available intra prediction mode, assigning an index number to an available intra prediction mode, and generating a mapping code table between the index number and the code word;
  • the first decoding unit is configured to: convert the input codeword into an intra prediction mode index sequence according to the mapping code table generated by the generating unit, and determine an intra prediction mode used by the current block;
  • the second decoding unit is configured to: decode the current block according to the determined intra prediction mode.
  • the determining unit is configured to determine the availability of the intra prediction reference pixel in the following manner:
  • the neighboring block uses the restricted intra prediction mode
  • the block in which the intra prediction reference pixel is located uses the non-intra prediction mode, or the intra prediction reference pixel is not in the same slice or frame as the current block, Determining that the reference pixel is not present, determining that the intra prediction reference pixel is not available;
  • the intra prediction reference pixel is determined. The point is not available.
  • the embodiment provides an electronic device, where the electronic device includes an encoder in a transmitting end, and the encoder can encode an intra prediction mode by using a specific implementation process in the foregoing Embodiment 1, and the specific composition can be implemented by using the foregoing implementation.
  • the description in the third example will not be repeated here.
  • the electronic device may further include a decoder in the receiving end, and the decoding is implemented according to the method provided in the foregoing embodiment.
  • the specific composition of the decoder may be described in the foregoing Embodiment 4, and details are not described herein again. .
  • the electronic device of this embodiment may be a related code stream generating device and a receiving and playing device in a video communication application, for example, a mobile phone, a computer, a server, a set top box, a portable mobile terminal, a digital television, a digital camera, and the like.
  • the sending end is configured to: send video information
  • the receiving end is configured to: receive video information.
  • the above embodiments may be used arbitrarily in combination or separately.
  • This example mainly describes the intra prediction mode coding method of 16x16 blocks.
  • the encoding process is as follows: As shown in Figure 3, there are four 16x16 intra prediction modes: 0 (Vertical), 1 (Horizontal), 2 (DC), 3 ( Plane ).
  • the intra mode code code table is as shown in Table 1 below:
  • the intra mode code code table is as shown in Table 2 below:
  • the encoder determines the used mapping code table according to the above situation, and encodes the intra prediction mode.
  • This example mainly describes the intra-pre-measurement mode coding method of 8x8 block and 4x4 block.
  • the encoding process is as follows:
  • 4x4 intra prediction is taken as an example here.
  • the 8x8 intra prediction method is the same.
  • the pixel points eight, B, C, D, E, F, G, H, and M in the figure are referred to as "upper adjacent"
  • pixels Points I, J, K, and L are called left adjacent intra prediction reference pixels (referred to as "left adjacent”).
  • the intra mode code table is as shown in Table 3 below:
  • the intra mode code table can be as shown in Table 4 below. : Table 4
  • the intra mode code table is as shown in Table 5 below:
  • the encoder determines the used code table according to the above situation, and encodes the intra prediction mode.
  • This example mainly describes the intra-pre-measurement mode decoding method of 16x16 blocks.
  • the decoding process is as follows: With reference to Figure 3, if both pixels in H and V are available, the existing intra prediction mode coding method of H.264/AVC is used.
  • the intra mode code code table is as shown in Table 6 below:
  • the decoder determines the used code table according to the above situation, maps the codeword obtained by analyzing the code stream into an intra mode index number, and further obtains the used intra mode according to the code table mapping.
  • the decoder encodes the current block according to the resulting intra mode.
  • This example mainly describes the intra-pre-measurement mode decoding method for 8x8 and 4x4 blocks. Since the 8x8 intra prediction mode is the same as the intra prediction direction corresponding to the 9 prediction modes used in the 4x4 intra prediction mode, here, 4x4
  • the intra prediction is taken as an example to illustrate the decoding method of the intra mode.
  • the intra mode decoding method of 8x8 intra prediction is the same.
  • the decoding process is as follows:
  • the intra mode code table is as shown in Table 8 below:
  • the intra mode code table can be as shown in Table 9 below. : Table 9
  • the intra mode code code table is as shown in Table 10 below:
  • the decoder determines the used code table according to the above situation, maps the codeword obtained by analyzing the code stream into an intra mode index number, and further obtains the used intra mode according to the code table mapping.
  • the decoder encodes the current block according to the resulting intra mode.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
  • the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.
  • the embodiment of the present invention removes an intra prediction mode that is inevitably unavailable from all intra prediction modes, and performs clipping on the prediction mode index table to adjust the prediction mode.
  • the sequence number is indexed, and the prediction mode index sequence number is encoded by using the unequal length code, thereby reducing the intra prediction mode coding overhead. Therefore, the present invention has strong industrial applicability.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

La présente invention se rapporte à un encodeur et à un décodeur de mode de prédiction de trames Intra. L'invention se rapporte d'autre part à un procédé correspondant et à un dispositif électronique associé. Le procédé de codage selon l'invention comprend les étapes suivantes, consistant : sur la base de la disponibilité d'un point de pixel de référence pour une prédiction de trames Intra dans un bloc adjacent à un bloc actuel, à supprimer, de tous les modes de prédiction de trames Intra, un mode de prédiction de trames Intra qui n'est pas utilisé par le bloc actuel durant un processus de codage, de sorte à obtenir des modes de prédiction de trames Intra disponibles ; à allouer des nombres indices aux modes de prédiction de trames Intra disponibles, et à générer une table de codes de mise en correspondance des nombres indices et de mots de code ; et à encoder les modes de prédiction de trames Intra du bloc actuel conformément à la table de codes de mise en correspondance générée. Dans la solution technique décrite dans la présente invention, le mode de prédiction de trames Intra qui n'est pas utilisé est supprimé sur la base de la disponibilité du point de pixel de référence dans le bloc adjacent. Ceci permet ainsi de réduire la charge de données utiles nécessaire au codage des modes de prédiction de trames Intra.
PCT/CN2012/078620 2011-10-20 2012-07-13 Encodeur et décodeur de mode de prédiction de trames intra, procédé correspondant et dispositif électronique associé Ceased WO2013056577A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110320387.5 2011-10-20
CN201110320387.5A CN103067699B (zh) 2011-10-20 2011-10-20 一种帧内预测模式编码器、解码器及其方法和电子设备

Publications (1)

Publication Number Publication Date
WO2013056577A1 true WO2013056577A1 (fr) 2013-04-25

Family

ID=48110139

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/078620 Ceased WO2013056577A1 (fr) 2011-10-20 2012-07-13 Encodeur et décodeur de mode de prédiction de trames intra, procédé correspondant et dispositif électronique associé

Country Status (2)

Country Link
CN (1) CN103067699B (fr)
WO (1) WO2013056577A1 (fr)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104363459A (zh) * 2014-10-29 2015-02-18 复旦大学 一种适用于hevc标准中帧内预测的参考像素的硬件填充方法
KR102327944B1 (ko) 2016-12-23 2021-11-17 후아웨이 테크놀러지 컴퍼니 리미티드 미리 결정된 방향성 인트라 예측 모드들의 세트로부터 방향성 인트라 예측 모드를 제거하기 위한 인트라 예측 장치
CN110650337B (zh) 2018-06-26 2022-04-01 中兴通讯股份有限公司 一种图像编码方法、解码方法、编码器、解码器及存储介质
WO2020013497A1 (fr) * 2018-07-13 2020-01-16 엘지전자 주식회사 Procédé et dispositif de décodage d'image faisant appel à des information de prédiction intra dans un système de codage d'image
CN110072112B (zh) 2019-03-12 2023-05-12 浙江大华技术股份有限公司 帧内预测方法、编码器及存储装置
EP3886435A4 (fr) 2019-06-25 2022-01-26 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Procédé de mappage, codeur, décodeur et support de stockage informatique
CN110519605A (zh) * 2019-07-23 2019-11-29 西安万像电子科技有限公司 帧内预测模式的编码方法、装置及存储介质
CN116095316B (zh) * 2023-03-17 2023-06-23 北京中星微人工智能芯片技术有限公司 视频图像处理方法及装置、电子设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101330617A (zh) * 2008-07-31 2008-12-24 上海交通大学 基于模式映射的多标准帧内预测器的硬件实现方法及装置
CN101605255A (zh) * 2008-06-12 2009-12-16 华为技术有限公司 一种视频编解码的方法及装置
CN101854551A (zh) * 2010-06-08 2010-10-06 浙江大学 帧内预测模式编解码方法及装置
CN101971631A (zh) * 2007-12-21 2011-02-09 艾利森电话股份有限公司 自适应帧内模式选择

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101309409A (zh) * 2008-02-22 2008-11-19 华为技术有限公司 一种解码方法和装置
CN101677406B (zh) * 2008-09-19 2011-04-20 华为技术有限公司 一种视频编解码的方法及装置
CN101873485B (zh) * 2009-08-21 2012-04-04 杭州海康威视软件有限公司 基于h.264压缩域的水印嵌入方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101971631A (zh) * 2007-12-21 2011-02-09 艾利森电话股份有限公司 自适应帧内模式选择
CN101605255A (zh) * 2008-06-12 2009-12-16 华为技术有限公司 一种视频编解码的方法及装置
CN101330617A (zh) * 2008-07-31 2008-12-24 上海交通大学 基于模式映射的多标准帧内预测器的硬件实现方法及装置
CN101854551A (zh) * 2010-06-08 2010-10-06 浙江大学 帧内预测模式编解码方法及装置

Also Published As

Publication number Publication date
CN103067699A (zh) 2013-04-24
CN103067699B (zh) 2018-02-16

Similar Documents

Publication Publication Date Title
JP2021106403A (ja) 映像デコード方法、映像エンコード方法および記録媒体
CN108271024B (zh) 图像编码、解码方法及装置
WO2013056577A1 (fr) Encodeur et décodeur de mode de prédiction de trames intra, procédé correspondant et dispositif électronique associé
CN118509587A (zh) 利用广角帧内预测的位置相关帧内预测组合
CN112789858B (zh) 帧内预测方法及设备
CN113170202B (zh) 用于构建应用多假设预测的块的mpm列表的编码器、解码器及相应方法
CN113747176A (zh) 图像编码方法、图像解码方法及相关装置
CN113924780A (zh) 用于色度子块的仿射帧间预测的方法及装置
CN113597757B (zh) 具有区域数自适应的几何划分的形状自适应离散余弦变换
CN116325729A (zh) 用于视频译码的基于神经网络的滤波过程中的激活函数设计
CN112889286B (zh) 位置相关预测组合的模式相关和大小相关块级限制的方法和装置
CN113767636B (zh) 帧内模式编解码的方法和系统
CN113678438A (zh) 采用子分区的宽角度帧内预测
JP2021503247A (ja) 変換係数レベルコーディング方法およびその装置
CN113455005A (zh) 用于帧内子分区译码工具所产生的子分区边界的去块效应滤波器
CN114402605A (zh) 图像编码系统中使用残差编码方法的标志的图像解码方法以及用于其的装置
CN113647112A (zh) 用于视频编码和解码的熵编解码
CN113411613B (zh) 对图像块进行视频译码的方法、解码设备和编/解码器
CN116210222A (zh) 约束用于以不同比特深度对视频数据进行译码的自适应环路滤波的操作比特深度
CN112740676B (zh) 帧内变换译码和广角帧内预测的协调
CN114007068B (zh) 编码器、解码器及其实现的对当前块进行预测译码的方法
CN113727120B (zh) 译码方法、装置、编码器和解码器
TW202234886A (zh) 具有固定濾波器的自我調整迴路濾波器
CN117597926A (zh) 图片的块中的最后有效系数的编码
EP4625983A1 (fr) Prédiction temporelle de mode divisé

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12842340

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12842340

Country of ref document: EP

Kind code of ref document: A1