/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); \
|
/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/x86/ |
D | convolve.h | 27 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \ 32 (void)y_step_q4; \ 87 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \ 96 assert(y_step_q4 == 16); \ 100 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ 104 y_step_q4, w, h); \ 108 x_step_q4, y0_q4, y_step_q4, w, h + 1); \ 110 x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ 128 int x_step_q4, int y0_q4, int y_step_q4, int w, int h, int bd) { \ 202 y_step_q4, w, h, bd); \ [all …]
|
D | vpx_subpixel_8t_intrin_ssse3.c | 747 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , ssse3); 749 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_, ssse3); 930 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w4() argument 945 y_q4 += y_step_q4; in scaledconvolve_vert_w4() 963 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w8() argument 976 y_q4 += y_step_q4; in scaledconvolve_vert_w8() 1017 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w16() argument 1031 y_q4 += y_step_q4; in scaledconvolve_vert_w16() 1037 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_ssse3() argument 1057 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_scaled_2d_ssse3() [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() 88 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_horiz_c() argument 94 (void)y_step_q4; in aom_convolve8_horiz_c() 103 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_vert_c() argument 111 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); \ 121 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \ 197 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); 92 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 | 126 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 127 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 130 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 131 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 134 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 135 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 149 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 152 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i… 217 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, c… 218 …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 | 34 const int16_t *filter_y, int y_step_q4, 65 const int16_t *filter_y, int y_step_q4, int w, int h,
|
/external/libaom/libaom/av1/common/ |
D | convolve.c | 578 int x_step_q4, const int subpel_y_q4, int y_step_q4, in av1_convolve_2d_facade() argument 583 (void)y_step_q4; in av1_convolve_2d_facade() 613 x_step_q4, subpel_y_q4, y_step_q4, conv_params); in av1_convolve_2d_facade() 1071 const int subpel_y_q4, int y_step_q4, in av1_highbd_convolve_2d_facade() argument 1077 (void)y_step_q4; in av1_highbd_convolve_2d_facade() 1112 x_step_q4, subpel_y_q4, y_step_q4, conv_params, in av1_highbd_convolve_2d_facade() 1196 int y_step_q4, int w, int h, in convolve_add_src_vert_hip() argument 1212 y_q4 += y_step_q4; in convolve_add_src_vert_hip() 1222 const int16_t *filter_y, int y_step_q4, in av1_wiener_convolve_add_src_c() argument 1233 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS - 1; in av1_wiener_convolve_add_src_c() [all …]
|