Title of Invention

METHOD FOR DECODING A VIDEO SIGNAL

Abstract A method for efficiently decoding a video signal is disclosed. The method for decoding a video signal based on fine granularity scalability (FGS) includes acquiring picture identification information indicating a reference picture of a current block, and decoding the current block using the reference picture. A base layer reference picture and an enhanced layer reference picture corresponding thereto have the same picture identification information. Accordingly, it is possible to minimize a problem caused in a procedure for decoding a video signal due to transmission error.
Full Text METHOD FOR DECODING A VIDEO SIGNAL
Technical Field
The present invention relates to a method for
decoding a video signal.
Background Art
A communication environment is currently being
changed together with the development of a Broadband
convergence Network (BcN) for allowing a service such as
a wired and wireless complex network, a combination of a
broadcasting network and a communication network, or IP
convergence using an Internet protocol (IP) network. Such
a tendency for change of the communication environment
will be accelerated in future. Due to the change of the
communication environment, terminals used in a variety of
communication environments are being diversely changed
and processing capabilities of the terminals are also
being changed. Accordingly, in order to provide video
signals optimized for various communication environments
and various terminals, a variety of video signals
provided to the terminals must be created. In order to
provide the optimized video signals to the terminals, one
video source must include a variety of combinations of
variables such as the number of transmission frames per
second, resolution and the number of bits per pixel, etc.
This imposes a great burden on content providers.
In view of the above, the content providers encode
an original video signal into high-bitrate compressed
video data, decode the compressed video data into the
original video signal when a request for the video is
received from a terminal, and encode the original data
into video data suitable to a video processing capability
of the terminal before providing the video data to the
terminal. However, in such transcoding (a combination of
decoding and encoding) , processes of encoding, decoding
and encoding must be performed and thus a time delay
occurs when providing the video signal to the terminal.
Therefore, a device having complex hardware and
algorithms is further required.
In order to solve such a problem, a scalable video
coding (SVC) has been suggested. This method can
represent video signals by encoding the video signals
into a sequence of pictures with highest image quality
and decoding only a part (a partial sequence of pictures
intermittently selected from total sequence of frames) of
the sequence of pictures. The sequence of pictures
encoded using the SVC can reduce a video size using
spatial scalability or reduce image quality using SNR
scalability with a low bitrate. At this time, a sequence
of pictures having a small screen size and/or a small
number of frames per second is referred to as a base
layer and a sequence of pictures having a large screen
size and/or a large number of frames per second is
referred to as an enhanced or enhancement layer.
Although it is possible to represent video signals in
low image quality by receiving and processing a part of the
sequence of pictures encoded in the scalable method as
described above, the image quality is significantly
degraded as the bitrate is lowered. One solution to this
problem is to provide an auxiliary picture sequence having
low bitrates, for example, a sequence of pictures that have
a small screen size and/or a small number of frames per
second. The auxiliary picture sequence is referred to as a
base layer, and a main picture sequence is referred to as
an enhanced(or enhancement) layer.
In this SVC, if a part of enhanced layer bitstream is
lost when decoding a specific picture including the
enhanced layer, which is encoded and transmitted, a decoder
decodes the picture using the lost enhanced layer bitstream.
Accordingly, the image qualities of the original video
signals and the decoded video signals are different from
each other. Specifically, when the picture having the
above-mentioned problem is a reference picture necessary
for decoding the other pictures as well as a key picture,
the problem becomes more severe.
Disclosure of Invention
Accordingly, the present invention is directed to a
method for decoding a video signal that substantially
obviates one or more problems due to limitations and
disadvantages of the related art.
An object of the present invention devised to solve
the problem lies on a decoding method which is capable of
minimizing a problem caused in a procedure for decoding a
video signal due to transmission error.
Another object of the present invention devised to
solve the problem lies on a method for managing a decoded
picture buffer according to a decoding method which is
capable of minimizing a problem caused in a procedure for
decoding a video signal due to transmission error.
The object of the present invention can be achieved
by providing a method for decoding a video signal based on
fine granularity scalability (FGS) comprising: obtaining
picture identification information indicating a reference
picture of a current block; and decoding the current block
using the reference picture, wherein a base layer reference
picture and an enhanced layer reference picture
corresponding thereto have same picture identification
information.
Brief Description of Drawings
The accompanying drawings, which are included to
provide a further understanding of the invention,
illustrate embodiments of the invention and together with
the description serve to explain the principle of the
invention.
In the drawings:
FIG. 1 is a schematic block diagram of a scalable
video coding system to which the present invention applies;
FIG. 2 is a view showing a structure of pictures used
in a decoding method and a method for managing a decoded
picture buffer according to an embodiment of the present
invention;
FIG. 3 is a flowchart illustrating a method for
decoding a video signal according to an embodiment of the
present invention;
FIG. 4 is a flowchart illustrating a method for
decoding a video signal according to another embodiment of
the present invention;
FIG. 5 is a view illustrating a structure of a
decoded picture buffer according to an embodiment of the
present invention;
FIGs. 6a to 6b are views illustrating reordering of
reference numbers of a reference picture according to an
embodiment of the present invention;
FIG. 7 is a view illustrating management contents of
a decoded picture buffer corresponding to code numbers of a
memory management control operation (MMCO); and
FIG. 8 is a view illustrating a structure of a
decoded picture buffer according to another embodiment of
the present invention.
Best Mode for Carrying Out the Invention
Reference will now be made in detail to the preferred
embodiments of the present invention, examples of which are
illustrated in the accompanying drawings. Wherever
possible, the same reference numbers will be used
throughout the drawings to refer to the same or like parts.
In addition, although the terms used in the present
invention are selected from generally known and used terms,
some of the terms mentioned in the description of the
present invention have been selected by the applicant at
his or her discretion, the detailed meanings of which are
described in relevant parts of the description herein.
Furthermore, it is required that the present invention is
understood, not simply by the actual terms used but by the
meanings of each term lying within.
FIG. 1 is a schematic block diagram of a scalable
video coding system to which the present invention applies.
The scalable video coding system includes an encoder
2 and a decoder 10. The encoder 2 includes a base layer
encoder 4, an enhanced layer encoder 6 and a mux 8. The
decoder 10 includes a demux 12, a base layer decoder 14 and
an enhanced layer decoder 16. The base layer encoder 4
compresses an input video signal X(n) and generates a base
layer bitstream. The enhanced layer encoder 6 generates an
enhanced layer bitstream using the input video signal X(n)
and information generated by the base layer encoder 4 and
the mux 8 generates a scalable bitstream using the base
layer bitstream and the enhanced layer bitstream. The
generated scalable bitstream is transmitted to the decoder
10 via a certain channel and the transmitted scalable
bitstream is divided into the enhanced layer bitstream and
the base layer bitstream by the demux 12 of the decoder 10.
The base layer decoder 14 receives the base layer bitstream
and decodes the base layer bitstream into an output video
signal Xb(n), and the enhanced layer decoder 16 receives
the enhanced layer bitstream and decodes the enhanced layer
bitstream into an output video signal Xe(n). The output
video signal Xb(n) has lower resolution and image quality
than the output video signal Xe(n).
FIG. 2 is a view showing a structure of pictures used
in a decoding method and a method for managing a decoded
picture buffer according to an embodiment of the present
invention.
In the structure of pictures, a Group of Picture
(GOP) is formed of a hierarchical B picture structure, and
pictures which configure the GOP are classified into key
picture and non-key picture. One picture consists of a
base layer reference picture QB and an enhanced layer
reference picture QE. The key picture represents a picture
having a lowest temporal level and the non-key picture
represents pictures except the key picture.
In this structure, a current picture may use at least
one picture from the pictures having temporal levels lower
than or equal to that of the current picture as a reference
picture. For example, when a first picture 22 is an I
picture encoded by an intra prediction, the first picture
22 is decoded without a reference picture, a second picture
24 is decoded using the first picture 22 as the reference
picture, a third picture 26 is decoded using the first and
second pictures 22 and 24 as the reference pictures, fourth
pictures 28 and 30 are decoded using the first and third
pictures 22 and 26 or the second and fourth pictures 24 and
26 as the reference pictures, fifth pictures 32, 34, 36 and
38 are decoded using the first and fourth pictures 22 and
28, the third and fourth pictures 26 and 28 or the second
and fourth pictures 24 and 30 as the reference pictures.
The pictures are decoded in order of the first picture 22,
the second picture 24, the third picture 26, the fourth
pictures 28 and 30, and the fifth pictures 32, 34, 36 and
38. The first and second pictures 22 and 24 are the key
pictures and the third to fifth pictures 26, 28, 30, 32, 34,
36 and 38 are the non-key pictures. The key picture
includes the base layer reference picture and the enhanced
layer reference picture and is represented as the first
picture 22 and the second picture 24 in FIG. 2. When the
non-key picture is used as the reference picture, the
enhanced layer reference picture of the non-key picture is
referred. The enhanced layer reference picture of the non-
key picture indicates that the base layer reference picture
of the non-key picture is already reconstructed, and is
represented by a dotted line, as the third to fifth
pictures 26, 28, 30, 32, 34, 36 and 38 shown in FIG. 2.
FIG. 3 is a flowchart illustrating a method for
decoding a video signal according to an embodiment of the
present invention.
First, the decoder receives the encoded video signal
via a certain channel. Picture identification information
indicating a reference picture of a current block is
acquired from the video signal (S310). The picture
identification information may be, for example, reference
index information or picture number information of the
reference picture. The current block may be decoded using
the reference picture (S320). The base layer reference
picture and the enhanced layer reference picture
corresponding thereto may have the same picture
identification information. The picture identification
information may be the reference index information or the
picture number information of the reference picture. The
enhanced layer reference picture may have an image quality
higher than that of the base layer reference picture.
When the picture including the current block is the
key picture, the reference picture of the current block may
be the base layer reference picture or the enhanced layer
reference picture corresponding thereto. The reference
picture of the current block may be obtained from a
reference picture list based on the picture identification
information. The current block can be decoded using the
obtained reference picture. Even in this case, the base
layer reference picture and the enhanced layer reference
picture corresponding thereto may have the same picture
identification information. The enhanced layer reference
picture may have an image quality higher than that of the
base layer reference picture.
For example, when the current picture shown in FIG. 2
is the second picture 24 as well as a P picture, the
reference picture of the second picture 24 is the first
picture 22 and the second picture 24 is the key picture.
Accordingly, the second picture 24 which is the current
picture can be decoded by referring to the base layer
reference picture or the enhanced layer reference picture
of the first picture 22. At this time, the base layer
reference picture and the enhanced layer reference picture
may have the same picture identification information and
the picture identification information may be the reference
index information or the picture number information of the
reference picture. As another example, when the current
picture is the fourth picture 28, the reference picture of
the fourth picture 28 is the first and third pictures 22
and 26 and the fourth picture 28 corresponds to the non-key
picture. In this case, the reference picture of the fourth
picture 28 which is the current picture includes the base
layer reference picture of the first picture 22, the
enhanced layer reference picture of the first picture 22 or
the enhanced layer reference picture of the third picture
26. The enhanced layer reference picture of the third
picture 26 indicates that the base layer reference picture
of the third picture is already reconstructed.
FIG. 4 is a flowchart illustrating a method for
decoding a video signal according to another embodiment of
the present invention.
First, a first reference picture can be obtained from
a reference picture list (S410). Here, the first reference
picture is associated with the picture identification
information and the picture identification information
includes the reference index information or the picture
number information of the reference picture. For example,
the first reference picture in the reference picture list
can be obtained using the reference index information. A
current block can be decoded using the obtained first
reference picture (S420). At this time, the first
reference picture and a second reference picture
corresponding thereto may have the same picture
identification information and the first reference picture
and the second reference picture are distinguished from
each other by another identification information. For
example, the base layer reference picture 40 and the
enhanced layer reference picture 42 having the same picture
number may be distinguished from each other by marking the
base layer reference picture 40 with "base representation"
in a decoded reference picture marking process. The first
reference picture may belong to the base layer and the
second reference picture may belong to the enhanced layer.
The enhanced layer may have image quality higher than that
of the base layer. When the picture including the current
block is the key block, the reference picture of the
current block may be the first reference picture or the
second reference picture corresponding thereto. The
current block can be decoded using the obtained reference
picture.
As shown in FIGs. 3 and 4, when the reference picture
is the first picture 22 or the second picture 24, which is
the key picture, it is possible to provide the base layer
reference picture or the enhanced layer reference picture
to the current picture. Alternatively, it is possible to
provide the first reference picture or the second reference
picture to the current picture. Accordingly, the reference
picture must be stored in the decoded picture buffer.
According to the method for decoding the video signal of
the present invention, a method for allocating a reference
number to the reference picture in the decoded picture
buffer or a method for managing the decoded picture buffer
such as a method for deleting the reference picture needs
to be newly defined. The method for managing the decoded
picture buffer according to an embodiment of the present
invention will be described in detail with reference to
FIGs. 5 and 6.
First, in an embodiment of the present invention,
when the reference picture is the key picture, the same
picture identification number may be allocated to the base
layer reference picture and the enhanced layer reference
picture of the reference picture stored in the decoded
picture buffer. When the reference picture is the non-key
picture, since the enhanced layer reference picture of the
reference picture is stored in the decoded picture buffer,
one picture identification number is allocated to the
enhanced layer reference picture of the reference picture.
That is, when the reference picture is the key picture, the
base layer reference picture and the enhanced layer
reference picture of the reference picture may be treated
as a virtual picture. Here, the allocated picture
identification information includes the picture number
information or the reference index information and the
picture number information includes a long-term reference
picture number.
FIG. 5 is a view illustrating a structure of a
decoded picture buffer according to an embodiment of the
present invention.
When the first picture 22 which is the key picture as
well as the reference picture as shown in FIG. 2 is decoded
and stored in the decoded picture buffer, the base layer
reference picture 40 and the enhanced layer reference
picture 42 which configure the first picture 22 are stored
with a picture number "0". In the second picture 24 which
is the key picture as well as the reference picture similar
to the first picture 22, the base layer reference picture
44 and the enhanced layer reference picture 46 which
configure the second picture 24 are stored with a picture
number "1". In the third picture 26 which is the non-key
picture as well as the reference picture, the enhanced
layer reference picture 48 of the reference picture 26 is
stored with a picture number "2". The fifth pictures 32,
34, 36 and 38 are not stored in the decoded picture buffer
except for a case where the picture is not displayed
immediately after decoding, because the fifth pictures are
non-reference pictures.
At this time, when the current picture is the key
picture and refers to the reference picture having the
picture number "0", since the base layer reference picture
40 and the enhanced layer reference picture 42 of the
reference picture 22 have the same picture identification
information of the picture number "0", the base layer
reference picture 40 and the enhanced layer reference
picture 42 having the picture number "0" must be
distinguished from each other. Accordingly, the present
invention may use another identification information. For
example, the base layer reference picture 40 and the
enhanced layer reference picture 42 having the same picture
number are distinguished from each other by marking the
base layer reference picture 40 with the "base
representation" in the decoded reference picture marking
process.
As another embodiment of the present invention, the
picture identification information of the pictures stored
in the decoded picture buffer varies depending on which
picture is decoded in the decoded picture buffer.
Therefore, the first reference picture in the reference
picture list may be obtained from the reference picture
list and the current block may be decoded using the first
reference picture. At this time, the first reference
picture and the second reference picture corresponding
thereto have the same picture identification information
and the first reference picture and the second reference
picture may be distinguished from each other by another
identification information. For example, the first
reference picture and the second reference picture having
the same picture number may be distinguished from each
other by marking the first reference picture or the second
reference picture with the "base representation" in the
decoded reference picture marking process. The first
reference picture may belong to the base layer and the
second reference picture may belong to the enhanced layer.
In this case, the first reference picture and the second
reference picture may be distinguished from each other by
marking the first reference picture with the "base
representation".
As another embodiment of the present invention, the
reference picture list may be initialized using the
reference picture when decoding the current block using the
reference picture, as described with reference to FIGs. 3
and 4. The initialized reference picture list may be
reordered. When the reference picture list is reordered,
the reference picture can be obtained from the reordered
reference picture list. The reordering of the reference
picture list will be described with reference to FIGs. 6a
and 6b.
FIGs. 6a to 6b are views showing reordering of
reference numbers of a reference picture according to an
embodiment of the present invention.
The reordering of the reference numbers represents a
command for reallocating a lowest reference number to a
picture having highest correlation with the current picture
in the reference picture list and efficiently managing the
reference picture when pictures, which are temporally close
to the current picture, have lower correlation with the
current picture than that of a picture, which is temporally
far from the current picture, when decoding the current
picture. The reordering of the reference numbers will be
described in detail with reference to FIGs. 6a and 6b.
FIG. 6a shows the structure of the pictures in a
state where the first, second, third and fourth pictures 22,
24, 26, 28 and 30 are decoded and stored in the decoded
picture buffer. When the fifth picture 34 is desired to be
decoded, the reference picture list 0 of the pictures
stored in the decoded picture buffer is configured as shown
in Fig. 6b. The reference numbers are given to the
pictures while rotating the reference picture list 0 from
the fifth picture 34 in a counterclockwise direction and
the reference numbers are given to the pictures while
rotating the reference picture list 1 from the fifth
picture 34 in a clockwise direction. However, when the
first picture 22, which is temporally far from the fifth
picture 34, has higher correlation with the fifth picture
34 than that of the fourth picture 28, which is temporally
close to the fifth picture 34, in the reference picture
list 0, the reference number 0 is reallocated to the first
picture 22 and the reference number 1 is reallocated to the
fourth picture 28, thereby reordering the reference picture
list. When the second picture 24, which is temporally far
from the fifth picture 34, has higher correlation with the
fifth picture 34 than that of the fourth picture 30, which
is temporally close to the fifth picture 34, in the
reference picture list 1, the reference number 1 is
reallocated to the second picture 24 and the reference
number 2 is reallocated to the fourth picture 30, thereby
reordering the reference picture list.
In an embodiment of the present invention, as
described above, in the reordering of the reference numbers,
when the reference picture is the key picture, the base
layer reference picture and the enhanced layer reference
picture are treated as one picture, to which the reference
number is reallocated, and, when the reference picture is
the non-key picture, the reference number allocated to the
enhanced layer reference picture is reallocated, thereby
reordering the reference picture list.
As another embodiment of the present invention, the
initialization of the reference picture list uses the same
method as that of the reordering of the reference numbers.
For example, the picture identification information
indicating the reference picture of the current block is
obtained and the reference picture stored in the reference
picture buffer is read based on the obtained picture
identification information. The current block is decoded
using the read reference picture. The base layer reference
picture and the enhanced layer reference picture
corresponding thereto may have the same picture
identification information and the picture identification
information includes the reference index information or the
picture number information of the reference picture. When
the reference picture is the key picture, the base layer
reference picture and the enhanced layer reference picture
of the reference picture are treated as one picture, to
which the reference number may be allocated. When the
reference picture is a non-key picture, the reference
number may be allocated to the enhanced layer reference
picture. Even when the reference picture needs to be no
longer referred and is deleted from the decoded picture
buffer using a sliding window method, if the reference
picture is the key picture, the base layer reference
picture and the enhanced layer reference picture of the
reference picture are treated as one picture and the
reference picture may be deleted from the buffer. If the
reference picture is the non-key picture, the enhanced
layer reference picture may be deleted from the buffer. In
this case, the picture is deleted using a first-in-first-
out (FIFO) method for first deleting a picture which is
first stored in the buffer.
As another embodiment of the present invention, a
method for managing a decoded picture buffer using a memory
management control operation MMCO (hereinafter, referred to
as "MMCO") will be described. When the MMCO is obtained
from the current picture in a procedure for decoding the
current picture, the decoded picture buffer corresponding
to the MMCO is managed. As shown in FIG. 5, when the
current picture is the key picture, both the base layer
reference picture 52 and the enhanced layer reference
picture 54 of the reference picture 50 in the decoded
picture buffer are subjected to a memory management control
operation 56 (for example, a command for moving the
reference picture from a short-term memory to a long-term
memory). When the current picture is the non-key picture,
the enhanced layer reference picture of the reference
picture 58 in the decoded picture buffer is subjected to a
memory management control operation 60. The management
contents corresponding to the value allocated to the MMCO
will now be described in detail with reference to FIG. 7.
FIG. 7 is a view illustrating the management contents
of the decoded picture buffer corresponding to code numbers
of the MMCO.
First, when the code number of the MMCO is 0, it is
indicated that the memory management is finished. When the
code number of the MMCO is 1, it is indicated that a short-
term reference picture is marked with a non-reference
picture. When the code number of the MMCO is 2, it is
indicated that a long-term reference picture is marked with
the non-reference picture. When the code number of the
MMCO is 3, it is indicated that the short-term reference
picture is marked with the long-term reference picture and
moved to the long-term memory. When the code number of the
MMCO is 4, it is indicated that the size of the long-term
memory is decided. When the code number of the MMCO is 5,
it is indicated that all the reference pictures are marked
with the non-reference picture and all the contents of the
buffer are reset. When the code number of the MMCO is 6,
it is indicated that the current picture is marked with the
long-term reference picture and moved to the long-term
memory.
The operation corresponding to the code number of the
MMCO is performed with respect to both the base layer
reference picture and the enhanced layer reference picture
of the reference picture when the current picture is the
key picture and is performed with respect to the enhanced
layer reference picture of the reference picture when the
current picture is the non-key picture. That is, when the
same picture identification number is given to the base
layer reference picture and the enhanced layer reference
picture, the reordering of the reference number, the
initialization of the reference picture list, the deletion
of the reference picture and the management of the buffer
using the MMCO may be performed in the unit of the picture
having the same picture identification number. The picture
identification number includes the reference index
information or the picture number information of the
reference picture.
In another embodiment of the present invention, the
picture identification information is allocated in the unit
of the picture stored in the decoded picture buffer,
regardless of whether the reference picture is the key
picture or the non-key picture. That is, even when the
reference picture is the key picture, different picture
identification information is allocated to the base layer
reference picture and the enhanced layer reference picture
of the reference picture. When the reference picture is
the non-key picture, the enhanced layer reference picture
of the reference picture is stored in the decoded picture
buffer and thus one piece of picture identification
information is allocated to the enhanced layer reference
picture.
FIG. 8 is a view illustrating a structure of a
decoded picture buffer according to another embodiment of
the present invention.
When the first picture 22 (shown in Fig. 2) which is
the key picture as well as the reference picture is decoded
and stored in the decoded picture buffer, the picture
number 0 is allocated to the base layer reference picture
40 of the first picture 22 and the picture number 1 is
allocated to the enhanced layer reference picture 42 of the
first picture 22. In the second picture 24 which is the
key picture as well as the reference picture similar to the
first picture 22, the picture number 2 is allocated to the
base layer reference picture 44 of the second picture 24
and the picture number 3 is allocated to the enhanced layer
reference picture 46 of the second picture 24. In the
third picture 26 which is the non-key picture as well as
the reference picture, since the enhanced layer reference
picture is stored in the decoded picture buffer, the
picture number 4 is allocated to the enhanced layer
reference picture 48. Since the fifth pictures 32, 34, 36
and 38 are the non-reference picture, the fifth pictures
are not stored in the decoded picture buffer except for the
case that the fifth pictures are not displayed immediately
after decoding.
As another embodiment of the present invention, in
the reordering of the reference numbers, when the current
picture is the key picture, only the reference number
allocated to the base layer reference picture is
reallocated, and, when the reference picture is the non-key
picture, only the reference number allocated to the
enhanced layer reference picture is reallocated.
As another embodiment of the present invention, in
the initialization of the reference picture list and the
management of the buffer using the MMCO, if the current
picture is the key picture, both the base layer reference
picture and the enhanced layer reference picture of the
reference picture are subjected to the initialization and
the memory management operation using the MMCO even when
the reference numbers thereof are different, and, if the
current picture is the non-key picture, the enhanced layer
reference picture of the reference picture is subjected to
the initialization and the memory management operation
using the MMCO.
As shown in FIG. 8, for example, an MMCO command 62
that the reference picture 50 is moved from the short-term
memory to the long-term memory is obtained from the current
picture. When the current picture is the key picture, both
the base layer reference picture 52 and the enhanced layer
reference picture 54 of the reference picture 50 are moved
from the short-term memory to the long-term memory, and,
when the current picture is the non-key picture, the
enhanced layer reference picture 58 of the reference
picture is subjected to an MMCO command 64.
When the reference picture needs to be no longer
referred and thus is deleted from the decoded picture
buffer using the sliding window method, if the current
picture is the key picture, the base layer reference
picture and the enhanced layer reference picture of the
reference picture are deleted from the buffer even when the
reference numbers thereof are different. However, if the
current picture is the non-key picture, the enhanced layer
reference picture of the reference picture is deleted from
the buffer. In this case, the picture is deleted using the
first-in-first-out (FIFO) method for first deleting a
picture which is first stored in the buffer.
It will be apparent to those skilled in the art that
various modifications and variations can be made in the
present invention without departing from the spirit or
scope of the invention. Thus, it is intended that the
present invention covers the modifications and variations
of this invention provided they come within the scope of
the appended claims and their equivalents.
Industrial Applicability
As described above, according to the present
invention, when a key picture is decoded, a base layer
reference picture or an enhanced layer reference picture of
a reference picture are provided as the reference picture,
and, when a non-key picture is decoded, the enhanced layer
reference picture of the reference picture is provided as
the reference picture. Accordingly, it is possible to
minimize a problem caused in a procedure for decoding a
video signal due to transmission error. When the video
signal is decoded using the above decoding method, it is
possible to efficiently decode the video signal using a new
method for managing a decoded picture buffer which is
optimized by the decoding method.
What is Claimed is:
1. A method for decoding a video signal based on fine
granularity scalability (FGS), the method comprising:
obtaining picture identification information
indicating a reference picture of a current block; and
decoding the current block using the reference
picture,
wherein a base layer reference picture and an
enhanced layer reference picture corresponding thereto have
same picture identification information.
2. The method of claim 1, wherein, when a picture
including the current block is a key picture, the reference
picture of the current block is the base layer reference
picture or the enhanced layer reference picture
corresponding thereto.
3. The method of claim 1, further comprising
obtaining the reference picture of the current block from a
reference picture list based on the picture identification
information.
4. The method of claim 1, wherein the enhanced layer
reference picture has image quality higher than that of the
base layer reference picture.
5. The method of claim 1, further comprising
initializing a reference picture list.
6. The method of claim 5, further comprising
reordering the initialized reference picture list.
7. The method of claim 6, further comprising
obtaining the reference picture of the current block from
the reordered reference picture list, based on the picture
identification information.
8. The method of claim 1, further comprising reading
the reference picture stored in a reference picture buffer
based on the picture identification information.
9. The method of claim 8, wherein the reference
picture stored in the reference picture buffer is deleted
from the reference picture buffer using a predetermined
buffer management method.
10. The method of claim 9, wherein the predetermined
buffer management method is an adaptive memory management
method or a sliding window method.
11. The method of claim 1, wherein the picture
identification information is reference index information
or picture number information of the reference picture.

