WO2017010664A1 - Method and apparatus for encoding/decoding scalable image at high speed - Google Patents

Method and apparatus for encoding/decoding scalable image at high speed Download PDF

Info

Publication number
WO2017010664A1
WO2017010664A1 PCT/KR2016/004645 KR2016004645W WO2017010664A1 WO 2017010664 A1 WO2017010664 A1 WO 2017010664A1 KR 2016004645 W KR2016004645 W KR 2016004645W WO 2017010664 A1 WO2017010664 A1 WO 2017010664A1
Authority
WO
WIPO (PCT)
Prior art keywords
block
picture
encoding
upsampling
sampling
Prior art date
Application number
PCT/KR2016/004645
Other languages
French (fr)
Korean (ko)
Inventor
김용환
권기원
우용제
Original Assignee
전자부품연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 전자부품연구원 filed Critical 전자부품연구원
Publication of WO2017010664A1 publication Critical patent/WO2017010664A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/103Selection of coding mode or of prediction mode
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/30Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/423Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation characterised by memory arrangements
    • H04N19/426Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation characterised by memory arrangements using memory downsizing methods
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/80Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation

Definitions

  • the present invention relates to fast encoding and decoding of an image, and more particularly, to a method for speeding up pixel block upsampling, which is an essential module for supporting spatial scalability in a layer-based scalable image encoder and a decoder.
  • SHVC High Efficiency Video Coding
  • SHVC is video coding with scalable coding based on HEVC codec.
  • Scalable coding is based on a multi-layer structure, and the biggest difference from the existing single layer coding standard is that an inter-layer prediction process is added as shown in FIG. Therefore, the SHVC encoder and the decoder add memory and arithmetic operations required for inter-layer prediction as compared to the conventional single layer HEVC coding.
  • pixel interpolation calculation through an up-sampling filter is essential to support spatial scalability.
  • the SHM reference software which is announced for algorithm verification, implements the 'picture-based upsampling process'.
  • the picture-based upsampling process can be divided into two modules.
  • the first module is a module that precomputes the upsampling pixel coordinates of FIG. 2 (that is, the RL pixel coordinates corresponding to the EL pixel coordinates), and the second module 3 is a picture based upsampling operation module.
  • EL stands for Enhancement Layer
  • RL stands for Reference Layer.
  • el_width and el_height mean width and length of an EL picture, respectively.
  • CroppingChangeFlag is a flag indicating a case where cropping offsets of EL and RL pictures vary for each picture in one sequence.
  • the x and y pixel coordinates of the luma (Y) plane computed by the formulas defined in the SHVC standard are stored in the m_xPosY [] and m_yPosY [] arrays, and the coordinates of the chroma (Cb / Cr) planes are m_xPosC [] and m_yPosC []. Stored in an array.
  • up-sampling pixel coordinate calculation may be performed in advance on only the first picture for one sequence, or only when the cropping offset information is changed, thereby reducing the amount of computation.
  • the size of the luma pixel coordinate m_xPosY [] is el_width and the size of m_yPosY [] is el_height.
  • the size of m_xPosC [], which is the chroma pixel coordinates, is the width of the EL chroma picture, and the size of m_yPosC [] is the height of the EL chroma picture.
  • the picture-based upsampling method of FIG. 3 is a method of upsampling the entire RL picture and storing it in a separate picture buffer before all EL picture decoding or encoding.
  • the upsampling filtering operations of (1) and (3) are performed using the values of m_xPosY [], m_yPosY [], m_xPosC [], and m_yPosC [] calculated in the common preparation process of FIG.
  • This picture-based upsampling method has two disadvantages as a result.
  • two picture size buffer memories are required. That is, a temporary buffer having a picture size to store the horizontal up-sampling result is required, and a picture buffer to store the vertical up-sampling result is required.
  • the present invention has been made to solve the above problems, and an object of the present invention is to perform an upsampling process on only necessary blocks in a PU (Prediction Unit) encoding / decoding process, thereby using the memory usage of the encoder / decoder and
  • the present invention provides a fast encoding / decoding method that reduces computation amount.
  • a scalable image processing method includes: calculating a position of an RL block in a reference layer (RL) picture; Up-sampling the calculated RL block; And encoding or decoding the current PU (Prediction Unit) with reference to the up-sampled RL block.
  • RL reference layer
  • the RL block may include RL pixels to be referred to for encoding or decoding of a current PU of an EL (Enhancement Layer) picture.
  • the up-sampling may include: up-sampling the RL block horizontally; And vertically up-sampling the RL block.
  • the up-sampling may further include padding at least one of a top and a bottom of the horizontally up-sampled RL block, wherein the vertical up-sampling step vertically ups the padded RL block.
  • the size of the RL block may be determined by the structure of the up-sampling filter.
  • a computer-readable recording medium comprising: calculating the position of the RL block in the reference layer (RL) picture; Up-sampling the calculated RL block; And encoding or decoding the current PU (Prediction Unit) with reference to the up-sampled RL block.
  • the program capable of performing the scalable image processing method according to claim 1 is included.
  • the upsampling process is performed on only necessary blocks, thereby reducing the memory usage of the encoder / decoder and reducing the amount of computation, thereby increasing the encoding / decoding rate. It can be improved.
  • 5 is block coordinates (for Y PB case) of an RL picture corresponding to a current PU of an EL picture
  • FIG. 6 is a block diagram conceptual diagram of PU-based upsampling filtering
  • FIG. 9 is a block diagram of an image encoding / decoding apparatus according to another embodiment of the present invention.
  • the most significant difference from the conventional HEVC is that SHVC performs inter-layer prediction.
  • the picture upsampling process is essential for inter-layer prediction.
  • the upsampling process is computationally expensive because it uses an 8-tap polyphase FIR filter for luma and a 4-tap polyphase FIR filter for chroma.
  • the fast sampling that reduces the memory usage and the amount of computation of the encoder / decoder by performing an upsampling process only when necessary, i.e., only when inter-layer prediction is required.
  • the fast sampling that reduces the memory usage and the amount of computation of the encoder / decoder by performing an upsampling process only when necessary, i.e., only when inter-layer prediction is required.
  • upsampling is performed only on blocks necessary in a PU (Prediction Unit) decoding or encoding process without performing upsampling on the entire picture. do.
  • PU Prediction Unit
  • the conventional 'picture-based upsampling method' is inefficient in terms of calculation amount and memory consumption because upsampling is performed on reference layer (RL) pixel blocks that are not referred to by EL (Enhancement Layer). .
  • the upsampling is performed only on the RL pixel blocks referred to in the EL to avoid unnecessary computation, and the memory usage is greatly reduced as compared with the upsampling in the picture unit by the upsampling in the PU unit.
  • FIG. 4 is a flowchart provided to explain a PU-based upsampling method according to an embodiment of the present invention.
  • the entire process is divided into picture unit processing and PU unit processing.
  • the relatively low complexity preprocessing portion is performed in advance in picture units. This process is the same as the common preliminary preparation process for upsampling in FIG.
  • PU-based upsampling filtering is performed only when a reference picture is an RL picture through a flag in a reference picture stored in a coded picture buffer (CPB) or a decoded picture buffer (DPB) at the time of Inter PU encoding or decoding of an EL picture.
  • CPB coded picture buffer
  • DPB decoded picture buffer
  • Intra PU does not perform inter-layer prediction in the SHVC standard.
  • the texture up-sampling procedure is as follows.
  • y coordinates yRef0 and yRef1 of the RL luma (Y) plane corresponding to the y coordinates cur_y0 and cur_y0 + H of the current PU of the EL are calculated based on the SHVC standard. Since the calculation has already been performed through the common preliminary preparation process of FIG. 2, the value is simply obtained by using a table look-up. Since the luma upsampling uses an 8-tap polyphase filter, the y coordinate of the RL luma block actually used for PU-based upsampling becomes ref_y0 and ref_y1 of FIG. 5, which is obtained using Equation 1 below.
  • W and H respectively representing the width and height of the EL PU may be the same value or different values depending on the PU type.
  • the maximum value for each of W and H is 64, the maximum width or height of the luma coding tree block (CTB).
  • CTB luma coding tree block
  • the width and height of the RL block required for upsampling filtering can be expressed by W_RL and H_RL, and can be obtained from Equation 3.
  • W_RL ref_x1-ref_x0
  • H_RL ref_y1-ref_y0 (expression 3)
  • m_pTempBuf [] 64 * (64 + 4 * 2) regardless of the size of the picture and is a 16-bit data type.
  • m_lumaFilter [16] [8] is an 8-tap FIR filter coefficient array with 16 phases. Filter coefficient values are specified in the SHVC standard.
  • the sumLumaHor8 (src, pFC) function of FIG. 7 is a filtering function that multiplies and adds 8 pixels and 8 filter coefficients in the horizontal direction, respectively.
  • C pseudo code is as follows.
  • the sumLumaVer8 (src, pFC, stride) function of FIG. 7 is a filtering function of multiplying 8 pixels and 8 filter coefficients in a vertical direction, respectively, and C pseudo code is as follows.
  • shift1Y is a value obtained by subtracting 8 from luma bit depth of RL as specified in the SHVC standard.
  • M_TempBuf [] of FIG. 8 is the same buffer as FIG. 7, and m_chromaFilter [16] [4] is a 4-tap FIR filter coefficient array having 16 phases. Filter coefficient values are specified in the SHVC standard.
  • the sumChromaHor4 (src, pFC) function of FIG. 8 is a filtering function that multiplies and adds four pixels and four filter coefficients in a horizontal direction, respectively.
  • C pseudo code is as follows.
  • the sumChromaVer4 (src, pFC, stride) function of FIG. 8 is a filtering function of multiplying four pixels and four filter coefficients in a vertical direction, respectively, and the C pseudo code is as follows.
  • Shift1C of FIG. 8 is obtained by subtracting 8 from the chroma bit depth of the RL as specified in the SHVC standard.
  • the algorithm of FIG. 8 should be applied to Cb and Cr PB respectively. In other words, the same routine should be executed twice after changing only the RL picture pixel.
  • the memory usage of the temporary buffer of the conventional technology 'picture-based upsampling method' is el_width * el_height * sizeof (int16_t), and the luma picture memory size in which pixels are stored as the result of upsampling is el_width * el_height * 1.5.
  • An image encoding / decoding apparatus includes an image input unit 110, an SHVC codec 120, an image output unit 130, and a memory 140.
  • the SHVC codec 120 performs encoding or decoding on the image input through the image input unit 110 and outputs the image through the image output unit 130. In this process, the SHVC codec 120 selectively up-samples a specific block in the RL according to the PU-based upsampling method shown in FIG. 4, and encodes or decodes the current PU with reference to the up-sampled RL block. Thus, the minimum memory 140 is used.
  • the size of the RL block is determined by the structure of the up-sampling filter, the size of the RL block at the time of luma upsampling and the size of the RL block at the time of chroma upsampling are different from each other.

