[go: up one dir, main page]

CN1284380C - Reference image buffer region management method - Google Patents

Reference image buffer region management method Download PDF

Info

Publication number
CN1284380C
CN1284380C CN 200310116085 CN200310116085A CN1284380C CN 1284380 C CN1284380 C CN 1284380C CN 200310116085 CN200310116085 CN 200310116085 CN 200310116085 A CN200310116085 A CN 200310116085A CN 1284380 C CN1284380 C CN 1284380C
Authority
CN
China
Prior art keywords
image
frame
field
current
marked
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.)
Expired - Fee Related
Application number
CN 200310116085
Other languages
Chinese (zh)
Other versions
CN1535029A (en
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.)
UNITED XINYUAN DIGITAL AUDIO V
Original Assignee
Institute of Computing Technology of CAS
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 Institute of Computing Technology of CAS filed Critical Institute of Computing Technology of CAS
Priority to CN 200310116085 priority Critical patent/CN1284380C/en
Priority to PCT/CN2004/000751 priority patent/WO2005067297A1/en
Publication of CN1535029A publication Critical patent/CN1535029A/en
Application granted granted Critical
Publication of CN1284380C publication Critical patent/CN1284380C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/423Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation characterised by memory arrangements
    • 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/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/61Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding

Landscapes

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

Abstract

一种参考图像缓冲区管理方法,包括:根据编码的方式,在缓冲区中保留用于编/解码的参考图像;每一个参考图像都通过一个参考索引来标记;当前图像根据参考索引来确定参考图像,完成编解码;如果当前编/解码图像为I帧/场或P帧/场,则将解码后的I/P帧/场替换缓冲区中离当前图像最远的参考帧/场,编/解码下一个图像;如果当前编/解码图像为B帧/场,不改变参考图像的参考索引,编/解码下一个图像;如果所有的图像都完成了编/解码,则删除缓冲区中的所有图像。本发明通过对参考图像进行有效地管理,提高编解码器对参考图像的存取效率,只保留用作参考的图像,降低了对缓存的需求,同时这些参考图像在内存中的统一管理可以提高访存速度。

Figure 200310116085

A reference image buffer management method, including: according to the encoding method, retaining reference images for encoding/decoding in the buffer; each reference image is marked by a reference index; the current image determines the reference image according to the reference index image, complete encoding and decoding; if the current encoded/decoded image is an I frame/field or a P frame/field, replace the reference frame/field farthest from the current image in the buffer with the decoded I/P frame/field, and encode /Decode the next image; if the current encoding/decoding image is a B frame/field, encode/decode the next image without changing the reference index of the reference image; if all images have been encoded/decoded, delete the buffer in the buffer All images. The present invention improves the access efficiency of the codec to the reference images by effectively managing the reference images, only retains the images used as references, and reduces the demand for buffering. At the same time, the unified management of these reference images in the memory can improve Access speed.

Figure 200310116085

Description