A method for efficiently decoding a video signal is disclosed. The method for decoding a video signal based on fine
granularity scalability (FGS) includes acquiring picture identification information indicating a reference picture of a current block,
and decoding the current block using the reference picture. A base layer reference picture and an enhanced layer reference picture
corresponding thereto have the same picture identification information. Accordingly, it is possible to minimize a problem caused in
a procedure for decoding a video signal due to transmission error.

Documents:

01366-kolnp-2008-abstract.pdf

01366-kolnp-2008-claims.pdf

01366-kolnp-2008-correspondence others.pdf

01366-kolnp-2008-description complete.pdf

01366-kolnp-2008-drawings.pdf

01366-kolnp-2008-form 1.pdf

01366-kolnp-2008-form 3.pdf

01366-kolnp-2008-gpa.pdf

01366-kolnp-2008-international publication.pdf

01366-kolnp-2008-international search report.pdf

01366-kolnp-2008-pct request form.pdf

1366-KOLNP-2008-(10-12-2013)-CLAIMS.pdf

1366-KOLNP-2008-(10-12-2013)-CORRESPONDENCE.pdf

1366-KOLNP-2008-(10-12-2013)-FORM-13.pdf

1366-KOLNP-2008-(21-10-2014)-ABSTRACT.pdf

1366-KOLNP-2008-(21-10-2014)-CLAIMS.pdf