Abstract

Provided is a method and apparatus for encoding/decoding a scalable image at high speed. A scalable image processing method according to embodiments of the present invention comprises: calculating a position of an RL block in an RL picture; up-sampling the calculated RL block; and encoding or decoding a current PU by referring to the up-sampled RL block. Accordingly, the present invention can enhance an encoding/decoding speed through reducing an amount of consumption of a memory by an encoder/decoder and decreasing an amount of calculation, by performing an up-sampling process on only a required block in the PU encoding/decoding process.

Description

스케일러블 영상의 고속 부호화/복호화 방법 및 장치Method and apparatus for fast encoding / decoding of scalable video
본 발명은 영상의 고속 부호화 및 복호화에 관한 것으로, 더욱 상세하게는 레이어 기반 스케일러블 영상 부호화기 및 복호화기에서 공간 스케일러빌러티 지원을 위해 필수적인 모듈인 화소 블록 업샘플링의 고속화 방법에 관한 것이다.The present invention relates to fast encoding and decoding of an image, and more particularly, to a method for speeding up pixel block upsampling, which is an essential module for supporting spatial scalability in a layer-based scalable image encoder and a decoder.
1. SHVC(Scalable High efficiency Video Coding)1.Scalable High Efficiency Video Coding (SHVC)
SHVC는 HEVC 코덱을 기반으로 스케일러블 코딩 기능을 추가한 비디오 코딩이다. 스케일러블 코딩은 멀티 레이어 구조를 기반으로 하고 있고, 기존의 싱글 레이어 코딩 표준과의 가장 큰 차이는 도 1에 보이듯이 레이어 간 예측(inter-layer prediction) 프로세스가 추가되는 점이다. 따라서 SHVC 부호화기 및 복호화기는 기존의 싱글 레이어 HEVC 코딩에 비하여 레이어 간 예측에 필요한 메모리와 연산량이 추가된다. 특히, 공간(spatial) 스케일러빌터를 지원하기 위해서는 업샘플링(Up-sampling) 필터를 통한 화소 보간(interpolation) 계산이 필수적이다.SHVC is video coding with scalable coding based on HEVC codec. Scalable coding is based on a multi-layer structure, and the biggest difference from the existing single layer coding standard is that an inter-layer prediction process is added as shown in FIG. Therefore, the SHVC encoder and the decoder add memory and arithmetic operations required for inter-layer prediction as compared to the conventional single layer HEVC coding. In particular, pixel interpolation calculation through an up-sampling filter is essential to support spatial scalability.
2. 픽처 기반 업샘플링 프로세스2. Picture-Based Upsampling Process
SHVC 표준화 과정에서 알고리듬 검증용으로 발표하고 있는 SHM 참조 SW에서는 '픽처 기반 업샘플링 프로세스'를 구현하고 있다.In the SHVC standardization process, the SHM reference software, which is announced for algorithm verification, implements the 'picture-based upsampling process'.
먼저 픽처 기반 업샘플링 프로세스는 2개의 모듈로 나눌 수가 있는데, 첫 번째 모듈은 도 2의 업샘플링 화소 좌표(즉, EL 화소 좌표에 대응하는 RL 화소 좌표)를 미리 계산하는 모듈이고, 두 번째는 도 3의 픽처 기반 업샘플링 연산 모듈이다. 도 2에서 EL은 Enhancement Layer, RL은 Reference Layer를 의미한다. 또한 el_width 및 el_height는 EL 픽처의 넓이, 길이를 각각 의미한다. CroppingChangeFlag는 하나의 시퀀스 내에서 픽처마다 EL 및 RL 픽처의 cropping offset이 달라지는 경우를 나타내는 플래그이다. SHVC 표준에 정의된 수식으로 계산된 루마(Y) 플레인의 x, y 화소 좌표는 m_xPosY[] 및 m_yPosY[] 배열에 저장되고, 크로마(Cb/Cr) 플레인의 좌표는 m_xPosC[] 및 m_yPosC[] 배열에 저장된다. 플레인 공통 사전 준비 모듈을 통해 업샘플링 화소 좌표 계산을 하나의 시퀀스에 대해서 첫 번째 픽처에서만 미리 수행함으로써, 또는 cropping offset 정보가 변경될 때만 수행함으로써, 연산량을 줄일 수 있다. 루마 화소 좌표인 m_xPosY[]의 크기는 el_width이고 m_yPosY[]의 크기는 el_height이다. 크로마 화소 좌표인 m_xPosC[]의 크기는 EL 크로마 픽처의 width이고 m_yPosC[]의 크기는 EL 크로마 픽처의 height이다.First, the picture-based upsampling process can be divided into two modules. The first module is a module that precomputes the upsampling pixel coordinates of FIG. 2 (that is, the RL pixel coordinates corresponding to the EL pixel coordinates), and the second module 3 is a picture based upsampling operation module. In FIG. 2, EL stands for Enhancement Layer and RL stands for Reference Layer. In addition, el_width and el_height mean width and length of an EL picture, respectively. CroppingChangeFlag is a flag indicating a case where cropping offsets of EL and RL pictures vary for each picture in one sequence. The x and y pixel coordinates of the luma (Y) plane computed by the formulas defined in the SHVC standard are stored in the m_xPosY [] and m_yPosY [] arrays, and the coordinates of the chroma (Cb / Cr) planes are m_xPosC [] and m_yPosC []. Stored in an array. Through the plane common preliminary preparation module, up-sampling pixel coordinate calculation may be performed in advance on only the first picture for one sequence, or only when the cropping offset information is changed, thereby reducing the amount of computation. The size of the luma pixel coordinate m_xPosY [] is el_width and the size of m_yPosY [] is el_height. The size of m_xPosC [], which is the chroma pixel coordinates, is the width of the EL chroma picture, and the size of m_yPosC [] is the height of the EL chroma picture.
도 3의 픽처 기반 업샘플링 방법은 모든 EL 픽처 복호화 또는 부호화 전에 RL 픽처 전체를 업샘플링하여 별도의 픽처 버퍼에 저장하는 방식이다. 도 2의 공통 준비 프로세스에서 계산한 m_xPosY[], m_yPosY[], m_xPosC[], m_yPosC[]의 값들을 이용하여 (1)과 (3)의 업샘플링 필터링 연산을 수행하게 된다.The picture-based upsampling method of FIG. 3 is a method of upsampling the entire RL picture and storing it in a separate picture buffer before all EL picture decoding or encoding. The upsampling filtering operations of (1) and (3) are performed using the values of m_xPosY [], m_yPosY [], m_xPosC [], and m_yPosC [] calculated in the common preparation process of FIG.
이러한 픽처 기반 업샘플링 방법은 결과적으로 2가지 단점을 갖게 된다.This picture-based upsampling method has two disadvantages as a result.
1) 추가적으로 픽처 크기의 버퍼 메모리가 2개 필요하다. 즉, Horizontal up-sampling 결과를 저장할 픽처 크기의 임시 버퍼가 필요하고, Vertical up-sampling 결과를 저장할 픽처 버퍼가 필요하다.1) In addition, two picture size buffer memories are required. That is, a temporary buffer having a picture size to store the horizontal up-sampling result is required, and a picture buffer to store the vertical up-sampling result is required.
2) 실제로 레이어간 예측에 사용하지 않는 화소 블록 영역까지도 전부 업샘플링하는 연산 부하가 발생한다.2) There is a computational load that upsamples all pixel block regions that are not actually used for inter-layer prediction.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, PU(Prediction Unit) 부호화/복호화 과정에서, 필요한 블록에 대해서만 업샘플링 프로세스를 수행함으로써 부호화기/복호화기의 메모리 사용량 및 연산량을 줄이는 고속 부호화/복호화 방법을 제공함에 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and an object of the present invention is to perform an upsampling process on only necessary blocks in a PU (Prediction Unit) encoding / decoding process, thereby using the memory usage of the encoder / decoder and The present invention provides a fast encoding / decoding method that reduces computation amount.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 스케일러블 영상 처리 방법은, RL(Reference Layer) 픽처에서 RL 블록의 위치를 계산하는 단계; 계산된 RL 블록을 업-샘플링하는 단계; 및 상기 업-샘플링된 RL 블록을 참조하여, 상기 현재 PU(Prediction Unit)를 부호화 또는 복호화하는 단계;를 포함한다.According to one or more exemplary embodiments, a scalable image processing method includes: calculating a position of an RL block in a reference layer (RL) picture; Up-sampling the calculated RL block; And encoding or decoding the current PU (Prediction Unit) with reference to the up-sampled RL block.
그리고, 상기 RL 블록은, EL(Enhancement Layer) 픽처의 현재 PU의 부호화 또는 복호화에 참조하게 될 RL 화소들로 구성될 수 있다.The RL block may include RL pixels to be referred to for encoding or decoding of a current PU of an EL (Enhancement Layer) picture.
또한, 상기 업-샘플링 단계는, 상기 RL 블록을 수평으로 업-샘플링하는 단계; 및 상기 RL 블록을 수직으로 업-샘플링하는 단계;를 포함In addition, the up-sampling may include: up-sampling the RL block horizontally; And vertically up-sampling the RL block.
그리고, 상기 업-샘플링 단계는, 수평으로 업-샘플링된 RL 블록의 상부 및 하부 중 적어도 하나를 패딩하는 단계;를 더 포함하고, 상기 수직 업-샘플링 단계는, 패딩된 RL 블록을 수직으로 업-샘플링The up-sampling may further include padding at least one of a top and a bottom of the horizontally up-sampled RL block, wherein the vertical up-sampling step vertically ups the padded RL block. -sampling
또한, 상기 RL 블록의 크기는, 업-샘플링 필터의 구조에 의해 결정될 수 있다.In addition, the size of the RL block may be determined by the structure of the up-sampling filter.
한편, 본 발명의 다른 실시예에 따른, 컴퓨터로 읽을 수 있는 기록매체에는, RL(Reference Layer) 픽처에서 RL 블록의 위치를 계산하는 단계; 계산된 RL 블록을 업-샘플링하는 단계; 및 상기 업-샘플링된 RL 블록을 참조하여, 상기 현재 PU(Prediction Unit)를 부호화 또는 복호화하는 단계;를 포함하는 것을 특징으로 하는 스케일러블 영상 처리 방법을 수행할 수 있는 프로그램이 수록된다.On the other hand, according to another embodiment of the present invention, a computer-readable recording medium comprising: calculating the position of the RL block in the reference layer (RL) picture; Up-sampling the calculated RL block; And encoding or decoding the current PU (Prediction Unit) with reference to the up-sampled RL block. The program capable of performing the scalable image processing method according to claim 1 is included.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, PU 부호화/복호화 과정에서, 필요한 블록에 대해서만 업샘플링 프로세스를 수행함으로써 부호화기/복호화기의 메모리 사용량을 줄이고, 연산량을 감소시켜 부호화/복호화 속도를 향상시킬 수 있게 된다.As described above, according to embodiments of the present invention, in the PU encoding / decoding process, the upsampling process is performed on only necessary blocks, thereby reducing the memory usage of the encoder / decoder and reducing the amount of computation, thereby increasing the encoding / decoding rate. It can be improved.
도 1은 SHVC 부호화기 블록도,1 is a SHVC encoder block diagram,
도 2는 화소 업샘플링을 위한 공통 사전 준비 프로세스,2 is a common preliminary preparation process for pixel upsampling,
도 3은 픽처 기반 업샘플링 방법,3 is a picture-based upsampling method,
도 4는 PU 기반 업샘플링 방법의 흐름도,4 is a flowchart of a PU based upsampling method;
도 5는 EL 픽처의 현재 PU에 해당하는 RL 픽처의 블록 좌표(Y PB 경우),5 is block coordinates (for Y PB case) of an RL picture corresponding to a current PU of an EL picture,
도 6은 PU 기반 업샘플링 필터링의 블록 버퍼 개념도,6 is a block diagram conceptual diagram of PU-based upsampling filtering;
도 7은 PU 기반 루마 업샘플링 필터링의 C 의사 코드,7 is C pseudo code of PU based luma upsampling filtering,
도 8은 PU 기반 크로마 업샘플링 필터링의 C 의사 코드, 그리고,8 is C pseudo code of PU based chroma upsampling filtering, and
도 9는 본 발명의 다른 실시예에 따른 영상 부호화/복호화 장치의 블록도이다.9 is a block diagram of an image encoding / decoding apparatus according to another embodiment of the present invention.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, with reference to the drawings will be described the present invention in more detail.
SHVC가 기존의 HEVC와 가장 크게 다른 점은 레이어 간 예측(inter-layer prediction)을 수행하는 점이다. 그런데 공간 스케일러빌러티는 레이어 간 예측에 픽처 업샘플링 프로세스가 필수적이다. 업샘플링 프로세스는 루마의 경우 8-tap polyphase FIR 필터를 사용하고, 크로마의 경우 4-tap polyphase FIR 필터를 사용하기 때문에 연산량이 많다.The most significant difference from the conventional HEVC is that SHVC performs inter-layer prediction. However, for spatial scalability, the picture upsampling process is essential for inter-layer prediction. The upsampling process is computationally expensive because it uses an 8-tap polyphase FIR filter for luma and a 4-tap polyphase FIR filter for chroma.
본 발명의 실시예에서는 PU(Prediction Unit) 부호화/복호화 과정에서, 필요한 경우에만, 즉, 레이어간 예측이 필요한 경우에만, 업샘플링 프로세스를 수행함으로써 부호화기/복호화기의 메모리 사용량 및 연산량을 줄이는 고속 부호화/복호화 방법을 제시한다.In the embodiment of the present invention, in the PU (Prediction Unit) encoding / decoding process, the fast sampling that reduces the memory usage and the amount of computation of the encoder / decoder by performing an upsampling process only when necessary, i.e., only when inter-layer prediction is required. Provide a decryption method.
또한, 본 발명의 실시예에서는, 기존의 '픽처 기반 업샘플링 방법'과 달리, 픽처 전체에 대해서 업샘플링을 수행하지 않고, PU(Prediction Unit) 복호화 또는 부호화 과정에서 필요한 블록에 대해서만 업샘플링을 수행한다.In addition, in the exemplary embodiment of the present invention, unlike the conventional 'picture-based upsampling method', upsampling is performed only on blocks necessary in a PU (Prediction Unit) decoding or encoding process without performing upsampling on the entire picture. do.
기존의 '픽처 기반 업샘플링 방법'은, EL(Enhancement Layer) 에서 참조하지 않는 RL(Reference Layer) 화소 블록에 대해서도 업샘플링을 수행하여, 불필요한 연산을 수행하게 되기 때문에 연산량과 메모리 소비 측면에서 비효율적이었다.The conventional 'picture-based upsampling method' is inefficient in terms of calculation amount and memory consumption because upsampling is performed on reference layer (RL) pixel blocks that are not referred to by EL (Enhancement Layer). .
본 발명의 실시예에서는 EL에서 참조하는 RL 화소 블록에 대해서만 업샘플링을 수행하여 불필요한 연산을 피하고, PU 단위의 업샘플링을 통하여 픽처 단위의 업샘플링에 비해 메모리 사용량을 크게 줄인다.In the embodiment of the present invention, the upsampling is performed only on the RL pixel blocks referred to in the EL to avoid unnecessary computation, and the memory usage is greatly reduced as compared with the upsampling in the picture unit by the upsampling in the PU unit.
도 4는 본 발명의 일 실시예에 따른 PU 기반 업샘플링 방법(PU-based upsampling method)의 설명에 제공되는 흐름도이다.4 is a flowchart provided to explain a PU-based upsampling method according to an embodiment of the present invention.
도 4에 도시된 바와 같이, PU 기반 업샘플링 방법에서는, 전체 프로세스를 픽처 단위 처리와 PU 단위 처리를 분리한다. 비교적 낮은 복잡도의 전처리 부분은 픽처 단위로 미리 수행한다. 이 과정은, 도 2의 업샘플링을 위한 공통 사전 준비 프로세스와 동일하다.As shown in FIG. 4, in the PU-based upsampling method, the entire process is divided into picture unit processing and PU unit processing. The relatively low complexity preprocessing portion is performed in advance in picture units. This process is the same as the common preliminary preparation process for upsampling in FIG.
한편, 높은 복잡도와 많은 메모리가 필요한 업샘플링 필터링은 EL PU의 Inter 예측 타입에 따라 필요할 때만 PU 단위로 수행한다.On the other hand, upsampling filtering requiring high complexity and a lot of memory is performed in units of PU only when necessary according to the inter prediction type of the EL PU.
본 발명의 실시예에 따른 PU 기반 업샘플링 방법에서, RL 픽처의 좌/우 경계 패딩은 RL 픽처 부호화 또는 복호화시 이미 수행되었다고 가정한다. PU 기반 업샘플링 필터링은 EL 픽처의 Inter PU 부호화 또는 복호화시에 CPB(Coded Picture Buffer) 또는 DPB(Decoded Picture Buffer) 내에 저장된 참조 픽처 내의 플래그를 통해서 참조 픽처가 RL 픽처인 경우에만 수행한다. 참고로, SHVC 표준에서 Intra PU는 레이어간 예측을 수행하지 않는다.In the PU-based upsampling method according to an embodiment of the present invention, it is assumed that left / right border padding of an RL picture has already been performed during RL picture encoding or decoding. PU-based upsampling filtering is performed only when a reference picture is an RL picture through a flag in a reference picture stored in a coded picture buffer (CPB) or a decoded picture buffer (DPB) at the time of Inter PU encoding or decoding of an EL picture. For reference, Intra PU does not perform inter-layer prediction in the SHVC standard.
Texture up-sampling 절차는 다음과 같다. The texture up-sampling procedure is as follows.
(1) 현재 PU에 대응하는 RL 블록 위치를 계산(1) calculate the RL block position corresponding to the current PU
- EL 픽처에서 현재 부호화 또는 복호화되고 있는 현재 PU가 업샘플링에서 참조하게 될 RL 픽처의 대응하는 블록의 좌표 및 필터링에 필요한 좌표를 계산한다. 도 5에는 EL 픽처의 현재 PU에 대응하는 RL 픽처의 블록 좌표를 나타내었다.-Coordinates of the corresponding block of the RL picture to be referenced in upsampling by the current PU currently being encoded or decoded in the EL picture, and coordinates necessary for filtering. 5 shows the block coordinates of the RL picture corresponding to the current PU of the EL picture.
도 5에서, EL의 현재 PU의 y좌표 cur_y0과 cur_y0 + H에 각각 대응하는 RL 루마(Y) 플레인의 y 좌표 yRef0 와 yRef1는 SHVC 표준에 근거하여 계산한다. 이는, 도 2의 공통 사전 준비 프로세스를 통하여 이미 계산을 다 하였기 때문에 단순히 table look-up으로 값을 얻게 된다. 루마 업샘플링의 경우 8-tap polyphase filter를 사용하므로, 실제로 PU 기반 업샘플링에 이용되는 RL 루마 블록의 y 좌표는 도 5의 ref_y0와 ref_y1이 되며, 이는 다음의 (식 1)을 이용하여 구한다.In Fig. 5, y coordinates yRef0 and yRef1 of the RL luma (Y) plane corresponding to the y coordinates cur_y0 and cur_y0 + H of the current PU of the EL are calculated based on the SHVC standard. Since the calculation has already been performed through the common preliminary preparation process of FIG. 2, the value is simply obtained by using a table look-up. Since the luma upsampling uses an 8-tap polyphase filter, the y coordinate of the RL luma block actually used for PU-based upsampling becomes ref_y0 and ref_y1 of FIG. 5, which is obtained using Equation 1 below.
ref_y0 = yRef0 - 3ref_y0 = yRef 0-3
ref_y1 = yRef1 + 4 (식 1)ref_y1 = yRef1 + 4 (Equation 1)
크로마(Cb/Cr)의 경우는 4-tap polyphase filter를 사용하므로, 다음의 (식 2)를 이용하여 RL 크로마 블록의 y 좌표를 구한다.In the case of chroma (Cb / Cr), a 4-tap polyphase filter is used, and the y coordinate of the RL chroma block is obtained using the following equation (2).
ref_cy0 = cyRef0 - 1ref_cy0 = cyRef0-1
ref_cy1 = cyRef1 + 2 (식 2)ref_cy1 = cyRef1 + 2 (Equation 2)
도 5에서 EL PU의 넓이와 높이를 각각 나타내는 W와 H는 PU 타입에 따라 동일한 값일 수도 있고 다른 값일 수도 있다. W와 H 각각의 최대값은 루마 CTB(Coding Tree Block)의 최대 넓이 또는 높이인 64이다. 또한 업샘플링 필터링에 필요한 RL 블록의 넓이와 높이는 W_RL과 H_RL로 표시하고, (식 3)으로 구할 수 있다. In FIG. 5, W and H respectively representing the width and height of the EL PU may be the same value or different values depending on the PU type. The maximum value for each of W and H is 64, the maximum width or height of the luma coding tree block (CTB). In addition, the width and height of the RL block required for upsampling filtering can be expressed by W_RL and H_RL, and can be obtained from Equation 3.
W_RL = ref_x1 - ref_x0W_RL = ref_x1-ref_x0
H_RL = ref_y1 - ref_y0 (식 3)H_RL = ref_y1-ref_y0 (expression 3)
다음, (2) 수평으로 업샘플링(Horizontanl up-sampling), (3) 수평으로 업샘플링된 RL 블록의 상부(top) 또는 하부(botttom)를 패딩(padding)하며, (4) 수직으로 업샘플링(Vertical up-sampling) 한다. 도 6에는 '(2)', '(3)' 및 '(4)' 절차에 대한 개념을 블록 버퍼 관점에서 나타내었다.Next, (2) Horizontal upsampling, (3) Padding the top or bottom of the horizontally upsampled RL block, and (4) Upsampling vertically (Vertical up-sampling) In FIG. 6, the concept of the procedure '(2)', '(3)' and '(4)' is shown from a block buffer perspective.
도 4에 제시된 알고리듬에 의한 PU 기반 루마 업샘플링 방법의 C 의사 코드는 도 7에 나타난 바와 같다.C pseudo code of the PU-based luma upsampling method by the algorithm shown in FIG. 4 is shown in FIG.
도 7에서 m_pTempBuf[]의 크기는 픽처의 크기와 상관없이 64*(64+4*2)이고, 16-bit 데이터 타입이다. m_lumaFilter[16][8]는 16개의 phase를 갖는 8-tap FIR 필터 계수 배열이다. 필터 계수 값은 SHVC 표준에 명시되어 있다.In FIG. 7, the size of m_pTempBuf [] is 64 * (64 + 4 * 2) regardless of the size of the picture and is a 16-bit data type. m_lumaFilter [16] [8] is an 8-tap FIR filter coefficient array with 16 phases. Filter coefficient values are specified in the SHVC standard.
도 7의 sumLumaHor8(src, pFC) 함수는 8개의 화소와 8개의 필터 계수를 가로 방향으로 각각 곱하여 더해주는 필터링 함수이고 C 의사코드는 다음과 같다.The sumLumaHor8 (src, pFC) function of FIG. 7 is a filtering function that multiplies and adds 8 pixels and 8 filter coefficients in the horizontal direction, respectively. C pseudo code is as follows.
result = (src[0]*pFC[0] + src[1]*pFC[1] + src[2]*pFC[2] + src[3]*pFC[3] + src[4]*pFC[4] + src[5]*pFC[5] + src[6]*pFC[6] + src[7]*pFC[7]);result = (src [0] * pFC [0] + src [1] * pFC [1] + src [2] * pFC [2] + src [3] * pFC [3] + src [4] * pFC [ 4] + src [5] * pFC [5] + src [6] * pFC [6] + src [7] * pFC [7]);
도 7의 sumLumaVer8(src, pFC, stride) 함수는 8개의 화소와 8개의 필터 계수를 세로 방향으로 각각 곱하여 더해주는 필터링 함수이고 C 의사코드는 다음과 같다.The sumLumaVer8 (src, pFC, stride) function of FIG. 7 is a filtering function of multiplying 8 pixels and 8 filter coefficients in a vertical direction, respectively, and C pseudo code is as follows.
result = (src[0]*pFC[0] + src[1*stride]*pFC[1] + src[2*stride]*pFC[2] + src[3*stride]*pFC[3] + src[4*stride]*pFC[4] + src[5*stride]*pFC[5] + src[6*stride]*pFC[6] + src[7*stride]*pFC[7]);result = (src [0] * pFC [0] + src [1 * stride] * pFC [1] + src [2 * stride] * pFC [2] + src [3 * stride] * pFC [3] + src [4 * stride] * pFC [4] + src [5 * stride] * pFC [5] + src [6 * stride] * pFC [6] + src [7 * stride] * pFC [7]);
도 7에서 shift1Y 는 SHVC 표준에 명시된 대로 RL의 루마 Bit Depth에서 8을 뺀 값이다.In FIG. 7, shift1Y is a value obtained by subtracting 8 from luma bit depth of RL as specified in the SHVC standard.
한편, 도 4에 제시된 알고리듬에 의한 PU 기반 크로마 업샘플링 방법의 C 의사 코드는 도 8에 나타난 바와 같다.Meanwhile, the C pseudo code of the PU-based chroma upsampling method by the algorithm shown in FIG. 4 is shown in FIG. 8.
도 8의 m_TempBuf[]는 도 7과 동일한 버퍼이고, m_chromaFilter[16][4]는 16개의 phase를 갖는 4-tap FIR 필터 계수 배열이다. 필터 계수 값은 SHVC 표준에 명시되어 있다.M_TempBuf [] of FIG. 8 is the same buffer as FIG. 7, and m_chromaFilter [16] [4] is a 4-tap FIR filter coefficient array having 16 phases. Filter coefficient values are specified in the SHVC standard.
도 8의 sumChromaHor4(src, pFC) 함수는 4개의 화소와 4개의 필터 계수를 가로 방향으로 각각 곱하여 더해주는 필터링 함수이고 C 의사코드는 다음과 같다.The sumChromaHor4 (src, pFC) function of FIG. 8 is a filtering function that multiplies and adds four pixels and four filter coefficients in a horizontal direction, respectively. C pseudo code is as follows.
result = (src[0]*pFC[0] + src[1]*pFC[1] + src[2]*pFC[2] + src[3]*pFC[3]);result = (src [0] * pFC [0] + src [1] * pFC [1] + src [2] * pFC [2] + src [3] * pFC [3]);
도 8의 sumChromaVer4(src, pFC, stride) 함수는 4개의 화소와 4개의 필터 계수를 세로 방향으로 각각 곱하여 더해주는 필터링 함수이고 C 의사코드는 다음과 같다.The sumChromaVer4 (src, pFC, stride) function of FIG. 8 is a filtering function of multiplying four pixels and four filter coefficients in a vertical direction, respectively, and the C pseudo code is as follows.
result = (src[0]*pFC[0] + src[1*stride]*pFC[1] + src[2*stride]*pFC[2] + src[3*stride]*pFC[3]);result = (src [0] * pFC [0] + src [1 * stride] * pFC [1] + src [2 * stride] * pFC [2] + src [3 * stride] * pFC [3]);
도 8의 shift1C는 SHVC 표준에 명시된 대로 RL의 크로마 Bit Depth에서 8을 뺀 값이다.Shift1C of FIG. 8 is obtained by subtracting 8 from the chroma bit depth of the RL as specified in the SHVC standard.
도 8의 알고리듬은 Cb 와 Cr PB에 각각 적용되어야 한다. 즉, 동일한 루틴을 RL 픽처 화소만 변경한 후에 2번 실행시켜야 한다. The algorithm of FIG. 8 should be applied to Cb and Cr PB respectively. In other words, the same routine should be executed twice after changing only the RL picture pixel.
PU 기반 업샘플링 방법의 임시 버퍼의 메모리 크기는, 도 7 과 8을 통해 알 수 있는 바와 같이, 최대 PB 크기인 CTB 크기에 top/down 패딩을 위한 4를 더해준 크기이다. 즉, 64*(64+4*2)*sizeof(int16_t) = 9216 바이트이다. 또한 예를 들어, YCbCr420 포맷 영상에서 최종 업샘플링 결과 화소가 저장되는 블록의 메모리 크기는 64*64*1.5 = 6144 바이트 크기이다. 그에 반해 기존 기술인 '픽처 기반 업샘플링 방법'의 임시 버퍼의 메모리 사용량은 el_width*el_height*sizeof(int16_t) 이고, 업샘플링 결과 화소가 저장되는 루마 픽처 메모리 크기는 el_width*el_height*1.5 이다.As shown in FIGS. 7 and 8, the memory size of the temporary buffer of the PU-based upsampling method is the size of the maximum PB size plus 4 for top / down padding. That is, 64 * (64 + 4 * 2) * sizeof (int16_t) = 9216 bytes. Also, for example, the memory size of a block in which pixels are stored as a result of final upsampling in a YCbCr420 format image is 64 * 64 * 1.5 = 6144 bytes. On the other hand, the memory usage of the temporary buffer of the conventional technology 'picture-based upsampling method' is el_width * el_height * sizeof (int16_t), and the luma picture memory size in which pixels are stored as the result of upsampling is el_width * el_height * 1.5.
UHD 영상 부호화기 및 복호화기에서 기존 기술과 본 발명의 실시예는 메모리 사용량은 큰 차이를 보인다. 즉, 픽처 기반 업샘플링 방법은 3840*2160*2 + 3840*2160*1.5 = 28304640 바이트의 메모리가 필요하게 되지만, 본 발명의 실시예인 PU 기반 업샘플링 방법은 단지 9216+6144=15360 바이트의 메모리만 필요하다. In the UHD image encoder and the decoder, the conventional technology and the embodiment of the present invention show a big difference in memory usage. That is, the picture-based upsampling method requires 3840 * 2160 * 2 + 3840 * 2160 * 1.5 = 28304640 bytes of memory, but the PU-based upsampling method according to the embodiment of the present invention only uses 9216 + 6144 = 15360 bytes of memory. need.
또한, 레이어간 예측이 필요한 경우에만 업샘플링 필터링 연산을 수행하기 때문에, 연산량 절감을 통한 고속 SHVC 부호화기 및 복호화기 설계가 가능해진다. In addition, since the upsampling filtering operation is performed only when inter-layer prediction is required, it is possible to design a fast SHVC encoder and decoder by reducing the amount of computation.
도 9는 본 발명의 다른 실시예에 따른 영상 부호화/복호화 장치의 블록도이다. 본 발명의 실시예에 따른 영상 부호화/복호화 장치는, 도 9에 도시된 바와 같이, 영상 입력부(110), SHVC 코덱(120), 영상 출력부(130) 및 메모리(140)를 포함한다.9 is a block diagram of an image encoding / decoding apparatus according to another embodiment of the present invention. An image encoding / decoding apparatus according to an embodiment of the present invention, as illustrated in FIG. 9, includes an image input unit 110, an SHVC codec 120, an image output unit 130, and a memory 140.
SHVC 코덱(120)는 영상 입력부(110)를 통해 입력된 영상에 대해 부호화 또는 복호화를 수행하여 영상 출력부(130)를 통해 출력한다. 이 과정에서, SHVC 코덱(120)은 도 4에 도시된 PU 기반 업샘플링 방법에 따라 RL에서 특정 블록만을 선별적으로 업-샘플링하고, 업-샘플링된 RL 블록을 참조하여 현재 PU를 부호화 또는 복호화하여, 최소한의 메모리(140)를 이용한다.The SHVC codec 120 performs encoding or decoding on the image input through the image input unit 110 and outputs the image through the image output unit 130. In this process, the SHVC codec 120 selectively up-samples a specific block in the RL according to the PU-based upsampling method shown in FIG. 4, and encodes or decodes the current PU with reference to the up-sampled RL block. Thus, the minimum memory 140 is used.
이때, RL 블록의 크기는 업-샘플링 필터의 구조에 의해 결정되므로, 루마 업샘플링 시의 RL 블록의 크기와 크로마 업샘플링 시의 RL 블록의 크기는 서로 다르다.At this time, since the size of the RL block is determined by the structure of the up-sampling filter, the size of the RL block at the time of luma upsampling and the size of the RL block at the time of chroma upsampling are different from each other.
지금까지, 스케일러블 영상의 고속 부호화/복호화 방법 및 장치에 대해 바람직한 실시예들을 들어 상세히 설명하였다. 제시된 방법과 장치 외에도, 스케일러블 영상의 고속 부호화/복호화 방법을 소프트웨어로 구현하는 경우는 물론, 업샘플링 방법만을 소프트웨어로 구현하는 경우도, 본 발명의 범주에 포함될 수 있음에 유념하여야 한다.Up to now, preferred embodiments of the fast encoding / decoding method of the scalable image have been described in detail. In addition to the proposed method and apparatus, it should be noted that the implementation of the fast coding / decoding method of the scalable image in software as well as the implementation of only the upsampling method in software may be included in the scope of the present invention.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although the preferred embodiment of the present invention has been shown and described above, the present invention is not limited to the specific embodiments described above, but the technical field to which the invention belongs without departing from the spirit of the invention claimed in the claims. Of course, various modifications can be made by those skilled in the art, and these modifications should not be individually understood from the technical spirit or the prospect of the present invention.

