Home
last modified time | relevance | path

Searched refs:block_start_x (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dwarp.cc65 const int subsampling_y, const int block_start_x, in Warp_C() argument
110 for (int start_x = block_start_x; start_x < block_start_x + block_width; in Warp_C()
192 DestType* dst_row = dst + start_x - block_start_x; in Warp_C()
229 DestType* dst_row = dst + start_x - block_start_x; in Warp_C()
369 DestType* dst_row = dst + start_x - block_start_x; in Warp_C()
Ddsp.h651 int subsampling_y, int block_start_x,
/external/libgav1/libgav1/src/dsp/arm/
Dwarp_neon.cc109 const int subsampling_y, const int block_start_x, in Warp_NEON() argument
139 int start_x = block_start_x; in Warp_NEON()
222 DestType* dst_row = dst + start_x - block_start_x; in Warp_NEON()
258 DestType* dst_row = dst + start_x - block_start_x; in Warp_NEON()
390 DestType* dst_row = dst + start_x - block_start_x; in Warp_NEON()
425 } while (start_x < block_start_x + block_width); in Warp_NEON()
/external/libgav1/libgav1/src/dsp/x86/
Dwarp_sse4.cc465 int subsampling_y, int block_start_x, int block_start_y, in Warp_SSE4_1() argument
477 const int block_end_x = block_start_x + block_width; in Warp_SSE4_1()
480 const int start_x = block_start_x; in Warp_SSE4_1()
/external/libgav1/libgav1/src/tile/
Dprediction.cc890 const int block_start_x = MultiplyBy4(block.column4x4) >> subsampling_x; in ObmcPrediction() local
908 prediction_width, prediction_height, block_start_x, in ObmcPrediction()
1281 const int index, const int block_start_x, in BlockWarpProcess() argument
1308 for (int start_x = block_start_x; start_x < block_start_x + width; 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/
Dtile.h484 int block_start_x, int block_start_y, int width,