KR20080013843A - Method and apparatus for loseless encoding and decoding image - Google Patents
Method and apparatus for loseless encoding and decoding image Download PDFInfo
- Publication number
- KR20080013843A KR20080013843A KR1020070141663A KR20070141663A KR20080013843A KR 20080013843 A KR20080013843 A KR 20080013843A KR 1020070141663 A KR1020070141663 A KR 1020070141663A KR 20070141663 A KR20070141663 A KR 20070141663A KR 20080013843 A KR20080013843 A KR 20080013843A
- Authority
- KR
- South Korea
- Prior art keywords
- block
- residual block
- residual
- difference
- differential
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/593—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques
-
- 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/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
- H04N19/91—Entropy coding, e.g. variable length coding [VLC] or arithmetic coding
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
본 발명은 동영상 데이터의 부호화 및 복호화에 관한 것으로, 보다 상세하게는 인터 예측 결과에 의한 레지듀얼 블록 내부의 화소들 사이의 차이를 계산하여 형성된 차분 레지듀얼 블록을 부호화함으로써 압축률을 높인 무손실 동영상 부호화 및 복호화 방법, 그 장치에 관한 것이다.The present invention relates to encoding and decoding of video data, and more particularly, to a lossless video encoding having a higher compression ratio by encoding a differential residual block formed by calculating a difference between pixels in a residual block based on an inter prediction result. The present invention relates to a decoding method and an apparatus thereof.
영상 신호의 압축 표준 중 하나인 H.264/MPEG-4 AVC(Advanced Video Coding) 는 다중 참조 움직임 보상(multiple reference motion compensation), 루프 필터링(loop filtering), 가변 블록 크기 움직임 보상(variable block size motion compensation), CABAC과 같은 엔트로피 코딩 등 압축 효율을 증가시키기 위한 다양한 기술을 채택하고 있다.H.264 / MPEG-4 Advanced Video Coding (AVC), one of the compression standards for video signals, provides multiple reference motion compensation, loop filtering, and variable block size motion compensation. Various techniques are adopted to increase the compression efficiency, such as compensation) and entropy coding such as CABAC.
H.264 표준안에 따르면, 하나의 프레임에 포함된 복수 개의 매크로 블록, 또는 매크로 블록을 이분할하거나 사분할하여 얻어진 서브 블록 단위로 부호화 및 복호화를 수행한다. 그리고, 인터 예측(inter prediction) 및 인트라 예측(intra prediction)에서 이용가능한 모든 부호화 모드에서 각각의 매크로 블록을 부호화한 다음, 블록의 부호화에 소요되는 비트율 및 원래 블록과 복호화된 블록과의 왜곡 정도에 따라서 최적의 부호화 모드를 하나 정해 블록을 부호화한다. 여기서, 인터 예측은 현재 프레임의 매크로 블록의 움직임을 예측하는데 있어서 인접한 프레임의 매크로 블록을 참조하여 예측을 수행하는 것을 말하고, 인트라 예측은 인코딩하고자 하는 현재 프레임의 매크로 블록을 그 프레임 내에서 인접한 매크로 블록을 이용하여 예측을 수행하는 것을 말한다.According to the H.264 standard, encoding and decoding are performed in units of a plurality of macroblocks included in one frame or subblocks obtained by dividing or dividing a macroblock. Each macroblock is encoded in all encoding modes available for inter prediction and intra prediction, and then the bit rate required for encoding the block and the degree of distortion of the original block and the decoded block are encoded. Therefore, a block is encoded by selecting an optimal encoding mode. Here, inter prediction refers to performing prediction by referring to a macro block of an adjacent frame in predicting a motion of a macro block of a current frame, and intra prediction refers to a macro block of a current frame to be encoded to be adjacent to a macro block in the frame. It is to perform the prediction by using.
한편, 동영상의 부호화에는 손실 부호화 및 무손실 부호화가 있다. 동영상을 무손실 부호화하기 위해서는 예측 결과에 따른 예측 블록과 현재 블록 사이의 차이인 오차 신호를 DCT(Discrete Cosine Transform)나 양자화하지 않고 그대로 엔트로피 부호화한다. 종래 기술에 따르면, 상기 오차 신호인 레지듀얼 블록에 대하여 별도의 처리 과정을 거치지 않고 엔트로피 부호화를 수행하거나, 현재 레지듀얼 블록에 인접한 주변 블록의 화소값을 이용하여 형성된 차분값을 엔트로피 부호화하기 때문에 압축률이 떨어지고, 파이프 라인 기법을 이용한 병렬 처리에 어려움이 있다.On the other hand, there are lossy coding and lossless coding in video encoding. In order to losslessly encode a video, an error signal that is a difference between a prediction block and a current block according to a prediction result is entropy coded without DCT (Discrete Cosine Transform) or quantization. According to the related art, the compression rate is performed by performing entropy encoding on the residual block, which is the error signal, without performing a separate process, or entropy encoding the difference value formed by using pixel values of neighboring blocks adjacent to the current residual block. This falls, and there is a difficulty in parallel processing using the pipeline technique.
따라서, 본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로, 소정 크기의 블록 단위로 인터 예측을 수행한 결과 출력되는 레지듀얼 블록 내부의 화소들 사이의 차이를 계산하여 차분 레지듀얼 블록을 생성하고 상기 차분 레지듀얼 블록을 부호화함으로써 압축률을 증가시킨 무손실 동영상 부호화, 복호화 방법 및 장치를 제공하는 데에 목적이 있다.Accordingly, the present invention has been made to solve the above problems, and generates a differential residual block by calculating a difference between pixels in the residual block that is output as a result of performing inter prediction in units of blocks having a predetermined size. It is an object of the present invention to provide a lossless video encoding and decoding method and apparatus for increasing a compression rate by encoding the differential residual block.
상기와 같은 기술적 과제를 해결하기 위하여 본 발명에 따른 동영상의 무손실 부호화 방법은, 참조 영상과 현재 영상간에 소정 크기의 블록 단위로 인터 예측을 수행하여 부호화할 현재 블록에 대응되는 예측 블록을 생성하는 단계; 상기 예측 블록의 화소와 상기 현재 블록의 대응하는 화소들 사이의 차에 해당하는 잔차 신호로 이루어진 레지듀얼 블록을 생성하는 단계; 소정 방향에 따라서 상기 레지듀얼 블록을 구성하는 잔차 신호들 사이의 차이값을 계산하고, 상기 계산된 차이값에 기초하여 차분 레지듀얼 블록을 생성하는 단계; 및 상기 차분 레지듀얼 블록을 엔트로피 부호화하는 단계를 포함하는 것을 특징으로 한다.In order to solve the above technical problem, a method of lossless encoding of a video according to the present invention comprises: generating a prediction block corresponding to a current block to be encoded by performing inter prediction on a unit of a block having a predetermined size between a reference picture and a current picture; ; Generating a residual block consisting of a residual signal corresponding to a difference between pixels of the prediction block and corresponding pixels of the current block; Calculating a difference value between residual signals constituting the residual block according to a predetermined direction, and generating a differential residual block based on the calculated difference value; And entropy encoding the differential residual block.
본 발명에 따른 동영상의 무손실 부호화 장치는, 참조 영상과 현재 영상간에 소정 크기의 블록 단위로 인터 예측을 수행하여 부호화할 현재 블록에 대응되는 예측 블록을 생성하는 인터 예측부; 상기 예측 블록의 화소와 상기 현재 블록의 대응하는 화소들 사이의 차에 해당하는 잔차 신호로 이루어진 레지듀얼 블록을 생성하 는 감산부; 소정 방향에 따라서 상기 레지듀얼 블록을 구성하는 잔차 신호들 사이의 차이값을 계산하고, 상기 계산된 차이값에 기초하여 차분 레지듀얼 블록을 생성하는 차분 레지듀 변환부; 및 상기 차분 레지듀얼 블록을 엔트로피 부호화하는 엔트로피 부호화부를 포함하는 것을 특징으로 한다.A lossless encoding apparatus of a video according to the present invention includes an inter prediction unit configured to generate a prediction block corresponding to a current block to be encoded by performing inter prediction between a reference image and a current image in units of blocks having a predetermined size; A subtraction unit configured to generate a residual block including a residual signal corresponding to a difference between pixels of the prediction block and corresponding pixels of the current block; A difference residual conversion unit calculating a difference value between residual signals constituting the residual block according to a predetermined direction, and generating a difference residual block based on the calculated difference value; And an entropy encoding unit for entropy encoding the differential residual block.
본 발명에 따른 동영상의 무손실 복호화 방법은, 인터 예측된 예측 블록과 현재 블록의 차이인 레지듀얼 블록 내부의 화소들 사이의 차이를 계산하여 생성된 차분 레지듀얼 블록에 기초하여 엔트로피 부호화된 비트스트림을 수신하는 단계; 상기 비트스트림을 엔트로피 복호화하여 차분 레지듀얼 블록을 복호화하는 단계; 상기 복호화된 차분 레지듀얼 블록에 대한 역변환을 수행하여 상기 레지듀얼 블록을 생성하는 단계; 및 상기 레지듀얼 블록과 상기 비트스트림에 포함된 영상 데이터를 이용하여 인터 예측된 블록을 가산하여 영상을 복원하는 단계를 포함하는 것을 특징으로 한다.According to the present invention, a lossless decoding method of a video may include performing an entropy coded bitstream based on a differential residual block generated by calculating a difference between pixels in a residual block that is a difference between an inter predicted prediction block and a current block. Receiving; Entropy decoding the bitstream to decode a differential residual block; Generating the residual block by performing inverse transform on the decoded differential residual block; And reconstructing the image by adding an inter predicted block by using the residual block and the image data included in the bitstream.
본 발명에 따른 동영상의 무손실 복호화 장치는, 인터 예측된 예측 블록과 현재 블록의 차이인 레지듀얼 블록 내부의 화소들 사이의 차이를 계산하여 생성된 차분 레지듀얼 블록에 기초하여 엔트로피 부호화된 비트스트림을 수신하고, 상기 비트스트림을 엔트로피 복호화하여 차분 레지듀얼 블록을 출력하는 엔트로피 복호화부; 상기 차분 레지듀얼 블록에 대한 역변환을 수행하여 상기 레지듀얼 블록을 생성하는 차분 레지듀 변환부; 상기 비트스트림에 포함된 영상 데이터를 이용하여 인터 예측된 블록을 생성하는 인터 예측부; 및 상기 레지듀얼 블록과 상기 인터 예측된 블록을 가산하여 영상을 복원하는 가산부를 포함하는 것을 특징으로 한다.The lossless decoding apparatus of a video according to the present invention may perform an entropy coded bitstream based on a differential residual block generated by calculating a difference between pixels in a residual block that is a difference between an inter predicted prediction block and a current block. An entropy decoding unit for receiving and entropy decoding the bitstream to output a differential residual block; A differential residual transform unit generating the residual block by performing an inverse transform on the differential residual block; An inter prediction unit generating an inter predicted block by using the image data included in the bitstream; And an adder configured to reconstruct an image by adding the residual block and the inter predicted block.
본 발명에 따른 동영상의 무손실 부호화 방법은 입력 영상에 대하여 소정 크기의 블록 단위로 예측을 수행하여 부호화할 현재 블록에 대응되는 예측 블록을 생성하는 단계; 상기 예측 블록의 화소와 상기 현재 블록의 대응하는 화소들 사이의 차에 해당하는 잔차 신호로 이루어진 레지듀얼 블록을 생성하는 단계; 소정 방향에 따라서 상기 레지듀얼 블록을 구성하는 잔차 신호들 사이의 차이값을 계산하고, 상기 계산된 차이값에 기초하여 차분 레지듀얼 블록을 생성하는 단계; 및 상기 차분 레지듀얼 블록을 엔트로피 부호화하는 단계를 포함하는 것을 특징으로 한다.According to the present invention, there is provided a method for lossless encoding of a video, comprising: generating a prediction block corresponding to a current block to be encoded by performing prediction on a unit of a predetermined size with respect to an input image; Generating a residual block consisting of a residual signal corresponding to a difference between pixels of the prediction block and corresponding pixels of the current block; Calculating a difference value between residual signals constituting the residual block according to a predetermined direction, and generating a differential residual block based on the calculated difference value; And entropy encoding the differential residual block.
본 발명에 따른 동영상의 무손실 복호화 방법은 소정 방향에 따라서 예측 블록과 현재 블록의 대응하는 화소들 사이의 차에 해당하는 잔차 신호로 이루어진 레지듀얼 블록을 구성하고, 상기 레지듀얼 블록의잔차 신호들 사이의 차이값을 계산하고, 상기 계산된 차이값에 기초하여 생성된 차분 레지듀얼 블록을 이용하여 엔트로피 부호화된 비트스트림을 수신하는 단계; 상기 비트스트림을 엔트로피 복호화하여 상기 차분 레지듀얼 블록을 복호화하는 단계; 상기 복호화된 차분 레지듀얼 블록에 대한 역변환을 수행하여 상기 레지듀얼 블록을 생성하는 단계; 및 상기 레지듀얼 블록과 상기 비트스트림에 포함된 영상 데이터를 이용하여 예측된 블록을 가산하여 영상을 복원하는 단계를 포함하는 것을 특징으로 한다.The lossless decoding method of a video according to the present invention comprises a residual block composed of a residual signal corresponding to a difference between a corresponding pixel of a prediction block and a current block in a predetermined direction, and between residual signals of the residual block. Calculating a difference value of and receiving an entropy-encoded bitstream using a differential residual block generated based on the calculated difference value; Entropy decoding the bitstream to decode the differential residual block; Generating the residual block by performing inverse transform on the decoded differential residual block; And reconstructing the image by adding a predicted block by using the residual block and the image data included in the bitstream.
전술한 바와 같은 본 발명에 따르면, 인터 예측의 결과 출력되는 레지듀얼 블록의 무손실 부호화시의 압축률을 향상시킬 수 있다. 또한, 본 발명에 따르면 레지듀얼 블록 내부의 화소들을 이용하여 차분 레지듀얼 블록을 형성하여 엔트로피 부호화를 수행함으로써 이전 블록의 화소를 이용하는 종래 기술과 달리 파이프라인 기법을 이용한 병렬 처리를 통하여 처리 속도의 큰 변화없이 압축률을 향상시킬 수 있다.According to the present invention as described above, it is possible to improve the compression rate during lossless coding of the residual block output as a result of inter prediction. In addition, according to the present invention, by forming a differential residual block using pixels in the residual block to perform entropy encoding, unlike the conventional technology using the pixel of the previous block, the processing speed is increased through parallel processing using the pipeline technique. The compression ratio can be improved without any change.
이하 첨부된 도면을 참조하여 본 발명의 바람직한 실시예에 대하여 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 1은 본 발명에 따른 영상 부호화 장치의 구성을 나타낸 블록도이다.1 is a block diagram showing the configuration of a video encoding apparatus according to the present invention.
도 1을 참조하면, 본 발명에 따른 영상 부호화 장치(100)는 움직임 추정부(102), 움직임 보상부(104), 인트라 예측부(106), 감산부(107), 차분 레지듀 변환부(108), 변환/양자화부(110), 엔트로피 부호화부(112), 차분 레지듀 역변환부(114), 역변환/역양자화부(116), 가산부(117), 프레임 메모리(118) 및 필터(120)를 포함한다.Referring to FIG. 1, the
상기 움직임 추정부(102)는 상기 프레임 메모리(118)에 저장된 참조 프레임의 영상에서 현재 매크로 블록과 가장 유사한 영역을 독출하는 움직임 추정을 수행한다. 구체적으로, 본 발명에 따른 움직임 추정부(102)에서 움직임 추정을 수행하는 과정을 나타낸 도 2을 참조하면, 상기 움직임 추정부(102)는 참조 프레임에서 현재 매크로블록의 위치를 중심으로 하는 소정 영역을 탐색하여, 탐색 영역내에서 현재 매크로블록과의 차이가 최소가 되는 영역을 가장 유사한 영역으로 선택한다. 또한, 상기 움직임 추정부(102)는 상기 가장 유사한 영역과 현재 매크로 블록과의 공간상의 위치 차이를 움직임 벡터 형태로 출력한다.The
상기 움직임 보상부(104)는 상기 움직임 벡터를 이용하여 상기 프레임 메모리(118)에 저장된 참조 프레임의 영상에서 현재 매크로 블록과 가장 유사한 영역을 독출하여 인터 예측된 예측 블록을 생성한다. 이와같이, 상기 움직임 추정부(102) 및 움직임 보상부(104)는 상호 작용하여 인터 예측을 수행하는 인터 예측부로서 동작한다.The
상기 인트라 예측부(106)는 현재 블록의 예측치를 현재 픽처내에서 찾는 인트라 예측을 수행한다. The
상기 인터 예측 및 인트라 예측 과정은 16×16 크기의 매크로 블록 뿐만 아니라, 16×8, 8×16, 8×8, 8×4, 4×8 및 4×4 크기의 블록에 대하여 수행될 수 있다.The inter prediction and intra prediction processes may be performed on not only 16 × 16 macro blocks but also 16 × 8, 8 × 16, 8 × 8, 8 × 4, 4 × 8, and 4 × 4 blocks. .
인터 예측 또는 인트라 예측이 수행되어 현재 부호화할 블록에 대응되는 예측 블록이 형성되면, 상기 감산부(107)는 현재 블록과 상기 예측 블록과의 차이를 계산하여 레지듀얼(residual) 블록(Dn)을 출력한다. 일반적으로 영상의 부호화시의 데이터량을 줄이기 위해서 레지듀얼을 부호화한다. When inter prediction or intra prediction is performed to form a prediction block corresponding to a block to be currently encoded, the
손실 부호화의 경우, 레지듀얼 블록은 변환/양자화부(110)에서 이산 여현 변환 및 양자화 과정을 거치고, 양자화된 레지듀얼 블록은 엔트로피 부호화부(112)에서 엔트로피 부호화되어 비트스트림으로 출력된다.In the case of lossy coding, the residual block undergoes discrete cosine transformation and quantization in the transform /
무손실 부호화의 경우, 레지듀얼 블록은 변환/양자화부(110)를 거치지 않고 엔트로피 부호화된다. 특히 본 발명에 따른 영상 부호화 장치(100)는 인터 예측 결과로 출력되는 상기 레지듀얼 블록을 차분 레지듀 변환부(108)를 통해 차분 레지 듀얼 블록으로 변환하며, 상기 차분 레지듀얼 블록을 상기 엔트로피 부호화부(112)에서 엔트로피 부호화하여 비트스트림으로 출력한다.In the case of lossless encoding, the residual block is entropy encoded without passing through the transform /
도 3은 본 발명에 따른 차분 레지듀 변환부(108)에서 변환되는 레지듀얼 블록을 나타낸 도면이다.3 is a diagram illustrating a residual block transformed by the differential
전술한 바와 같이, 상기 움직임 추정부(102) 및 움직임 보상부(104)에서 인터 예측된 예측 블록은 현재 블록으로부터 감산되고, 그 결과 레지듀얼 블록(300)이 출력된다. 도 3에서는, 16×16 크기의 매크로 블록에 대응되는 인터 예측된 레지듀얼 블록을 나타내고 있으며, 상기 레지듀얼 블록의 x번째 행, y번째 열에 위치한 화소값을 rx ,y라고 표시하기로 한다.As described above, the prediction block inter predicted by the
상기 차분 레지듀 변환부(108)는 상기 도 3에 도시된 바와 같은 소정 크기의 레지듀얼 블록을 입력받고, 소정 방향에 따라서 상기 레지듀얼 블록(300)을 구성하는 화소들 사이의 차이를 계산하여 차분 레지듀얼 블록을 생성한다. 즉, 상기 레지듀얼 블록(300)을 구성하는 화소들 사이에 수평 방향 또는 수직 방향으로 DPCM(Differential Pulse Code Modulation)을 수행하여 차분 레지듀얼 블록을 생성한다. 이와 같이 차분 레지듀얼 블록을 생성하는 이유는 레지듀얼 블록(300)을 구성하는 화소값의 크기를 작게 함으로써 압축률을 향상시키기 위한 것이다.The difference
도 4는 본 발명에 따른 차분 레지듀 변환부(106)에서 수평 방향의 차분 레지듀얼 블록을 생성하는 과정을 나타낸 도면이고, 도 5는 본 발명에 따른 차분 레지듀 변환부(106)에서 수직 방향의 차분 레지듀얼 블록을 생성하는 과정을 나타낸 도 면이며, 도 6은 상기 차분 레지듀 변환부(106)에서 생성된 차분 레지듀얼 블록을 나타낸 도면이다.4 is a view illustrating a process of generating a differential residual block in a horizontal direction in the differential
도 4를 참조하면, 상기 차분 레지듀 변환부(108)는 상기 도 3의 레지듀얼 블록(300)의 각 화소들을 중심으로 수평 방향에 인접한 이웃 화소값을 감산하여 생성된 화소들로 구성되는 수평 차분 레지듀얼 블록(400)을 형성한다. 즉, 상기 레지듀얼 블록의 x번째 행, y번째 열에 위치한 화소값을 rx ,y라고 하면, 상기 수평 차분 레지듀얼 블록(400)의 x번째 행, y번째 열에 위치한 화소값 r'x ,y는 다음의 수학식 1과 같이 계산된다.Referring to FIG. 4, the difference
여기서, 상기 차분 레지듀얼 블록(400)의 제 1열에 위치한 화소들, 즉, r'0,0, r'1 ,0, r'2 ,0,..., r'15 ,0은 상기 각 화소들에 대응되는 레지듀얼 블록(300)의 제 1열에 위치한 화소들의 값을 그대로 유지한다. 다시 말해서, r'N,0=rN,0(N=0,1,2,...,15)이다.Here, the pixels located in the first column of the difference
또한, 도 5를 참조하면, 상기 차분 레지듀 변환부(108)는 상기 도 3의 레지듀얼 블록(300)의 각 화소들을 중심으로 수직 방향에 인접한 이웃 화소값을 감산하여 생성된 화소들로 구성되는 수직 차분 레지듀얼 블록(500)을 형성한다. 즉, 상기 수직 차분 레지듀얼 블록(500)의 x번째 행, y번째 열에 위치한 화소값 r'x ,y는 다음의 수학식 2와 같이 계산된다.In addition, referring to FIG. 5, the difference
여기서, 상기 차분 레지듀얼 블록(400)의 제 1행에 위치한 화소들, 즉, r'0,0, r'0 ,1, r'0 ,2,..., r'0 ,15는 상기 각 화소들에 대응되는 레지듀얼 블록(300)의 제 1행에 위치한 화소들의 값을 그대로 유지한다. 다시 말해서, r'0,N=r0,N(N=0,1,2,...,15)이다.Here, the pixels located in the first row of the difference
*상기 차분 레지듀 변환부(108)에서 생성된 수평 또는 수직 차분 레지듀얼 블록(400 또는 500)은 변환 및 양자화 과정을 거치지 않고, 바로 엔트로피 부호화부(112)로 입력되어 CABAC 등을 이용하여 무손실 부호화된다.* The horizontal or vertical differential
한편 상기 차분 레지듀 변환부(108)에서 출력되는 차분 레지듀얼 블록은 차분 레지듀 역변환부(114)에서 상기 도 3에 도시된 바와 같은 레지듀얼 블록으로 역변환되고, 상기 가산부(117)에서 인터 예측된 예측 블록과 가산되어 복원된다. 여기서, 상기 차분 레지듀얼 블록에 대한 역변환은 상기 차분 레지듀얼 블록 내부의 역변환할 화소를 중심으로 소정 방향에 위치한 화소들을 합산하여 수행될 수 있다. 구체적으로는 상기 엔트로피 부호화된 차분 레지듀얼 블록이 수평 방향으로 인접한 화소들 사이의 차이로부터 생성되고 상기 역변환된 차분 레지듀얼 블록의 x번째 행, y번째 열에 위치한 화소값을 r'x ,y라 하였을 때, 상기 차분 레지듀 역변환부(114)는 상기 레지듀얼 블록의 x번째 행, y번째 열에 위치한 화소값(rx,y)을 다음의 수학식 3을 통해 계산한다.On the other hand, the difference residual block output from the difference
또한, 상기 엔트로피 부호화된 차분 레지듀얼 블록이 수직 방향으로 인접한 화소들 사이의 차이로부터 생성된 경우에는, 상기 차분 레지듀 역변환부(114)는 상기 레지듀얼 블록의 x번째 행, y번째 열에 위치한 화소값(rx,y)을 다음의 수학식 4를 통해 계산한다.In addition, pixels in which the entropy-encoded differential residual block is adjacent in the vertical direction When the difference is generated from the difference, the difference residual
한편, 본 발명에 따른 부호화 방법에 의하지 않고 종래 부호화 방법에 따라서 양자화된 레지듀얼 블록은 역변환/역양자화부(116)를 거쳐 복원된다. 이렇게 복원된 블록은 디블록킹 필터링을 수행하는 필터(120)를 거친 후, 프레임 메모리(118)에 저장되었다가 다음 픽처에 대하여 인터 예측을 수행하는데 사용된다.On the other hand, the residual block quantized according to the conventional encoding method, not according to the encoding method according to the present invention, is recovered through the inverse transform /
도 7은 본 발명에 따른 동영상의 무손실 부호화 방법을 나타낸 플로우 차트 이다. 7 is a flowchart illustrating a lossless encoding method of a video according to the present invention.
도 7을 참조하면, 단계 710에서 움직임 추정부(102) 및 움직임 보상부(104)를 구비한 인터 예측부에서 참조 영상과 현재 영상간에 소정 크기의 블록 단위로 인터 예측을 수행하여 부호화할 현재 블록에 대응되는 예측 블록을 형성하고, 상기 예측 블록과 현재 블록과의 차에 해당하는 레지듀얼 블록을 출력한다.Referring to FIG. 7, in
단계 720에서, 소정 방향에 따라서 상기 레지듀얼 블록을 구성하는 각 화소들 사이의 차이를 계산하여 차분 레지듀얼 블록을 생성한다. 상기 차분 레지듀얼 블록을 생성하기 위하여 전술한 수학식 1 및 수학식 2가 이용될 수 있다.In
단계 730에서, 상기 차분 레지듀얼 블록에 대하여 엔트로피 부호화를 수행하여 비트스트림을 출력한다.In
도 8은 본 발명에 따른 부호화 장치에서 출력되는 비트스트림의 포맷을 대략적으로 나타낸 도면이다.8 is a diagram schematically illustrating a format of a bitstream output from an encoding apparatus according to the present invention.
도 8을 참조하면, 상기 비트스트림(800)은 부호화 모드 정보등이 구비된 헤더(810) 및 변환 계수나 움직임 벡터 등에 관한 정보등이 구비된 데이터 부분(820)으로 구분된다. 상기 차분 레지듀얼 블록을 이용하여 엔트로피 부호화를 수행하는 경우 압축률 등의 측면에서 종래 변환되지 않은 레지듀얼 블록을 이용하여 엔트로피 부호화를 수행하는 경우보다 더 나쁜 성능을 나타낼 수 있다. 따라서, 상기 엔트로피 부호화부(112)는 상기 차분 레지듀얼 블록을 엔트로피 부호화하는 모드의 코스트와 상기 레지듀얼 블록을 변환 및 양자화하여 엔트로피 부호화하는 모드의 코스트를 비교하고, 더 작은 코스트를 갖는 모드를 최종적인 부호화 모드로 결정한 다. 또한, 상기 최종적인 부호화 모드를 나타내는 소정의 비트(810a)를 비트스트림의 헤더에 추가함으로써 상기 비트스트림을 수신한 복호화 장치에서 현재 수신되는 비트스트림이 어떠한 방식으로 부호화되었는지를 알린다.Referring to FIG. 8, the
또한, 상기 엔트로피 부호화부(112)는 상기 차분 레지듀얼 블록에 대하여 엔트로피 부호화를 수행한 경우, 상기 차분 레지듀얼 블록의 생성시 인접 화소들을 감산한 소정의 방향을 나타내는 정보를 비트스트림의 헤더에 추가할 수 있다. 예를 들어, 상기 차분 레지듀얼 블록이 수평 또는 수직 방향 중 어느 방향으로 레지듀얼 블록 내의 화소들을 감산하여 형성되었는지를 나타내는 비트(810b)를 비트스트림의 헤더에 추가할 수 있다.In addition, when the
도 9는 본 발명에 따른 동영상 무손실 복호화 장치의 구성을 나타낸 블록도이다.9 is a block diagram showing the configuration of a video lossless decoding apparatus according to the present invention.
도 9를 참조하면, 본 발명에 따른 복호화 장치(900)는 엔트로피 복호화부(910), 차분 레지듀 역변환부(920), 역양자화/역변환부(930), 가산부(940), 인트라 예측부(950) 및 움직임 보상부(960)를 포함한다.Referring to FIG. 9, the
상기 엔트로피 복호화부(910)는 상기 본 발명에 따른 무손실 부호화 방법에 따라 부호화된 비트스트림을 수신한 경우, 상기 비트스트림을 엔트로피 복호화하여 차분 레지듀얼 블록을 출력한다. 또한, 상기 엔트로피 복호화부(910)는 종래 기술에 따라 부호화된 비트스트림을 수신한 경우에는 상기 비트스트림을 엔트로피 복호화하여 레지듀얼 블록을 출력한다. 전술한 바와 같이 상기 엔트로피 복호화부(910)는 비트스트림의 헤더에 포함된 부호화 정보로부터 현재 복호화하고자 하는 비트스트림이 어떠한 방식으로 부호화되었는지를 판단할 수 있다.When the
상기 차분 레지듀 역변환부(920)는 입력된 차분 레지듀얼 블록에 대한 역변환을 수행하여 레지듀얼 블록을 생성한다. 상기 차분 레지듀 역변환부(920)는 상기 도 1의 차분 레지듀 역변환부(114)와 동일하게 동작한다. 구체적으로는 상기 도 6에 도시된 바와 같은 상기 엔트로피 복호화부(910)에서 복호화된 차분 레지듀얼 블록(600)이 입력되면, 상기 차분 레지듀얼 블록(600)의 화소들의 생성시 감산한 소정 방향에 따라 상기 수학시 3 또는 4를 이용하여 레지듀얼 블록을 생성한다. 여기서, 상기 차분 레지듀얼 블록(600)이 수평 방향으로 인접한 화소들 사이의 감산을 통하여 생성된 경우에는 상기 수학식 3을 이용하고, 수직 방향으로 인접한 화소들 사이의 감산을 통하여 생성된 경우에는 상기 수학식 4를 이용할 수 있다. 예를 들어, 상기 도 6과 같은 차분 레지듀얼 블록(600)이 수평 방향으로 인접한 화소들 사이의 감산을 통하여 생성된 경우, 상기 차분 레지듀얼 블록(600)으로부터 레지듀얼 블록의 각 화소값(rx,y)는 다음과 같이 계산될 수 있다.The difference residual
rN ,0=r'N ,0 (N=0,1,2,...,15)r N , 0 = r ' N , 0 (N = 0,1,2, ..., 15)
rN ,1=r'N ,0+r'N ,1 r N , 1 = r ' N , 0 + r' N , 1
rN ,2=r'N ,0+r'N ,1+r'N ,2 r N , 2 = r ' N , 0 + r' N , 1 + r ' N , 2
..............
rN ,15=r'N ,0+r'N ,1+r'N ,2+r'N ,3+...+r'N ,11+r'N ,12+r'N ,13+r'N ,14+r'N ,15 r N , 15 = r ' N , 0 + r' N , 1 + r ' N , 2 + r' N , 3 + ... + r ' N , 11 + r' N , 12 + r ' N , 13 + r ' N , 14 + r' N , 15
유사하게, 상기 도 6과 같은 차분 레지듀얼 블록(600)이 수직 방향으로 인접한 화소들 사이의 감산을 통하여 생성된 경우, 상기 차분 레지듀얼 블록(600)으로부터 레지듀얼 블록의 각 화소값(rx,y)는 다음과 같이 계산될 수 있다.Similarly, when the difference
r0 ,N=r'0 ,N (N=0,1,2,...,15)r 0 , N = r ' 0 , N (N = 0,1,2, ..., 15)
r1 ,N=r'0 ,N+r'1 ,N r 1 , N = r ' 0 , N + r' 1 , N
r2 ,N=r'0 ,N+r'1 ,N+r'2 ,N r 2 , N = r ' 0 , N + r' 1 , N + r ' 2 , N
..............
r15 ,N=r'0 ,N+r'1 ,N+r'2 ,N+r'3 ,N+...+r'11 ,N+r'12 ,N+r'13 ,N+r'14 ,N+r'15 ,N r 15 , N = r ' 0 , N + r' 1 , N + r ' 2 , N + r' 3 , N + ... + r '11 , N + r' 12 , N + r '13 , N + r '14 , N + r' 15 , N
상기 움직임 보상부(960)는 상기 비트스트림에 포함된 영상 데이터를 이용하여 인터 예측된 블록을 생성한다. 상기 인터 예측된 블록은 가산부(940)에 상기 복원된 레지듀얼 블록과 합산되어 영상이 복원된다.The
한편, 상기 역양자화/역변환부(930)는 손실 부호화 방법을 통해 부호화된 비트스트림에 대한 역양자화 및 역변환을 수행하여 레지듀얼 블록을 생성하며, 상기 인트라 예측부(950) 및 움직임 보상부(960)에서는 복호화된 헤더 정보를 사용하여 부호화된 픽처 타입에 따라서 예측 블록을 생성하고, 상기 생성된 예측 블록은 상기 가산부(940)를 통해 상기 레지듀얼 블록과 더해져서 영상이 복원된다.Meanwhile, the inverse quantization /
도 10은 본 발명에 따른 동영상의 무손실 복호화 방법을 나타낸 플로우 차트이다.10 is a flowchart illustrating a lossless decoding method of a video according to the present invention.
도 10을 참조하면, 단계 1010에서 상기 엔트로피 복호화부(910)는 본 발명에 따른 무손실 부호화 방법에 따라 부호화된 비트스트림을 수신하고, 상기 비트스트림을 엔트로피 복호화하여 차분 레지듀얼 블록을 출력한다.Referring to FIG. 10, in
단계 1020에서, 상기 차분 레지듀 역변환부(920)는 복호화된 차분 레지듀얼 블록에 대한 역변환을 수행하여 레지듀얼 블록을 생성한다. 전술한 바와 같이, 상기 차분 레지듀얼 블록의 생성시 화소들이 감산된 소정의 방향을 고려하여 상기 수학식 3 또는 4를 이용할 수 있다.In
단계 1030에서, 상기 움직임 보상부(960)는 상기 비트스트림에 포함된 영상 데이터를 이용하여 인터 예측을 수행하여 예측 블록을 생성한다.In
단계 1040에서, 상기 가산부(940)는 상기 차분 레지듀 역변환부(920)에서 생성된 레지듀얼 블록과 상기 움직임 보상부(960)에서 생성된 예측 블록을 가산하여 영상을 복원한다.In
표 1은 RGB 4:4:4 포맷으로 구성된 JVT 테스트 시퀀스들에 대하여 종래 기술에 따른 부호화 방법 및 본 발명에 따른 부호화 방법으로 동영상을 압축하였을 때의 압축률을 비교한 표이다. 실험시에 16×16 크기의 매크로 블록 단위로 수평 또는 수직 차분 레지듀얼 블록을 엔트로피 부호화하였다.Table 1 is a table comparing the compression rate when the video is compressed by the encoding method according to the prior art and the encoding method according to the present invention for the JVT test sequences configured in the RGB 4: 4: 4 format. In experiments, horizontal or vertical differential residual blocks were entropy coded in units of 16 × 16 macroblocks.
표 1을 참조하면, 종래 기술에 따른 부호화 방법에 비하여 본 발명에 따라 차분 레지듀얼 블록을 부호화하는 경우 평균 9.5% 정도의 압축률의 증가를 가져옴을 확인할 수 있다.Referring to Table 1, it can be seen that when encoding the differential residual block according to the present invention compared to the encoding method according to the prior art, the average compression ratio is increased by about 9.5%.
한편, 전술한 동영상 부호화 및 복호화 방법은 컴퓨터 프로그램으로 작성 가능하다. 상기 프로그램을 구성하는 코드들 및 코드 세그먼트들은 당해 분야의 컴퓨터 프로그래머에 의하여 용이하게 추론될 수 있다. 또한, 상기 프로그램은 컴퓨터가 읽을 수 있는 정보저장매체(computer readable media)에 저장되고, 컴퓨터에 의하여 읽혀지고 실행됨으로써 동영상 부호화 및 복호화 방법을 구현한다. 상기 정보저장매체는 자기 기록매체, 광 기록매체, 및 캐리어 웨이브 매체를 포함한다.On the other hand, the above-described video encoding and decoding method can be created by a computer program. Codes and code segments constituting the program can be easily inferred by a computer programmer in the art. In addition, the program is stored in a computer readable media, and read and executed by a computer to implement a video encoding and decoding method. The information storage medium includes a magnetic recording medium, an optical recording medium, and a carrier wave medium.
이제까지 본 발명에 대하여 그 바람직한 실시예들을 중심으로 살펴보았다. 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 본 발명이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 개시된 실시예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 한다. 본 발명의 범위는 전술한 설명이 아니라 특허청구범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다.So far I looked at the center of the preferred embodiment for the present invention. Those skilled in the art will appreciate that the present invention can be implemented in a modified form without departing from the essential features of the present invention. Therefore, the disclosed embodiments should be considered in descriptive sense only and not for purposes of limitation. The scope of the present invention is shown in the claims rather than the foregoing description, and all differences within the scope will be construed as being included in the present invention.
도 1은 본 발명에 따른 영상 부호화 장치의 구성을 나타낸 블록도이다.1 is a block diagram showing the configuration of a video encoding apparatus according to the present invention.
도 2는 상기 도 1의 움직임 추정부에서 움직임 추정을 수행하는 과정을 나타낸 도면이다.FIG. 2 is a diagram illustrating a process of performing motion estimation by the motion estimation unit of FIG. 1.
도 3은 상기 도 1의 차분 레지듀 변환부로 입력되는 레지듀얼 블록을 나타낸 도면이다.FIG. 3 is a diagram illustrating a residual block input to the differential residual converter of FIG. 1.
도 4는 상기 도 1의 차분 레지듀 변환부에서 수평 방향의 차분 레지듀얼 블록을 생성하는 과정을 나타낸 도면이다.FIG. 4 is a diagram illustrating a process of generating a differential residual block in a horizontal direction in the difference residual converter of FIG. 1.
도 5는 상기 도 1의 차분 레지듀 변환부에서 수직 방향의 차분 레지듀얼 블록을 생성하는 과정을 나타낸 도면이다.FIG. 5 is a diagram illustrating a process of generating a differential residual block in a vertical direction in the difference residual converter of FIG. 1.
도 6은 상기 도 1의 차분 레지듀 변환부에서 생성된 차분 레지듀얼 블록을 나타낸 도면이다.FIG. 6 is a diagram illustrating a differential residual block generated by the differential residual converter of FIG. 1.
도 7은 본 발명에 따른 동영상의 무손실 부호화 방법을 나타낸 플로우 차트이다. 7 is a flowchart illustrating a lossless encoding method of a video according to the present invention.
도 8은 본 발명에 따른 부호화 장치에서 출력되는 비트스트림의 포맷을 대략적으로 나타낸 도면이다.8 is a diagram schematically illustrating a format of a bitstream output from an encoding apparatus according to the present invention.
도 9는 본 발명에 따른 동영상 무손실 복호화 장치의 구성을 나타낸 블록도이다.9 is a block diagram showing the configuration of a video lossless decoding apparatus according to the present invention.
도 10은 본 발명에 따른 동영상의 무손실 복호화 방법을 나타낸 플로우 차트이다.10 is a flowchart illustrating a lossless decoding method of a video according to the present invention.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020070141663A KR20080013843A (en) | 2007-12-31 | 2007-12-31 | Method and apparatus for loseless encoding and decoding image |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020070141663A KR20080013843A (en) | 2007-12-31 | 2007-12-31 | Method and apparatus for loseless encoding and decoding image |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020050087003A Division KR100813963B1 (en) | 2005-09-16 | 2005-09-16 | Method and apparatus for loseless encoding and decoding image |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20080013843A true KR20080013843A (en) | 2008-02-13 |
Family
ID=39341447
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020070141663A KR20080013843A (en) | 2007-12-31 | 2007-12-31 | Method and apparatus for loseless encoding and decoding image |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20080013843A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101375667B1 (en) * | 2008-05-16 | 2014-03-18 | 삼성전자주식회사 | Method and apparatus for Video encoding and decoding |
WO2014107072A1 (en) * | 2013-01-04 | 2014-07-10 | 삼성전자 주식회사 | Lossless-coding-mode video encoding method and device, and decoding method and device |
KR101431463B1 (en) * | 2012-07-11 | 2014-08-22 | 세종대학교산학협력단 | Apparatus for lossless video coding/decoding and method thereof |
-
2007
- 2007-12-31 KR KR1020070141663A patent/KR20080013843A/en not_active Application Discontinuation
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101375667B1 (en) * | 2008-05-16 | 2014-03-18 | 삼성전자주식회사 | Method and apparatus for Video encoding and decoding |
KR101431463B1 (en) * | 2012-07-11 | 2014-08-22 | 세종대학교산학협력단 | Apparatus for lossless video coding/decoding and method thereof |
WO2014107072A1 (en) * | 2013-01-04 | 2014-07-10 | 삼성전자 주식회사 | Lossless-coding-mode video encoding method and device, and decoding method and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100813963B1 (en) | Method and apparatus for loseless encoding and decoding image | |
US8948243B2 (en) | Image encoding device, image decoding device, image encoding method, and image decoding method | |
EP1457056B1 (en) | Skip macroblock coding | |
US9473777B2 (en) | Video encoding device and encoding method thereof, video decoding device and decoding method thereof, and directional intra-prediction method to be used thereto | |
JP3369573B2 (en) | Image prediction decoding method and apparatus | |
KR101365567B1 (en) | Method and apparatus for prediction video encoding, and method and apparatus for prediction video decoding | |
CN1870754B (en) | Encoding and decoding apparatus and method for reducing blocking phenomenon | |
US8582904B2 (en) | Method of second order prediction and video encoder and decoder using the same | |
KR101356207B1 (en) | / Method and apparatus for encoding /decoding data | |
CN104320657B (en) | The predicting mode selecting method of HEVC lossless video encodings and corresponding coding method | |
MXPA06002496A (en) | Bitplane coding and decoding for ac prediction status and macroblock field/frame coding type information. | |
KR20090095317A (en) | Method and apparatus for encoding and decoding image | |
US11284105B2 (en) | Data encoding and decoding | |
KR101418104B1 (en) | Motion Vector Coding Method and Apparatus by Using Motion Vector Resolution Combination and Video Coding Method and Apparatus Using Same | |
KR20090087767A (en) | Method for predictive intra coding for image data | |
KR101375667B1 (en) | Method and apparatus for Video encoding and decoding | |
KR20170114598A (en) | Video coding and decoding methods using adaptive cross component prediction and apparatus | |
KR20080013843A (en) | Method and apparatus for loseless encoding and decoding image | |
JP7228980B2 (en) | Predictive image correction device, image coding device, image decoding device, and program | |
CN113132734A (en) | Encoding and decoding method, device and equipment | |
JP7343702B2 (en) | Deblocking filter device, decoding device, and program | |
JP7531683B2 (en) | Encoding device, decoding device, and program | |
KR101436949B1 (en) | Method and apparatus for encoding picture, and apparatus for processing picture | |
KR20110067648A (en) | Method for encoding/decoding image and apparatus for performing the same | |
KR101673026B1 (en) | Method and Apparatus for Coding Competition-based Interleaved Motion Vector and Method and Apparatus for Encoding/Decoding of Video Data Thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A107 | Divisional application of patent | ||
WITN | Withdrawal due to no request for examination |