Claims (6)

  1. RL(Reference Layer) 픽처에서 RL 블록의 위치를 계산하는 단계;Calculating a position of the RL block in the reference layer (RL) picture;
    계산된 RL 블록을 업-샘플링하는 단계; 및Up-sampling the calculated RL block; And
    상기 업-샘플링된 RL 블록을 참조하여, 상기 현재 PU(Prediction Unit)를 부호화 또는 복호화하는 단계;를 포함하는 것을 특징으로 하는 스케일러블 영상 처리 방법.And encoding or decoding the current PU (Prediction Unit) with reference to the up-sampled RL block.
  2. 청구항 1에 있어서,The method according to claim 1,
    상기 RL 블록은,The RL block is,
    EL(Enhancement Layer) 픽처의 현재 PU의 부호화 또는 복호화에 참조하게 될 RL 화소들로 구성되는 것을 특징으로 하는 스케일러블 영상 처리 방법.A scalable image processing method comprising: RL pixels to be referred to for encoding or decoding of a current PU of an enhancement layer (EL) picture.
  3. 청구항 1에 있어서,The method according to claim 1,
    상기 업-샘플링 단계는,The up-sampling step,
    상기 RL 블록을 수평으로 업-샘플링하는 단계; 및Horizontally up-sampling the RL block; And
    상기 RL 블록을 수직으로 업-샘플링하는 단계;를 포함하는 것을 특징으로 하는 스케일러블 영상 처리 방법.And vertically up-sampling the RL block.
  4. 청구항 3에 있어서,The method according to claim 3,
    상기 업-샘플링 단계는,The up-sampling step,
    수평으로 업-샘플링된 RL 블록의 상부 및 하부 중 적어도 하나를 패딩하는 단계;를 더 포함하고,Padding at least one of the top and bottom of the horizontally up-sampled RL block;
    상기 수직 업-샘플링 단계는,The vertical up-sampling step,
    패딩된 RL 블록을 수직으로 업-샘플링하는 것을 특징으로 하는 스케일러블 영상 처리 방법.And up-sampling the padded RL block vertically.
  5. 청구항 1에 있어서,The method according to claim 1,
    상기 RL 블록의 크기는,The size of the RL block is,
    업-샘플링 필터의 구조에 의해 결정되는 것을 특징으로 하는 스케일러블 영상 처리 방법.A scalable image processing method, characterized in that determined by the structure of an up-sampling filter.
  6. RL(Reference Layer) 픽처에서 RL 블록의 위치를 계산하는 단계;Calculating a position of the RL block in the reference layer (RL) picture;
    계산된 RL 블록을 업-샘플링하는 단계; 및Up-sampling the calculated RL block; And
    상기 업-샘플링된 RL 블록을 참조하여, 상기 현재 PU(Prediction Unit)를 부호화 또는 복호화하는 단계;를 포함하는 것을 특징으로 하는 스케일러블 영상 처리 방법을 수행할 수 있는 프로그램이 수록된 컴퓨터로 읽을 수 있는 기록매체.Encoding or decoding the current PU (Prediction Unit) with reference to the up-sampled RL block; and includes a program capable of performing a scalable image processing method. Record carrier.
