WO2004032357A1 - Implicit weighting of reference pictures in a video decoder - Google Patents
Implicit weighting of reference pictures in a video decoder Download PDFInfo
- Publication number
- WO2004032357A1 WO2004032357A1 PCT/US2003/028189 US0328189W WO2004032357A1 WO 2004032357 A1 WO2004032357 A1 WO 2004032357A1 US 0328189 W US0328189 W US 0328189W WO 2004032357 A1 WO2004032357 A1 WO 2004032357A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- reference picture
- image block
- reference pictures
- weighting factor
- implicit
- 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
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/577—Motion compensation with bidirectional frame interpolation, i.e. using B-pictures
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/60—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
Definitions
- the present invention relates to the field of video CODECs.
- Video data is generally processed and transferred in the form of bit streams.
- Typical video compression encoders and decoders (“CODECs”) gain much of their compression efficiency by forming a reference picture prediction of a picture to be encoded, and encoding the difference between the current picture and the prediction. The more closely that the prediction is correlated with the current picture, the fewer bits that are needed to compress that picture, thereby increasing the efficiency of the process. Thus, it is desirable for the best possible reference picture prediction to be formed.
- the current picture to be coded or decoded is more strongly correlated with the reference picture scaled by a weighting factor than with the reference picture itself.
- Video codecs without weighting factors applied to reference pictures encode such fading sequences very inefficiently. Unfortunately, the transmission of weighting factors requires that some additional bits be sent in the bitstream.
- MPEG Moving Picture Experts Group
- MPEG-2 MPEG-2
- MPEG-4 MPEG-4
- a motion compensated version of a previous reference picture is used as a prediction for the current picture, and only the difference between the current picture and the prediction is coded.
- P single picture prediction
- the reference picture is not scaled when the motion compensated prediction is formed.
- bi-directional picture predictions (“B" pictures)
- intermediate predictions are formed from two different pictures, and then the two intermediate predictions are averaged together, using equal weighting factors of (Vz, Vz) for each, to form a single averaged prediction.
- Vz, Vz the two reference pictures are always one each from the forward direction and the backward direction for B pictures.
- a video decoder for decoding video signal data for an image block with first and second reference picture indices to predict the image block.
- the decoder comprises a reference picture weighting factor unit responsive to the relative positioning between the image block and the first and second reference pictures.
- the reference picture weighting factor unit's output utilized for determining implicit weighting factors corresponding to each of the first and second reference picture indices, respectively.
- the present invention utilizes implicit weighting of reference pictures in video coders and decoders in accordance with the following exemplary figures, in which:
- FIG. 1 shows a block diagram for a video decoder, in accordance with the principles of the present invention
- Figure 2 shows a block diagram for a video decoder with implicit reference picture weighting, in accordance with the principles of the present invention
- Figure 3 shows a flowchart for a decoding process, in accordance with the principles of the present invention
- FIG. 4 shows a block diagram for a video encoder, in accordance with the principles of the present invention
- Figure 5 shows a block diagram for a video encoder with implicit reference picture weighting, in accordance with the principles of the present invention.
- FIG. 6 shows a flowchart for an encoding process, in accordance with the principles of the present invention.
- the present invention encompasses an apparatus and method for implicit weighting of reference pictures in video CODECs.
- video sequences with fading for example, the current picture or image block to be coded is more strongly correlated to a reference picture scaled by a weighting factor than to the reference picture itself.
- Video CODECs without weighting factors applied to reference pictures encode fading sequences very inefficiently.
- weighting factors are used in encoding, a video encoder needs to determine both weighting factors and motion vectors.
- each P picture can use multiple reference pictures to form a picture's prediction, but each individual motion block or 8x8 region of a macroblock uses only a single reference picture for prediction.
- a reference picture index is transmitted for each motion block or 8x8 region, indicating which reference picture is used.
- a limited set of possible reference pictures is stored at both the encoder and decoder, and the number of allowable reference pictures is transmitted.
- bi-predictive pictures also called "B" pictures
- two predictors are formed for each motion block or 8x8 region, each of which can be from a separate reference picture, and the two predictors are averaged together to form a single averaged predictor.
- the reference pictures can both be from the forward direction, both be from the backward direction, or one each from the forward and backward directions.
- Two lists are maintained of the available reference pictures that may used for prediction.
- the two reference pictures may be referred to as the list 0 and list 1 predictors, or the refO and ref 1 reference pictures.
- An index for each reference picture is coded and transmitted, ref_idx_IO and ref_idx_H , for the list 0 and list 1 reference pictures, respectively.
- Joint Video Team Joint Video Team
- Pred P1 * Predl + P0 * PredO + D (Eqn. 1) where P1 and PO are weighting factors, PredO and Predl are the reference picture predictions for list 0 and list 1 respectively, and D is an offset.
- weighting factors are determined by the directions that are used for the reference pictures. In this method, if ref_fwd index is less than or equal to ref_bwd index, weighting factors of (V , Y ⁇ ) are used, otherwise weighting factors of (2, -1 ) are used. In the implicit mode, weighting factors of (2, -1) are always used for macroblocks coded in direct mode.
- weighting factors of (2, -1) are always used for macroblocks coded in direct mode.
- any number of weighting factors are transmitted for each slice. A weighting factor index is then transmitted for each motion block or 8x8 region of a macroblock that uses Bidirection prediction.
- the decoder uses the received weighting factor index to choose the appropriate weighting factor, from the transmitted set, to use when decoding the motion block or 8x8 region. It has also been proposed to explicity transmit a weighting factor associated with each reference picture index once per slice or picture. A small but non-negligible number of bits is required to be transmitted for each slice or picture in this case.
- the functions of the various elements shown in the figures may be provided through the use of dedicated hardware as well as hardware capable of executing software in association with appropriate software.
- the functions may be provided by a single dedicated processor, by a single shared processor, or by a plurality of individual processors, some of which may be shared.
- processor or “controller” should not be construed to refer exclusively to hardware capable of executing software, and may implicitly include, without limitation, digital signal processor (“DSP”) hardware, read-only memory (“ROM”) for storing software, random access memory (“RAM”), and non-volatile storage. Other hardware, conventional and/or custom, may also be included.
- DSP digital signal processor
- ROM read-only memory
- RAM random access memory
- non-volatile storage Other hardware, conventional and/or custom, may also be included.
- any switches shown in the figures are conceptual only. Their function may be carried out through the operation of program logic, through dedicated logic, through the interaction of program control and dedicated logic, or even manually, the particular technique being selectable by the implementer as more specifically understood from the context.
- any element expressed as a means for performing a specified function is intended to encompass any way of performing that function including, for example, a) a combination of circuit elements that performs that function or b) software in any form, including, therefore, firmware, microcode or the like, combined with appropriate circuitry for executing that software to perform the function.
- the invention as defined by such claims resides in the fact that the functionalities provided by the various recited means are combined and brought together in the manner which the claims call for. Applicant thus regards any means that can provide those functionalities as equivalent to those shown herein.
- an implicit weighting factor is applied to the reference picture prediction of a video compression encoder and decoder that uses multiple reference pictures.
- a block is bipredictively coded and a new implicit mode is used as described herein, the distances of the current picture from the reference pictures are used to determine the relative weighting factors based on an interpolation/extrapolation formula.
- a video decoder is indicated generally by the reference numeral 100.
- the video decoder 100 includes a variable length decoder ("VLD") 110 connected in signal communication with an inverse quantizer 120.
- the inverse quantizer 120 is connected in signal communication with an inverse transformer 130.
- the inverse transformer 130 is connected in signal communication with a first input terminal of an adder or summing junction 140, where the output of the summing junction 140 provides the output of the video decoder 100.
- the output of the summing junction 140 is connected in signal communication with a reference picture store 150.
- the reference picture store 150 is connected in signal communication with a motion compensator 160, which is connected in signal communication with a second input terminal of the summing junction 140.
- the video decoder 200 includes a VLD 210 connected in signal communication with an inverse quantizer 220.
- the inverse quantizer 220 is connected in signal communication with an inverse transformer 230.
- the inverse transformer 230 is connected in signal communication with a first input terminal of a summing junction 240, where the output of the summing junction 240 provides the output of the video decoder 200.
- the output of the summing junction 240 is connected in signal communication with a reference picture store 250.
- the reference picture store 250 is connected in signal communication with a motion compensator 260, which is connected in signal communication with a first input of a multiplier 270.
- the VLD 210 is further connected in signal communication with a reference picture weighting factor lookup 280 for providing an implicit bi-prediction coefficient index to the lookup 280.
- the output of the lookup 280 is for providing a weighting factor, and is connected in signal communication to a second input of the multiplier 270.
- the output of the multiplier 270 is connected in signal communication with a second input terminal of the summing junction 240.
- FIG 3 an exemplary process for decoding video signal data for an image block with implicit reference picture weighting is indicated generally by the reference numeral 300.
- the process includes a start block 310 that passes control to an input block 312.
- the input block 312 receives the image block compressed data, and passes control to an input block 313.
- the input block 313 receives a first reference picture index corresponding to a first particular reference picture, and passes control to an input block 314.
- the input block 314 receives a second reference picture index corresponding to a second particular reference picture.
- the input block 314 passes control to a function block 315, which determines the relative positioning between the image block and first and second reference pictures.
- the function block 315 passes control to a function block 316, which calculates an implicit weighting factor corresponding to each of the received reference picture indices based upon relative positioning of the current image block to the first and second reference pictures, and passes control to a function block 317.
- the function block 317 begins a program loop to be executed for each of the two reference picture indices of the current image block, and passes control to a function block 318.
- the function block 318 retrieves a reference picture corresponding to the current loop reference picture index, and passes control to a function block 320.
- the function block 320 motion compensates the retrieved reference picture, and passes control to a function block 322.
- the function block 322 multiplies the motion compensated reference picture by the corresponding implicit weighting factor, and passes control to a function block 323.
- the function block 323 iterates the loop of function block 317, and passes control to function block 324 after the loop has completed twice.
- the function block 324 forms a combined weighted motion compensated reference picture, and passes control to an end block 326.
- the relative positioning determined in function block 315 is used for the determination of the weighting factors.
- a standard video encoder is indicated generally by the reference numeral 400.
- An input to the encoder 400 is connected in signal communication with a non-inverting input of a summing junction 410.
- the output of the summing junction 410 is connected in signal communication with a block transformer 420.
- the transformer 420 is connected in signal communication with a quantizer 430.
- the output of the quantizer 430 is connected in signal communication with a variable length coder (“VLC”) 440, where the output of the VLC 440 is an externally available output of the encoder 400.
- VLC variable length coder
- the output of the quantizer 430 is further connected in signal communication with an inverse quantizer 450.
- the inverse quantizer 450 is connected in signal communication with an inverse block transformer 460, which, in turn, is connected in signal communication with a reference picture store 470.
- a first output of the reference picture store 470 is connected in signal communication with a first input of a motion estimator 480.
- the input to the encoder 400 is further connected in signal communication with a second input of the motion estimator 480.
- the output of the motion estimator 480 is connected in signal communication with a first input of a motion compensator 490.
- a second output of the reference picture store 470 is connected in signal communication with a second input of the motion compensator 490.
- the output of the motion compensator 490 is connected in signal communication with an inverting input of the summing junction 410.
- a video encoder with implicit reference picture weighting is indicated generally by the reference numeral 500.
- An input to the encoder 500 is connected in signal communication with a non-inverting input of a summing junction 510.
- the output of the summing junction 510 is connected in signal communication with a block transformer 520.
- the transformer 520 is connected in signal communication with a quantizer 530.
- the output of the quantizer 530 is connected in signal communication with a VLC 540, where the output of the VLC 440 is an externally available output of the encoder 500.
- the output of the quantizer 530 is further connected in signal communication with an inverse quantizer 550.
- the inverse quantizer 550 is connected in signal communication with an inverse block transformer 560, which, in turn, is connected in signal communication with a reference picture store 570.
- a first output of the reference picture store 570 is connected in signal communication with a first input of a reference picture weighting factor assignor 572.
- the input to the encoder 500 is further connected in signal communication with a second input of the reference picture weighting factor assignor 572.
- the output of the reference picture weighting factor assignor 572 which is indicative of a weighting factor, is connected in signal . communication with a first input of a motion estimator 580.
- a second output of the reference picture store 570 is connected in signal communication with a second input of the motion estimator 580.
- the input to the encoder 500 is further connected in signal communication with a third input of the motion estimator 580.
- the output of the motion estimator 580 which is indicative of motion vectors, is connected in signal communication with a first input of a motion compensator 590.
- a third output of the reference picture store 570 is connected in signal communication with a second input of the motion compensator 590.
- the output of the motion compensator 590 which is indicative of a motion compensated reference picture, is connected in signal communication with a first input of a multiplier 592.
- the output of the reference picture weighting factor assignor 572 which is indicative of a weighting factor, is connected in signal communication with a second input of the multiplier 592.
- the output of the multiplier 592 is connected in signal communication with an inverting input of the summing junction 510.
- FIG. 6 an exemplary process for encoding video signal data for an image block with implicit reference picture weighting is indicated generally by the reference numeral 600.
- the process includes a start block 610 that passes control to an input block 612.
- the input block 612 receives substantially uncompressed image block data, and passes control to a function block 614.
- the function block 614 selects first and second reference pictures for the received image block, from either or both directions relative to the positioning of the image block, and passes control to a function block 616.
- the function block 616 determines the relative positioning between the image block and the first and second reference pictures, and passes control to a function block 618.
- the function block 618 calculates implicit weighting factors for each particular reference picture of the image block based on the relative positioning.
- the function block 618 passes control to a function block 620.
- the function block 620 begins a program loop for each of the two reference picture indices of the current image block, and passes control to a function block 622.
- the function block 622 computes a motion vector for the image block and the particular reference picture, and passes control to a function block 624.
- the function block 624 motion compensates the particular reference picture in correspondence with the motion vector, and passes control to a function block 626.
- the function block 626 multiplies the motion compensated reference picture by its implicit weighting factor to form a weighted motion compensated reference picture, and passes control to a function block 628.
- the function block 628 iterates the loop of function block 620, and passes control to function block 630 after the loop has completed twice.
- the function block 630 forms a combined weighted motion compensated reference picture, and passes control to a function block 632.
- the function block 632 subtracts the combined weighted motion compensated reference picture from the substantially uncompressed image block, and passes control to a function block 634.
- the function block 634 encodes a signal with the difference between the substantially uncompressed image block and the combined weighted motion compensated reference picture along with the corresponding index of the particular reference pictures, and passes control to an end block 636.
- an implicit weighting factor is applied to the reference picture prediction of a video compression encoder and decoder that uses multiple reference pictures.
- the distances of the current picture from the reference picture are used to determine the relative weighting factors, based on an interpolation/extrapolation formula.
- a new definition of implicit bi-prediction is defined.
- An interpolation or extrapolation formula based on the distance between the coded picture and its reference pictures is used. The same formula is used for interpolation or extrapolation. The formula becomes an interpolation formula if the two reference pictures are one before and one after the current coded picture in display order, and it becomes an extrapolation formula if the reference pictures are either both before or both after the current coded picture in display order.
- the current picture is to be displayed at time T
- the reference picture Po is to be displayed at time T 0
- the reference picture Pi is to be displayed at time TL
- the prediction is defined as
- T, Ti and T 0 are present in the picture headers of relative pictures.
- WP weighting factor determination may be based on picture order count ("POC") rather than display time.
- POC picture order count
- POC is present in, or derived from, the slice header.
- Embodiments that store this relative position info from the reference pictures when they are decoded may also be implemented.
- the display times Ti and T 0 are stored while pictures Pi and Po are decoded.
- Pred is calculated once per pixel as:
- Pred (Po - 128) * (T - T) / (Ti - T 0 ) + (Pi -128) * (T - T 0 ) / (T - T 0 ) + 128 (Eqn. 6)
- the reference index of reference picture 0 and of reference picture 1 are not explicitly transmitted but are derived.
- the weighting factor is calculated based on the derived values of Ti and T 0 .
- the reference picture indices in the bitstream when available, may be used to find TO and T1.
- the proposed weighting will be ideal. In this case, a bitrate reduction may be achieved since no bits are needed to transmit the weighting factors associated with each reference picture. For the case when P1 is two reference pictures preceding the current picture and P 0 is one reference picture preceding the current picture, the formula defaults to:
- the principles of the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or combinations thereof. Most preferably, the present invention is implemented as a combination of hardware and software.
- the software is preferably implemented as an application program tangibly embodied on a program storage unit.
- the application program may be uploaded to, and executed by, a machine comprising any suitable architecture.
- the machine is implemented on a computer platform having hardware such as one or more central processing units (“CPU"), a random access memory (“RAM”), and input/output (“I/O”) interfaces.
- CPU central processing units
- RAM random access memory
- I/O input/output
- the computer platform may also include an operating system and microinstruction code.
- the various processes and functions described herein may be either part of the microinstruction code or part of the application program, or any combination thereof, which may be executed by a CPU.
- various other peripheral units may be connected to the computer platform such as an additional data storage unit and a printing unit.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Priority Applications (9)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN038235781A CN1689242B (zh) | 2002-10-01 | 2003-09-10 | 视频解码器中参考画面的隐式加权 |
| EP03749535A EP1547264A4 (en) | 2002-10-01 | 2003-09-10 | IMPLIED WEIGHTING OF REFERENCE IMAGES IN A VIDEO CODER |
| BR0314824-6A BR0314824A (pt) | 2002-10-01 | 2003-09-10 | Ponderação implìcita de imagens de referência em decodificador de vìdeo |
| MXPA05003463A MXPA05003463A (es) | 2002-10-01 | 2003-09-10 | Ponderacion implicita de imagenes de referencia en un decodificador de video. |
| CA2500301A CA2500301C (en) | 2002-10-01 | 2003-09-10 | Implicit weighting of reference pictures in a video decoder |
| JP2004541518A JP2006501760A (ja) | 2002-10-01 | 2003-09-10 | ビデオ・デコーダにおける参照画像の陰解法による重みづけ |
| AU2003268563A AU2003268563A1 (en) | 2002-10-01 | 2003-09-10 | Implicit weighting of reference pictures in a video decoder |
| US10/529,710 US7720152B2 (en) | 2002-10-01 | 2003-09-10 | Implicit weighting of reference pictures in a video decoder |
| TW092126837A TWI230519B (en) | 2002-10-01 | 2003-09-29 | Implicit weighting of reference pictures in a video decoder |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US41544302P | 2002-10-01 | 2002-10-01 | |
| US60/415,443 | 2002-10-01 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2004032357A1 true WO2004032357A1 (en) | 2004-04-15 |
Family
ID=32069857
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2003/028189 Ceased WO2004032357A1 (en) | 2002-10-01 | 2003-09-10 | Implicit weighting of reference pictures in a video decoder |
| PCT/US2003/028274 Ceased WO2004032506A1 (en) | 2002-10-01 | 2003-09-10 | Implicit weighting of reference pictures in a video encoder |
Family Applications After (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2003/028274 Ceased WO2004032506A1 (en) | 2002-10-01 | 2003-09-10 | Implicit weighting of reference pictures in a video encoder |
Country Status (15)
| Country | Link |
|---|---|
| US (1) | US7720152B2 (https=) |
| EP (3) | EP2603001A1 (https=) |
| JP (7) | JP2006501760A (https=) |
| KR (2) | KR101004688B1 (https=) |
| CN (3) | CN1689325B (https=) |
| AU (2) | AU2003273307A1 (https=) |
| BR (2) | BR0314824A (https=) |
| CA (2) | CA2500301C (https=) |
| MX (2) | MXPA05003464A (https=) |
| MY (2) | MY143068A (https=) |
| PL (3) | PL395467A1 (https=) |
| RU (2) | RU2342803C2 (https=) |
| TW (2) | TWI239775B (https=) |
| WO (2) | WO2004032357A1 (https=) |
| ZA (2) | ZA200502372B (https=) |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2005004492A3 (en) * | 2003-06-25 | 2005-04-14 | Thomson Licensing Sa | Method and apparatus for weighted prediction estimation using a displaced frame differential |
| JP2008514122A (ja) * | 2004-09-16 | 2008-05-01 | トムソン ライセンシング | 局在的な輝度変動を利用した重み付き予測ビデオ・コーデックのための方法および装置 |
| EP1579689A4 (en) * | 2002-12-06 | 2010-01-20 | Apple Inc | METHOD AND APPARATUS FOR TIMING SPECIFICATION BETWEEN VARIABLE PRECISION IMAGES FOR DIGITAL VIDEO CODING WITH REDUCED REQUIREMENTS FOR DIVISION OPERATIONS |
| US7903730B2 (en) | 2002-07-15 | 2011-03-08 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US8254461B2 (en) | 2002-07-24 | 2012-08-28 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
Families Citing this family (33)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100508798B1 (ko) * | 2002-04-09 | 2005-08-19 | 엘지전자 주식회사 | 쌍방향 예측 블록 예측 방법 |
| AU2003281133A1 (en) * | 2002-07-15 | 2004-02-02 | Hitachi, Ltd. | Moving picture encoding method and decoding method |
| KR20060063604A (ko) * | 2004-12-06 | 2006-06-12 | 엘지전자 주식회사 | 영상 신호의 인코딩 및 디코딩 방법 |
| KR101102393B1 (ko) * | 2004-12-06 | 2012-01-05 | 엘지전자 주식회사 | 에러 파급을 방지하는 영상신호의 엔코딩 및 디코딩 방법과장치 |
| KR20060070400A (ko) * | 2004-12-20 | 2006-06-23 | 엘지전자 주식회사 | 영상 신호의 인코딩 및 디코딩 방법 |
| CN101228794B (zh) * | 2005-07-21 | 2011-05-11 | 汤姆森许可贸易公司 | 针对加权预测的可分级视频编码方法及设备 |
| WO2007018688A1 (en) * | 2005-07-22 | 2007-02-15 | Thomson Licensing | Method and apparatus for weighted prediction for scalable video coding |
| KR100701129B1 (ko) * | 2005-09-28 | 2007-03-28 | 한국전자통신연구원 | 영상 부호화기에서 고속 블록 모드 결정 방법 |
| JP4867497B2 (ja) * | 2006-06-21 | 2012-02-01 | ソニー株式会社 | 情報処理装置および方法、復号装置および方法、プログラム、並びに情報処理システム |
| JP4902854B2 (ja) * | 2006-09-12 | 2012-03-21 | パナソニック株式会社 | 動画像復号化装置、動画像復号化方法、動画像復号化プログラム、動画像符号化装置、動画像符号化方法、動画像符号化プログラム、及び動画像符号化復号化装置 |
| RU2434359C2 (ru) * | 2007-07-02 | 2011-11-20 | Ниппон Телеграф Энд Телефон Корпорейшн | Способ кодирования и декодирования масштабируемого видео, устройства для их осуществления, программы для их осуществления и машиночитаемые носители, которые хранят эти программы |
| TWI338869B (en) * | 2007-08-03 | 2011-03-11 | Via Tech Inc | Method and apparatus for block-based digital encoded picture |
| RU2461978C2 (ru) * | 2007-10-25 | 2012-09-20 | Ниппон Телеграф Энд Телефон Корпорейшн | Способ масштабируемого кодирования и способ масштабируемого декодирования видеоинформации, устройства для них, программы для них и носитель записи, на котором записаны программы |
| CN102187656B (zh) * | 2008-10-27 | 2014-10-01 | 日本电信电话株式会社 | 像素预测值生成顺序自动生成方法、图像编码方法、图像解码方法、其装置 |
| JP5071413B2 (ja) | 2009-03-02 | 2012-11-14 | 沖電気工業株式会社 | 動画像符号化装置、方法及びプログラム、並びに、動画像符号化システム |
| JP2011082683A (ja) * | 2009-10-05 | 2011-04-21 | Sony Corp | 画像処理装置、画像処理方法、及び、プログラム |
| CA2798231C (en) * | 2010-05-14 | 2022-10-04 | Thomson Licensing | Methods and apparatus for intra coding a block having pixels assigned to groups |
| WO2012093890A2 (ko) * | 2011-01-07 | 2012-07-12 | 삼성전자 주식회사 | 양방향 예측 및 단일방향 예측이 가능한 비디오 예측 방법 및 그 장치, 비디오 부호화 방법 및 그 장치, 비디오 복호화 방법 및 그 장치 |
| KR20120088488A (ko) | 2011-01-31 | 2012-08-08 | 한국전자통신연구원 | 시간적 움직임 벡터 저장 방법 및 그 장치 |
| JP2012244353A (ja) * | 2011-05-18 | 2012-12-10 | Sony Corp | 画像処理装置および方法 |
| RU2600547C2 (ru) | 2011-09-09 | 2016-10-20 | Кт Корпорейшн | Способ получения вектора движения с временным предсказанием и устройство, использующее этот способ |
| GB2494468B (en) * | 2011-09-12 | 2014-01-15 | Canon Kk | Method and device for encoding or decoding information representing prediction modes |
| PL3197164T3 (pl) | 2011-10-17 | 2021-04-19 | Kabushiki Kaisha Toshiba | Urządzenie dekodujące i metoda dekodowania |
| JP5698644B2 (ja) * | 2011-10-18 | 2015-04-08 | 株式会社Nttドコモ | 動画像予測符号化方法、動画像予測符号化装置、動画像予測符号化プログラム、動画像予測復号方法、動画像予測復号装置及び動画像予測復号プログラム |
| JP5485969B2 (ja) * | 2011-11-07 | 2014-05-07 | 株式会社Nttドコモ | 動画像予測符号化装置、動画像予測符号化方法、動画像予測符号化プログラム、動画像予測復号装置、動画像予測復号方法及び動画像予測復号プログラム |
| US9432665B2 (en) | 2011-12-02 | 2016-08-30 | Qualcomm Incorporated | Coding least significant bits of picture order count values identifying long-term reference pictures |
| CN103246658B (zh) * | 2012-02-03 | 2017-02-08 | 展讯通信(上海)有限公司 | 建立索引表方法和编码方法 |
| MX345247B (es) | 2012-04-16 | 2017-01-23 | Samsung Electronics Co Ltd | Metodo y aparato para determinar conjunto de representación de referencia de imagen. |
| EP2869574B1 (en) | 2012-06-27 | 2018-08-29 | Kabushiki Kaisha Toshiba | Encoding method, decoding method, encoding device, and decoding device |
| WO2014028838A1 (en) * | 2012-08-16 | 2014-02-20 | Vid Scale, Inc. | Slice based skip mode signaling for multiple layer video coding |
| CN111193930B (zh) * | 2013-12-16 | 2021-11-30 | 浙江大学 | 一种前向双假设编码图像块的编解码方法和装置 |
| CN109479141B (zh) * | 2016-07-12 | 2023-07-14 | 韩国电子通信研究院 | 图像编码/解码方法和用于所述方法的记录介质 |
| WO2018164504A1 (ko) | 2017-03-09 | 2018-09-13 | 주식회사 케이티 | 비디오 신호 처리 방법 및 장치 |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4985768A (en) * | 1989-01-20 | 1991-01-15 | Victor Company Of Japan, Ltd. | Inter-frame predictive encoding system with encoded and transmitted prediction error |
Family Cites Families (27)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4383272A (en) | 1981-04-13 | 1983-05-10 | Bell Telephone Laboratories, Incorporated | Video signal interpolation using motion estimation |
| US4663665A (en) * | 1985-01-07 | 1987-05-05 | Nippon Hoso Kyokai | TV system conversion apparatus |
| JP2530217B2 (ja) | 1989-01-20 | 1996-09-04 | 日本ビクター株式会社 | フレ―ム間予測符号化装置及び復号装置 |
| JPH0832047B2 (ja) * | 1989-04-28 | 1996-03-27 | 日本ビクター株式会社 | 予測符号化装置 |
| US5151784A (en) | 1991-04-30 | 1992-09-29 | At&T Bell Laboratories | Multiple frame motion estimation |
| US5467136A (en) | 1991-05-31 | 1995-11-14 | Kabushiki Kaisha Toshiba | Video decoder for determining a motion vector from a scaled vector and a difference vector |
| US5369449A (en) * | 1991-11-08 | 1994-11-29 | Matsushita Electric Industrial Co., Ltd. | Method for predicting move compensation |
| US5301019A (en) | 1992-09-17 | 1994-04-05 | Zenith Electronics Corp. | Data compression system having perceptually weighted motion vectors |
| RU2123769C1 (ru) | 1993-04-09 | 1998-12-20 | Сони Корпорейшн | Способы и устройства кодирования изображений и носители информации для записи изображений |
| CN1174645A (zh) * | 1994-12-06 | 1998-02-25 | Cfb(新图象设计中心)有限公司 | 图像转换的方法与设备 |
| RU2093968C1 (ru) | 1995-08-02 | 1997-10-20 | Закрытое акционерное общество "Техно-ТМ" | Способ кодирования-декодирования изображений и устройство для его осуществления |
| EP0765087B1 (en) | 1995-08-29 | 2003-11-12 | Sharp Kabushiki Kaisha | Video coding device |
| JPH09121358A (ja) * | 1995-10-25 | 1997-05-06 | Matsushita Electric Ind Co Ltd | 画像符号化及び復号化装置と方法 |
| US6031575A (en) * | 1996-03-22 | 2000-02-29 | Sony Corporation | Method and apparatus for encoding an image signal, method and apparatus for decoding an image signal, and recording medium |
| JP3263807B2 (ja) * | 1996-09-09 | 2002-03-11 | ソニー株式会社 | 画像符号化装置および画像符号化方法 |
| US6031676A (en) | 1998-04-09 | 2000-02-29 | Storage Technology Corporation | System for sensing a tape cartridge |
| JP2000092494A (ja) * | 1998-09-09 | 2000-03-31 | Sony Corp | 画像処理装置および方法、並びに提供媒体 |
| US6414992B1 (en) * | 1999-01-27 | 2002-07-02 | Sun Microsystems, Inc. | Optimal encoding of motion compensated video |
| US6680921B1 (en) | 1999-06-18 | 2004-01-20 | Telefonaktiebolaget Lm Ericsson (Publ) | Estimation of time stamps in real-time packet communications |
| US6711211B1 (en) | 2000-05-08 | 2004-03-23 | Nokia Mobile Phones Ltd. | Method for encoding and decoding video information, a motion compensated video encoder and a corresponding decoder |
| WO2002009419A2 (en) | 2000-07-20 | 2002-01-31 | Giant Leap Ahead Limited | Method and apparatus for determining motion vectors in dynamic images |
| RU2182727C2 (ru) | 2000-07-20 | 2002-05-20 | Дворкович Александр Викторович | Способ поиска векторов движения деталей в динамических изображениях |
| US6782054B2 (en) | 2001-04-20 | 2004-08-24 | Koninklijke Philips Electronics, N.V. | Method and apparatus for motion vector estimation |
| JP2004007379A (ja) | 2002-04-10 | 2004-01-08 | Toshiba Corp | 動画像符号化方法及び動画像復号化方法 |
| US7903742B2 (en) * | 2002-07-15 | 2011-03-08 | Thomson Licensing | Adaptive weighting of reference pictures in video decoding |
| PT2320659E (pt) * | 2002-08-08 | 2014-11-13 | Panasonic Ip Corp America | Método de codificação e método de descodificação de imagens em movimento |
| US7515637B2 (en) * | 2004-05-21 | 2009-04-07 | Broadcom Advanced Compression Group, Llc | Video decoding for motion compensation with weighted prediction |
-
2003
- 2003-09-10 BR BR0314824-6A patent/BR0314824A/pt not_active Application Discontinuation
- 2003-09-10 WO PCT/US2003/028189 patent/WO2004032357A1/en not_active Ceased
- 2003-09-10 WO PCT/US2003/028274 patent/WO2004032506A1/en not_active Ceased
- 2003-09-10 KR KR1020057005468A patent/KR101004688B1/ko not_active Expired - Fee Related
- 2003-09-10 CA CA2500301A patent/CA2500301C/en not_active Expired - Fee Related
- 2003-09-10 PL PL395467A patent/PL395467A1/pl not_active Application Discontinuation
- 2003-09-10 RU RU2005113314/09A patent/RU2342803C2/ru not_active IP Right Cessation
- 2003-09-10 BR BR0314948-0A patent/BR0314948A/pt not_active Application Discontinuation
- 2003-09-10 EP EP13158072.2A patent/EP2603001A1/en not_active Withdrawn
- 2003-09-10 PL PL03375706A patent/PL375706A1/xx not_active Application Discontinuation
- 2003-09-10 MX MXPA05003464A patent/MXPA05003464A/es active IP Right Grant
- 2003-09-10 CA CA2500307A patent/CA2500307C/en not_active Expired - Fee Related
- 2003-09-10 CN CN038235757A patent/CN1689325B/zh not_active Expired - Fee Related
- 2003-09-10 KR KR1020057005467A patent/KR101037768B1/ko not_active Expired - Fee Related
- 2003-09-10 RU RU2005113316/09A patent/RU2335860C2/ru not_active IP Right Cessation
- 2003-09-10 CN CN038235781A patent/CN1689242B/zh not_active Expired - Fee Related
- 2003-09-10 JP JP2004541518A patent/JP2006501760A/ja active Pending
- 2003-09-10 MX MXPA05003463A patent/MXPA05003463A/es active IP Right Grant
- 2003-09-10 JP JP2004541520A patent/JP2006501761A/ja active Pending
- 2003-09-10 CN CN2009101185733A patent/CN101527853B/zh not_active Expired - Fee Related
- 2003-09-10 AU AU2003273307A patent/AU2003273307A1/en not_active Abandoned
- 2003-09-10 AU AU2003268563A patent/AU2003268563A1/en not_active Abandoned
- 2003-09-10 PL PL03375705A patent/PL375705A1/xx not_active Application Discontinuation
- 2003-09-10 EP EP03749535A patent/EP1547264A4/en not_active Ceased
- 2003-09-10 US US10/529,710 patent/US7720152B2/en not_active Expired - Fee Related
- 2003-09-10 EP EP03755806A patent/EP1547381A4/en not_active Ceased
- 2003-09-29 TW TW092126838A patent/TWI239775B/zh not_active IP Right Cessation
- 2003-09-29 TW TW092126837A patent/TWI230519B/zh not_active IP Right Cessation
- 2003-09-30 MY MYPI20033716A patent/MY143068A/en unknown
- 2003-09-30 MY MYPI20033717A patent/MY143943A/en unknown
-
2005
- 2005-03-22 ZA ZA200502372A patent/ZA200502372B/en unknown
- 2005-03-22 ZA ZA200502370A patent/ZA200502370B/en unknown
-
2010
- 2010-06-24 JP JP2010143424A patent/JP2010239660A/ja active Pending
- 2010-07-08 JP JP2010155609A patent/JP2010220265A/ja active Pending
-
2011
- 2011-10-18 JP JP2011228624A patent/JP2012039651A/ja active Pending
- 2011-10-18 JP JP2011228623A patent/JP2012039650A/ja active Pending
-
2012
- 2012-06-27 JP JP2012143876A patent/JP2012209964A/ja active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4985768A (en) * | 1989-01-20 | 1991-01-15 | Victor Company Of Japan, Ltd. | Inter-frame predictive encoding system with encoded and transmitted prediction error |
Cited By (28)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8817883B2 (en) | 2002-07-15 | 2014-08-26 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US10154277B2 (en) | 2002-07-15 | 2018-12-11 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US9838707B2 (en) | 2002-07-15 | 2017-12-05 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US9516337B2 (en) | 2002-07-15 | 2016-12-06 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US9204161B2 (en) | 2002-07-15 | 2015-12-01 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US7903730B2 (en) | 2002-07-15 | 2011-03-08 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US8837597B2 (en) | 2002-07-15 | 2014-09-16 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US8837580B2 (en) | 2002-07-15 | 2014-09-16 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US8824559B2 (en) | 2002-07-15 | 2014-09-02 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding |
| US8009736B2 (en) | 2002-07-24 | 2011-08-30 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8934546B2 (en) | 2002-07-24 | 2015-01-13 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8254461B2 (en) | 2002-07-24 | 2012-08-28 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US10123037B2 (en) | 2002-07-24 | 2018-11-06 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8837603B2 (en) | 2002-07-24 | 2014-09-16 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8009737B2 (en) | 2002-07-24 | 2011-08-30 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8885732B2 (en) | 2002-07-24 | 2014-11-11 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8934547B2 (en) | 2002-07-24 | 2015-01-13 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8934551B2 (en) | 2002-07-24 | 2015-01-13 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US9554151B2 (en) | 2002-07-24 | 2017-01-24 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8938008B2 (en) | 2002-07-24 | 2015-01-20 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8942287B2 (en) | 2002-07-24 | 2015-01-27 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| US8953693B2 (en) | 2002-07-24 | 2015-02-10 | Apple Inc. | Method and apparatus for variable accuracy inter-picture timing specification for digital video encoding with reduced requirements for division operations |
| EP1579689A4 (en) * | 2002-12-06 | 2010-01-20 | Apple Inc | METHOD AND APPARATUS FOR TIMING SPECIFICATION BETWEEN VARIABLE PRECISION IMAGES FOR DIGITAL VIDEO CODING WITH REDUCED REQUIREMENTS FOR DIVISION OPERATIONS |
| US7809059B2 (en) | 2003-06-25 | 2010-10-05 | Thomson Licensing | Method and apparatus for weighted prediction estimation using a displaced frame differential |
| WO2005004492A3 (en) * | 2003-06-25 | 2005-04-14 | Thomson Licensing Sa | Method and apparatus for weighted prediction estimation using a displaced frame differential |
| US8284837B2 (en) | 2004-09-16 | 2012-10-09 | Thomson Licensing | Video codec with weighted prediction utilizing local brightness variation |
| JP2008312266A (ja) * | 2004-09-16 | 2008-12-25 | Thomson Licensing | 局在的な輝度変動を利用した重み付き予測ビデオ・コーデックのための方法および装置 |
| JP2008514122A (ja) * | 2004-09-16 | 2008-05-01 | トムソン ライセンシング | 局在的な輝度変動を利用した重み付き予測ビデオ・コーデックのための方法および装置 |
Also Published As
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11558618B2 (en) | Adaptive weighting of reference pictures in video CODEC | |
| US7720152B2 (en) | Implicit weighting of reference pictures in a video decoder | |
| US8144787B2 (en) | Adaptive weighting of reference pictures in video decoding | |
| US7801217B2 (en) | Implicit weighting of reference pictures in a video encoder | |
| ZA200500417B (en) | Adaptive weighting of reference pictures in video decoding |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 1-2005-500539 Country of ref document: PH |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 375706 Country of ref document: PL |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2005/02370 Country of ref document: ZA Ref document number: 200502370 Country of ref document: ZA |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2003749535 Country of ref document: EP Ref document number: 1154/DELNP/2005 Country of ref document: IN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2500301 Country of ref document: CA |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2004541518 Country of ref document: JP |
|
| ENP | Entry into the national phase |
Ref document number: 2006133486 Country of ref document: US Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 10529710 Country of ref document: US |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1020057005467 Country of ref document: KR |
|
| WWE | Wipo information: entry into national phase |
Ref document number: PA/a/2005/003463 Country of ref document: MX |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 20038235781 Country of ref document: CN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1200500584 Country of ref document: VN |
|
| ENP | Entry into the national phase |
Ref document number: 2005113316 Country of ref document: RU Kind code of ref document: A |
|
| WWP | Wipo information: published in national office |
Ref document number: 2003749535 Country of ref document: EP Ref document number: 1020057005467 Country of ref document: KR |
|
| WWP | Wipo information: published in national office |
Ref document number: 10529710 Country of ref document: US |