1366-KOLNP-2008-(21-10-2014)-CORRESPONDENCE.pdf

1366-KOLNP-2008-(21-10-2014)-DESCRIPTION (COMPLETE).pdf

1366-KOLNP-2008-(21-10-2014)-DRAWINGS.pdf

1366-KOLNP-2008-(21-10-2014)-FORM-2.pdf

1366-KOLNP-2008-(21-10-2014)-FORM-3.pdf

1366-KOLNP-2008-(21-10-2014)-FORM-5.pdf

1366-KOLNP-2008-(21-10-2014)-PA.pdf

1366-KOLNP-2008-(21-10-2014)-PETITION UNDER RULE 137-1.pdf

1366-KOLNP-2008-(21-10-2014)-PETITION UNDER RULE 137.pdf

1366-KOLNP-2008-ASSIGNMENT.pdf

1366-KOLNP-2008-CLAIMS.pdf

1366-KOLNP-2008-CORRESPONDENCE 1.1.pdf

1366-KOLNP-2008-FORM 13.pdf

1366-kolnp-2008-form 18.pdf

1366-KOLNP-2008-GRANTED-FORM 1.pdf

1366-KOLNP-2008-GRANTED-SPECIFICATION-COMPLETE.pdf

1366-KOLNP-2008-REPLY TO EXAMINATION REPORT.pdf