PCT/KR2016/004645 2015-07-10 2016-05-03 Method and apparatus for encoding/decoding scalable image at high speed WO2017010664A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020150098346A KR20170006926A (en) 2015-07-10 2015-07-10 Fast Encoding/Decoding Method and Apparatus for Scalable Video
KR10-2015-0098346 2015-07-10

Publications (1)

Publication Number Publication Date
WO2017010664A1 true WO2017010664A1 (en) 2017-01-19

Family

ID=57757860

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2016/004645 WO2017010664A1 (en) 2015-07-10 2016-05-03 Method and apparatus for encoding/decoding scalable image at high speed

Country Status (2)

Country Link
KR (1) KR20170006926A (en)
WO (1) WO2017010664A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070140354A1 (en) * 2005-12-15 2007-06-21 Shijun Sun Methods and Systems for Block-Based Residual Upsampling
KR100900294B1 (en) * 2006-11-09 2009-05-29 엘지전자 주식회사 Method and apparatus for decoding/encoding a video signal
KR101005682B1 (en) * 2006-01-11 2011-01-05 콸콤 인코포레이티드 Video coding with fine granularity spatial scalability
KR101066117B1 (en) * 2009-11-12 2011-09-20 전자부품연구원 Method and apparatus for scalable video coding
KR20150009468A (en) * 2013-07-15 2015-01-26 주식회사 케이티 A method and an apparatus for encoding/decoding a scalable video signal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070140354A1 (en) * 2005-12-15 2007-06-21 Shijun Sun Methods and Systems for Block-Based Residual Upsampling
KR101005682B1 (en) * 2006-01-11 2011-01-05 콸콤 인코포레이티드 Video coding with fine granularity spatial scalability
KR100900294B1 (en) * 2006-11-09 2009-05-29 엘지전자 주식회사 Method and apparatus for decoding/encoding a video signal
KR101066117B1 (en) * 2009-11-12 2011-09-20 전자부품연구원 Method and apparatus for scalable video coding
KR20150009468A (en) * 2013-07-15 2015-01-26 주식회사 케이티 A method and an apparatus for encoding/decoding a scalable video signal

