Searched defs:step_y (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | mask_blend.cc | 58 constexpr int step_y = subsampling_y ? 2 : 1; in MaskBlend_C() local 94 constexpr int step_y = subsampling_y ? 2 : 1; in InterIntraMaskBlend8bpp_C() local
|
D | convolve.cc | 62 const int subpixel_y, const int step_x, const int step_y, in ConvolveScale2D_C() 145 const int step_x, const int step_y, in ConvolveCompoundScale2D_C()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 947 int* const step_y) { in ScaleMotionVector() 1010 const int start_y, const int step_x, const int step_y, in GetReferenceBlockPosition() 1047 const int ref_start_y, const int ref_last_y, const int step_y, in BuildConvolveBlock() 1121 int step_y; in BlockInterPrediction() local
|
D | tile.cc | 1586 const int step_y = kTransformHeight4x4[tx_size]; in TransformBlock() local 1793 const int step_y = kTransformHeight4x4[tx_size]; in Residual() local
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | convolve_neon.cc | 1340 const int filter_index, const int step_y, in ConvolveVerticalScale4xH() 1413 const int step_y, const int height, in ConvolveVerticalScale() 1485 const int step_y, const int width, const int height, in ConvolveScale2D_NEON()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | convolve_sse4.cc | 1077 const int step_y, const int height, in ConvolveVerticalScale() 1176 const int step_x, const int step_y, const int width, in ConvolveScale2D_SSE4_1()
|