/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() 119 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_horiz_c() argument 121 (void)y_step_q4; in vpx_convolve8_horiz_c() 129 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_horiz_c() argument 132 (void)y_step_q4; in vpx_convolve8_avg_horiz_c() 140 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_vert_c() argument 143 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w, in vpx_convolve8_vert_c() [all …]
|
D | vpx_convolve.h | 23 int x_step_q4, int y0_q4, int y_step_q4, int w, 30 int x_step_q4, int y0_q4, int y_step_q4,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_neon.c | 19 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_neon() argument 30 assert(y_step_q4 == 16); in vpx_convolve8_neon() 38 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_neon() 43 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_neon() 49 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_neon() argument 54 assert(y_step_q4 == 16); in vpx_convolve8_avg_neon() 61 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_neon() 64 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_neon()
|
D | highbd_vpx_convolve_neon.c | 19 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_highbd_convolve8_neon() argument 24 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_neon() 31 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_highbd_convolve8_neon() 36 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h, bd); in vpx_highbd_convolve8_neon() 42 int x_step_q4, int y0_q4, int y_step_q4, in vpx_highbd_convolve8_avg_neon() argument 47 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_avg_neon() 53 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_highbd_convolve8_avg_neon() 56 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h, in vpx_highbd_convolve8_avg_neon()
|
D | vpx_scaled_convolve8_neon.c | 159 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w4() argument 195 y_q4 += y_step_q4; in scaledconvolve_vert_w4() 202 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w8() argument 221 y_q4 += y_step_q4; in scaledconvolve_vert_w8() 228 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w16() argument 271 y_q4 += y_step_q4; in scaledconvolve_vert_w16() 277 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_neon() argument 297 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_scaled_2d_neon() 301 assert(y_step_q4 <= 32 || (y_step_q4 <= 64 && h <= 32)); in vpx_scaled_2d_neon() 316 dst_stride, filter, y0_q4, y_step_q4, w, h); in vpx_scaled_2d_neon() [all …]
|
D | vpx_convolve8_neon_asm.c | 26 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \ 30 y_step_q4, w, h); \ 34 y_step_q4, w, h); \
|
D | vpx_convolve_copy_neon.c | 19 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve_copy_neon() argument 25 (void)y_step_q4; in vpx_convolve_copy_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 33 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \ 38 (void)y_step_q4; \ 99 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \ 108 assert(y_step_q4 == 16); \ 112 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ 116 y_step_q4, w, h); \ 122 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, h + num_taps - 1); \ 125 x_step_q4, y0_q4, y_step_q4, w, h); \ 129 x_step_q4, y0_q4, y_step_q4, w, h + 1); \ 131 x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ [all …]
|
D | vpx_subpixel_8t_intrin_ssse3.c | 735 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * (num_taps / 2 - 1), , 738 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, 920 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w4() argument 935 y_q4 += y_step_q4; in scaledconvolve_vert_w4() 953 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w8() argument 966 y_q4 += y_step_q4; in scaledconvolve_vert_w8() 1007 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w16() argument 1021 y_q4 += y_step_q4; in scaledconvolve_vert_w16() 1027 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_ssse3() argument 1047 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_scaled_2d_ssse3() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 62 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) { in vpx_convolve_copy_vsx() argument 67 (void)y_step_q4; in vpx_convolve_copy_vsx() 144 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) { in vpx_convolve_avg_vsx() argument 160 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve_avg_vsx() 269 int y0_q4, int y_step_q4, int w, in convolve_vert() argument 280 y_q4 += y_step_q4; in convolve_vert() 290 int y_step_q4, int w, int h) { in convolve_avg_vert() argument 301 y_q4 += y_step_q4; in convolve_avg_vert() 312 int y_step_q4, int w, int h) { in convolve() argument 327 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_mmi.c | 167 int y_step_q4, int32_t w, int32_t h) { in convolve_vert_mmi() argument 178 (void)y_step_q4; in convolve_vert_mmi() 343 int y_step_q4, int32_t w, int32_t h) { in convolve_avg_vert_mmi() argument 354 (void)y_step_q4; in convolve_avg_vert_mmi() 447 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve_avg_mmi() argument 454 (void)y_step_q4; in vpx_convolve_avg_mmi() 532 int y_step_q4, int w, int h) { in convolve_vert() argument 545 y_q4 += y_step_q4; in convolve_vert() 555 int y_step_q4, int w, int h) { in convolve_avg_vert() argument 571 y_q4 += y_step_q4; in convolve_avg_vert() [all …]
|
D | convolve8_avg_dspr2.c | 339 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_avg_vert_dspr2() argument 342 assert(y_step_q4 == 16); in vpx_convolve8_avg_vert_dspr2() 347 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2() 373 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2() 382 int32_t x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_dspr2() argument 386 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_avg_dspr2() 391 assert(y_step_q4 == 16); in vpx_convolve8_avg_dspr2() 396 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_dspr2() 400 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_dspr2() 406 int32_t x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve_avg_dspr2() argument [all …]
|
D | convolve_common_dspr2.h | 28 int32_t x_step_q4, int y0_q4, int y_step_q4, 34 int32_t x_step_q4, int y0_q4, int y_step_q4, 40 int32_t x_step_q4, int y0_q4, int y_step_q4, 50 int32_t x_step_q4, int y0_q4, int y_step_q4,
|
D | convolve8_vert_dspr2.c | 322 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_vert_dspr2() argument 325 assert(y_step_q4 == 16); in vpx_convolve8_vert_dspr2() 330 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_vert_dspr2() 354 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_vert_dspr2()
|
D | convolve2_vert_dspr2.c | 205 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve2_vert_dspr2() argument 210 assert(y_step_q4 == 16); in vpx_convolve2_vert_dspr2() 233 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve2_vert_dspr2()
|
D | convolve2_avg_dspr2.c | 223 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve2_avg_vert_dspr2() argument 228 assert(y_step_q4 == 16); in vpx_convolve2_avg_vert_dspr2() 252 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve2_avg_vert_dspr2()
|
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 58 int y_step_q4, int w, int h) { in convolve_vert() argument 68 y_q4 += y_step_q4; in convolve_vert() 87 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_horiz_c() argument 93 (void)y_step_q4; in aom_convolve8_horiz_c() 102 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_vert_c() argument 110 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in aom_convolve8_vert_c() 172 int y_step_q4, int w, int h, int bd) { in highbd_convolve_vert() argument 184 y_q4 += y_step_q4; in highbd_convolve_vert() 194 const int16_t *filter_y, int y_step_q4, int w, in aom_highbd_convolve8_horiz_c() argument 199 (void)y_step_q4; in aom_highbd_convolve8_horiz_c() [all …]
|
/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/libaom/libaom/aom_dsp/x86/ |
D | convolve.h | 29 const int16_t *filter_y, int y_step_q4, int w, int h) { \ 33 (void)y_step_q4; \ 106 x_step_q4, filter_y, y_step_q4, w, h); \ 122 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \ 198 dst_stride, filter_x, x_step_q4, filter_y, y_step_q4, w, h, bd); \
|
D | aom_asm_stubs.c | 50 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2); 93 HIGH_FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2);
|
/external/libaom/libaom/aom_dsp/mips/ |
D | convolve8_vert_dspr2.c | 324 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_vert_dspr2() argument 326 assert(y_step_q4 == 16); in aom_convolve8_vert_dspr2() 331 x_step_q4, filter_y, y_step_q4, w, h); in aom_convolve8_vert_dspr2() 355 x_step_q4, filter_y, y_step_q4, w, h); in aom_convolve8_vert_dspr2()
|
D | convolve_common_dspr2.h | 30 const int16_t *filter_y, int y_step_q4, int w, 40 const int16_t *filter_y, int y_step_q4, int w,
|
D | convolve2_vert_dspr2.c | 206 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve2_vert_dspr2() argument 210 assert(y_step_q4 == 16); in aom_convolve2_vert_dspr2() 233 x_step_q4, filter_y, y_step_q4, w, h); in aom_convolve2_vert_dspr2()
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 171 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 172 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 175 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 176 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 179 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 180 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 194 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 197 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 262 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, c… 263 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, c… [all …]
|
/external/libaom/libaom/test/ |
D | hiprec_convolve_test_util.h | 36 const int16_t *filter_y, int y_step_q4, 67 const int16_t *filter_y, int y_step_q4, int w, int h,
|