/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/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; \ 72 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \ 81 assert(y_step_q4 == 16); \ 85 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ 89 y_step_q4, w, h); \ 93 x_step_q4, y0_q4, y_step_q4, w, h + 1); \ 95 x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ 113 int x_step_q4, int y0_q4, int y_step_q4, int w, int h, int bd) { \ 165 y_step_q4, w, h, bd); \ [all …]
|
D | vpx_subpixel_8t_intrin_ssse3.c | 235 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , ssse3); 237 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_, ssse3); 418 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w4() argument 433 y_q4 += y_step_q4; in scaledconvolve_vert_w4() 451 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w8() argument 464 y_q4 += y_step_q4; in scaledconvolve_vert_w8() 505 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w16() argument 519 y_q4 += y_step_q4; in scaledconvolve_vert_w16() 525 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_ssse3() argument 545 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_scaled_2d_ssse3() [all …]
|
D | vpx_asm_stubs.c | 63 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , sse2); 65 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_, sse2); 144 HIGH_FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , sse2); 146 HIGH_FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_,
|
/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 29 assert(y_step_q4 == 16); in vpx_convolve8_neon() 37 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_neon() 42 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_neon() 48 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_neon() argument 53 assert(y_step_q4 == 16); in vpx_convolve8_avg_neon() 60 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_neon() 63 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_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()
|
D | highbd_vpx_convolve_copy_neon.c | 19 int x_step_q4, int y0_q4, int y_step_q4, in vpx_highbd_convolve_copy_neon() argument 25 (void)y_step_q4; in vpx_highbd_convolve_copy_neon()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 57 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) { in vpx_convolve_copy_vsx() argument 62 (void)y_step_q4; in vpx_convolve_copy_vsx() 136 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) { in vpx_convolve_avg_vsx() argument 152 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve_avg_vsx() 256 int y_step_q4, int w, int h) { in convolve_vert() argument 266 y_q4 += y_step_q4; in convolve_vert() 276 int y_step_q4, int w, int h) { in convolve_avg_vert() argument 287 y_q4 += y_step_q4; in convolve_avg_vert() 297 int x_step_q4, int y0_q4, int y_step_q4, int w, in convolve() argument 313 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve8_avg_dspr2.c | 338 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_avg_vert_dspr2() argument 341 assert(y_step_q4 == 16); in vpx_convolve8_avg_vert_dspr2() 346 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2() 372 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2() 381 int32_t x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_dspr2() argument 385 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_avg_dspr2() 390 assert(y_step_q4 == 16); in vpx_convolve8_avg_dspr2() 395 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_dspr2() 399 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_dspr2() 405 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()
|
D | vpx_convolve8_msa.c | 546 int32_t y_step_q4, int32_t w, int32_t h) { in vpx_convolve8_msa() argument 552 assert(y_step_q4 == 16); in vpx_convolve8_msa() 591 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_msa() 597 y0_q4, y_step_q4, w, h); in vpx_convolve8_msa() 627 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_msa() 1102 int y_step_q4, int h) { in scaledconvolve_vert_w4() argument 1119 y_q4 += y_step_q4; in scaledconvolve_vert_w4() 1126 int y_step_q4, int h) { in scaledconvolve_vert_w8() argument 1143 y_q4 += y_step_q4; in scaledconvolve_vert_w8() 1150 int y_step_q4, int w, int h) { in scaledconvolve_vert_mul16() argument [all …]
|
D | convolve8_dspr2.c | 1300 int x0_q4, int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_dspr2() argument 1305 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_dspr2() 1309 assert(y_step_q4 == 16); in vpx_convolve8_dspr2() 1401 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve_copy_dspr2() argument 1408 (void)y_step_q4; in vpx_convolve_copy_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 | 33 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 34 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 37 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 38 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 41 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 42 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 45 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 46 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 49 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 50 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 36 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 37 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 40 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 41 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 44 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 45 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 48 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 49 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 52 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 53 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 36 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 37 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 40 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 41 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 44 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 45 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 48 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 49 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 52 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 53 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 36 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 37 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 38 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 41 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 42 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 43 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 46 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 47 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 48 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 51 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 35 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 36 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 39 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 40 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 43 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 44 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 47 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 48 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 51 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 52 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 35 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 36 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 39 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 40 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 43 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 44 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 47 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 48 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 51 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); 52 …ide, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); [all …]
|