Searched refs:block_start_y (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | warp.cc | 66 const int block_start_y, const int block_width, in Warp_C() argument 108 for (int start_y = block_start_y; start_y < block_start_y + block_height; in Warp_C()
|
D | dsp.h | 652 int block_start_y, int block_width, int block_height,
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 110 const int block_start_y, const int block_width, in Warp_NEON() argument 137 int start_y = block_start_y; in Warp_NEON() 428 } while (start_y < block_start_y + block_height); in Warp_NEON()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | warp_sse4.cc | 465 int subsampling_y, int block_start_x, int block_start_y, in Warp_SSE4_1() argument 478 const int block_end_y = block_start_y + block_height; in Warp_SSE4_1() 481 const int start_y = block_start_y; in Warp_SSE4_1()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 856 const int block_start_y = MultiplyBy4(block.row4x4) >> subsampling_y; in ObmcPrediction() local 876 MultiplyBy4(column4x4) >> subsampling_x, block_start_y, in ObmcPrediction() 1282 const int block_start_y, const int width, in BlockWarpProcess() argument 1306 for (int start_y = block_start_y; start_y < block_start_y + height; in BlockWarpProcess() 1334 subsampling_y_[plane], block_start_x, block_start_y, in BlockWarpProcess() 1354 block_start_x, block_start_y, width, height, warp_params->alpha, in BlockWarpProcess()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 484 int block_start_x, int block_start_y, int width,
|