Searched refs:subpixel_y (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | convolve.cc | 62 const int subpixel_y, const int step_x, const int step_y, in ConvolveScale2D_C() argument 117 int p = subpixel_y & 1023; in ConvolveScale2D_C() 144 const int subpixel_x, const int subpixel_y, in ConvolveCompoundScale2D_C() argument 202 int p = subpixel_y & 1023; in ConvolveCompoundScale2D_C() 230 const int subpixel_y, const int width, in ConvolveCompound2D_C() argument 281 filter_id = ((subpixel_y & 1023) >> 6) & kSubPixelMask; in ConvolveCompound2D_C() 312 const int subpixel_y, const int width, const int height, in Convolve2D_C() argument 360 filter_id = ((subpixel_y & 1023) >> 6) & kSubPixelMask; in Convolve2D_C() 432 const int /*subpixel_x*/, const int subpixel_y, in ConvolveVertical_C() argument 441 const int filter_id = (subpixel_y >> 6) & kSubPixelMask; in ConvolveVertical_C() [all …]
|
D | dsp.h | 399 int subpixel_y, int width, int height, 436 int subpixel_y, int step_x, int step_y,
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | convolve_neon.cc | 736 const int subpixel_y, const int width, const int height, in Convolve2D_NEON() argument 759 const int filter_id = ((subpixel_y & 1023) >> 6) & kSubPixelMask; in Convolve2D_NEON() 1347 void ConvolveVerticalScale4xH(const int16_t* src, const int subpixel_y, in ConvolveVerticalScale4xH() argument 1358 int p = subpixel_y & 1023; in ConvolveVerticalScale4xH() 1421 const int subpixel_y, const int filter_index, in ConvolveVerticalScale() argument 1439 int p = subpixel_y & 1023; in ConvolveVerticalScale() 1493 const int subpixel_y, const int step_x, in ConvolveScale2D_NEON() argument 1601 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() 1605 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() 1609 intermediate, width, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | convolve_sse4.cc | 672 const int subpixel_y, const int width, const int height, in Convolve2D_SSE4_1() argument 695 const int filter_id = ((subpixel_y & 1023) >> 6) & kSubPixelMask; in Convolve2D_SSE4_1() 1354 const int /*subpixel_x*/, const int subpixel_y, in ConvolveVertical_SSE4_1() argument 1364 const int filter_id = (subpixel_y >> 6) & kSubPixelMask; in ConvolveVertical_SSE4_1() 1488 const int /*subpixel_x*/, const int subpixel_y, const int width, in ConvolveCompoundVertical_SSE4_1() argument 1496 const int filter_id = (subpixel_y >> 6) & kSubPixelMask; in ConvolveCompoundVertical_SSE4_1() 1588 const int subpixel_x, const int subpixel_y, const int width, in ConvolveCompound2D_SSE4_1() argument 1616 const int filter_id = ((subpixel_y & 1023) >> 6) & kSubPixelMask; in ConvolveCompound2D_SSE4_1() 2016 const int16_t* src, const int width, const int subpixel_y, in ConvolveVerticalScale() argument 2027 int p = subpixel_y & 1023; in ConvolveVerticalScale() [all …]
|