/external/libgav1/libgav1/src/dsp/ |
D | mask_blend.cc | 58 constexpr int step_y = subsampling_y ? 2 : 1; in MaskBlend_C() local 80 mask += mask_stride * step_y; in MaskBlend_C() 81 mask_next_row += mask_stride * step_y; in MaskBlend_C() 94 constexpr int step_y = subsampling_y ? 2 : 1; in InterIntraMaskBlend8bpp_C() local 104 mask += mask_stride * step_y; in InterIntraMaskBlend8bpp_C() 105 mask_next_row += mask_stride * step_y; in InterIntraMaskBlend8bpp_C()
|
D | convolve.cc | 62 const int subpixel_y, const int step_x, const int step_y, in ConvolveScale2D_C() argument 71 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in ConvolveScale2D_C() 135 p += step_y; in ConvolveScale2D_C() 145 const int step_x, const int step_y, in ConvolveCompoundScale2D_C() argument 158 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in ConvolveCompoundScale2D_C() 221 p += step_y; in ConvolveCompoundScale2D_C()
|
D | dsp.h | 469 int subpixel_y, int step_x, int step_y,
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | convolve_neon.cc | 1340 const int filter_index, const int step_y, in ConvolveVerticalScale4xH() argument 1373 p += step_y; in ConvolveVerticalScale4xH() 1401 p += step_y; in ConvolveVerticalScale4xH() 1413 const int step_y, const int height, in ConvolveVerticalScale() argument 1447 p += step_y; in ConvolveVerticalScale() 1468 p += step_y; in ConvolveVerticalScale() 1485 const int step_y, const int width, const int height, in ConvolveScale2D_NEON() argument 1492 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in ConvolveScale2D_NEON() 1589 if (step_y <= 1024) { in ConvolveScale2D_NEON() 1592 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() [all …]
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 947 int* const step_y) { in ScaleMotionVector() argument 990 *step_y = RightShiftWithRoundingSigned( in ScaleMotionVector() 1000 *step_y = 1 << kScaleSubPixelBits; in ScaleMotionVector() 1010 const int start_y, const int step_x, const int step_y, in GetReferenceBlockPosition() argument 1024 GetPixelPositionFromHighScale(start_y, step_y, height - 1) + in GetReferenceBlockPosition() 1028 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in GetReferenceBlockPosition() 1047 const int ref_start_y, const int ref_last_y, const int step_y, in BuildConvolveBlock() argument 1063 block_height = (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in BuildConvolveBlock() 1121 int step_y; in BlockInterPrediction() local 1123 &step_x, &step_y); in BlockInterPrediction() [all …]
|
D | tile.cc | 1586 const int step_y = kTransformHeight4x4[tx_size]; in TransformBlock() local 1602 const int bl_row4x4 = (sub_block_row4x4 >> subsampling_y) + step_y + 1; in TransformBlock() 1621 start_y + MultiplyBy4(step_y); in TransformBlock() 1666 SetBlockValues<bool>(step_y, step_x, true, block_decoded, in TransformBlock() 1793 const int step_y = kTransformHeight4x4[tx_size]; in Residual() local 1796 for (int y = 0; y < num4x4_high; y += step_y) { in Residual()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | convolve_sse4.cc | 1077 const int step_y, const int height, in ConvolveVerticalScale() argument 1100 p += step_y; in ConvolveVerticalScale() 1110 p += step_y; in ConvolveVerticalScale() 1164 p += step_y; in ConvolveVerticalScale() 1176 const int step_x, const int step_y, const int width, in ConvolveScale2D_SSE4_1() argument 1191 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in ConvolveScale2D_SSE4_1() 1285 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1() 1289 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1() 1293 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1() 1300 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1() [all …]
|
/external/libgav1/libgav1/src/ |
D | tile.h | 456 int* start_y, int* step_x, int* step_y); // 7.11.3.3. 463 int start_x, int start_y, int step_x, int step_y, int left_border, 471 int step_y, int ref_block_start_x,
|