WO2016048186A1 - Rapid selection of spatial prediction mode in hevc coding system - Google Patents

Rapid selection of spatial prediction mode in hevc coding system Download PDF

Info

Publication number
WO2016048186A1
WO2016048186A1 PCT/RU2014/000848 RU2014000848W WO2016048186A1 WO 2016048186 A1 WO2016048186 A1 WO 2016048186A1 RU 2014000848 W RU2014000848 W RU 2014000848W WO 2016048186 A1 WO2016048186 A1 WO 2016048186A1
Authority
WO
WIPO (PCT)
Prior art keywords
values
list
array
candidate modes
prediction
Prior art date
Application number
PCT/RU2014/000848
Other languages
French (fr)
Russian (ru)
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 Закрытое акционерное общество "Элекард наноДевайсез"
Priority to EA201700050A priority Critical patent/EA201700050A1/en
Publication of WO2016048186A1 publication Critical patent/WO2016048186A1/en

Links

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/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/157Assigned coding mode, i.e. the coding mode being predefined or preselected to be further used for selection of another element or parameter
    • H04N19/159Prediction type, e.g. intra-frame, inter-frame or bidirectional frame prediction
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/593Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques

Definitions

  • the invention relates to the encoding and decoding of digital video data.
  • HEVC video compression algorithms are based on a few simple ideas. If we take a certain part of the image, then with a high probability near this section in this frame or in neighboring frames there will be a section containing a similar image that differs little in terms of pixel intensity. Thus, to transmit information about the image in the current section, it is sufficient to transmit only its difference from a previously encoded similar section.
  • the process of finding similar areas among previously encoded images is called prediction (from the English prediction).
  • a set of difference values that determine the difference between the current section and the found prediction is called the remainder (from the English residual).
  • Two main types of prediction can be distinguished. In the first of them, Prediction values are a set of linear combinations of pixels adjacent to the current image area on the left and top.
  • Such a prediction is called spatial (from the English Intra Prediction).
  • linear combinations of pixels of similar sections of images of previously encoded frames are used as a prediction (these frames are called reference frames from the English Reference).
  • Such a prediction is called temporary (from the English Inter Prediction).
  • the Residual values obtained during the prediction are subjected to the two-dimensional cosine Fourier transform with subsequent quantization. Then, the obtained set of quantized spectral coefficients, accompanied by the information necessary to make predictions during decoding, is subjected to entropy encoding.
  • the basic structural unit in HEVC is the coding unit (CU - abbr. From English coding unit). Inside each such block, areas are selected - prediction blocks (PU - abbr. From English prediction unit).
  • the video frame is divided into CU adaptively, so it is possible to adjust the borders of the CU to the boundaries of the objects in the image, and the embedded CUs form a quad tree.
  • the Prediction Unit (PU)
  • the CU region may coincide with the PU (2Nx2N mode) or may be divided into 4 square PUs half the size (xN mode).
  • the standard defines the minimum and maximum possible sizes of PU - 4x4 and 32x32, respectively.
  • Spatial prediction is performed in HEVC in one of 35 ways.
  • the values of pixels - "neighbors" are used, adjacent to the border of the encoded PU on the left and top.
  • Spatial prediction methods in HEVC can be divided into two unequal groups.
  • the first group includes two methods - Planar and DC.
  • Planar mode the values used as predictions lie on a plane whose slope is vertical and horizontal directions is determined by the pixels - "neighbors”. This mode is designed to predict areas of the PU with a linear change in pixel values in any direction.
  • DC mode a single value equal to the arithmetic average of the neighboring pixels is used as a prediction of all pixels from the PU. The purpose of this mode is self-explanatory.
  • the modes of the second group are called angular.
  • the neighboring pixels are shifted in a given (one of 33) directions. If the position of the predicted pixel falls between shifted copies of the "neighbor” pixels, linear interpolation is used to calculate the prediction.
  • the accuracy of estimating the position of the predicted pixel between the shifted "neighbor” pixels is set to 1/32 of the pixel interval.
  • the minimum value of the sum of the absolute differences between the pixels of the prediction and the original may be the minimum value of the sum of the squared differences of the prediction and original pixels (SSE or Sum of Sqared Errors) or the minimum value of the sum of the modules of the Hadamard transform coefficients of the differences of the prediction and original (SATD or Sum of Absolute Transformed Differences).
  • the disadvantage of this method is that to build a list of candidate modes, it is necessary to predict the encoded area in all 35 ways.
  • the fast method is again based on a complete enumeration of all 35 prediction modes for each coded area. Some acceleration here is achieved not by reducing the number of predicted prediction modes, but by simplifying the procedure for assessing the quality of prediction in each of the modes. Based on such simplified quality assessment procedures, a shortened list of candidate modes is constructed for which a complete RDO-assessment of the quality of the prediction is already carried out, completely similar to that used in the first method.
  • the technical result which is solved using the proposed solution, is to reduce the amount of computation when searching for the optimal coding mode of the block, which allows to speed up the coding process as a whole, due to the preliminary selection of prediction modes and the construction of a list of candidate modes.
  • the technical result is achieved in that in a method for quickly selecting a spatial prediction mode in the HEVC coding system, which consists in constructing a shortened list of spatial prediction candidate modes with a length of not more than six positions based on the analysis of the high-frequency horizontal and vertical components of the stationary wavelet transform of the Haar encoded image region, according to the proposed solution:
  • an array of values of the high-frequency horizontal component of the Haar transform is obtained by subtracting from the value of each pixel of the encoded region the values of the neighboring left pixel;
  • the array of values of the high-frequency vertical component of the Haar transform is obtained by subtracting from the value of each pixel of the encoded region the values of the neighboring neighboring top pixel;
  • - Planar mode is included in the list of candidate modes if all absolute values of horizontal and vertical high-frequency components are less than the quantization step during encoding;
  • V ')' '" are equal to the values of the pixel intensity -
  • the process of building a list of candidate modes consists of four stages. At the first stage, a decision is made to include Planar mode in the list. This mode is included in the list if: max [maxHix.yXmaxV ix.yn ⁇ qStep
  • qStep is the quantization step
  • the DC mode is checked. This mode is included in the list if the condition is met:
  • the candidate angular modes are selected by the values in the array of vertical details ⁇ (x> Y). For this, the position of Ushakh o, x max n of the maximum element of the array V (x, y) is determined.
  • a similar iterative process allows us to trace the line of the smallest gradient of values (Ck.u ) to the left of the position * max.
  • the relative position of the two points x a, Us1 and * cg, Usg determine the direction in which the IntraPredAngle angular prediction mode parameter and the prediction mode number are determined.
  • the values of the variables are determined by the following expressions:
  • the points% cg, cvr go along the line of the minimum gradient of the values of H ( x , y ) below the position of the maximum element of this array.
  • IntraPredAnglel -a t ⁇ IntraPredAngle2 - - i + 11 where Bank irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable irritable -a t ⁇ IntraPredAngle2 - i + 11 where Certainly irritable ⁇ -32, -26, -21, -17, -13, -9, -5, -2 ⁇ 2,5,9 ⁇ , 17,21,26,32) and
  • the proposed method allows you to create a list of candidate modes, the quality of the predictions of which are evaluated at the final stage according to the standard RDO procedure.