Also Published As

Publication number Publication date
KR20170006926A (en) 2017-01-18

Similar Documents

Publication Publication Date Title
US20200304787A1 (en) Virtual Boundary Processing Simplification for Adaptive Loop Filtering (ALF) in Video Coding
CN107710761B (en) Image prediction method and related device
CN113411577B (en) Coding method and device
US20200236397A1 (en) Intra block copy (intrabc) cost estimation
US11463710B2 (en) Fast intra-prediction mode selection in video coding
US11159811B2 (en) Partitioning of coded point cloud data
JP2023139107A (en) Method for reducing cross-component dependency
CN115174906B (en) Decoding process for geometric partitioning mode
TWI727826B (en) Coding using intra-prediction
CN104853192A (en) Prediction mode selection method and device
CN113891082B (en) Image component prediction method, encoder, decoder, and storage medium
CN113497942A (en) Inter-frame prediction method, encoder, decoder and storage medium
US20140064366A1 (en) Intra-Prediction Estimation Using Approximate Reconstructed Samples
EP1108325A2 (en) Circuit and method for performing a two-dimensional transform during the processing of an image
WO2017010664A1 (en) Method and apparatus for encoding/decoding scalable image at high speed
CN110602493B (en) Method and equipment for interlaced prediction of affine motion compensation
CN112740703B (en) Encoder, decoder and corresponding methods for transform processing
CN112532997B (en) Image prediction method, encoder, decoder, and storage medium
RU2815434C2 (en) Methods for reducing inter-component dependence
EP2839437B1 (en) View synthesis using low resolution depth maps
JPH07121687A (en) Processor for image codec and access pattern conversion method
BR112021000657A2 (en) METHOD AND INTERPOLATION FILTERING EQUIPMENT FOR PREDICTIVE CODING, ENCODER, DECODER AND COMPUTER PROGRAM PRODUCT
JP2004179810A (en) Image encoder
CN116193125A (en) Method and apparatus for prediction related residual scaling for video coding
JPH01114279A (en) Picture coding 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: 16824581

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16824581

Country of ref document: EP

Kind code of ref document: A1