A kind of reference picture buffer management method
Technical field
The present invention relates to a kind of buffer management method, in especially a kind of video encoding-decoding process, the reference picture buffer management method.
Background technology
Along with the develop rapidly of science and technology, digital TV in high resolution broadcasting, multimedia network communication, video monitoring, remote monitoring etc. are more and more outstanding to the demand of video coding and decoding technology efficiently.Video coding and decoding technology is to realize high-quality, storage of low-cost multi-medium data and the key of transmitting efficiently.Popular video coding international standard generally adopts the hybrid coding method of prediction/conversion now.Redundancy by on time, space and the subjective vision of prediction/conversion removal video image makes under the condition that keeps certain visual effect, data volume is dropped to minimum.This prediction can be to carry out in present image, also can be to carry out between image.For inter prediction, the general now motion search strategy that adopts based on the piece coupling both to each piece in the present image, was sought best match position according to certain strategy in its reference picture.In order to improve accuracy for predicting, usually may in several reference pictures, mate, use forward direction, back to two reference frames as the B frame, therefore in codec, need reference picture is effectively managed to improve the access efficiency of reference picture in the codec.Certainly the multiframe reference prediction has certain complexity in realization, distributes more buffer memory to preserve reference picture, need more calculate to carry out reference picture selection etc. as needs.
As MPEG-1, MPEG-2, MPEG-4 etc., inter prediction are divided into two kinds in the former coding standard, and a kind of is the P frame that only comes from forward prediction, and another kind is to carry out bi-directional predicted B frame.The prediction of the P frame here is based on all that a reference picture carries out, the B frame then uses two reference pictures of forward and backward to predict, the inter prediction here is comparatively simple, corresponding reference picture buffer management is also fairly simple, only needing to keep two nearest reference frames can be to P, and the B frame carries out inter prediction.
Along with the fast development of computing technique, the realization of multiframe reference prediction has not been very difficult problem, and can bring significant gain, is to improve an effectively approach of compression efficiency because adopt the multi-reference frame Predicting Technique.But, because the complexity that the prediction of too much reference frame is brought in realization far surpasses the gain that it brought, and because common B frame needs to use former and later two reference frames at least, in order to make full use of the reference picture buffering area, general restriction P frame uses two reference frames at the most, can needn't increase the size of image buffer like this under the condition of the P frame being carried out multi-frame prediction.
An important step of multi-reference frame Predicting Technique is how the reference picture buffering area effectively to be managed.H.264 also adopted the multiframe reference technique at up-to-date coding standard in, but reference picture buffer management wherein is very complicated, at first it is all preserved every width of cloth decoded picture, no matter whether this image is as reference picture, and with its order of index marker, and there is a mark to represent that whether this image is as reference picture in addition; In addition, very complicated regulation is also arranged, do not have only when it is not used as reference picture and is used for showing such as a, two field picture and just shift out from buffering area for reference picture turnover buffering area.Complex management like this, and taken a large amount of memory spaces, the buffering area service efficiency is low.
Summary of the invention
The present invention proposes a kind of effective reference picture buffer management method, only preserve all with reference picture for referencial use, and one current just at the buffering area of reconstructed image, realize the operations such as access, renewal of reference picture.
Technical scheme of the present invention comprises the steps:
Step 1, according to the mode of coding, in buffering area, be preserved for the reference picture of coding/decoding;
Step 2, each reference picture all come mark by a reference key, the following mode mark reference picture of concrete employing: the forward direction reference picture is according to DISPLAY ORDER, reference key is by descending, and the reference key from the nearest reference picture of present image on the DISPLAY ORDER is 0; According to DISPLAY ORDER, reference key is arranged by ascending order to reference picture in the back, and the reference key from the nearest reference picture of present image on the DISPLAY ORDER is 0;
Step 3, present image are determined reference picture according to reference key, finish encoding and decoding;
If the current coding/decoding image of step 4 is I frame/field or P frame/field, then decoded I/P frame/field to be replaced in the buffering area from present image reference frame/field farthest, coding/decoding next one image re-executes step 2;
If the current coding/decoding image of step 5 is B frame/field, do not change the reference key of reference picture, the next image of coding/decoding re-executes step 3;
If all images of step 6 have all been finished coding/decoding, then all images in the delete buffer.
The present invention is by managing effectively reference picture, improve the access efficiency of codec to reference picture, only keep with image for referencial use, reduced the demand to buffer memory, the unified management of these reference pictures in internal memory simultaneously can improve memory access speed.
Description of drawings
Fig. 1 is that present image is an I frame and as two whens coding, current decoded field is second labeling method schematic diagram on DISPLAY ORDER;
Fig. 2 is that present image is a P frame and as the labeling method schematic diagram of frame coding;
Fig. 3 is that present image is P frame and this frame during as two codings, and current decoded field is first labeling method schematic diagram on DISPLAY ORDER;
Fig. 4 be present image be P frame and this frame as two codings, current decoded field is second labeling method schematic diagram on DISPLAY ORDER simultaneously;
Fig. 5 is that present image is a B frame and as the labeling method schematic diagram of frame coding;
Fig. 6 is that present image is B frame and this frame during as two codings, and current decoded field is first labeling method schematic diagram on DISPLAY ORDER;
Fig. 7 is that present image is B frame and this frame during as two codings, and current decoded field is second labeling method schematic diagram on DISPLAY ORDER;
Fig. 8 is the flow chart of reference picture in the update image buffering area of the present invention.
Embodiment
Reference picture buffer management mechanism of the present invention, make P/B frame or field energy enough carry out access efficiently to reference picture, simultaneously for the macro block of the specific coding pattern in P/B frame/field, as skip macroblock pattern (Skip mode), Direct Model (Direct mode), symmetric pattern (Symmetric mode) can very directly find its forward direction when the access reference picture, afterwards to reference picture.
Technical scheme of the present invention comprises the steps:
Step 1, according to the mode of coding, in buffering area, be preserved for the reference picture of coding/decoding;
Step 2, each reference picture all come mark by a reference key;
Step 3, present image are determined reference picture according to reference key, finish encoding and decoding;
If the current coding/decoding image of step 4 is I frame/field or P frame/field, then decoded I/P frame/field to be replaced in the buffering area from present image reference frame/field farthest, coding/decoding next one image re-executes step 2;
If the current coding/decoding image of step 5 is B frame/field, do not change the reference key of reference picture, the next image of coding/decoding re-executes step 3;
If all images of step 6 have all been finished coding/decoding, then all images in the delete buffer.
No matter be in the coding or decode procedure of image, all relate to image and in buffering area, carry out coding/decoding, all relate to the management of buffering area of the present invention.
Step 1 of the present invention in image buffer, only is preserved for all with image for referencial use, and reference picture can only be I image or P image.According to different coded systems, the quantity of the reference picture of reservation is also inequality, for the coding based on frame, in the reference picture buffering area, keeps nearest 2 reference pictures that are used for reference; For coding, in the reference picture buffering area, keep nearest 4 reference field images that are used for reference based on the field.
The mark of reference picture is a committed step of the present invention, and after the access of image and coding/decoding were finished in the buffering area, the renewal of reference picture all was that the mark according to image carries out.The present invention has realized image buffer management easily by simple mark mode.
Each reference picture all uses a reference key to come mark, and the principle of mark is: the forward direction reference picture is according to DISPLAY ORDER, and reference key is by descending, and the reference key from the nearest reference picture of present image on the DISPLAY ORDER is 0; According to DISPLAY ORDER, reference key is arranged by ascending order to reference picture in the back, and the reference key from the nearest reference picture of present image on the DISPLAY ORDER is 0.
For the coded system based on frame, if present image is the P frame, then its two forward reference frame are these two reference pictures in the buffering area, are 0 from the nearest image tagged of present image on DISPLAY ORDER wherein, and far away another is labeled as 1; For if present frame be the B frame, the back of it is the reference frame be positioned at present image on DISPLAY ORDER after to reference frame, be labeled as 0 in the back in reference sequence, forward reference frame is labeled as 0 for the reference frame before DISPLAY ORDER is positioned at present image in the forward direction reference sequence.
For coded system based on the field, if when the front court be the P field, its 4 forward directions are with reference to being these four reference pictures in the buffering area, are 0 from the nearest image tagged of present image on DISPLAY ORDER wherein; For if when the front court be the B field, the back of it is two reference field be positioned at present image on DISPLAY ORDER after to reference field, on DISPLAY ORDER, be 0 wherein from the nearest image tagged of present image, another is labeled as 1, the forward direction reference field is the reference picture before DISPLAY ORDER is positioned at present image, the field flag nearest from present image is 0, and another is labeled as 1.
Below by concrete a series of examples, the mark mode with under the different situations in the decoding illustrates labeling process of the present invention: the numeral reference key value among the figure, and the image of arrow indication is a reference picture,
As shown in Figure 1, if present image is the I image, and this image is as two codings, and current decoded field is second on DISPLAY ORDER simultaneously, and first of the current decoded field of mark top is 0;
As shown in Figure 2, if present image is the P image, and carry out the frame coding, mark is 0 from the nearest forward direction reference picture of present image; Forefront forward direction reference picture is 1;
As shown in Figure 3, if present image is the P image, and this image is as two codings, current decoded field is first on DISPLAY ORDER simultaneously, mark when second of the nearest forward direction reference picture in front court be 0, to direction away from present image, 4 fields of mark in turn.
As shown in Figure 4, if present image is the P image, and this frame is as two codings, and current decoded field is second on DISPLAY ORDER simultaneously, mark when first of top, front court be 0, to direction away from present image, 4 fields of mark in turn.
As shown in Figure 5, if present image is the B image, and as frame coding, mark forward direction reference picture is 0, also is 0 to reference picture behind the mark, these two images according to and present image different differentiation on sequential.
As shown in Figure 6, if present image is the B image, and as two codings, current decoded field is first on DISPLAY ORDER simultaneously, and it is 1 that second of mark forward direction reference picture is 0, the first; Being 0, the second to first of reference picture behind the mark is 1; The B image can only index before and after to reference picture, under second restriction of the current side after the match of mark not, be to mark 4 reference field equally like this according to the distance of distance when the front court.
As shown in Figure 7, if present image is the B image, and as two codings, current decoded field is second on DISPLAY ORDER simultaneously, and it is 1 that second of mark forward direction reference picture is 0, the first; Being 0, the second to first of reference picture behind the mark is 1, and reason as above.
Specific coding pattern in some P/B frame/fields, the present invention also considers it:
For the I two field picture encode in the field at the end time, the field into P is always compiled in field, the end, its reference picture has only one, promptly top also is to be labeled as 0 field in the reference picture buffering area.
For the Direct mode in B frame or the B field, its default front and back are nearest reference picture to reference picture, promptly are labeled as 0 reference picture.
For the Symmetric mode in the B frame, its default afterwards derives by the forward direction reference picture to reference picture, if the forward direction reference picture is the reference picture of mark 0, then the back is to be labeled as 1 reference picture to reference picture; Otherwise if the forward direction reference picture is the reference picture of mark 1, then the back is to be labeled as 0 reference picture to reference picture.
After finishing the mark of image in the buffering area, just can carry out the coding/decoding of image according to mark.In the coding/decoding process of present image, keep the data in the image buffer constant, finish up to the present image coding/decoding, need upgrade reference picture in the reference picture buffering area.
In the step 3 of the present invention, according to reference picture present image being carried out Methods for Coding can be that any one utilizes reference picture to carry out the method for predictive coding.
Be the flow chart of reference picture in the update image buffering area of the present invention as shown in Figure 8, the decoding piece image if present image is I or P frame/field, is then replaced reference picture buffering area middle distance present image frame/field farthest with this image, carries out index marker again.
For coding based on frame, if current decoded frame is I or P frame, then decoded I/P frame is replaced in the buffering area from present image reference frame farthest, carry out the mark in the step 2 then.
For example, if current decoded frame is I or P frame, then decoded this frame replaced and be labeled as 1 reference frame in the original buffering area, so the reference frame of this new insertion is wanted the nearest reference frame of decoded picture for next, be labeled as 0, another image originally was labeled as 0, and wanting update mark now is 1.
For coding based on the field, if current decoded frame is I or P field, then decoded I/P field is replaced in the buffering area from present image reference field farthest, carry out the mark in the step 2 then.
For example, if current decoded picture is I or P field, then decoded this image is replaced and be labeled as 3 reference field in the original buffering area, so the reference field of this new insertion is wanted the nearest reference field of decoded picture for next, be labeled as 0, another image originally was labeled as 2, and wanting update mark now is 3, former be labeled as 1 be updated to 2 earlier, former be labeled as 0 be updated to 1.
Decoding B frame or B field, buffer state remains unchanged.
If all images have all been finished coding/decoding, then whole coding/decoding process is finished, and all images in the delete buffer discharges resource.
It should be noted last that: above embodiment is the unrestricted technical scheme of the present invention in order to explanation only, although the present invention is had been described in detail with reference to the foregoing description, those of ordinary skill in the art is to be understood that: still can make amendment or be equal to replacement the present invention, and not breaking away from any modification or partial replacement of the spirit and scope of the present invention, it all should be encompassed in the middle of the claim scope of the present invention.

