Home
last modified time | relevance | path

Searched refs:kConvolveBorderLeftTop (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/
Dtile_scratch_buffer.h46 kMaxScaledSuperBlockSizeInPixels + kConvolveBorderLeftTop + in Init()
51 kConvolveBorderLeftTop + in Init()
/external/libgav1/libgav1/src/tile/
Dprediction.cc1019 *ref_block_start_x -= kConvolveBorderLeftTop; in GetReferenceBlockPosition()
1020 *ref_block_start_y -= kConvolveBorderLeftTop; in GetReferenceBlockPosition()
1061 int block_height = height + kConvolveBorderLeftTop + kConvolveBorderBottom; in BuildConvolveBlock()
1204 (ref_block_start_y + kConvolveBorderLeftTop) * in BlockInterPrediction()
1206 (ref_block_start_x + kConvolveBorderLeftTop) * pixel_size; in BlockInterPrediction()
1212 (2 * width + kConvolveBorderLeftTop + kConvolveBorderRight) * in BlockInterPrediction()
1237 : kConvolveBorderLeftTop * convolve_buffer_stride + in BlockInterPrediction()
1238 kConvolveBorderLeftTop * pixel_size); in BlockInterPrediction()
/external/libgav1/libgav1/src/utils/
Dconstants.h69 kConvolveBorderLeftTop = 3, // Left/top padding of a convolve block. enumerator