/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 70 int y_step_q4, int w, int h) { in convolve_vert() argument 83 y_q4 += y_step_q4; in convolve_vert() 93 int y_step_q4, int w, int h) { in convolve_avg_vert() argument 109 y_q4 += y_step_q4; in convolve_avg_vert() 120 int y_step_q4, int w, int h) { in convolve() argument 135 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve() 139 assert(y_step_q4 <= 32); in convolve() 145 y_filters, y0_q4, y_step_q4, w, h); in convolve() 151 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_horiz_c() argument 157 (void)y_step_q4; in vpx_convolve8_horiz_c() [all …]
|
D | vpx_convolve.h | 23 const int16_t *filter_y, int y_step_q4, int w, 30 const int16_t *filter_y, int y_step_q4,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 27 const int16_t *filter_y, int y_step_q4, int w, int h) { \ 31 (void)y_step_q4; \ 71 const int16_t *filter_y, int y_step_q4, int w, int h) { \ 77 assert(y_step_q4 == 16); \ 81 filter_x, x_step_q4, filter_y, y_step_q4, w, \ 85 y_step_q4, w, h); \ 89 x_step_q4, filter_y, y_step_q4, w, h + 1); \ 91 x_step_q4, filter_y, y_step_q4, w, h); \ 108 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \ 159 y_step_q4, w, h, bd); \ [all …]
|
D | vpx_asm_stubs.c | 63 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2); 65 FUN_CONV_1D(avg_vert, y_step_q4, filter_y, v, src - src_stride * 3, avg_, sse2); 144 HIGH_FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2); 146 HIGH_FUN_CONV_1D(avg_vert, y_step_q4, filter_y, v, src - src_stride * 3, avg_,
|
D | vpx_subpixel_8t_intrin_ssse3.c | 328 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , ssse3); 330 FUN_CONV_1D(avg_vert, y_step_q4, filter_y, v, src - src_stride * 3, avg_, 643 int y_step_q4, int w, int h) { in scaledconvolve_vert_w4() argument 658 y_q4 += y_step_q4; in scaledconvolve_vert_w4() 705 int y_step_q4, int w, int h) { in scaledconvolve_vert_w8() argument 718 y_q4 += y_step_q4; in scaledconvolve_vert_w8() 796 int y_step_q4, int w, int h) { in scaledconvolve_vert_w16() argument 810 y_q4 += y_step_q4; in scaledconvolve_vert_w16() 818 int y0_q4, int y_step_q4, int w, int h) { in scaledconvolve2d() argument 834 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in scaledconvolve2d() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_neon.c | 19 int x_step_q4, const int16_t *filter_y, int y_step_q4, in vpx_convolve8_neon() argument 29 assert(y_step_q4 == 16); in vpx_convolve8_neon() 37 x_step_q4, filter_y, y_step_q4, w, in vpx_convolve8_neon() 42 filter_y, y_step_q4, w, h); in vpx_convolve8_neon() 48 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_neon() argument 53 assert(y_step_q4 == 16); in vpx_convolve8_avg_neon() 60 x_step_q4, filter_y, y_step_q4, w, in vpx_convolve8_avg_neon() 63 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_neon()
|
D | highbd_vpx_convolve_neon.c | 19 const int16_t *filter_y, int y_step_q4, int w, in vpx_highbd_convolve8_neon() argument 25 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_neon() 32 filter_x, x_step_q4, filter_y, y_step_q4, w, in vpx_highbd_convolve8_neon() 37 x_step_q4, filter_y, y_step_q4, w, h, bd); in vpx_highbd_convolve8_neon() 43 const int16_t *filter_y, int y_step_q4, in vpx_highbd_convolve8_avg_neon() argument 49 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_avg_neon() 55 filter_x, x_step_q4, filter_y, y_step_q4, w, in vpx_highbd_convolve8_avg_neon() 58 x_step_q4, filter_y, y_step_q4, w, h, bd); in vpx_highbd_convolve8_avg_neon()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 262 int y_step_q4, int w, int h) { in convolve_vert() argument 272 y_q4 += y_step_q4; in convolve_vert() 282 int y_step_q4, int w, int h) { in convolve_avg_vert() argument 293 y_q4 += y_step_q4; in convolve_avg_vert() 304 int y0_q4, int y_step_q4, int w, int h) { in convolve() argument 319 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve() 323 assert(y_step_q4 <= 32); in convolve() 329 y_filters, y0_q4, y_step_q4, w, h); in convolve() 335 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_horiz_vsx() argument 341 (void)y_step_q4; in vpx_convolve8_horiz_vsx() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve_common_dspr2.h | 28 const int16_t *filter_y, int y_step_q4, int w, 34 const int16_t *filter_y, int y_step_q4, 40 const int16_t *filter_y, int y_step_q4, int w, 50 const int16_t *filter_y, int y_step_q4, int w,
|
D | convolve8_avg_dspr2.c | 338 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_vert_dspr2() argument 340 assert(y_step_q4 == 16); in vpx_convolve8_avg_vert_dspr2() 345 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2() 371 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2() 380 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_dspr2() argument 384 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_avg_dspr2() 389 assert(y_step_q4 == 16); in vpx_convolve8_avg_dspr2() 394 x_step_q4, filter_y, y_step_q4, w, intermediate_height); in vpx_convolve8_avg_dspr2() 397 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_dspr2()
|
D | convolve8_vert_dspr2.c | 322 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_vert_dspr2() argument 324 assert(y_step_q4 == 16); in vpx_convolve8_vert_dspr2() 329 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_vert_dspr2() 353 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_vert_dspr2()
|
D | convolve2_vert_dspr2.c | 205 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve2_vert_dspr2() argument 209 assert(y_step_q4 == 16); in vpx_convolve2_vert_dspr2() 232 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve2_vert_dspr2()
|
D | convolve2_avg_dspr2.c | 223 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve2_avg_vert_dspr2() argument 227 assert(y_step_q4 == 16); in vpx_convolve2_avg_vert_dspr2() 251 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve2_avg_vert_dspr2()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.c | 62 sf->y_step_q4 = scaled_y(16, sf); 80 if (sf->y_step_q4 == 16) { 98 if (sf->y_step_q4 == 16) { 119 if ((sf->x_step_q4 != 16) || (sf->y_step_q4 != 16)) { 130 if (sf->y_step_q4 == 16) { 148 if (sf->y_step_q4 == 16) {
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 32 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 35 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 36 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 39 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 47 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 48 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 35 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 36 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 39 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 35 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 36 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 39 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|