Claims (9)

1、一种参考图像缓冲区管理方法,其特征在于:包括如下步骤:1, a kind of reference image buffer management method, is characterized in that: comprise the steps: 步骤一、根据编码的方式,在缓冲区中保留用于编/解码的参考图像;Step 1. According to the encoding method, the reference image used for encoding/decoding is reserved in the buffer; 步骤二、每一个参考图像都通过一个参考索引来标记,具体采用如下的方式标记参考图像:Step 2. Each reference image is marked by a reference index, specifically, the reference image is marked in the following manner: 前向参考图像依照显示顺序,参考索引按降序排列,显示顺序上离当前图像最近的参考图像的参考索引为0;后向参考图像依照显示顺序,参考索引按升序排列,显示顺序上离当前图像最近的参考图像的参考索引为0;The forward reference images are arranged in descending order according to the display order, and the reference index of the reference image closest to the current image in the display order is 0; The reference index of the nearest reference image is 0; 步骤三、当前图像根据参考索引来确定参考图像,完成编解码;Step 3, the current image determines the reference image according to the reference index, and completes encoding and decoding; 步骤四、如果当前编/解码图像为I帧/场或P帧/场,则将解码后的I或P帧/场替换缓冲区中离当前图像最远的参考帧/场,编/解码下一个图像,重新执行步骤二;Step 4. If the current encoding/decoding image is an I frame/field or a P frame/field, then replace the reference frame/field farthest from the current image in the buffer with the decoded I or P frame/field, and encode/decode One image, re-execute step 2; 步骤五、如果当前编/解码图像为B帧/场,不改变参考图像的参考索引,编/解码下一个图像,重新执行步骤三;Step 5. If the current encoding/decoding image is a B frame/field, the reference index of the reference image is not changed, and the next image is encoded/decoded, and step 3 is performed again; 步骤六、如果所有的图像都完成了编/解码,则删除缓冲区中的所有图像。Step 6, if all the images have been encoded/decoded, then delete all the images in the buffer. 2、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤二中采用如下的方式标记参考图像:对于基于帧的编码方式,若当前图像为P帧,则它的两个前向参考帧即为缓冲区中这两个参考图像,其中在显示顺序上离当前图像最近的图像标记为0,较远的另一个标记为1;若当前帧为B帧,它的后向参考帧为在显示顺序上位于当前图像之后的参考帧,在后向参考顺序中标记为0,前向参考帧为在显示顺序位于当前图像之前的参考帧,在前向参考顺序中标记为0。2. The reference image buffer management method according to claim 1, characterized in that: in the second step, the following method is used to mark the reference image: for the frame-based encoding method, if the current image is a P frame, then it The two forward reference frames are the two reference images in the buffer, where the image closest to the current image in the display order is marked as 0, and the one farther away is marked as 1; if the current frame is a B frame, it The backward reference frame of is the reference frame located after the current image in the display order, marked as 0 in the backward reference order, and the forward reference frame is the reference frame located before the current image in the display order, in the forward reference order Marked as 0. 3、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤二中采用如下的方式标记参考图像:对于基于场的编码方式,若当前场为P场,它的4个前向参考图像即为缓冲区中这四个参考图像,其中在显示顺序上离当前图像最近的图像标记为0;为若当前场为B场,它的后向参考场为在显示顺序上位于当前图像之后的两个参考场,其中在显示顺序上离当前图像最近的图像标记为0,另一个标记为1,前向参考场为在显示顺序位于当前图像之前的参考图像,离当前图像最近的场标记为0,另一个标记为1。3. The reference image buffer management method according to claim 1, characterized in that: in said step 2, the following method is used to mark the reference image: for the field-based encoding method, if the current field is a P field, its The 4 forward reference images are the four reference images in the buffer, and the image closest to the current image in the display order is marked as 0; if the current field is the B field, its backward reference field is in the display order Two reference fields located after the current image on the top, where the image closest to the current image in the display order is marked as 0, and the other is marked as 1, the forward reference field is the reference image that is located before the current image in the display order, and the image closest to the current image is marked as 1. The nearest field of the image is marked as 0 and the other as 1. 4、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤三中,对于I帧图像的底场进行编码时,底场总是编为P场,其参考图像为参考图像缓冲区中标记为0的场。4. The reference image buffer management method according to claim 1, characterized in that: in said step 3, when encoding the bottom field of an I-frame image, the bottom field is always compiled as a P field, and its reference image is the field marked 0 in the reference image buffer. 5、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤三中,对于B帧或B场中的直接模式下,其缺省的前后向参考为标记为0的参考图像。5. The reference image buffer management method according to claim 1, characterized in that: in said step 3, for the direct mode in the B frame or B field, its default forward and backward reference is marked as 0 reference image. 6、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤三中,对于B帧中的对称模式,若前向参考图像为标记0的参考图像,则后向参考图像为标记为1的参考图像;若前向参考图像为标记1的参考图像,则后向参考图像为标记为0的参考图像。6. The reference image buffer management method according to claim 1, characterized in that: in the third step, for the symmetric pattern in the B frame, if the forward reference image is the reference image marked 0, then the backward The reference picture is a reference picture marked 1; if the forward reference picture is a reference picture marked 1, then the backward reference picture is a reference picture marked 0. 7、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤四中,解码一幅图像,若当前图像为I或P帧/场,则用该图像替换参考图像缓冲区中距离当前图像最远的帧/场,重新进行索引标记。7. The reference image buffer management method according to claim 1, characterized in that: in said step 4, an image is decoded, and if the current image is an I or P frame/field, then replace the reference image with this image The farthest frame/field in the buffer from the current image, re-indexed. 8、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤四中,对于基于帧的编码,若当前解码帧为I或P帧,则将解码后的I/P帧替换缓冲区中离当前图像最远的参考帧,再进行步骤二中的标记。8. The reference image buffer management method according to claim 1, characterized in that in step 4, for frame-based encoding, if the currently decoded frame is an I or P frame, the decoded I/ The P frame replaces the reference frame farthest from the current image in the buffer, and then marks in step 2. 9、根据权利要求1所述的参考图像缓冲区管理方法,其特征在于:所述的步骤四中,对于基于场的编码,若当前解码帧为I或P场,则将解码后的I/P场替换缓冲区中离当前图像最远的参考场,再进行步骤二中的标记。9. The reference image buffer management method according to claim 1, characterized in that in step 4, for field-based coding, if the current decoded frame is an I or P field, the decoded I/ The P field replaces the reference field farthest from the current image in the buffer, and then marks in step 2.
CN 200310116085 2003-12-31 2003-12-31 Reference image buffer region management method Expired - Fee Related CN1284380C (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN 200310116085 CN1284380C (en) 2003-12-31 2003-12-31 Reference image buffer region management method
PCT/CN2004/000751 WO2005067297A1 (en) 2003-12-31 2004-07-05 Method for managing the reference image in the buffer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200310116085 CN1284380C (en) 2003-12-31 2003-12-31 Reference image buffer region management method

Publications (2)

Publication Number Publication Date
CN1535029A CN1535029A (en) 2004-10-06
CN1284380C true CN1284380C (en) 2006-11-08

Family

ID=34304830

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200310116085 Expired - Fee Related CN1284380C (en) 2003-12-31 2003-12-31 Reference image buffer region management method

Country Status (2)

Country Link
CN (1) CN1284380C (en)
WO (1) WO2005067297A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100455017C (en) * 2006-05-12 2009-01-21 四川长虹电器股份有限公司 A decoding image buffer management method
US8233534B2 (en) * 2010-04-09 2012-07-31 Newport Media, Inc. Frame buffer compression and memory allocation in a video decoder
CN102547292B (en) * 2012-02-15 2018-07-06 北京大学深圳研究生院 Use the coding-decoding method of on-fixed reference field forward prediction skip mode
CN103916666B (en) * 2013-01-09 2017-07-14 北京大学 Method for video coding, coding/decoding method, encoder and decoder
CN104717512B (en) 2013-12-16 2019-07-23 浙江大学 A kind of encoding and decoding method and device for forward double-hypothesis encoding image block
CN112055231B (en) * 2020-08-31 2021-10-15 浙江大华技术股份有限公司 Video decoding method, decoding device, decoder and electronic equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1070727A (en) * 1996-06-21 1998-03-10 Sanyo Electric Co Ltd Method and device for transmitting moving picture
US6453115B1 (en) * 2000-08-31 2002-09-17 Keen Personal Media, Inc. Digital video recording system which generates an index data structure for displaying a video stream in trickplay mode
CN1229940C (en) * 2002-04-30 2005-11-30 电子科技大学 Same-channel multi-stream transparent transmission method for video/data broadcasting

Also Published As

Publication number Publication date
CN1535029A (en) 2004-10-06
WO2005067297A1 (en) 2005-07-21

Similar Documents

Publication Publication Date Title
TWI444048B (en) Fragmented reference in temporal compression for video coding
CN101626510B (en) Image encoding device and method and image decoding device and method
CN1965587B (en) Method and apparatus for frame prediction in hybrid video compression to enable temporal scalability
CN1669321A (en) Method for random access and progressive update of images in video coding
CN100568970C (en) Methods for signaling and decoding valid entry points in a video stream
CN1525762A (en) A Encoder/Decoder Bidirectional Prediction Method for Video Coding
CN1450813A (en) Video encoding method and device, and video decoding method and device
CN1306822C (en) Vido decoder based on software and hardware cooperative control
CN101018334A (en) A method for quickly implementing flexible time domain coding of the dual frame reference video stream
CN1284380C (en) Reference image buffer region management method
CN101064849A (en) Dynamic image coding method, apparatus and computer readable record medium
CN1268136C (en) Frame field adaptive coding method based on image slice structure
CN101047860A (en) Vedio layering coding method at interleaving mode
CN101841722A (en) Detection device of filtering boundary strength and detection method thereof
CN1694535A (en) Complexity hierarchical mode selection method
CN1633184A (en) Multi-reference frame fast motion estimation method based on effective region
CN101047851A (en) Method of adaptive motion compensation time-domain filter
CN1449197A (en) B image mode determining method and apparatus of video coding system
CN1130920C (en) Mode coding method in binary shape encoding
CN1147157C (en) Decoding device and decoding method
CN1263309C (en) Motion vector prediction method used for video coding
CN1588988A (en) Synchronous control device and control method for video elecoding and display
CN1306825C (en) Reference storage device and method based on line buffer in video decoding chip
CN1306819C (en) Video frequency decoding control method and device
CN1232933C (en) Method for converting format of imiage sequence

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: UNITED XINYUAN DIGITAL AUDIO-VIDEO TECHNOLOGY (BE

Free format text: FORMER OWNER: INST. OF COMPUTING TECHN. ACADEMIA SINICA

Effective date: 20080411

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20080411

Address after: Beijing city Haidian District East Road No. 1 Yingchuang power building block A room 701

Patentee after: UNITED XINYUAN DIGITAL AUDIO V

Address before: Joint laboratory, South Gate graduate building, Institute of physics, Chinese Academy of Sciences, 8 South Avenue, Beijing, Haidian District, Zhongguancun

Patentee before: Institute of Computing Technology, Chinese Academy of Sciences

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20061108

Termination date: 20211231

CF01 Termination of patent right due to non-payment of annual fee