WO2007111473A1 - Scalable video encoding and decoding method using switching pictures and apparatus thereof - Google Patents
Scalable video encoding and decoding method using switching pictures and apparatus thereof Download PDFInfo
- Publication number
- WO2007111473A1 WO2007111473A1 PCT/KR2007/001505 KR2007001505W WO2007111473A1 WO 2007111473 A1 WO2007111473 A1 WO 2007111473A1 KR 2007001505 W KR2007001505 W KR 2007001505W WO 2007111473 A1 WO2007111473 A1 WO 2007111473A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- picture
- switching
- bitstream
- image
- encoded
- 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
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/434—Disassembling of a multiplex stream, e.g. demultiplexing audio and video streams, extraction of additional data from a video stream; Remultiplexing of multiplex streams; Extraction or processing of SI; Disassembling of packetised elementary stream
- H04N21/4345—Extraction or processing of SI, e.g. extracting service information from an MPEG stream
-
- 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/30—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability
-
- 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/70—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
Definitions
- the present invention relates to a scalable video encoding/reproducing method using switching pictures and an apparatus thereof, and more particularly, to a method and apparatus for performing an interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream in which a scalable video coding (SVC) technology is adopted.
- SVC scalable video coding
- FIG. 1 is a diagram illustrating a conventional video compression method.
- video compression is performed in units of still images included in video data.
- an original input image may be compressed by using a P/B frame method in which temporal redundancy is removed by motion prediction and motion compensation using a reference image, or an I frame method in which the image is directly compressed not by using the motion vectors.
- an image is divided into macroblocks and sub-blocks and then is compressed by performing motion prediction in block units.
- the original image is compressed by discrete cosine transform (DCT), quantization and entropy encoding and is stored into a buffer by inverse quantization and inverse discrete cosine transform (IDCT) so as to be used as a reference image when a temporal redundancy of P and B frames is removed by motion prediction.
- DCT discrete cosine transform
- IDCT inverse quantization and inverse discrete cosine transform
- the motion prediction and the motion compensation are performed on the original input image using the stored reference image and a difference image between the original image and the reference image is obtained. Then, the difference image is compressed by DCT, quantization, and entropy encoding and motion vectors are encoded.
- the above-described image compressed by using the P/B frame method may be stored as a reference image for an image to be input later by inverse quantization and IDCT and by being combined with a motion-compensated reference image.
- one reference image is used in a P frame method and two reference images are used in a B frame method.
- FIG. 2 is a diagram illustrating a method of reproducing a bitstream compressed by the method illustrated in FIG. 1.
- Text information and motion vectors having losses are input.
- An I frame is reproduced after being entropy-decoded, inverse quantized and IDCT-converted, and the reproduced image is used as a reference image.
- a P or B frame is reproduced by being entropy decoded, inverse quantized, and IDCT-converted, and then motion-compensated by using input motion vectors and the reference image.
- the reproduced image may be used as a reference image.
- Conventional H.264 video coding standards provide a switching picture technology which efficiently allows a method of lossless encoding of a decoded image.
- the technology includes an encoding technology for a non-switching picture, a SI picture, and a switching picture.
- One non-switching picture included in a bitstream may be lossless-encoded and switched by a SI picture or a switching picture.
- FIG. 3 is a diagram for illustrating a disadvantage of switching picture bitstreams in a conventional H.264 video coding technology.
- Video data is compressed into a high quality video bitstream and a low quality video bitstream in IPPPP structure by separately using a video compressor.
- a user is watching image Pi 5 of the low quality video bitstream being reproduced at a predetermined time point.
- the user has to reproduce next image P h6 in the high quality video bitstream.
- reference image P h 5 has to be reproduced and thus, the high quality video bitstream has to be decoded from IM .
- FIG. 4 is a diagram for illustrating a disadvantage of switching picture bitstreams in a scalable video coding (SVC) technology.
- a video data is compressed into an enhancement layer video bitstream and a base layer video bitstream in IPPPP structure by using a new different video compressor.
- P is compressed by using, for example, an interlayer motion prediction and an interlayer texture prediction used for a new video compressing technology.
- a user is watching image Pis of the base layer video bitstream being reproduced at a predetermined time point.
- the above described new encoding technology can provide a bitstream switching picture by encoding the bitstream switching picture into an I picture.
- an encoding efficiency is greatly reduced.
- the new video coding technology does not provide an efficient bitstream switching function. Also, other advantages provided by a switching picture technology such as a random access, error durability, and a bitstream splicing are not provided.
- FIG. 1 is a diagram illustrating a conventional video compression method.
- FIG. 2 is a diagram illustrating a method of reproducing a bitstream compressed by the method illustrated in FIG. 1.
- FIG. 3 is a diagram for illustrating a disadvantage of switching picture bitstreams in a conventional H.264 video coding technology.
- FIG. 4 is a diagram for illustrating a disadvantage of switching picture bitstreams in a scalable video coding (SVC) technology.
- SVC scalable video coding
- FIG. 5 is a diagram for illustrating a video encoding method according to a conventional SVC technology.
- FIG. 6 is a diagram for illustrating a method of decoding the base layer video bitstream and the enhancement layer video bitstream generated as illustrated in FIG. 5.
- FIG. 7 is a diagram for illustrating a method of switching picture bitstreams using switching pictures, according to an embodiment of the present invention.
- FIG. 8 is a diagram for illustrating a method of encoding a non-switching picture, according to conventional H.264 video standards.
- FIG. 9 is a diagram for illustrating a method of decoding the non-switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 8.
- FIG. 10 is a diagram for illustrating a method of encoding a switching picture, according to conventional H.264 video standards.
- FIG. 11 is a diagram for illustrating a method of decoding the switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 10.
- FIG. 12 is a diagram for illustrating a method of encoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- FIG. 13 is a diagram for illustrating a method of decoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- FIG. 14 is a diagram for illustrating a method of encoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- FIG. 15 is a diagram for illustrating a method of decoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- FIG. 16 is a flowchart illustrating a method of encoding an enhancement layer bitstream in which a SVC technology is adopted, according to an embodiment of the present invention.
- FIG. 17 is a flowchart illustrating a method of decoding a bitstream in which a SVC technology is adopted, according to an embodiment of the present invention.
- the present invention provides various advantages such as efficient bitstream switching, a random access, error durability, and a bitstream splicing to new video data by combining a scalable video coding (SVC) technology and a switching picture technology.
- SVC scalable video coding
- the present invention provides various functions such as a random access, bitstream switching, fast forward, and fast backward to new video bitstreams by adopting a switching picture technology to a video coding unit.
- an apparatus for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream wherein an enhancement layer picture of the enhancement layer bitstream is encoded into switching picture and non-switching picture, wherein, during reproduction of the base layer picture of the base layer bitstream, the enhancement layer picture is able to be reproduced consecutively after one of the reproduced base layer pictures.
- the non-switching picture may be encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture included in the original image, and the switching picture may be encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
- the switching and non-switching pictures may be decoded into the same image.
- the reference image used for the prediction when the switching picture is encoded may be different from the reference image used for the prediction when the non-switching picture is encoded.
- an apparatus for encoding a non-switching picture in which a base layer bitstream and an enhancement layer bitstream are encoded for interlayer reproduction conversion of an original image to be encoded, wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
- the apparatus may include an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image reference image generated by decoding a pre-encoded base layer picture or a pre-encoded encoded enhancement layer picture.
- the enhancement layer non-switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
- an apparatus for encoding a switching picture in which a base layer bitstream and an enhancement layer bitstream are generated for interlayer reproduction conversion of an original image to be encoded by using the base layer bitstream and the enhancement layer bitstream which includes a non-switching picture, wherein a switching picture, which represents the same decoded image as the non-switching picture, is encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
- the apparatus may include an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
- the enhancement layer switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
- an encoder for encoding a base layer bitstream and an enhancement layer bitstream for interlayer reproduction conversion of an original image to be encoded, the encoder including a non-switching picture encoding unit which encodes the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
- the non-switching picture encoding unit may include an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image generated by decoding a pre-encoded base layer picture or a pre-encoded enhancement layer picture.
- the enhancement layer non-switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
- the encoder may further include a switching picture encoding unit which encodes a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
- a switching picture encoding unit which encodes a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
- the switching picture encoding unit may include an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
- the enhancement layer switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
- an apparatus for decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a non-switching picture included in the enhancement layer bitstream is decoded by using prediction information used when the non-switching picture was encoded.
- an apparatus for decoding a switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a switching picture included in an enhancement layer bitstream is decoded by using prediction information used when the switching picture was encoded.
- a decoder for decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream
- the decoder includes a non-switching picture decoding unit which decodes an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
- the decoder may further include a switching picture decoding unit which decodes an enhancement layer picture by using a switching picture included in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
- Each of the non-switching picture decoding unit and the switching picture decoding unit may include a motion compensation unit which receives prediction information included in the bitstream and predicts an image to be decoded; and an image reproduction unit which receives residual image information included in the bitstream, adds the prediction image and the residual image information, and generates an image to be reproduced.
- a codec for performing interlayer reproduction conversion between a base layer bitstream and an enhanced layer bitstream
- the codec including an encoder which encodes a non-switching picture by predicting an enhancement layer picture to be encoded using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture, and encodes the enhancement layer bitstream by interlayer prediction using a switching picture which represents the same decoded image as the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture; and a decoder which decodes an enhancement layer bitstream to be reproduced by using a switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
- the encoder may include a non-switching picture encoding unit which encodes the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
- the non-switching picture encoding unit may include an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture.
- the enhancement layer non-switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
- the encoder may further include a switching picture encoding unit which encodes a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
- the switching picture encoding unit may include an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
- the enhancement layer switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by an interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
- the decoder may include a non-switching picture decoding unit which decodes an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced; and a switching picture decoding unit which decodes an enhancement layer picture by using a switching picture included in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
- Each of the non-switching picture decoding unit and the switching picture decoding unit may include a motion compensation unit which receives prediction information included in the bitstream and predicts an image to be decoded; and an image reproduction unit which receives residual image information included in the bitstream, adds the prediction image and the residual image information, and generates an image to be reproduced.
- a method for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream wherein an enhancement layer picture of the enhancement layer bitstream is encoded into switching picture and non-switching picture, wherein, during reproduction of the base layer picture of the base layer bitstream, the enhancement layer picture is able to be reproduced consecutively after one of the reproduced base layer pictures.
- a method of encoding a non-switching picture in which a base layer bitstream and an enhancement layer bitstream are encoded for interlayer reproduction conversion of an original image to be encoded, wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
- a method of encoding a switching picture in which a base layer bitstream and an enhancement layer bitstream are generated for interlayer reproduction conversion of an original image to be encoded by using the base layer bitstream and the enhancement layer bitstream which includes a non-switching picture, wherein a switching picture, which represents the same decoded image as the non-switching picture, is encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
- a method of encoding a base layer bitstream and an enhancement layer bitstream for interlayer reproduction conversion of an original image to be encoded including encoding the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
- a method of decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a non-switching picture included in an enhancement layer bitstream is decoded by using prediction information used when the non-switching picture was encoded.
- a method of decoding a switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a switching picture included in an enhancement layer bitstream is decoded by using prediction information used when the switching picture was encoded.
- a method of decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream including decoding an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
- a method of coding for performing interlayer reproduction conversion between a base layer bitstream and an enhanced layer bitstream including encoding a non-switching picture by predicting an enhancement layer picture to be encoded using a reference image reference image generated by decoding a pre-encoded base layer picture or a pre-encoded encoded enhancement layer picture, and encoding the enhancement layer bitstream by interlayer prediction using a switching picture which represents the same decoded image as the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture; and decoding an enhancement layer bitstream to be reproduced by using a switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
- FIG. 5 is a diagram for illustrating a video encoding method according to a conventional scalable video coding (SVC) technology.
- a video encoder includes an image quality reducer 500, a base layer video compressor 510, a base layer video decoder 520, an enhancement layer video compressor 530, an enhancement layer video decoder 540, and a predictor 550.
- MPEG-2 and MPEG-4 video standards and Joint Video Team (JVT) SVC standards which are currently established, provide a method of encoding scalable video data including a base layer and an enhancement layer and thereby providing an efficient encoding method in order to transmit and reproduce video data by applying different video qualities in accordance with a user's environment.
- Original images included in video data to be compressed are generated into base layer images by the image quality reducer 500.
- the base layer images are compressed by the base layer video compressor 510 and are generated into a base layer video bitstream.
- Residual images between the original images and prediction images predicted by the predictor 550 are input to the enhancement layer video decoder 540 and are generated into an enhancement layer video bitstream.
- the predictor 550 receives information on base layer images compressed by the base layer video compressor 510 and decoded by the base layer video decoder 520, and receives information on enhancement layer images compressed by the enhancement layer video compressor 530 and decoded by the enhancement layer video decoder 540 and predicts the original images.
- FIG. 6 is a diagram for illustrating a method of decoding the base layer video bitstream and the enhancement layer video bitstream generated by the method illustrated in FIG. 5.
- a video decoder includes a base layer video decoder 600, an enhancement layer video decoder 610, and a predictor 620.
- the base layer video bitstream is decoded by the base layer video decoder 600 and is reproduced as low quality video data.
- the enhancement layer video bitstream is input to and decoded by the enhancement layer video decoder 610 and then residual images are output. High quality original images are decoded by combining the residual images and prediction images output from the predictor 620.
- the predictor 620 outputs the prediction images by using images decoded by the enhancement layer video decoder 610 and images decoded by the base layer video decoder 600.
- video data may be efficiently compressed such that low quality video data may be reproduced by using only the base layer video bitstream and high quality video data may be reproduced by using both the base layer video bitstream and the enhancement layer video bitstream in accordance with a user environment.
- FIG. 7 is a diagram for illustrating a method of switching picture bitstreams using switching pictures, according to an embodiment of the present invention.
- a switching picture SPns ⁇ and a non-switching picture SPh5 are encoded at desired locations of low quality and high quality video bitstreams.
- the non-switching picture SPh5 is encoded with reference to a picture SPh4 and the switching picture SPns ⁇ is encoded with reference to a picture PI5.
- the switching picture SPns ⁇ and a non-switching picture SPh ⁇ are decoded into the same image.
- Each of the low quality and high quality video bitstreams may be independently processed and reproduced.
- a user is watching a picture PI4 and wishes to continuously watch the next picture of the high quality video bitstream.
- the switching picture SPns ⁇ is completely losslessly encoded with reference to the non-switching picture SPh ⁇ and the picture PI4 of the currently decoded low quality video bitstream.
- the user may watch the picture PI4 and the switching picture SPns ⁇ , and then continuously watch high quality video data by decoding a picture PI6 with reference to the switching picture SPns ⁇ .
- FIG. 8 is a diagram for illustrating a method of encoding a non-switching picture, according to conventional H.264 video standards.
- a non-switching picture encoding unit includes a motion prediction unit 800, an image conversion unit 810, and a multiplexing unit 820.
- An l-macroblock is encoded by using a conventional l-macroblock encoding method.
- a non l-macroblock is encoded as below.
- a prediction image is generated by using an original image and a decoded previous image stored in a frame buffer.
- Discrete cosine transform (DCT) conversion is performed on the prediction image and the original image.
- the prediction image is quantized and inverse quantized by SPQP parameters, thereby generating prediction DCT coefficients.
- the differences between the prediction DCT coefficients and DCT coefficients of the original image are input to a QP quantizer and form a bitstream and the bitstream and motion vectors are output to the multiplexing unit 820.
- Residual DCT coefficients output from the QP quantizer are combined with DCT coefficients of the prediction image through a QP inverse quantizer and the combined DCT coefficients are stored in the frame buffer.
- FIG. 9 is a diagram for illustrating a method of decoding the non-switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 8.
- a non-switching picture decoding unit includes a motion compensation unit 900 and an image reproduction unit 910.
- the method illustrated in FIG. 9 is performed in reverse order of the method illustrated in FIG. 8.
- FIG. 10 is a diagram for illustrating a method of encoding a switching picture, according to conventional H.264 video standards.
- a switching picture encoding unit includes a motion prediction unit 1000 and a multiplexing unit 1010.
- a decoded image of a non-switching picture is represented as DCT coefficients quantized by SPQP quantization parameters.
- the DCT coefficients quantized by the SPQP quantization parameters of the non-switching picture generate the decoded image through an inverse quantizer and an inverse DCT converter.
- the decoded image is motion compensated by using a reference image stored in a frame buffer, thereby generating a prediction image.
- the prediction image passes through a DCT converter and is quantized by SPQP coefficients. Difference coefficients between the quantized SPQP coefficients of the prediction image and the DCT coefficients quantized by the SPQP quantization parameters of the input non-switching picture are encoded and output to the multiplexing unit 1010.
- FIG. 11 is a diagram for illustrating a method of decoding the switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 10.
- a switching picture decoding unit includes a motion compensation unit 1100 and an image reproduction unit 1110.
- a prediction image is generated by using the frame buffer and motion vectors and the prediction image is DCT converted and is quantized by SPQP coefficients.
- the quantized coefficients are included to DCT coefficients quantized by the SPQP coefficients and input from an inverse multiplexer and thereby generating DCT coefficients of a decoded image quantized by the SPQP coefficients.
- the DCT coefficients of the decoded image quantized by the SPQP coefficients are inverse quantized by the SPQP coefficients and inverse DCT converted and thereby reproducing the image. According to the above-described method, switching and non-switching pictures are encoded and decoded by using a reference image.
- FIG. 12 is a diagram for illustrating a method of encoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- a method of encoding a non-switching picture of a base layer follows H.264 video standards.
- An original image is down-sampled and is input to a base layer non-switching picture encoder, thereby generating a base layer non-switching picture bitstream.
- the original image is also input to an enhancement layer non-switching picture encoder, thereby generating an enhancement layer non-switching picture bitstream.
- an encoded and decoded picture of the base layer may be used as a reference image in order to generate a prediction image by an interlayer prediction.
- FIG. 13 is a diagram for illustrating a method of decoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- An enhancement layer non-switching picture decoder receives an enhancement layer non-switching picture bitstream and decodes a non-switching picture by using the same prediction method used when the non-switching picture has been encoded and by using a decoded base layer picture or enhancement layer picture used when an enhancement non-switching picture has been encoded as a reference image, according to conventional H.264 video standards.
- FIG. 14 is a diagram for illustrating a method of encoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- a base layer non-switching picture composed of DCT coefficients quantized by SPQP quantization coefficients according to conventional H.264 video standards is input to a base layer switching picture encoder and is predicted using an encoded and decoded image of a frame buffer as a reference image such that a switching picture is generated and encoded.
- An enhancement layer non-switching picture quantized by SPQP quantization coefficients is input to an enhancement layer switching picture encoder and is generated into a prediction image by an interlayer prediction using an encoded and decoded image of the base layer frame buffer as a reference image such that a switching picture is generated.
- other processes except for the generation of the prediction image follow H.264 standards.
- the reference image used for the enhancement layer switching picture encoder is different from the reference image that was used to encode a non-switching picture.
- FIG. 15 is a diagram for illustrating a method of decoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
- a switching picture stream including DCT coefficients quantized by SPQP quantization coefficients is input to a base layer switching picture decoder according to H.264 video standards and decodes a base layer switching picture.
- a switching picture bitstream which is encoded from a prediction image generated by an interlayer prediction using an encoded and decoded image of a base layer frame buffer as a reference image, is input to an enhancement layer switching picture decoder and is generated into an enhancement layer switching picture.
- the reference image used for the enhancement layer switching picture decoder is different from the reference image that was used to encode an enhancement layer non-switching picture.
- the enhancement layer switching picture decoder uses a prediction image predicted by an interlayer prediction using an encoded and decoded image of a base layer which is used when an enhancement layer switching picture is encoded as a reference image, according to conventional H.264 standards.
- FIG. 16 is a flowchart illustrating a method of encoding an enhancement layer bitstream in which a SVC technology is adopted, according to an embodiment of the present invention.
- Original video data is input and low quality video data created by, for example, down-sampling is generated into a base layer video bitstream by using a conventional video encoder in S1600.
- each picture P included in an enhancement layer video data into a switching picture or not is determined in S 1610 and S 1620. If it is determined that a picture P is not to be encoded into a switching picture, the enhancement layer is encoded by using a conventional video encoding method so as to generate an image bitstream in S1650.
- the picture P is generated into a non-switching picture bitstream by using a non-switching picture encoding method in S1630.
- the non-switching picture is generated into a switching picture bitstream by using a switching picture encoding method in S1640.
- FIG. 17 is a flowchart illustrating a method of decoding a bitstream in which a SVC technology is adopted, according to an embodiment of the present invention.
- a base layer video bitstream is input and base layer images are decoded and reproduced by using a base layer video decoding method in S1700.
- Whether to decode a switching picture of an enhancement layer or not is determined by, for example, a user's selection in S1710. If it is determined that the switching picture of the enhancement layer is not to be decoded, whether the next enhancement layer image to be decoded is a non-switching picture or not is determined in S1730.
- the enhancement layer image is decoded and reproduced by using a conventional video enhancement layer image decoding method in S1750.
- the enhancement layer image is decoded and reproduced by using a non-switching picture decoding method in S1740. If it is determined that the switching picture of the enhancement layer is to be decoded, a base layer picture used as a reference image when the enhancement layer has been encoded is decoded and the switching picture of the enhancement layer is decoded and reproduced by using a switching picture decoding method in S1720.
- the invention can also be embodied as computer readable codes on a computer readable recording medium.
- the computer readable recording medium is any data storage device that can store data which can be thereafter read by a computer system. Examples of the computer readable recording medium include read-only memory (ROM), random-access memory (RAM), CD-ROMs, magnetic tapes, floppy disks, optical data storage devices, and carrier waves (such as data transmission through the Internet).
- ROM read-only memory
- RAM random-access memory
- CD-ROMs compact discs
- magnetic tapes magnetic tapes
- floppy disks optical data storage devices
- carrier waves such as data transmission through the Internet
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
A conventional new video coding technology can provide a bitstream switching picture by encoding the bitstream switching picture into an I picture. However, an encoding efficiency is greatly reduced. As such, the new video coding technology does not provide an efficient bitstream switching function. Also, other advantages provided by a switching picture technology such as a random access, error durability, and a bitstream splicing are not provided. Provided is an apparatus for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream by encoding an enhancement layer picture of the enhancement layer bitstream, which is reproduced immediately after a base layer picture of the base layer bitstream is reproduced, into a non-switching pictures by interlayer prediction using a reference image generated by decoding a pre-encoded base layer picture or by motion prediction using another reference image generated by decoding a pre-encoded enhancement layer picture, and into a switching picture, which is decoded into the same image as the non-switching picture, by an interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture, while the base layer picture is being reproduced.
Description
SCALABLE VIDEO ENCODING AND DECODING METHOD USING SWITCHING PICTURES AND APPARATUS THEREOF
TECHNICAL FIELD
The present invention relates to a scalable video encoding/reproducing method using switching pictures and an apparatus thereof, and more particularly, to a method and apparatus for performing an interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream in which a scalable video coding (SVC) technology is adopted.
BACKGROUND ART
In general, video data is compressed to be stored or transmitted due to its large data size and the compressed video data is decoded so as to be reproduced. FIG. 1 is a diagram illustrating a conventional video compression method.
Referring to FIG. 1 , video compression is performed in units of still images included in video data.
In terms of a compression method, an original input image may be compressed by using a P/B frame method in which temporal redundancy is removed by motion prediction and motion compensation using a reference image, or an I frame method in which the image is directly compressed not by using the motion vectors.
In block-based video compression, an image is divided into macroblocks and sub-blocks and then is compressed by performing motion prediction in block units. In the I frame method, the original image is compressed by discrete cosine transform (DCT), quantization and entropy encoding and is stored into a buffer by inverse quantization and inverse discrete cosine transform (IDCT) so as to be used as a reference image when a temporal redundancy of P and B frames is removed by motion prediction.
In the P/B frame method, the motion prediction and the motion compensation are performed on the original input image using the stored reference image and a difference image between the original image and the reference image is obtained. Then, the difference image is compressed by DCT, quantization, and entropy encoding and motion vectors are encoded.
The above-described image compressed by using the P/B frame method may be stored as a reference image for an image to be input later by inverse quantization and IDCT and by being combined with a motion-compensated reference image.
For the motion prediction and the motion compensation, one reference image is used in a P frame method and two reference images are used in a B frame method.
FIG. 2 is a diagram illustrating a method of reproducing a bitstream compressed by the method illustrated in FIG. 1.
Text information and motion vectors having losses are input. An I frame is reproduced after being entropy-decoded, inverse quantized and IDCT-converted, and the reproduced image is used as a reference image.
A P or B frame is reproduced by being entropy decoded, inverse quantized, and IDCT-converted, and then motion-compensated by using input motion vectors and the reference image. The reproduced image may be used as a reference image. Conventional H.264 video coding standards provide a switching picture technology which efficiently allows a method of lossless encoding of a decoded image. The technology includes an encoding technology for a non-switching picture, a SI picture, and a switching picture. One non-switching picture included in a bitstream may be lossless-encoded and switched by a SI picture or a switching picture.
FIG. 3 is a diagram for illustrating a disadvantage of switching picture bitstreams in a conventional H.264 video coding technology.
Video data is compressed into a high quality video bitstream and a low quality video bitstream in IPPPP structure by separately using a video compressor. A user is watching image Pi5 of the low quality video bitstream being reproduced at a predetermined time point. In order for the user to continuously watch the video data while changing from low quality video bitstream to high quality video bitstream in accordance with the wishes of the user, the user has to reproduce next image Ph6 in the high quality video bitstream.
However, in order to reproduce image Ph6. reference image Ph5 has to be reproduced and thus, the high quality video bitstream has to be decoded from IM .
FIG. 4 is a diagram for illustrating a disadvantage of switching picture bitstreams in a scalable video coding (SVC) technology.
A video data is compressed into an enhancement layer video bitstream and a base layer video bitstream in IPPPP structure by using a new different video compressor.
Here, P is compressed by using, for example, an interlayer motion prediction and an interlayer texture prediction used for a new video compressing technology.
A user is watching image Pis of the base layer video bitstream being reproduced at a predetermined time point.
In order for the user to continuously watch the video data while changing from low quality video bitstream to high quality video bitstream in accordance with the wishes of the user, the user has to reproduce next image Phβ in the enhancement layer video bitstream. However, in order to reproduce image Ph6, reference image Ph5 has to be reproduced and thus, the high quality video bitstream has to be decoded from IM .
The above described new encoding technology can provide a bitstream switching picture by encoding the bitstream switching picture into an I picture. However, an encoding efficiency is greatly reduced.
As described above, the new video coding technology does not provide an efficient bitstream switching function. Also, other advantages provided by a switching picture technology such as a random access, error durability, and a bitstream splicing are not provided.
DESCRIPTION OF THE DRAWINGS
FIG. 1 is a diagram illustrating a conventional video compression method. FIG. 2 is a diagram illustrating a method of reproducing a bitstream compressed by the method illustrated in FIG. 1. FIG. 3 is a diagram for illustrating a disadvantage of switching picture bitstreams in a conventional H.264 video coding technology.
FIG. 4 is a diagram for illustrating a disadvantage of switching picture bitstreams in a scalable video coding (SVC) technology.
FIG. 5 is a diagram for illustrating a video encoding method according to a conventional SVC technology.
FIG. 6 is a diagram for illustrating a method of decoding the base layer video bitstream and the enhancement layer video bitstream generated as illustrated in FIG. 5.
FIG. 7 is a diagram for illustrating a method of switching picture bitstreams using switching pictures, according to an embodiment of the present invention.
FIG. 8 is a diagram for illustrating a method of encoding a non-switching picture, according to conventional H.264 video standards. FIG. 9 is a diagram for illustrating a method of decoding the non-switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 8.
FIG. 10 is a diagram for illustrating a method of encoding a switching picture, according to conventional H.264 video standards. FIG. 11 is a diagram for illustrating a method of decoding the switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 10.
FIG. 12 is a diagram for illustrating a method of encoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention. FIG. 13 is a diagram for illustrating a method of decoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
FIG. 14 is a diagram for illustrating a method of encoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
FIG. 15 is a diagram for illustrating a method of decoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
FIG. 16 is a flowchart illustrating a method of encoding an enhancement layer bitstream in which a SVC technology is adopted, according to an embodiment of the present invention.
FIG. 17 is a flowchart illustrating a method of decoding a bitstream in which a SVC technology is adopted, according to an embodiment of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
TECHNICAL PROBLEM
The present invention provides various advantages such as efficient bitstream switching, a random access, error durability, and a bitstream splicing to new video data
by combining a scalable video coding (SVC) technology and a switching picture technology.
TECHNICAL SOLUTION According to an aspect of the present invention, there is provided an apparatus for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream by encoding an enhancement layer picture of the enhancement layer bitstream, which can be reproduced immediately after a base layer picture of the base layer bitstream is reproduced, into switching and non-switching pictures, while the base layer picture is being reproduced.
ADVANTAGEOUS EFFECTS
As described above, the present invention provides various functions such as a random access, bitstream switching, fast forward, and fast backward to new video bitstreams by adopting a switching picture technology to a video coding unit.
BEST MODE
According to an aspect of the present invention, there is provided an apparatus for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream, wherein an enhancement layer picture of the enhancement layer bitstream is encoded into switching picture and non-switching picture, wherein, during reproduction of the base layer picture of the base layer bitstream, the enhancement layer picture is able to be reproduced consecutively after one of the reproduced base layer pictures. The non-switching picture may be encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture included in the original image, and the switching picture may be encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
The switching and non-switching pictures may be decoded into the same image.
The reference image used for the prediction when the switching picture is encoded may be different from the reference image used for the prediction when the non-switching picture is encoded.
According to another aspect of the present invention, there is provided an apparatus for encoding a non-switching picture in which a base layer bitstream and an enhancement layer bitstream are encoded for interlayer reproduction conversion of an original image to be encoded, wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture. The apparatus may include an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image reference image generated by decoding a pre-encoded base layer picture or a pre-encoded encoded enhancement layer picture.
The enhancement layer non-switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
According to another aspect of the present invention, there is provided an apparatus for encoding a switching picture in which a base layer bitstream and an enhancement layer bitstream are generated for interlayer reproduction conversion of an original image to be encoded by using the base layer bitstream and the enhancement layer bitstream which includes a non-switching picture, wherein a switching picture, which represents the same decoded image as the non-switching picture, is encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture. The apparatus may include an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
The enhancement layer switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
According to another aspect of the present invention, there is provided an encoder for encoding a base layer bitstream and an enhancement layer bitstream for interlayer reproduction conversion of an original image to be encoded, the encoder including a non-switching picture encoding unit which encodes the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
The non-switching picture encoding unit may include an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image generated by decoding a pre-encoded base layer picture or a pre-encoded enhancement layer picture. The enhancement layer non-switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
The encoder may further include a switching picture encoding unit which encodes a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
The switching picture encoding unit may include an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same
decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
The enhancement layer switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
According to another aspect of the present invention, there is provided an apparatus for decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a non-switching picture included in the enhancement layer bitstream is decoded by using prediction information used when the non-switching picture was encoded.
According to another aspect of the present invention, there is provided an apparatus for decoding a switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a switching picture included in an enhancement layer bitstream is decoded by using prediction information used when the switching picture was encoded. According to another aspect of the present invention, there is provided a decoder for decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein the decoder includes a non-switching picture decoding unit which decodes an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
The decoder may further include a switching picture decoding unit which decodes an enhancement layer picture by using a switching picture included in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced. Each of the non-switching picture decoding unit and the switching picture decoding unit may include a motion compensation unit which receives prediction information included in the bitstream and predicts an image to be decoded; and an image reproduction unit which receives residual image information included in the bitstream, adds the prediction image and the residual image information, and generates an image to be reproduced.
According to another aspect of the present invention, there is provided a codec for performing interlayer reproduction conversion between a base layer bitstream and an enhanced layer bitstream, the codec including an encoder which encodes a non-switching picture by predicting an enhancement layer picture to be encoded using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture, and encodes the enhancement layer bitstream by interlayer prediction using a switching picture which represents the same decoded image as the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture; and a decoder which decodes an enhancement layer bitstream to be reproduced by using a switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
The encoder may include a non-switching picture encoding unit which encodes the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
The non-switching picture encoding unit may include an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture.
The enhancement layer non-switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a
pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
The encoder may further include a switching picture encoding unit which encodes a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture. The switching picture encoding unit may include an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
The enhancement layer switching picture encoding unit may include a motion prediction unit which generates prediction information and a prediction image by an interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
The decoder may include a non-switching picture decoding unit which decodes an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced; and a switching picture decoding unit which decodes an enhancement layer picture by using a switching picture included in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
Each of the non-switching picture decoding unit and the switching picture decoding unit may include a motion compensation unit which receives prediction information included in the bitstream and predicts an image to be decoded; and an image reproduction unit which receives residual image information included in the
bitstream, adds the prediction image and the residual image information, and generates an image to be reproduced.
According to another aspect of the present invention, there is provided a method for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream, wherein an enhancement layer picture of the enhancement layer bitstream is encoded into switching picture and non-switching picture, wherein, during reproduction of the base layer picture of the base layer bitstream, the enhancement layer picture is able to be reproduced consecutively after one of the reproduced base layer pictures. According to another aspect of the present invention, there is provided a method of encoding a non-switching picture in which a base layer bitstream and an enhancement layer bitstream are encoded for interlayer reproduction conversion of an original image to be encoded, wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
According to another aspect of the present invention, there is provided a method of encoding a switching picture, in which a base layer bitstream and an enhancement layer bitstream are generated for interlayer reproduction conversion of an original image to be encoded by using the base layer bitstream and the enhancement layer bitstream which includes a non-switching picture, wherein a switching picture, which represents the same decoded image as the non-switching picture, is encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
According to another aspect of the present invention, there is provided a method of encoding a base layer bitstream and an enhancement layer bitstream for interlayer reproduction conversion of an original image to be encoded, the method including encoding the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture. According to another aspect of the present invention, there is provided a method of decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be
reproduced while a base layer picture of a base layer bitstream is being reproduced, a non-switching picture included in an enhancement layer bitstream is decoded by using prediction information used when the non-switching picture was encoded.
According to another aspect of the present invention, there is provided a method of decoding a switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a switching picture included in an enhancement layer bitstream is decoded by using prediction information used when the switching picture was encoded.
According to another aspect of the present invention, there is provided a method of decoding a non-switching picture by decoding a bitstream including switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, the method including decoding an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
According to another aspect of the present invention, there is provided a method of coding for performing interlayer reproduction conversion between a base layer bitstream and an enhanced layer bitstream, the method including encoding a non-switching picture by predicting an enhancement layer picture to be encoded using a reference image reference image generated by decoding a pre-encoded base layer picture or a pre-encoded encoded enhancement layer picture, and encoding the enhancement layer bitstream by interlayer prediction using a switching picture which represents the same decoded image as the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture; and decoding an enhancement layer bitstream to be reproduced by using a switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
MODE OF THE INVENTION
FIG. 5 is a diagram for illustrating a video encoding method according to a conventional scalable video coding (SVC) technology.
Referring to FIG. 5, a video encoder includes an image quality reducer 500, a base layer video compressor 510, a base layer video decoder 520, an enhancement layer video compressor 530, an enhancement layer video decoder 540, and a predictor 550. MPEG-2 and MPEG-4 video standards and Joint Video Team (JVT) SVC standards, which are currently established, provide a method of encoding scalable video data including a base layer and an enhancement layer and thereby providing an efficient encoding method in order to transmit and reproduce video data by applying different video qualities in accordance with a user's environment. Original images included in video data to be compressed are generated into base layer images by the image quality reducer 500. The base layer images are compressed by the base layer video compressor 510 and are generated into a base layer video bitstream.
Residual images between the original images and prediction images predicted by the predictor 550 are input to the enhancement layer video decoder 540 and are generated into an enhancement layer video bitstream. The predictor 550 receives information on base layer images compressed by the base layer video compressor 510 and decoded by the base layer video decoder 520, and receives information on enhancement layer images compressed by the enhancement layer video compressor 530 and decoded by the enhancement layer video decoder 540 and predicts the original images.
In the image quality reducer 500, a method such as a down-sampling method or a quantization parameter (QP) method may be used. In the predictor 550, a method such as a motion prediction method or an up-sampling method may be used. FIG. 6 is a diagram for illustrating a method of decoding the base layer video bitstream and the enhancement layer video bitstream generated by the method illustrated in FIG. 5.
Referring to FIG. 6, a video decoder includes a base layer video decoder 600, an enhancement layer video decoder 610, and a predictor 620. The base layer video bitstream is decoded by the base layer video decoder 600 and is reproduced as low quality video data.
At the same time, the enhancement layer video bitstream is input to and decoded by the enhancement layer video decoder 610 and then residual images are
output. High quality original images are decoded by combining the residual images and prediction images output from the predictor 620.
The predictor 620 outputs the prediction images by using images decoded by the enhancement layer video decoder 610 and images decoded by the base layer video decoder 600.
According to the above-described method, video data may be efficiently compressed such that low quality video data may be reproduced by using only the base layer video bitstream and high quality video data may be reproduced by using both the base layer video bitstream and the enhancement layer video bitstream in accordance with a user environment.
FIG. 7 is a diagram for illustrating a method of switching picture bitstreams using switching pictures, according to an embodiment of the present invention.
A switching picture SPnsδ and a non-switching picture SPh5 are encoded at desired locations of low quality and high quality video bitstreams. Referring to FIG. 7, the non-switching picture SPh5 is encoded with reference to a picture SPh4 and the switching picture SPnsδ is encoded with reference to a picture PI5. The switching picture SPnsδ and a non-switching picture SPhδ are decoded into the same image. Each of the low quality and high quality video bitstreams may be independently processed and reproduced. In an example identical to the example illustrated in FIG. 3, a user is watching a picture PI4 and wishes to continuously watch the next picture of the high quality video bitstream.
Here, the switching picture SPnsδ is completely losslessly encoded with reference to the non-switching picture SPhδ and the picture PI4 of the currently decoded low quality video bitstream.
Accordingly, the user may watch the picture PI4 and the switching picture SPnsδ, and then continuously watch high quality video data by decoding a picture PI6 with reference to the switching picture SPnsδ.
FIG. 8 is a diagram for illustrating a method of encoding a non-switching picture, according to conventional H.264 video standards.
Referring to FIG. 8, a non-switching picture encoding unit includes a motion prediction unit 800, an image conversion unit 810, and a multiplexing unit 820.
An l-macroblock is encoded by using a conventional l-macroblock encoding method. A non l-macroblock is encoded as below.
First, a prediction image is generated by using an original image and a decoded previous image stored in a frame buffer. Discrete cosine transform (DCT) conversion is performed on the prediction image and the original image. Then, the prediction image is quantized and inverse quantized by SPQP parameters, thereby generating prediction DCT coefficients. The differences between the prediction DCT coefficients and DCT coefficients of the original image are input to a QP quantizer and form a bitstream and the bitstream and motion vectors are output to the multiplexing unit 820.
Residual DCT coefficients output from the QP quantizer are combined with DCT coefficients of the prediction image through a QP inverse quantizer and the combined DCT coefficients are stored in the frame buffer.
FIG. 9 is a diagram for illustrating a method of decoding the non-switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 8.
Referring to FIG. 9, a non-switching picture decoding unit includes a motion compensation unit 900 and an image reproduction unit 910.
The method illustrated in FIG. 9 is performed in reverse order of the method illustrated in FIG. 8.
FIG. 10 is a diagram for illustrating a method of encoding a switching picture, according to conventional H.264 video standards.
Referring to FIG. 10, a switching picture encoding unit includes a motion prediction unit 1000 and a multiplexing unit 1010. A decoded image of a non-switching picture is represented as DCT coefficients quantized by SPQP quantization parameters.
The DCT coefficients quantized by the SPQP quantization parameters of the non-switching picture generate the decoded image through an inverse quantizer and an inverse DCT converter. The decoded image is motion compensated by using a reference image stored in a frame buffer, thereby generating a prediction image. The prediction image passes through a DCT converter and is quantized by SPQP coefficients. Difference coefficients between the quantized SPQP coefficients of the prediction image and the DCT coefficients quantized by the SPQP quantization
parameters of the input non-switching picture are encoded and output to the multiplexing unit 1010.
FIG. 11 is a diagram for illustrating a method of decoding the switching picture encoded according to conventional H.264 video standards as illustrated in FIG. 10. Referring to FIG. 11 , a switching picture decoding unit includes a motion compensation unit 1100 and an image reproduction unit 1110.
A prediction image is generated by using the frame buffer and motion vectors and the prediction image is DCT converted and is quantized by SPQP coefficients. The quantized coefficients are included to DCT coefficients quantized by the SPQP coefficients and input from an inverse multiplexer and thereby generating DCT coefficients of a decoded image quantized by the SPQP coefficients. The DCT coefficients of the decoded image quantized by the SPQP coefficients are inverse quantized by the SPQP coefficients and inverse DCT converted and thereby reproducing the image. According to the above-described method, switching and non-switching pictures are encoded and decoded by using a reference image.
FIG. 12 is a diagram for illustrating a method of encoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention. A method of encoding a non-switching picture of a base layer follows H.264 video standards.
An original image is down-sampled and is input to a base layer non-switching picture encoder, thereby generating a base layer non-switching picture bitstream.
The original image is also input to an enhancement layer non-switching picture encoder, thereby generating an enhancement layer non-switching picture bitstream.
Here, in the enhancement layer non-switching picture encoder, an encoded and decoded picture of the base layer may be used as a reference image in order to generate a prediction image by an interlayer prediction.
Alternatively, in the enhancement layer non-switching picture encoder, an encoded and decoded picture of the enhancement layer may be used as a reference image in order to generate a prediction image by motion prediction.
FIG. 13 is a diagram for illustrating a method of decoding a bitstream which includes a non-switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
An enhancement layer non-switching picture decoder receives an enhancement layer non-switching picture bitstream and decodes a non-switching picture by using the same prediction method used when the non-switching picture has been encoded and by using a decoded base layer picture or enhancement layer picture used when an enhancement non-switching picture has been encoded as a reference image, according to conventional H.264 video standards. FIG. 14 is a diagram for illustrating a method of encoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention.
A base layer non-switching picture composed of DCT coefficients quantized by SPQP quantization coefficients according to conventional H.264 video standards is input to a base layer switching picture encoder and is predicted using an encoded and decoded image of a frame buffer as a reference image such that a switching picture is generated and encoded.
An enhancement layer non-switching picture quantized by SPQP quantization coefficients is input to an enhancement layer switching picture encoder and is generated into a prediction image by an interlayer prediction using an encoded and decoded image of the base layer frame buffer as a reference image such that a switching picture is generated. In this case, other processes except for the generation of the prediction image follow H.264 standards.
Here, the reference image used for the enhancement layer switching picture encoder is different from the reference image that was used to encode a non-switching picture.
FIG. 15 is a diagram for illustrating a method of decoding a bitstream which includes a switching picture and in which a SVC technology is adopted, according to an embodiment of the present invention. A switching picture stream including DCT coefficients quantized by SPQP quantization coefficients is input to a base layer switching picture decoder according to H.264 video standards and decodes a base layer switching picture.
A switching picture bitstream, which is encoded from a prediction image generated by an interlayer prediction using an encoded and decoded image of a base layer frame buffer as a reference image, is input to an enhancement layer switching picture decoder and is generated into an enhancement layer switching picture. Here, the reference image used for the enhancement layer switching picture decoder is different from the reference image that was used to encode an enhancement layer non-switching picture.
In this case, the enhancement layer switching picture decoder uses a prediction image predicted by an interlayer prediction using an encoded and decoded image of a base layer which is used when an enhancement layer switching picture is encoded as a reference image, according to conventional H.264 standards.
FIG. 16 is a flowchart illustrating a method of encoding an enhancement layer bitstream in which a SVC technology is adopted, according to an embodiment of the present invention. Original video data is input and low quality video data created by, for example, down-sampling is generated into a base layer video bitstream by using a conventional video encoder in S1600.
Whether to encode each picture P included in an enhancement layer video data into a switching picture or not is determined in S 1610 and S 1620. If it is determined that a picture P is not to be encoded into a switching picture, the enhancement layer is encoded by using a conventional video encoding method so as to generate an image bitstream in S1650.
If it is determined that a picture P is to be encoded into a switching picture, the picture P is generated into a non-switching picture bitstream by using a non-switching picture encoding method in S1630.
The non-switching picture is generated into a switching picture bitstream by using a switching picture encoding method in S1640.
FIG. 17 is a flowchart illustrating a method of decoding a bitstream in which a SVC technology is adopted, according to an embodiment of the present invention. A base layer video bitstream is input and base layer images are decoded and reproduced by using a base layer video decoding method in S1700.
Whether to decode a switching picture of an enhancement layer or not is determined by, for example, a user's selection in S1710.
If it is determined that the switching picture of the enhancement layer is not to be decoded, whether the next enhancement layer image to be decoded is a non-switching picture or not is determined in S1730.
If it is determined that the next enhancement layer image to be decoded is not a non-switching picture, the enhancement layer image is decoded and reproduced by using a conventional video enhancement layer image decoding method in S1750.
If it is determined that the next enhancement layer image to be decoded is a non-switching picture, the enhancement layer image is decoded and reproduced by using a non-switching picture decoding method in S1740. If it is determined that the switching picture of the enhancement layer is to be decoded, a base layer picture used as a reference image when the enhancement layer has been encoded is decoded and the switching picture of the enhancement layer is decoded and reproduced by using a switching picture decoding method in S1720.
The invention can also be embodied as computer readable codes on a computer readable recording medium. The computer readable recording medium is any data storage device that can store data which can be thereafter read by a computer system. Examples of the computer readable recording medium include read-only memory (ROM), random-access memory (RAM), CD-ROMs, magnetic tapes, floppy disks, optical data storage devices, and carrier waves (such as data transmission through the Internet). The computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.
While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it will be understood by those of ordinary skill in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. The exemplary embodiments should be considered in a descriptive sense only and not for purposes of limitation. Therefore, the scope of the invention is defined not by the detailed description of the invention but by the appended claims, and all differences within the scope will be construed as being included in the present invention.
Claims
1. An apparatus for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream, wherein an enhancement layer picture of the enhancement layer bitstream is encoded into switching picture and non-switching picture, wherein, during reproduction of the base layer picture of the base layer bitstream, the enhancement layer picture is able to be reproduced consecutively after one of the reproduced base layer pictures.
2. The apparatus of claim 1 , wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and pre-encoded enhancement layer picture, and the switching picture is encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
3. The apparatus of claim 2, wherein the switching and non-switching pictures are decoded into the same image.
4. The apparatus of claim 2, wherein the reference image used for the prediction when the switching picture is encoded is different from the reference image used for the prediction when the non-switching picture is encoded.
5. An apparatus for encoding a non-switching picture in which a base layer bitstream and an enhancement layer bitstream are encoded for interlayer reproduction conversion of an original image to be encoded, wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
6. The apparatus of claim 5, comprising an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image generated by decoding a pre-encoded base layer picture or a pre-encoded enhancement layer picture.
7. The apparatus of claim 6, wherein the enhancement layer non-switching picture encoding unit comprises: a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
8. An apparatus for encoding a switching picture in which a base layer bitstream and an enhancement layer bitstream are generated for interlayer reproduction conversion of an original image to be encoded by using the base layer bitstream and the enhancement layer bitstream which comprises a non-switching picture, wherein a switching picture, which represents the same decoded image as the non-switching picture, is encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
9. The apparatus of claim 8, comprising an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
10. The apparatus of claim 9, wherein the enhancement layer switching picture encoding unit comprises: a motion prediction unit which generates prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
11. An encoder for encoding a base layer bitstream and an enhancement layer bitstream for interlayer reproduction conversion of an original image to be encoded, the encoder comprising a non-switching picture encoding unit which encodes the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
12. The encoder of claim 11 , wherein the non-switching picture encoding unit comprises an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image generated by decoding a pre-encoded base layer picture or a pre-encoded enhancement layer picture.
13. The encoder of claim 12, wherein the enhancement layer non-switching picture encoding unit comprises: a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
14. The encoder of claim 11 , further comprising a switching picture encoding unit which encodes a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
15. The encoder of claim 14, wherein the switching picture encoding unit comprises an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
16. The encoder of claim 15, wherein the enhancement layer switching picture encoding unit comprises: a motion prediction unit which generates prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
17. An apparatus for decoding a non-switching picture by decoding a bitstream comprising switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a non-switching picture comprised in the enhancement layer bitstream is decoded by using prediction information used when the non-switching picture was encoded.
18. An apparatus for decoding a switching picture by decoding a bitstream comprising switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a switching picture comprised in an enhancement layer bitstream is decoded by using prediction information used when the switching picture was encoded.
19. A decoder for decoding a non-switching picture by decoding a bitstream comprising switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein the decoder comprises a non-switching picture decoding unit which decodes an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
20. The decoder of claim 19, further comprising a switching picture decoding unit which decodes an enhancement layer picture by using a switching picture included in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
21. The decoder of any one of claims 19 and 20, wherein each of the non-switching picture decoding unit and the switching picture decoding unit comprises: a motion compensation unit which receives prediction information included in the bitstream and predicts an image to be decoded; and an image reproduction unit which receives residual image information comprised in the bitstream, adds the prediction image and the residual image information, and generates an image to be reproduced.
22. A codec for performing interlayer reproduction conversion between a base layer bitstream and an enhanced layer bitstream, the codec comprising: an encoder which encodes a non-switching picture by predicting an enhancement layer picture to be encoded using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture, and encodes the enhancement layer bitstream by interlayer prediction using a switching picture which represents the same decoded image as the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture; and a decoder which decodes an enhancement layer bitstream to be reproduced by using a switching picture comprised in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
23. The codec of claim 22, wherein the encoder comprises a non-switching picture encoding unit which encodes the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
24. The codec of claim 23, wherein the non-switching picture encoding unit comprises an enhancement layer non-switching picture encoding unit which encodes the non-switching picture by prediction using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture.
25. The codec of claim 24, wherein the enhancement layer non-switching picture encoding unit comprises: a motion prediction unit which generates prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; an image conversion unit which generates a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and a multiplexing unit which combines and outputs a bitstream generated by the image conversion unit and the prediction information.
26. The codec of claim 23, wherein the encoder further comprises a switching picture encoding unit which encodes a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
27. The codec of claim 26, wherein the switching picture encoding unit comprises an enhancement layer switching picture encoding unit which encodes the switching picture, which represents the same decoded image as the non-switching picture, in accordance with the interlayer prediction using the base layer picture.
28. The codec of claim 27, wherein the enhancement layer switching picture encoding unit comprises: a motion prediction unit which generates prediction information and a prediction image by an interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; an image conversion unit which compresses a residual image which corresponds to the difference between the non-switching picture and the prediction information; and a multiplexing unit which combines and outputs image information generated by the image conversion unit and the prediction information.
29. The codec of claim 22, wherein the decoder comprises: a non-switching picture decoding unit which decodes an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced; and a switching picture decoding unit which decodes an enhancement layer picture by using a switching picture included in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
30. The codec of claim 29, wherein each of the non-switching picture decoding unit and the switching picture decoding unit comprises: a motion compensation unit which receives prediction information included in the bitstream and predicts an image to be decoded; and an image reproduction unit which receives residual image information included in the bitstream, adds the prediction image and the residual image information, and generates an image to be reproduced.
31. A method for encoding a video bitstream including a base layer bitstream and an enhancement layer bitstream, wherein an enhancement layer picture of the enhancement layer bitstream is encoded into switching picture and non-switching picture, wherein, during reproduction of the base layer picture of the base layer bitstream, the enhancement layer picture is able to be reproduced consecutively after one of the reproduced base layer pictures.
32. The method of claim 31 , wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture, and the switching picture is encoded by interlayer prediction using a reference image generated by decoding a pre-encoded base layer picture.
33. The method of claim 32, wherein the switching and non-switching pictures represent the same decoded image.
34. The method of claim 32, wherein the reference image used for the prediction when the switching picture is encoded is different from the reference image used for the prediction when the non-switching picture is encoded.
35. A method of encoding a non-switching picture in which a base layer bitstream and an enhancement layer bitstream are encoded for interlayer reproduction conversion of an original image to be encoded, wherein the non-switching picture is encoded by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
36. The method of claim 35, comprising (a) encoding the non-switching picture by prediction using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture.
37. The method of claim 36, wherein operation (a) comprises: generating prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; generating a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and combining and outputting a bitstream generated by the image conversion unit and the prediction information.
38. A method of encoding a switching picture, in which a base layer bitstream and an enhancement layer bitstream are generated for interlayer reproduction conversion of an original image to be encoded by using the base layer bitstream and the enhancement layer bitstream which comprises a non-switching picture, wherein a switching picture, which represents the same decoded image as the non-switching picture, is encoded by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
39. The method of claim 38, comprising (b) encoding the switching picture which represents the same decoded image as the non-switching picture in accordance with the interlayer prediction using the base layer picture.
40. The method of claim 39, wherein operation (b) comprises: generating prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; compressing a residual image which corresponds to the difference between the non-switching picture and the prediction information; and combining and outputting image information generated by the image conversion unit and the prediction information.
41. A method of encoding a base layer bitstream and an enhancement layer bitstream for interlayer reproduction conversion of an original image to be encoded, the method comprising encoding the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
42. The method of claim 41 , wherein the encoding of the non-switching picture comprises (a) encoding the non-switching picture by prediction using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture.
43. The method of claim 42, wherein operation (a) comprises: generating prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; generating a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and combining and outputting a bitstream generated by the image conversion unit and the prediction information.
44. The method of claim 41 , further comprising encoding a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
45. The method of claim 44, wherein the encoding of the switching picture comprises (b) encoding the switching picture which represents the same decoded image as the non-switching picture in accordance with the interlayer prediction using the base layer picture.
46. The method of claim 45, wherein operation (b) comprises: generating prediction information and a prediction image by an interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; compressing a residual image which corresponds to the difference between the non-switching picture and the prediction information; and combining and outputting image information generated by the image conversion unit and the prediction information.
47. A method of decoding a non-switching picture by decoding a bitstream comprising switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a non-switching picture comprised in an enhancement layer bitstream is decoded by using prediction information used when the non-switching picture was encoded.
48. A method of decoding a switching picture by decoding a bitstream comprising switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, wherein, if an enhancement layer picture is to be reproduced while a base layer picture of a base layer bitstream is being reproduced, a switching picture comprised in an enhancement layer bitstream is decoded by using prediction information used when the switching picture was encoded.
49. A method of decoding a non-switching picture by decoding a bitstream comprising switching pictures for interlayer reproduction conversion between a base layer bitstream and an enhancement layer bitstream, the method comprising decoding an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
50. The method of claim 49, further comprising decoding an enhancement layer picture by using a switching picture comprised in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
51. The method of any one of claims 49 and 50, wherein the decoding of the base layer picture or the enhancement layer picture comprises: receiving prediction information included in the bitstream and predicting an image to be decoded; and receiving residual image information comprised in the bitstream, adding the prediction image and the residual image information, and generating an image to be reproduced.
52. A method of coding for performing interlayer reproduction conversion between a base layer bitstream and an enhanced layer bitstream, the method comprising: encoding a non-switching picture by predicting an enhancement layer picture to be encoded using a reference image reference image generated by decoding a pre-encoded base layer picture or a pre-encoded encoded enhancement layer picture, and encoding the enhancement layer bitstream by interlayer prediction using a switching picture which represents the same decoded image as the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture; and decoding an enhancement layer bitstream to be reproduced by using a switching picture comprised in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
53. The method of claim 52, wherein the encoding comprises encoding the non-switching picture by prediction using an original image and a reference image generated by decoding a pre-encoded base layer picture and a pre-encoded enhancement layer picture.
54. The method of claim 53, wherein the encoding of the non-switching picture comprises (a) encoding the non-switching picture by prediction using a reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture.
55. The method of claim 54, wherein operation (a) comprises: generating prediction information and a prediction image by using the original image, and the reference image generated by decoding a pre-encoded basic layer picture or a pre-encoded enhancement layer picture; generating a bitstream by compressing a residual image which corresponds to the difference between the original image and the prediction image; and combining and outputting a bitstream generated by the image conversion unit and the prediction information.
56. The method of claim 53, wherein the encoding further comprises encoding a switching picture, which represents the same decoded image as the non-switching picture, by interlayer prediction using the non-switching picture and a reference image generated by decoding a pre-encoded base layer picture.
57. The method of claim 56, wherein the encoding of the switching picture comprises (b) encoding the switching picture which represents the same decoded image as the non-switching picture in accordance with the interlayer prediction using the base layer picture.
58. The method of claim 57, wherein operation (b) comprises: generating prediction information and a prediction image by interlayer prediction using the non-switching picture, and the reference image generated by decoding a pre-encoded base layer picture; compressing a residual image which corresponds to the difference between the non-switching picture and the prediction information; and combining and outputting image information generated by the image conversion unit and the prediction information.
59. The method of claim 52, wherein the decoding comprises: decoding an enhancement layer picture by using a non-switching picture included in the enhancement layer bitstream, if an enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced; and decoding an enhancement layer picture by using a switching picture included in the bitstream, if the enhancement layer picture is to be reproduced while a base layer picture of the base layer bitstream is being reproduced.
60. The method of claim 59, wherein the decoding of the enhancement layer picture by using the non-switching picture or the base layer picture comprises: receiving prediction information comprised in the bitstream and predicting an image to be decoded; and receiving residual image information comprised in the bitstream, adding the prediction image and the residual image information, and generating an image to be reproduced.
61. A computer readable recording medium having recorded thereon a computer program for executing the method claim 31.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/294,633 US8619854B2 (en) | 2006-03-27 | 2007-03-27 | Scalable video encoding and decoding method using switching pictures and apparatus thereof |
Applications Claiming Priority (8)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US78626806P | 2006-03-27 | 2006-03-27 | |
| US60/786,268 | 2006-03-27 | ||
| US81658206P | 2006-06-26 | 2006-06-26 | |
| US60/816,582 | 2006-06-26 | ||
| US81678406P | 2006-06-27 | 2006-06-27 | |
| US60/816,784 | 2006-06-27 | ||
| KR1020070030009A KR101407571B1 (en) | 2006-03-27 | 2007-03-27 | Method and apparatus for encoding and decoding moving picture bitstream using switching picture |
| KR10-2007-0030009 | 2007-03-27 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2007111473A1 true WO2007111473A1 (en) | 2007-10-04 |
Family
ID=44151061
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/KR2007/001505 Ceased WO2007111473A1 (en) | 2006-03-27 | 2007-03-27 | Scalable video encoding and decoding method using switching pictures and apparatus thereof |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US8619854B2 (en) |
| KR (1) | KR101407571B1 (en) |
| WO (1) | WO2007111473A1 (en) |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2009061363A3 (en) * | 2007-11-05 | 2009-08-13 | Thomson Licensing | A scalable video coding method for fast channel change and increased error resilience |
| WO2010008416A1 (en) * | 2008-07-16 | 2010-01-21 | Thomson Licensing | A scalable video coding method for fast channel change to increase coding efficiency |
| WO2010057027A1 (en) * | 2008-11-14 | 2010-05-20 | Transvideo, Inc. | Method and apparatus for splicing in a compressed video bitstream |
| CN101677400B (en) * | 2008-09-19 | 2012-08-15 | 华为技术有限公司 | Coding and decoding method, coder, decoder and encoder/decoder system |
| CN102045557B (en) * | 2009-10-20 | 2012-09-19 | 鸿富锦精密工业(深圳)有限公司 | Video encoding and decoding method and video encoding device and decoding device thereof |
Families Citing this family (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP2339877A1 (en) * | 2009-12-22 | 2011-06-29 | Thomson Licensing | Method of reducing interference between wireless reception and wireless transmission and corresponding apparatus |
| US9451285B2 (en) | 2010-04-16 | 2016-09-20 | Sk Telecom Co., Ltd. | Inter-prediction method and video encoding/decoding method using the inter-prediction method |
| KR101750495B1 (en) | 2010-04-16 | 2017-06-27 | 에스케이텔레콤 주식회사 | Inter Prediction method and Decoding/Encoding Method using Inter Prediction |
| US8929456B2 (en) | 2010-09-30 | 2015-01-06 | Alcatel Lucent | Video coding using compressive measurements |
| US9319578B2 (en) | 2012-10-24 | 2016-04-19 | Alcatel Lucent | Resolution and focus enhancement |
| US9634690B2 (en) | 2010-09-30 | 2017-04-25 | Alcatel Lucent | Method and apparatus for arbitrary resolution video coding using compressive sampling measurements |
| US9344736B2 (en) | 2010-09-30 | 2016-05-17 | Alcatel Lucent | Systems and methods for compressive sense imaging |
| US8644376B2 (en) * | 2010-09-30 | 2014-02-04 | Alcatel Lucent | Apparatus and method for generating compressive measurements of video using spatial and temporal integration |
| US9398310B2 (en) | 2011-07-14 | 2016-07-19 | Alcatel Lucent | Method and apparatus for super-resolution video coding using compressive sampling measurements |
| US20150043639A1 (en) * | 2012-03-20 | 2015-02-12 | Samsung Electronics Co., Ltd. | Method and device for coding scalable video on basis of coding unit of tree structure, and method and device for decoding scalable video on basis of coding unit of tree structure |
| WO2014003379A1 (en) * | 2012-06-24 | 2014-01-03 | 엘지전자 주식회사 | Image decoding method and apparatus using same |
| JP6050488B2 (en) * | 2012-07-06 | 2016-12-21 | サムスン エレクトロニクス カンパニー リミテッド | Multi-layer video encoding method and apparatus for random access, and multi-layer video decoding method and apparatus for random access |
| KR101825575B1 (en) * | 2013-01-07 | 2018-02-05 | 노키아 테크놀로지스 오와이 | Method and apparatus for video coding and decoding |
| US9563806B2 (en) | 2013-12-20 | 2017-02-07 | Alcatel Lucent | Methods and apparatuses for detecting anomalies using transform based compressed sensing matrices |
| US9600899B2 (en) | 2013-12-20 | 2017-03-21 | Alcatel Lucent | Methods and apparatuses for detecting anomalies in the compressed sensing domain |
| US9894324B2 (en) | 2014-07-15 | 2018-02-13 | Alcatel-Lucent Usa Inc. | Method and system for modifying compressive sensing block sizes for video monitoring using distance information |
Family Cites Families (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5771081A (en) * | 1994-02-28 | 1998-06-23 | Korea Telecommunication Authority | Bit system for transmitting digital video data |
| US6480541B1 (en) * | 1996-11-27 | 2002-11-12 | Realnetworks, Inc. | Method and apparatus for providing scalable pre-compressed digital video with reduced quantization based artifacts |
| US6640248B1 (en) * | 1998-07-10 | 2003-10-28 | Malibu Networks, Inc. | Application-aware, quality of service (QoS) sensitive, media access control (MAC) layer |
| US6907070B2 (en) * | 2000-12-15 | 2005-06-14 | Microsoft Corporation | Drifting reduction and macroblock-based control in progressive fine granularity scalable video coding |
| US20020122491A1 (en) * | 2001-01-03 | 2002-09-05 | Marta Karczewicz | Video decoder architecture and method for using same |
| US6765963B2 (en) * | 2001-01-03 | 2004-07-20 | Nokia Corporation | Video decoder architecture and method for using same |
| US20030151753A1 (en) * | 2002-02-08 | 2003-08-14 | Shipeng Li | Methods and apparatuses for use in switching between streaming video bitstreams |
| KR100498332B1 (en) * | 2002-10-24 | 2005-07-01 | 엘지전자 주식회사 | Apparatus and method for adaptive rate in video transcoder |
| KR20050022160A (en) | 2003-08-26 | 2005-03-07 | 삼성전자주식회사 | Method for scalable video coding and decoding, and apparatus for the same |
| US7369610B2 (en) * | 2003-12-01 | 2008-05-06 | Microsoft Corporation | Enhancement layer switching for scalable video coding |
| KR20050076019A (en) * | 2004-01-19 | 2005-07-26 | 삼성전자주식회사 | Method for adaptively encoding and/or decoding scalable encoded bitstream, and recording medium storing a program to implement the method |
| EP1638333A1 (en) * | 2004-09-17 | 2006-03-22 | Mitsubishi Electric Information Technology Centre Europe B.V. | Rate adaptive video coding |
| US8229983B2 (en) * | 2005-09-27 | 2012-07-24 | Qualcomm Incorporated | Channel switch frame |
| CN101371312B (en) * | 2005-12-08 | 2015-12-02 | 维德约股份有限公司 | Systems and methods for error resilience and random access in a video communication system |
-
2007
- 2007-03-27 KR KR1020070030009A patent/KR101407571B1/en not_active Expired - Fee Related
- 2007-03-27 US US12/294,633 patent/US8619854B2/en not_active Expired - Fee Related
- 2007-03-27 WO PCT/KR2007/001505 patent/WO2007111473A1/en not_active Ceased
Non-Patent Citations (4)
| Title |
|---|
| KARCZEWICZ M. ET AL.: "Improved SP-frame encoding", ITU-T VIDEO CODING EXPERTS GROUP MEETING, AUSTIN, USA, April 2001 (2001-04-01) * |
| KARCZEWICZ M. ET AL.: "The SP- and SI-frames design for H.264/AVC", CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, IEEE TRANSACTIONS, vol. 13, no. 7, July 2003 (2003-07-01), pages 637 - 644, XP001051192 * |
| KARCZEWICZ M.: "The Sp frames design for JVT/H.26L", IMAGE PROCESSING, 2003. INTERNATIONAL, SYNCHRONIZATION-PREDICTIVE CODING FOR VIDEO COMPRESSION, pages 297 - 300 * |
| SUN X. ET AL.: "The Improved SP frame coding technique for the JVT standard", IMAGE PROCESSING, 2003, PROCEEDINGS, 2003, pages 497 - 500 * |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2009061363A3 (en) * | 2007-11-05 | 2009-08-13 | Thomson Licensing | A scalable video coding method for fast channel change and increased error resilience |
| WO2010008416A1 (en) * | 2008-07-16 | 2010-01-21 | Thomson Licensing | A scalable video coding method for fast channel change to increase coding efficiency |
| CN101677400B (en) * | 2008-09-19 | 2012-08-15 | 华为技术有限公司 | Coding and decoding method, coder, decoder and encoder/decoder system |
| WO2010057027A1 (en) * | 2008-11-14 | 2010-05-20 | Transvideo, Inc. | Method and apparatus for splicing in a compressed video bitstream |
| CN102045557B (en) * | 2009-10-20 | 2012-09-19 | 鸿富锦精密工业(深圳)有限公司 | Video encoding and decoding method and video encoding device and decoding device thereof |
Also Published As
| Publication number | Publication date |
|---|---|
| US20110150084A1 (en) | 2011-06-23 |
| KR20070096979A (en) | 2007-10-02 |
| US8619854B2 (en) | 2013-12-31 |
| KR101407571B1 (en) | 2014-06-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8619854B2 (en) | Scalable video encoding and decoding method using switching pictures and apparatus thereof | |
| US8155181B2 (en) | Multilayer-based video encoding method and apparatus thereof | |
| JP4991699B2 (en) | Scalable encoding and decoding methods for video signals | |
| KR100703724B1 (en) | Apparatus and method for adjusting bit rate of scalable bitstream coded on a multi-layer basis | |
| KR101740741B1 (en) | Methods and apparatus for bit depth scalable video encoding and decoding utilizing tone mapping and inverse tone mapping | |
| KR101366249B1 (en) | Scalable video encoding apparatus and method and scalable video decoding apparatus and method | |
| US20050094726A1 (en) | System for encoding video data and system for decoding video data | |
| US8817872B2 (en) | Method and apparatus for encoding/decoding multi-layer video using weighted prediction | |
| KR20060135992A (en) | Method and apparatus for coding video using weighted prediction based on multi-layer | |
| KR20070000022A (en) | Method and apparatus for coding video using weighted prediction based on multi-layer | |
| KR20080093386A (en) | Color video stretching and decoding method and apparatus therefor | |
| US20060233250A1 (en) | Method and apparatus for encoding and decoding video signals in intra-base-layer prediction mode by selectively applying intra-coding | |
| US20120257702A1 (en) | Order of deblocking | |
| JP2005160084A (en) | Moving picture processing apparatus and method for realizing SNR (signal tonoise ratio) scalability | |
| US20060165303A1 (en) | Video coding method and apparatus for efficiently predicting unsynchronized frame | |
| CN100428800C (en) | Moving image decoding device and method | |
| US20060165301A1 (en) | Video coding method and apparatus for efficiently predicting unsynchronized frame | |
| KR20080084890A (en) | Video encoding and playback method and apparatus | |
| JP2022525989A (en) | Methods, equipment and programs for video coding | |
| KR20160053848A (en) | Method for predictive intra coding/decoding for video and apparatus for same | |
| KR100708209B1 (en) | Flexible coding and decoding method and apparatus for color image | |
| WO2006038679A1 (en) | Moving picture encoding device, method, program, and moving picture decoding device, method, and program | |
| KR20060069227A (en) | Method and apparatus for deriving motion vector for video block from motion vector of base layer picture in encoding / decoding video signal | |
| WO2006132509A1 (en) | Multilayer-based video encoding method, decoding method, video encoder, and video decoder using smoothing prediction | |
| JPH05183894A (en) | Image coding / decoding device |
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: 07715808 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 12294633 Country of ref document: US |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 07715808 Country of ref document: EP Kind code of ref document: A1 |