/external/libgav1/libgav1/src/dsp/arm/ |
D | convolve_neon.cc | 1339 void ConvolveVerticalScale4xH(const int16_t* const src, const int subpixel_y, in ConvolveVerticalScale4xH() argument 1350 int p = subpixel_y & 1023; in ConvolveVerticalScale4xH() 1412 const int subpixel_y, const int filter_index, in ConvolveVerticalScale() argument 1431 int p = subpixel_y & 1023; in ConvolveVerticalScale() 1484 const int subpixel_y, const int step_x, in ConvolveScale2D_NEON() argument 1592 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() 1596 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() 1600 intermediate, width, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() 1606 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() 1610 intermediate, subpixel_y, filter_index, step_y, height, in ConvolveScale2D_NEON() [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | convolve_sse4.cc | 1076 const int subpixel_y, const int filter_index, in ConvolveVerticalScale() argument 1087 int p = subpixel_y & 1023; in ConvolveVerticalScale() 1175 const int subpixel_x, const int subpixel_y, in ConvolveScale2D_SSE4_1() argument 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() 1304 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1() 1308 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1() 1315 intermediate, width, subpixel_y, vert_filter_index, step_y, height, in ConvolveScale2D_SSE4_1() [all …]
|
/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()
|
D | dsp.h | 469 int subpixel_y, int step_x, int step_y,
|