Home
last modified time | relevance | path

Searched refs:step_y (Results 1 – 8 of 8) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dmask_blend.cc58 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()
Dconvolve.cc62 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()
Ddsp.h436 int subpixel_y, int step_x, int step_y,
/external/libgav1/libgav1/src/dsp/arm/
Dconvolve_neon.cc1348 const int filter_index, const int step_y, in ConvolveVerticalScale4xH() argument
1381 p += step_y; in ConvolveVerticalScale4xH()
1409 p += step_y; in ConvolveVerticalScale4xH()
1422 const int step_y, const int height, in ConvolveVerticalScale() argument
1455 p += step_y; in ConvolveVerticalScale()
1476 p += step_y; in ConvolveVerticalScale()
1494 const int step_y, const int width, const int height, in ConvolveScale2D_NEON() argument
1501 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in ConvolveScale2D_NEON()
1598 if (step_y <= 1024) { in ConvolveScale2D_NEON()
1601 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON()
[all …]
/external/libgav1/libgav1/src/dsp/x86/
Dconvolve_sse4.cc2017 const int filter_index, const int step_y, const int height, void* dest, in ConvolveVerticalScale() argument
2040 p += step_y; in ConvolveVerticalScale()
2050 p += step_y; in ConvolveVerticalScale()
2104 p += step_y; in ConvolveVerticalScale()
2116 const int step_x, const int step_y, const int width, in ConvolveScale2D_SSE4_1() argument
2131 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in ConvolveScale2D_SSE4_1()
2225 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1()
2229 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1()
2233 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1()
2240 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1()
[all …]
/external/libgav1/libgav1/src/tile/
Dprediction.cc953 const int start_y, const int step_x, const int step_y, in GetReferenceBlockPosition() argument
967 GetPixelPositionFromHighScale(start_y, step_y, height - 1) + in GetReferenceBlockPosition()
971 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in GetReferenceBlockPosition()
990 const int ref_start_y, const int ref_last_y, const int step_y, in BuildConvolveBlock() argument
1006 block_height = (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in BuildConvolveBlock()
1067 int step_y; in BlockInterPrediction() local
1069 &step_x, &step_y); in BlockInterPrediction()
1104 ref_start_y, ref_last_y, start_x, start_y, step_x, step_y, in BlockInterPrediction()
1166 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction()
1174 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction()
[all …]
Dtile.cc1279 int* const step_y) { in ScaleMotionVector() argument
1322 *step_y = RightShiftWithRoundingSigned( in ScaleMotionVector()
1332 *step_y = 1 << kScaleSubPixelBits; in ScaleMotionVector()
1617 const int step_y = kTransformHeight4x4[tx_size]; in TransformBlock() local
1633 const int bl_row4x4 = (sub_block_row4x4 >> subsampling_y) + step_y + 1; in TransformBlock()
1652 start_y + MultiplyBy4(step_y); in TransformBlock()
1696 SetBlockValues<bool>(step_y, step_x, true, block_decoded, in TransformBlock()
1822 const int step_y = kTransformHeight4x4[tx_size]; in Residual() local
1825 for (int y = 0; y < num4x4_high; y += step_y) { in Residual()
/external/libgav1/libgav1/src/
Dtile.h444 int* start_y, int* step_x, int* step_y); // 7.11.3.3.
451 int start_x, int start_y, int step_x, int step_y, int left_border,
459 int step_y, int ref_block_start_x,