Abstract

The invention relates to coding and decoding digital video data. In order to build a list of candidate modes, a module of high-frequency horizontal and vertical components (details) of a Haar stationary wavelet transform of an image of a coded area is analyzed. The process of building a list of candidate modes consists of four stages. The first and second stages involve deciding whether to include a Planar mode and a DC mode in the list. The third stage involves selecting angular candidate modes according to values in an array of vertical details, and the fourth stage involves selecting candidate modes based on an analysis of values of an array of horizontal details H(x,y). The technical result consists in accelerating the coding process.

Description

БЫСТРЫЙ ВЫБОР РЕЖИМА ПРОСТРАНСТВЕННОГО ПРЕДСКАЗАНИЯ В СИСТЕМЕ КОДИРОВАНИЯ HEVC  QUICK SELECTION OF SPATIAL PREDICTION MODE IN HEVC CODING SYSTEM
Область техники Technical field
Изобретение относится к кодированию и декодированию цифровых видеоданных. The invention relates to the encoding and decoding of digital video data.
Уровень техники State of the art
В основе алгоритмов компрессии видеоданных HEVC лежит несколько простых идей. Если взять некоторую часть изображения, то с большой вероятностью вблизи этого участка в данном кадре или в соседних кадрах окажется участок, содержащий похожее, мало отличающееся по значениям интенсивности пикселей, изображение. Таким образом, для передачи информации об изображении в текущем участке достаточно передать только его отличие от ранее закодированного похожего участка. Процесс поиска похожих участков среди ранее закодированных изображений называют предсказанием (от англ. prediction). Набор разностных значений, определяющих отличие текущего участка от найденного предсказания, называют остатком (от англ. residual). Можно выделить два основных типа предсказания. В первом из них значения Prediction представляют собой набор линейных комбинаций пикселей, примыкающих к текущему участку изображения слева и сверху. Такое предсказание называют пространственным (от англ. Intra Prediction). Во втором - в качестве предсказания используются линейные комбинации пикселей похожих участков изображений ранее закодированных кадров (эти кадры называют ссылочными - от англ. Reference). Такое предсказание называют временным (от англ. Inter Prediction). Для восстановления изображения текущего участка, закодированного с временным предсказанием, при декодировании необходима информация не только об остатке (Residual), но и о номере кадра, на котором находится похожий участок, и координатах этого участка. HEVC video compression algorithms are based on a few simple ideas. If we take a certain part of the image, then with a high probability near this section in this frame or in neighboring frames there will be a section containing a similar image that differs little in terms of pixel intensity. Thus, to transmit information about the image in the current section, it is sufficient to transmit only its difference from a previously encoded similar section. The process of finding similar areas among previously encoded images is called prediction (from the English prediction). A set of difference values that determine the difference between the current section and the found prediction is called the remainder (from the English residual). Two main types of prediction can be distinguished. In the first of them, Prediction values are a set of linear combinations of pixels adjacent to the current image area on the left and top. Such a prediction is called spatial (from the English Intra Prediction). In the second, linear combinations of pixels of similar sections of images of previously encoded frames are used as a prediction (these frames are called reference frames from the English Reference). Such a prediction is called temporary (from the English Inter Prediction). To restore the image of the current section, encoded with temporal prediction, when decoding, information is required not only about the Residual, but also about the frame number on which a similar section is located, and the coordinates of this section.
На следующем этапе кодирования полученные при предсказании значения Residual подвергаются двумерному косинус-преобразование Фурье с последующим квантованием. Затем полученный набор квантованных спектральных коэффициентов, сопровождаемый информацией, необходимой для выполнения предсказаний при декодировании, подвергается энтропийному кодированию.  At the next coding stage, the Residual values obtained during the prediction are subjected to the two-dimensional cosine Fourier transform with subsequent quantization. Then, the obtained set of quantized spectral coefficients, accompanied by the information necessary to make predictions during decoding, is subjected to entropy encoding.
Основной структурной единицей в HEVC является блок кодирования (CU - сокр. от англ. coding unit). Внутри каждого такого блока выбираются области - блоки предсказания (PU - сокр. от англ. prediction unit). Разбиение видеокадра на CU производится адаптивно, так что есть возможность подстраивать границы CU под границы объектов на изображении, а вложенные CU образуют квадродерево.  The basic structural unit in HEVC is the coding unit (CU - abbr. From English coding unit). Inside each such block, areas are selected - prediction blocks (PU - abbr. From English prediction unit). The video frame is divided into CU adaptively, so it is possible to adjust the borders of the CU to the boundaries of the objects in the image, and the embedded CUs form a quad tree.
В пределах каждой CU выбираются области для вычисления предсказания - Prediction Unit (PU). При пространственном предсказании область CU может совпадать с PU (режим 2Nx2N) или может быть разбита на 4 квадратных PU вдвое меньшего размера (режим xN). Стандартом определены минимально и максимально возможные размеры PU - 4x4 и 32x32 соответственно.  Within each CU, areas for prediction calculation — the Prediction Unit (PU) —are selected. In spatial prediction, the CU region may coincide with the PU (2Nx2N mode) or may be divided into 4 square PUs half the size (xN mode). The standard defines the minimum and maximum possible sizes of PU - 4x4 and 32x32, respectively.
Пространственное предсказание выполняется в HEVC одним из 35 способов. При этом используются значения пикселей-«соседей», примыкающих к границе кодируемой PU слева и сверху. Способы пространственного предсказания в HEVC можно условно разделить на две неравные группы. К первой группе относятся два способа - Planar и DC. В режиме Planar значения, используемые в качестве предсказания, лежат на плоскости, наклон которой в вертикальном и горизонтальном направлениях определяется по пикселям-«соседям». Этот режим предназначен для предсказания областей PU с линейным изменением значений пикселей в каком-либо направлении. В режиме DC в качестве предсказания всех пикселей из PU используется одно значение, равное среднему арифметическому пикселям-«соседям». Назначение этого режима не требует пояснений. Spatial prediction is performed in HEVC in one of 35 ways. In this case, the values of pixels - "neighbors" are used, adjacent to the border of the encoded PU on the left and top. Spatial prediction methods in HEVC can be divided into two unequal groups. The first group includes two methods - Planar and DC. In Planar mode, the values used as predictions lie on a plane whose slope is vertical and horizontal directions is determined by the pixels - "neighbors". This mode is designed to predict areas of the PU with a linear change in pixel values in any direction. In DC mode, a single value equal to the arithmetic average of the neighboring pixels is used as a prediction of all pixels from the PU. The purpose of this mode is self-explanatory.
Режимы второй группы называют угловыми. При вычислении значения, используемого в качестве предсказания, во всех 33-х угловых режимах пиксели-«соседи» сдвигаются в заданном (одном из 33-х) направлении. Если положение предсказываемого пикселя попадает между сдвинутыми копиями пикселей-«соседей», для расчета предсказания используется линейная интерполяция. Точность оценки положения предсказываемого пикселя между сдвинутыми пикселями-«соседями» задана равной 1/32 межпиксельного интервала.  The modes of the second group are called angular. When calculating the value used as a prediction, in all 33 angular modes, the neighboring pixels are shifted in a given (one of 33) directions. If the position of the predicted pixel falls between shifted copies of the "neighbor" pixels, linear interpolation is used to calculate the prediction. The accuracy of estimating the position of the predicted pixel between the shifted "neighbor" pixels is set to 1/32 of the pixel interval.
Адаптивность разбиения максимально возможной CU совместно с большим количеством возможных режимов предсказания порождает огромное число возможных вариантов предсказания каждой такой CU так, что процесс кодирования видеокадров становится крайне вычислительно емким. Снижение вычислительных затрат на кодирование возможно, прежде всего, за счет предварительного отбора режимов предсказания, построения списка режимов-кандидатов. После построения такого списка выбор режима предсказания для каждой CU осуществляется только из режимов-кандидатов. Понятно, что чем короче список, тем эффективнее в вычислительном отношении система кодирования. С другой стороны, такой список должен с высокой вероятностью содержать наилучший для каждой CU, то есть обеспечивающий минимальное отличие предсказания от кодируемых пикселей и минимальное количество битов, представляющих CU в закодированном видеопотоке, режим предсказания. Из предшествующего уровня техники известен способ выбора одного из 35 режимов предсказания при кодировании, реализованными в кодере (HEVC Test Model НМ v. 11.0 [Электронный ресурс]. - Режим доступа: https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/tags/HM-ll. О/ ) в котором осуществляется перебор всех возможных для каждого кодируемого блока вариантов предсказания. В этом случае выполняется полный цикл кодирования-декодирования каждого блока, что позволяет провести т.н. Rate-Distortion Optimization (RDO). В процессе RDO из всех возможных режимов выбирается тот, который обеспечивает наибольшую степень сжатия видеоданных кодируемого блока (наименьший rate) при наименьшем уровне искажений, вносимых в эти данные в процессе кодирования (наименьший уровень Distortion). The adaptability of splitting the maximum possible CU together with a large number of possible prediction modes gives rise to a huge number of possible prediction options for each such CU so that the process of encoding video frames becomes extremely computationally intensive. Reducing the computational cost of coding is possible, first of all, due to the preliminary selection of prediction modes, building a list of candidate modes. After constructing such a list, the prediction mode for each CU is selected only from candidate modes. It is clear that the shorter the list, the more computationally efficient the coding system. On the other hand, such a list should with high probability contain the best prediction mode for each CU, that is, ensuring the minimum difference between the prediction and the encoded pixels and the minimum number of bits representing the CU in the encoded video stream. From the prior art there is a known method of selecting one of the 35 prediction modes during encoding implemented in the encoder (HEVC Test Model NM v. 11.0 [Electronic resource]. - Access mode: https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware / tags / HM-ll. О /) in which iterates over all possible prediction options for each encoded block. In this case, a complete encoding-decoding cycle of each block is performed, which allows the so-called Rate-Distortion Optimization (RDO). In the RDO process, from all possible modes, one is selected that provides the greatest degree of compression of the video data of the encoded block (the lowest rate) at the lowest level of distortion introduced into this data during the encoding (lowest level of Distortion).
Недостатком этого решения является то, что такой подход оказывается крайне затратным в вычислительном отношении, но обеспечивает гарантированный выбор наилучшего режима предсказания. The disadvantage of this solution is that this approach is extremely computationally expensive, but provides a guaranteed choice of the best prediction mode.
Известен также способ, называемый быстрым, (Zhao, L.; Zhang, L.; Ma, S.; Zhao, D. Fast mode decision algorithm for intra prediction in HEVC. Visual Communications and Image Processing (VCIP). IEEE, 201 1 , pp. 1-4), который реализуется в два этапа. На первом этапе выполняется предсказание кодируемого блока всеми возможными способами и формируется укороченный список режимов-кандидатов. Выбор из сформированного списка наилучшего режима осуществляется в процессе RDO на втором этапе. Отбор режимов-кандидатов на этапе формирования списка может осуществляться по различным критериям, определяемым настройками кодирующей системы. В качестве такого критерия может выступать минимальное значение суммы абсолютных разностей пикселей предсказания и оригинала (SAD или Sum of Absolute Differences), минимальное значение суммы квадратов разностей пикселей предсказания и оригинала (SSE или Sum of Sqared Errors) или минимальное значение суммы модулей коэффициентов преобразования Адамара разностей пикселей предсказания и оригинала (SATD или Sum of Absolute Transformed Differences). There is also a method called fast (Zhao, L .; Zhang, L .; Ma, S .; Zhao, D. Fast mode decision algorithm for intra prediction in HEVC. Visual Communications and Image Processing (VCIP). IEEE, 201 1 , pp. 1-4), which is implemented in two stages. At the first stage, the encoded block is predicted by all possible methods and a shortened list of candidate modes is formed. The selection of the best mode from the generated list is carried out in the second stage of the RDO process. The selection of candidate modes at the stage of list formation can be carried out according to various criteria determined by the settings of the coding system. As such a criterion, the minimum value of the sum of the absolute differences between the pixels of the prediction and the original (SAD or Sum of Absolute Differences) may be the minimum value of the sum of the squared differences of the prediction and original pixels (SSE or Sum of Sqared Errors) or the minimum value of the sum of the modules of the Hadamard transform coefficients of the differences of the prediction and original (SATD or Sum of Absolute Transformed Differences).
Недостатком этого способа является то, что для построения списка режимов-кандидатов необходимо выполнить предсказание кодируемой области всеми 35 способами. Быстрый способ опять основан на полном переборе всех 35 режимов предсказания для каждой кодируемой области. Некоторое ускорение здесь достигается не за счет уменьшения количества перебираемых режимов предсказания, а за счет упрощения процедуры оценки качества предсказания в каждом из режимов. На основе таких упрощенных процедур оценивания качества строится сокращенный список режимов-кандидатов, для которых уже проводится полная RDO- оценка качества предсказания, полностью аналогичная той, что используется в первом способе. The disadvantage of this method is that to build a list of candidate modes, it is necessary to predict the encoded area in all 35 ways. The fast method is again based on a complete enumeration of all 35 prediction modes for each coded area. Some acceleration here is achieved not by reducing the number of predicted prediction modes, but by simplifying the procedure for assessing the quality of prediction in each of the modes. Based on such simplified quality assessment procedures, a shortened list of candidate modes is constructed for which a complete RDO-assessment of the quality of the prediction is already carried out, completely similar to that used in the first method.
Сущность изобретения SUMMARY OF THE INVENTION
Технический результат, который решается с помощью предложенного решения, состоит в снижении объемов вычислений при поиске оптимального режима кодирования блока, что позволяет ускорить процесс кодирования в целом, за счет предварительного отбора режимов предсказания, построения списка режимов-кандидатов.  The technical result, which is solved using the proposed solution, is to reduce the amount of computation when searching for the optimal coding mode of the block, which allows to speed up the coding process as a whole, due to the preliminary selection of prediction modes and the construction of a list of candidate modes.
Технический результат достигается тем, что в способе быстрого выбора режима пространственного предсказания в системе кодирования HEVC, заключающемся в построении укороченного списка режимов- кандидатов пространственного предсказания длиной не более шести позиций, основанном на анализе высокочастотных горизонтальной и вертикальной составляющих стационарного вейвлет преобразования Хаара кодируемой области изображения, согласно предложенному решению: The technical result is achieved in that in a method for quickly selecting a spatial prediction mode in the HEVC coding system, which consists in constructing a shortened list of spatial prediction candidate modes with a length of not more than six positions based on the analysis of the high-frequency horizontal and vertical components of the stationary wavelet transform of the Haar encoded image region, according to the proposed solution:
- массив значений высокочастотной горизонтальной составляющей преобразования Хаара получается путем вычитания из значения каждого пикселя кодируемой области значения соседнего слева пикселя;  - an array of values of the high-frequency horizontal component of the Haar transform is obtained by subtracting from the value of each pixel of the encoded region the values of the neighboring left pixel;
- массив значений высокочастотной вертикальной составляющей преобразования Хаара получается путем вычитания из значения каждого пикселя кодируемой области значения соседнего сверху пикселя;  - the array of values of the high-frequency vertical component of the Haar transform is obtained by subtracting from the value of each pixel of the encoded region the values of the neighboring neighboring top pixel;
- режим Planar включают в список режимов-кандидатов, если все абсолютные значения горизонтальных и вертикальных высокочастотных составляющих меньше шага квантования при кодировании;  - Planar mode is included in the list of candidate modes if all absolute values of horizontal and vertical high-frequency components are less than the quantization step during encoding;
- режим DC включают в список режимов-кандидатов, если среднеквадратическое отклонение значений горизонтальных и вертикальных высокочастотных составляющих меньше шага квантования,- DC mode is included in the list of candidate modes if the standard deviation of the horizontal and vertical high-frequency components is less than the quantization step,
- два угловых режима предсказания соответствующие взаимному смещению точек пересечения линии минимальных значений модуля градиента, проходящей через точку максимума массива вертикальных высокочастотных составляющих, с вертикальными границами массива высокочастотных составляющих включают в список режимов- кандидатов, - two angular prediction modes corresponding to the mutual displacement of the points of intersection of the line of the minimum values of the gradient modulus passing through the maximum point of the array of vertical high-frequency components, with vertical boundaries of the array of high-frequency components are included in the list of candidate modes,
-два угловых режима предсказания соответствующие взаимному смещени точек пересечения линии минимальных значений модуля градиента, проходящей через точку максимума массива горизонтальных высокочастотных составляющих, с горизонтальными границами массива высокочастотных составляющих включают в список режимов- кандидатов, - окончательный выбор режима предсказания для кодируемой области изображения из построенного списка режимов-кандидатов осуществляют на основе стандартной RDO (rate-distortion optimization) оценки. - two angular prediction modes corresponding to the mutual displacement of the points of intersection of the line of the minimum values of the gradient module passing through the maximum point of the array of horizontal high-frequency components, with horizontal boundaries of the array of high-frequency components are included in the list of candidate modes, - the final choice of the prediction mode for the encoded image area from the constructed list of candidate modes is carried out on the basis of standard RDO (rate-distortion optimization) estimates.
Осуществление способа The implementation of the method
Для построения списка режимов-кандидатов проводят анализ модуля высокочастотных горизонтальной и вертикальной составляющих (подробностей) стационарного вейвлет преобразования Хаара (СВПХ) изображения кодируемой области. To build a list of candidate modes, an analysis of the module of high-frequency horizontal and vertical components (details) of the stationary Haar wavelet transform (CVH) of the image of the encoded area is carried out.
Для получения горизонтальных и вертикальных подробностей СВПХ формируются массивы hC(x,y), х=-\,0,...,пТ-\, y=l,0,...,nT-l и vC(x,y), х~ 1.А ...,пГ - 1 } =1 ... iTA .Значения элементов этих массивов при х = 0,..., пТ-1, у = 0,..., пТ-1 равны значениям интенсивности пикселов кодируемой PU. Значения Η^ (~^>У)'У = ■■••пТ - ι равны значениям интенсивности пикселей-«соседей», примыкающих к области PU слева, а hC(x— ΐ х = 0 пТ— 1 To obtain horizontal and vertical details of the SVPK, arrays hC (x, y), x = - \, 0, ..., nT- \, y = l, 0, ..., nT-l and vC (x, y ), x - ~ 1.A ... , nG - 1 } = 1 ... iTA. The values of the elements of these arrays at x = 0, ..., nT-1, y = 0, ..., nT- 1 are equal to the pixel intensities of the encoded PU. The values Η ^ ( ~ ^> Y) 'Y = ■■ •• n T - ι are equal to the intensities of the pixel “neighbors” adjacent to the PU region on the left, and hC (x - ΐ x = 0 pT - 1
V ' )' ' "" равны значениям интенсивности пикселей- V ')' '"" are equal to the values of the pixel intensity -
«соседей», примыкающих к PU сверху. Аналогично, значения vC(x,— 1), х = — 1, ...,ηΤ - 1 равны значениям интенсивности пикселей- соседей», примыкающих к области PU сверху, а vC(—l, y), y = 0, ... ,nT - i - значениям интенсивности пикселей- соседей», примыкающих к PU слева. За пТ обозначен размер кодируемой PU. Горизонтальные и вертикальные подробности Н и V формируются как: "Neighbors" adjacent to the PU on top. Similarly, the values of vC (x, - 1), x = - 1, ..., η Τ - 1 are equal to the intensities of the neighboring pixels ”adjacent to the PU region above, and vC (–l, y), y = 0 , ..., nT - i - to the values of the intensity of the neighboring pixels ”adjacent to the PU on the left. For PT, the size of the encoded PU is indicated. Horizontal and vertical details of H and V are formed as:
Н(х, у) = \ hC (x, у) - hC(x - 1, у) \, х = 0, пТ - 1, у = 0, ...,пТ. H (x, y) = \ hC (x, y) - hC (x - 1, y) \, x = 0, nT - 1, y = 0, ..., nT.
V(x, y) = \vC{x, y) - vC{x, y - l \,x = Q, ....nT, y = 0, ...,ηΤ - ι .V (x, y) = \ vC {x, y) - vC {x, y - l \, x = Q, ... nT, y = 0, ..., ηΤ - ι.
Процесс построения списка режимов-кандидатов состоит из четырех этапов. На первом этапе принимается решение о включении в список режима Planar. Этот режим включается в список, если: max [maxHix.yXmaxV ix.yn < qStep The process of building a list of candidate modes consists of four stages. At the first stage, a decision is made to include Planar mode in the list. This mode is included in the list if: max [maxHix.yXmaxV ix.yn <qStep
\ х.у х.у ,  \ h.u h.u,
где: qStep - шаг квантования,  where: qStep is the quantization step,
На втором этапе проверяется режим DC. Этот режим включается в список, если выполняется условие: In the second step, the DC mode is checked. This mode is included in the list if the condition is met:
Σχ νΗ(χ, у) ^x v V(x.y) На третьем этапе выбираются угловые режимы-кандидаты по значениям в массиве вертикальных подробностей ^ (х> У) . Для этого определяется позиция Ушах о ,хтах п максимального элемента массива V(x,y) .Σ χ ν Η (χ, y) ^ xv V (xy) At the third stage, the candidate angular modes are selected by the values in the array of vertical details ^ (x> Y). For this, the position of Ushakh o, x max n of the maximum element of the array V (x, y) is determined.
Текущая позиция усг устанавливается равной Уша о , Хсг — равной ^ma D . Итеративно для каждого следующего столбца с номером xcr = jccr +1, новое значение усг устанавливается равным номеру максимального элемента в данном столбце из диапазона [ Усг-2, Усг+^-> ]· Обновление позиции продолжается пока хсг < пТ и 0 < усг < пТ-1 . Точки хсг , усг в процессе итераций проходят по линии минимального градиента значений V x, y) справа от максимального элемента этого массива. Аналогичный итеративный процесс позволяет проследить линию наименьшего градиента значений ^Ск.у) слева от позиции *тах п ,Утах . Начинается этот процесс с установки текущей позиции У а равной Ушах о , хс\ - равной гоах п . Итеративно для каждого следующего столбца с номером xci = xci -1, новое значение yci устанавливается равным номеру максимального элемента в данном столбце из диапазона [Ус1 ~ 2-Ус- + 21. Обновление позиции хс[, yci продолжается пока хс[ > 0 и 0 < усг < пТ-1. The current position in the c is set equal to about Usha, HSG - equal ^ ma D. Iteratively for each next column with the number x cr = jc cr +1, the new value of y c is set equal to the number of the maximum element in this column from the range [Usg-2, Usg + ^ - > ] · The position update continues until x cr <nT and 0 <y cr <nT-1. The points x cg , y cg during iterations pass along the line of the minimum gradient of the values of V x , y ) to the right of the maximum element of this array. A similar iterative process allows us to trace the line of the smallest gradient of values (Ck.u ) to the left of the position * max. This process begins by setting the current position of Ya equal to Ushakh o, x c \ - equal to goax n. Iteratively for each next column with the number x c i = x c i -1, the new value y c i is set equal to the number of the maximum element in this a column from the range [Us1 ~ 2 -Us- + 2 1. Updating the position of x with [, y c i continues until x with [> 0 and 0 <y cr <nT-1.
Если обе позиции усг и ус\ попали на одну и ту же границу блока, результаты такого поиска некорректны. В таком случае поиск выполняется вверх и вниз в соответствии с алгоритмом, четвертого этапа, применяемого к подробностям V(x,y) . If both positions y c and y c \ fall on the same block boundary, the results of such a search are incorrect. In this case, the search is performed up and down in accordance with the algorithm of the fourth step applied to the details of V (x, y).
Взаимное расположение найденных двух точек ха,Ус1 и *сг,Усг задают направление, по которому определяется параметр режимов углового предсказания IntraPredAngle и номер режима предсказания. Определяется значения переменных следующими выражениями:
Figure imgf000010_0001
The relative position of the two points x a, Us1 and * cg, Usg determine the direction in which the IntraPredAngle angular prediction mode parameter and the prediction mode number are determined. The values of the variables are determined by the following expressions:
Figure imgf000010_0001
( УУсс11 -- УУ ч если 1ус1 - Уст! s fccr - Xrf l (UUss11 - UU h if 1u s1 - Ust! S fccr - Xrf l
71ХП = \  71HP = \
Х*сг - ХсЬ если tycl - Усг' > 1 сг - *ε - X * cr - Xcb if tycl - Usr '> 1 cr - * ε -
1, eoinliycZ - ycr\ > c,. - xcl\ ^ З2 1, eoinliy cZ - y cr \> c ,. - x cl \ ^ 3
dir = n ., . . . taphi = mn Если dir = 0 , то intraPredAnglel = αϊ ? JntraPredAngle2 = ai+ i } где £-32, -26, -21, -17, - 13, -9, -5, -2,0,2,5,9,13,17,21,26,32) и ac -5 tgphi < ai+1 } a номера соответствующих режимов предсказания лежат в диапазоне 2 - 17. dir = n .,. . . taphi = mn If dir = 0 , then intraPredAnglel = α ϊ? JntraPredAngle2 = a i + i} where £ -32, -26, -21, -17, -13, -9, -5, -2,0,2,5,9,13,17,21,26,32) and a c -5 tgphi <a i + 1} a, the numbers of the corresponding prediction modes are in the range 2 - 17.
Если dir = 1 5 то IntraPredAngiel = -« IntraPredAngle2 = -αί+1 5 где α ε £-32, -26, -21, -17, -13, -9, -5, -2,0,2,5,9,13,17,21,26,32) и ц ^ tgphi < αί+ί ? а номера соответствующих режимов предсказания лежат в диапазоне 18 - 34. If dir = 1 5 then IntraPredAngiel = - “IntraPredAngle2 = -α ί + 1 5 where α ε £ -32, -26, -21, -17, -13, -9, -5, -2,0,2, 5,9,13,17,21,26,32) and q ^ tgphi <α ί + ί? and the numbers of the corresponding prediction modes are in the range 18 - 34.
Четвертый этап аналогичен третьему, но режимы-кандидаты выбираются на основе анализа значений массива горизонтальных подробностей Н&>у) . Для этого определяется позиция Ушах о ,хшзх максимального элемента массива Н(х.у). Текущая позиция Уст устанавливается равной Утах о , *'ст - равной *пгах . Итеративно для каждой следующей строки с номером Уст = Уст + 1 , новое значение %сг устанавливается равным номеру максимального элемента в данной строки из диапазона ixcr - 2.%сг + . Обновление позиции продолжается пока Уст пТ и 0 < *cr < пТ - 1 . Точки %сг ,Усг в процессе итераций проходят по линии минимального градиента значений Н(х,у) ниже положения максимального элемента этого массива. Аналогичный итеративный процесс позволяет проследить линию наименьшего градиента значений Н х.уУ над позицей хтах п ,Утах . Начинается этот процесс с установки текущей позиции У а равной Ушах , xci - равной *тах . Итеративно для каждой следующей строки с номером У a = У a - 1 , новое значение хс1 устанавливается равным номеру максимального элемента в данной строке из диапазона [ ci - 2> Xci ~l~ 2] . Обновление позиции yci продолжается пока У a ^ о и О < хс1 < пТ - i The fourth stage is similar to the third, but the candidate modes are selected on the basis of the analysis of the values of the array of horizontal details H (> y). To do this, determine the position of Ushah o, x shzkh the maximum element of the array H ( xy ) . The current position of Ust is set equal to Utah o, * ' st - equal to * pgah. Iteratively for each next line with the number Ust = Ust + 1 , the new value% cg is set equal to the number of the maximum element in this line from the range i x cr - 2.% cg +. The update of the position continues until Set pT and 0 <* cr <pT - 1. During the iterations, the points% cg, cvr go along the line of the minimum gradient of the values of H ( x , y ) below the position of the maximum element of this array. A similar iterative process allows us to trace the line of the smallest gradient of the values of H x.yU over the position x max max, utax. This process begins by setting the current position of U a equal to Ushakh, x ci - equal to * max. Iteratively for each next line with the number Y a = Y a - 1 , the new value x with 1 is set equal to the number of the maximum element in this line from the range [ c i - 2> Xci ~ l ~ 2 ]. The updating of the position y c i continues while Y a ^ o and O <x c1 <nT - i
Если обе позиции хсг и хс попали на одну и ту же границу блока, результаты такого поиска некорректны. В таком случае поиск выполняется влево и вправо в соответствии с алгоритмом третьего этапа, применяемого к массиву значений горизонтальных подробностей Ж*- ). Взаимное расположение найденных двух точек хс1 ,Уа и Хсг, Уст задают направление, по которому определяется параметр режимов углового предсказания IntraPredAngle и номер режима предсказания. Определим значения переменных следующими выражениями; If both positions x cg and x c fall on the same block boundary, the results of such a search are incorrect. In this case, the search is performed left and right in accordance with the algorithm of the third stage, applied to the array of values of horizontal details Ж * -). The relative position of the found two points x c1, Wa and Hsg, Ust specify the direction in which the parameter of the angular prediction modes IntraPredAngle and the number of the prediction mode are determined. We define the values of the variables by the following expressions;
= (У а - Уст, если!ус1 - y^l > 1 ^ - ха\ = (V a - Ust if! Y c1 - y ^ l> 1 ^ - x a \
сг - ХсЬ есЛи 'УсГ. - У г' s 1 сг - сП- ί Ус1 - У если!ус1 - усг\ < \Хсг - хс1\ Cg - XcI esl 'UsG. - y r 's 1 cr - cn - ί y1 - y if! Y c1 - usg \ <\ xsg - x c1 \
У71П = 1 , . . .  U71P = 1,. . .
«гг - хсь е ли \ус1 - > ЬСсг - хс11 dir ="Gg - smiling x e if \ y c1 -> Ssg - 1 x c1 dir =
Figure imgf000012_0001
Figure imgf000012_0001
32  32
tgphi = mn—  tgphi = mn—
mx.  mx
Если dir = 0 , то totraPred.An.glel = aif JntraPredAngle2 = i+l If dir = 0 , then totraPred.An.glel = a if JntraPredAngle2 = i + l
5 Где ае{-32,-26,-21,-17,-13,-9,-5,-2Л2Д9ДЗД7,21,26,32) и ^ t^ fci < cci+15 а номера соответствующих режимов предсказания лежат в диапазоне 2-17. 5 G de ae { -32, -26, -21, -17, -13, -9, -5, -2Л2Д9ДЗД7,21,26,32) and ^ t ^ fci <cc i + 15 and the numbers of the corresponding prediction modes lie in the range of 2-17.
Если dir = 1 , то IntraPredAnglel = -at^ IntraPredAngle2 - - i+11 где а е{-32,-26,-21,-17,-13,-9,-5,-2Д2,5,9ДЗ,17,21,26,32) и If dir = 1, then IntraPredAnglel = -a t ^ IntraPredAngle2 - - i + 11 where а е {-32, -26, -21, -17, -13, -9, -5, -2Д2,5,9ДЗ, 17,21,26,32) and
Ю . < tgphi < ai+t 5 а номера соответствующих режимов предсказания лежат в диапазоне 18-34. YU . <tgphi <a i + t 5 and the numbers of the corresponding prediction modes lie in the range 18-34.
Таким образом, предложенный способ позволяет формировать список режимов-кандидатов, качество предсказаний которых оценивается на заключительном этапе по стандартной процедуре RDO. Длина списка Thus, the proposed method allows you to create a list of candidate modes, the quality of the predictions of which are evaluated at the final stage according to the standard RDO procedure. List length
15 ограничена сверху шестью позициями. Формирование списка не требует проведения самой процедуры предсказания, что приводит к существенному сокращению объема вычислений при выполнении пространственного предсказания значений пикселей кодируемого блока. 15 is limited from above to six positions. The formation of the list does not require the prediction procedure itself, which leads to a significant reduction in the amount of computation when performing spatial prediction of the pixel values of the encoded block.
20 twenty
25 25

Claims

Формула изобретения  Claim
Способ быстрого выбора режима пространственного предсказания в системе кодирования HEVC, заключающийся в построении укороченного списка режимов-кандидатов пространственного предсказания длиной не более шести позиций, основанный на анализе высокочастотных горизонтальной и вертикальной составляющих стационарного вейвлет преобразования Хаара кодируемой области изображения, при этом массив значений высокочастотной горизонтальной составляющей преобразования Хаара получается путем вычитания из значения каждого пикселя кодируемой области значения соседнего слева пикселя, при этом массив значений высокочастотной вертикальной составляющей преобразования Хаара получается путем вычитания из значения каждого пикселя кодируемой области значения соседнего сверху пикселя, при этом режим Planar включают в список режимов-кандидатов, если все абсолютные значения горизонтальных и вертикальных высокочастотных составляющих меньше шага квантования при кодировании, при этом режим DC включают в список режимов-кандидатов, если среднеквадратическое отклонение значений горизонтальных и вертикальных высокочастотных составляющих меньше шага квантования, при этом два угловых режима предсказания соответствующие взаимному смещению точек пересечения линии минимальных значений модуля градиента, проходящей через точку максимума массива вертикальных высокочастотных составляющих, с вертикальными границами массива высокочастотных составляющих включают в список режимов- кандидатов, при этом два угловых режима предсказания соответствующие взаимному смещению точек пересечения линии минимальных значений модуля градиента, проходящей через точку максимума массива горизонтальных высокочастотных составляющих, с горизонтальными границами массива высокочастотных составляющих включают в список режимов-кандидатов, при этом окончательный выбор режима предсказания для кодируемой области изображения из построенного списка режимов-кандидатов осуществляют на основе стандартной RDO (rate-distortion optimization) оценки. A method for quickly selecting the spatial prediction mode in the HEVC coding system, which consists in constructing a shortened list of spatial prediction candidate modes with a length of not more than six positions, based on the analysis of the high-frequency horizontal and vertical components of the stationary wavelet transform of the Haar encoded image region, while the array of values of the high-frequency horizontal component Haar transform is obtained by subtracting from the value of each pixel encoded about the values of the pixel adjacent to the left, while the array of values of the high-frequency vertical component of the Haar transform is obtained by subtracting from the value of each pixel of the encoded region the values of the neighboring neighboring pixels, while the Planar mode is included in the list of candidate modes if all the absolute values of the horizontal and vertical high-frequency components are less quantization steps during encoding, while the DC mode is included in the list of candidate modes if the standard deviation of the horizontal values of vertical and high-frequency components is less than the quantization step, and two angular prediction modes corresponding to the mutual displacement of the points of intersection of the line of the minimum values of the gradient modulus passing through the maximum point of the array of vertical high-frequency components with vertical boundaries of the array of high-frequency components are included in the list of candidate modes, while two angular prediction modes corresponding to the mutual displacement of the points of intersection of the line of minimum values of the gradient modulus entent passing through the maximum point of the array of horizontal high-frequency components, with horizontal the boundaries of the array of high-frequency components are included in the list of candidate modes, and the final selection of the prediction mode for the encoded image area from the constructed list of candidate modes is based on standard RDO (rate-distortion optimization) estimates.
PCT/RU2014/000848 2014-09-24 2014-11-10 Rapid selection of spatial prediction mode in hevc coding system WO2016048186A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EA201700050A EA201700050A1 (en) 2014-09-24 2014-11-10 A METHOD FOR QUICK SELECTION OF A SPATIAL PREDICTION MODE IN THE HEVC ENCODING SYSTEM

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
RU2014138769 2014-09-24
RU2014138769/08A RU2562414C1 (en) 2014-09-24 2014-09-24 Method for fast selection of spatial prediction mode in hevc coding system

Publications (1)

Publication Number Publication Date
WO2016048186A1 true WO2016048186A1 (en) 2016-03-31

Family

ID=54073648

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/RU2014/000848 WO2016048186A1 (en) 2014-09-24 2014-11-10 Rapid selection of spatial prediction mode in hevc coding system

Country Status (3)

Country Link
EA (1) EA201700050A1 (en)
RU (1) RU2562414C1 (en)
WO (1) WO2016048186A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109996074A (en) * 2017-12-29 2019-07-09 富士通株式会社 Picture coding device, picture decoding apparatus and electronic equipment
CN110662029A (en) * 2018-06-30 2020-01-07 上海天荷电子信息有限公司 Data compression method and device for dynamically and adaptively limiting value range
CN113347427A (en) * 2019-06-21 2021-09-03 杭州海康威视数字技术股份有限公司 Encoding and decoding method, device, equipment and storage medium
CN114445386A (en) * 2022-01-29 2022-05-06 泗阳三江橡塑有限公司 PVC pipe quality detection and evaluation method and system based on artificial intelligence

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010016008A1 (en) * 1998-10-09 2001-08-23 Paramvir Bahl Method and apparatus for use in transmitting video information over a communication network
CN102665078A (en) * 2012-05-08 2012-09-12 北方工业大学 Intra prediction mode decision based on direction vector for HEVC (High Efficiency Video Coding)
US20130188695A1 (en) * 2012-01-20 2013-07-25 Sony Corporation Logical intra mode naming in hevc video coding
RU2496252C2 (en) * 2007-06-29 2013-10-20 Шарп Кабусики Кайся Image coding apparatus, image coding method, image decoding apparatus, image decoding method, program and recording medium
GB2508339A (en) * 2012-11-22 2014-06-04 Sony Corp Manipulation of transform coefficient blocks in high-efficiency video coding (HEVC)

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010016008A1 (en) * 1998-10-09 2001-08-23 Paramvir Bahl Method and apparatus for use in transmitting video information over a communication network
RU2496252C2 (en) * 2007-06-29 2013-10-20 Шарп Кабусики Кайся Image coding apparatus, image coding method, image decoding apparatus, image decoding method, program and recording medium
US20130188695A1 (en) * 2012-01-20 2013-07-25 Sony Corporation Logical intra mode naming in hevc video coding
CN102665078A (en) * 2012-05-08 2012-09-12 北方工业大学 Intra prediction mode decision based on direction vector for HEVC (High Efficiency Video Coding)
GB2508339A (en) * 2012-11-22 2014-06-04 Sony Corp Manipulation of transform coefficient blocks in high-efficiency video coding (HEVC)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109996074A (en) * 2017-12-29 2019-07-09 富士通株式会社 Picture coding device, picture decoding apparatus and electronic equipment
CN110662029A (en) * 2018-06-30 2020-01-07 上海天荷电子信息有限公司 Data compression method and device for dynamically and adaptively limiting value range
CN113347427A (en) * 2019-06-21 2021-09-03 杭州海康威视数字技术股份有限公司 Encoding and decoding method, device, equipment and storage medium
CN113382252A (en) * 2019-06-21 2021-09-10 杭州海康威视数字技术股份有限公司 Encoding and decoding method, device, equipment and storage medium
CN113382252B (en) * 2019-06-21 2022-04-05 杭州海康威视数字技术股份有限公司 Encoding and decoding method, device, equipment and storage medium
CN114445386A (en) * 2022-01-29 2022-05-06 泗阳三江橡塑有限公司 PVC pipe quality detection and evaluation method and system based on artificial intelligence

Also Published As

Publication number Publication date
EA201700050A1 (en) 2017-07-31
RU2562414C1 (en) 2015-09-10

Similar Documents

Publication Publication Date Title
US9053544B2 (en) Methods and apparatuses for encoding/decoding high resolution images
RU2665237C1 (en) Moving image encoding device, moving image decoding device, moving image encoding method and moving image decoding method
CN107071416B (en) HEVC intra-frame prediction mode rapid selection method
RU2608674C2 (en) Moving image encoding device, moving image decoding device, moving image encoding method and moving image decoding method
TWI634777B (en) Method of searching reference patches
WO2018010492A1 (en) Rapid decision making method for intra-frame prediction mode in video coding
US11831892B2 (en) Image coding device, image decoding device, image coding method, and image decoding method
US20070053433A1 (en) Method and apparatus for video intraprediction encoding and decoding
Na et al. Edge-based fast mode decision algorithm for intra prediction in HEVC
CN101366279A (en) Adaptive motion search range
JP6825765B2 (en) Filtering methods and equipment for removing blocking artifacts
WO2016048186A1 (en) Rapid selection of spatial prediction mode in hevc coding system
US10621731B1 (en) Apparatus and method for efficient motion estimation for different block sizes
EP3066832A1 (en) Adaptive prediction of coefficients of a video block
EP3207699B1 (en) Systems and methods for processing a block of a digital image
JP2017028337A (en) Video coding apparatus and video coding program
JP2005184241A (en) System for determining moving picture interframe mode
KR100859073B1 (en) Motion estimation method
Pal An optimized block matching algorithm for motion estimation using logical image
Tekeli et al. Intra-frame coding with recursive intra prediction and adapted block transforms
WO2012153440A1 (en) Prediction vector generation method, prediction vector generation device, prediction vector generation program, image encoding method, image encoding device, image encoding program, image decoding method, image decoding device, and image decoding program
CN117676171A (en) Three-tree division processing method, equipment and storage medium for coding unit
Moazzam et al. A Study on Fast Intra Prediction Mode Decision Algorithms in HEVC
Huang et al. Inter-frame Prediction with Fast Weighted Low-rank Matrix Approximation

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: 14902433

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 201700050

Country of ref document: EA

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14902433

Country of ref document: EP

Kind code of ref document: A1