Searched refs:intermediate_height (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve8_dspr2.c | 1303 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_dspr2() local 1317 if (intermediate_height < h) intermediate_height = h; in vpx_convolve8_dspr2() 1322 intermediate_height, w, intermediate_height); in vpx_convolve8_dspr2() 1325 intermediate_height, filter_x, w, intermediate_height); in vpx_convolve8_dspr2() 1336 intermediate_height, filter_x, in vpx_convolve8_dspr2() 1337 intermediate_height); in vpx_convolve8_dspr2() 1341 intermediate_height, filter_x, in vpx_convolve8_dspr2() 1342 intermediate_height); in vpx_convolve8_dspr2() 1347 intermediate_height, filter_x, in vpx_convolve8_dspr2() 1348 intermediate_height, (w / 16)); in vpx_convolve8_dspr2() [all …]
|
D | convolve8_avg_dspr2.c | 384 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_avg_dspr2() local 391 if (intermediate_height < h) intermediate_height = h; in vpx_convolve8_avg_dspr2() 394 x_step_q4, filter_y, y_step_q4, w, intermediate_height); in vpx_convolve8_avg_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_neon.c | 27 const int intermediate_height = h + 7; in vpx_convolve8_neon() local 38 intermediate_height); in vpx_convolve8_neon() 51 const int intermediate_height = h + 7; in vpx_convolve8_avg_neon() local 61 intermediate_height); in vpx_convolve8_avg_neon()
|
D | highbd_vpx_convolve_neon.c | 24 const int intermediate_height = in vpx_highbd_convolve8_neon() local 33 intermediate_height, bd); in vpx_highbd_convolve8_neon() 48 const int intermediate_height = in vpx_highbd_convolve8_avg_neon() local 56 intermediate_height, bd); in vpx_highbd_convolve8_avg_neon()
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 105 const unsigned int intermediate_height = in filter_block2d_8_c() local 118 1 - static_cast<int>(intermediate_height * output_width); in filter_block2d_8_c() 124 for (i = 0; i < intermediate_height; ++i) { in filter_block2d_8_c() 136 output_ptr += intermediate_height; in filter_block2d_8_c() 156 src_ptr += intermediate_height; in filter_block2d_8_c() 202 const unsigned int intermediate_height = in highbd_filter_block2d_8_c() local 214 1 - static_cast<int>(intermediate_height * output_width); in highbd_filter_block2d_8_c() 222 for (i = 0; i < intermediate_height; ++i) { in highbd_filter_block2d_8_c() 234 output_ptr += intermediate_height; in highbd_filter_block2d_8_c() 257 src_ptr += intermediate_height; in highbd_filter_block2d_8_c()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 134 const int intermediate_height = in convolve() local 143 x_filters, x0_q4, x_step_q4, w, intermediate_height); in convolve() 436 const int intermediate_height = in highbd_convolve() local 446 intermediate_height, bd); in highbd_convolve()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 318 const int intermediate_height = in convolve() local 327 x_filters, x0_q4, x_step_q4, w, intermediate_height); in convolve()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 833 const int intermediate_height = in scaledconvolve2d() local 844 w, intermediate_height); in scaledconvolve2d() 848 w, intermediate_height); in scaledconvolve2d()
|