abstract-1366-kolnp-2008.jpg


Patent Number 265790
Indian Patent Application Number 1366/KOLNP/2008
PG Journal Number 12/2015
Publication Date 20-Mar-2015
Grant Date 17-Mar-2015
Date of Filing 03-Apr-2008
Name of Patentee LG ELECTRONICS INC.
Applicant Address 20, YOIDO-DONG, YOUNGDUNGPO-GU, SEOUL
Inventors:
# Inventor's Name Inventor's Address
1 KIM DONG SEOK 104-1404 SAMSUNG-RAEMIAN-APT., MUNJEONG-DONG SONGPA-GU,, SEOUL 138-764
2 UM SOUNG HYUN 119-2804, SAMSUNG RAEMIAN APT., BISAN 1-DONG, DONGAN-GU, ANYANG-SI, GYEONGGI-DO, 431-760
3 PARK JI HO 53-502 HYUNDAI APT., APGUJEONG 1-DONG, GANGNAM-GU, SEOUL 135-903
4 PARK SEUNG WOOK 1429-7 SILLIM-DONG, GWANAK-GU,, SEOUL 151-891
5 JEON BYEONG MOON 306-1005 HYUNDAI-3CHA APT, GWANGJANG-DONG, GWANGJIN-GU, SEOUL 143-754
PCT International Classification Number H04N 7/24
PCT International Application Number PCT/KR2006/003979
PCT International Filing date 2006-10-02
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 10-2006-0095950 2006-09-29 U.S.A.
2 60/723474 2005-10-05 U.S.A.