/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 69 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument 75 int y_q4 = y0_q4; in convolve_vert() 92 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument 98 int y_q4 = y0_q4; in convolve_avg_vert() 119 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_horiz_c() argument 120 (void)y0_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 131 (void)y0_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 | 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_convolve_neon.c | 19 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_neon() argument 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 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 | 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 161 int y_q4 = y0_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 204 int y_q4 = y0_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 230 int y_q4 = y0_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() 316 dst_stride, filter, y0_q4, y_step_q4, w, h); in vpx_scaled_2d_neon() 319 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) { \ 29 src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, y0_q4, \ 33 src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, y0_q4, \
|
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 24 (void)y0_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 24 (void)y0_q4; in vpx_highbd_convolve_copy_neon()
|
D | vpx_convolve_avg_neon.c | 19 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve_avg_neon() argument 23 (void)y0_q4; in vpx_convolve_avg_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) { \ 37 (void)y0_q4; \ 99 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \ 101 const int16_t *filter_y = filter[y0_q4]; \ 112 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ 115 filter, x0_q4, x_step_q4, y0_q4, \ 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 922 int y_q4 = y0_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 955 int y_q4 = y0_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 1009 int y_q4 = y0_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 66 (void)y0_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 275 int y_q4 = y0_q4; in convolve_vert() 289 ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument 295 int y_q4 = y0_q4; in convolve_avg_vert() 311 int x0_q4, int x_step_q4, int y0_q4, 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 | 166 const InterpKernel *filter, int y0_q4, in convolve_vert_mmi() argument 168 const int16_t *filter_y = filter[y0_q4]; in convolve_vert_mmi() 342 const InterpKernel *filter, int y0_q4, in convolve_avg_vert_mmi() argument 344 const int16_t *filter_y = filter[y0_q4]; in convolve_avg_vert_mmi() 447 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve_avg_mmi() argument 453 (void)y0_q4; in vpx_convolve_avg_mmi() 531 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument 537 int y_q4 = y0_q4; in convolve_vert() 554 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument 560 int y_q4 = y0_q4; in convolve_avg_vert() [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_avg_dspr2.c | 339 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_avg_vert_dspr2() argument 341 const int16_t *const filter_y = filter[y0_q4]; 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 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 413 (void)y0_q4; in vpx_convolve_avg_dspr2()
|
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 324 const int16_t *const filter_y = filter[y0_q4]; 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 207 const int16_t *const filter_y = filter[y0_q4]; 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 225 const int16_t *const filter_y = filter[y0_q4]; 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 | 545 int x0_q4, int32_t x_step_q4, int y0_q4, in vpx_convolve8_msa() argument 548 const int16_t *const filter_y = filter[y0_q4]; 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() 1101 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w4() argument 1104 int y_q4 = y0_q4; in scaledconvolve_vert_w4() 1125 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w8() argument 1128 int y_q4 = y0_q4; in scaledconvolve_vert_w8() 1149 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_mul16() argument [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 57 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument 62 int y_q4 = y0_q4; in convolve_vert() 105 const int y0_q4 = get_filter_offset(filter_y, filters_y); in aom_convolve8_vert_c() local 110 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in aom_convolve8_vert_c() 171 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_vert() argument 177 int y_q4 = y0_q4; in highbd_convolve_vert() 211 const int y0_q4 = get_filter_offset(filter_y, filters_y); in aom_highbd_convolve8_vert_c() local 215 highbd_convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, in aom_highbd_convolve8_vert_c()
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 40 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 44 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 45 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 49 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 52 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 53 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 40 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 44 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 45 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 49 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 52 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 53 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 38 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 42 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 43 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 46 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 47 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 51 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… [all …]
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 33 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 39 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 42 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 45 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 51 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 54 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 660 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 663 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… [all …]
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 38 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 42 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 43 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 46 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 47 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… 51 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in… [all …]
|