Searched refs:intermediate_height (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve8_dspr2.c | 936 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_dspr2() local 952 if (intermediate_height < h) in vpx_convolve8_dspr2() 953 intermediate_height = h; in vpx_convolve8_dspr2() 958 temp, intermediate_height, in vpx_convolve8_dspr2() 959 w, intermediate_height); in vpx_convolve8_dspr2() 962 temp, intermediate_height, in vpx_convolve8_dspr2() 964 w, intermediate_height); in vpx_convolve8_dspr2() 975 temp, intermediate_height, in vpx_convolve8_dspr2() 976 filter_x, intermediate_height); in vpx_convolve8_dspr2() 980 temp, intermediate_height, in vpx_convolve8_dspr2() [all …]
|
D | convolve8_avg_dspr2.c | 404 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_avg_dspr2() local 411 if (intermediate_height < h) in vpx_convolve8_avg_dspr2() 412 intermediate_height = h; in vpx_convolve8_avg_dspr2() 418 w, intermediate_height); in vpx_convolve8_avg_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_neon.c | 28 int intermediate_height = h + 7; in vpx_convolve8_neon() local 41 w, intermediate_height); in vpx_convolve8_neon() 56 int intermediate_height = h + 7; in vpx_convolve8_avg_neon() local 67 w, intermediate_height); in vpx_convolve8_avg_neon()
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 94 const unsigned int intermediate_height = in filter_block2d_8_c() local 106 const int intermediate_next_stride = 1 - intermediate_height * output_width; in filter_block2d_8_c() 112 for (i = 0; i < intermediate_height; ++i) { in filter_block2d_8_c() 128 output_ptr += intermediate_height; in filter_block2d_8_c() 152 src_ptr += intermediate_height; in filter_block2d_8_c() 207 const unsigned int intermediate_height = in highbd_filter_block2d_8_c() local 218 const int intermediate_next_stride = 1 - intermediate_height * output_width; in highbd_filter_block2d_8_c() 226 for (i = 0; i < intermediate_height; ++i) { in highbd_filter_block2d_8_c() 242 output_ptr += intermediate_height; in highbd_filter_block2d_8_c() 269 src_ptr += intermediate_height; in highbd_filter_block2d_8_c()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 134 int intermediate_height = in convolve() local 143 x_filters, x0_q4, x_step_q4, w, intermediate_height); in convolve() 463 int intermediate_height = in highbd_convolve() local 474 intermediate_height, bd); in highbd_convolve()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 848 const int intermediate_height = in scaledconvolve2d() local 859 w, intermediate_height); in scaledconvolve2d() 863 w, intermediate_height); in scaledconvolve2d()
|