/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 24 const InterpKernel *x_filters, int x0_q4, in convolve_horiz() argument 30 int x_q4 = x0_q4; in convolve_horiz() 46 const InterpKernel *x_filters, int x0_q4, in convolve_avg_horiz() argument 52 int x_q4 = x0_q4; in convolve_avg_horiz() 118 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve8_horiz_c() argument 122 convolve_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, w, in vpx_convolve8_horiz_c() 128 const InterpKernel *filter, int x0_q4, in vpx_convolve8_avg_horiz_c() argument 133 convolve_avg_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, in vpx_convolve8_avg_horiz_c() 139 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve8_vert_c() argument 141 (void)x0_q4; in vpx_convolve8_vert_c() [all …]
|
D | vpx_convolve.h | 22 const InterpKernel *filter, int x0_q4, 29 const InterpKernel *filter, int x0_q4,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 32 ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, \ 35 (void)x0_q4; \ 98 ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, \ 100 const int16_t *filter_x = filter[x0_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); \ 124 dst, dst_stride, filter, x0_q4, \ 128 vpx_convolve8_horiz_##opt(src, src_stride, fdata2, 64, filter, x0_q4, \ 131 x0_q4, x_step_q4, y0_q4, y_step_q4, w, \ [all …]
|
D | vpx_subpixel_8t_intrin_ssse3.c | 734 FUN_CONV_1D(horiz, x0_q4, x_step_q4, h, src, , ssse3, 0); 737 FUN_CONV_1D(avg_horiz, x0_q4, x_step_q4, h, src, avg_, ssse3, 1); 774 const int x0_q4, const int x_step_q4, in scaledconvolve_horiz_w8() argument 785 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() 853 const int x0_q4, const int x_step_q4, in scaledconvolve_horiz_w4() argument 860 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() 1027 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_ssse3() argument 1056 src_stride, temp, 64, filter, x0_q4, x_step_q4, w, in vpx_scaled_2d_ssse3() 1060 src_stride, temp, 64, filter, x0_q4, x_step_q4, w, in vpx_scaled_2d_ssse3()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 61 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve_copy_vsx() argument 64 (void)x0_q4; in vpx_convolve_copy_vsx() 143 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve_avg_vsx() argument 159 vpx_convolve_avg_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve_avg_vsx() 191 int x0_q4, int x_step_q4, int w, in convolve_horiz() argument 197 int x_q4 = x0_q4; in convolve_horiz() 210 ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, in convolve_avg_horiz() argument 216 int x_q4 = x0_q4; in convolve_avg_horiz() 311 int x0_q4, int x_step_q4, int y0_q4, in convolve() argument 335 filter, x0_q4, x_step_q4, w, intermediate_height); in convolve() [all …]
|
/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 38 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_neon() 42 vpx_convolve8_vert_neon(temp + w * 3, w, dst, dst_stride, filter, x0_q4, in vpx_convolve8_neon() 48 const InterpKernel *filter, int x0_q4, in vpx_convolve8_avg_neon() argument 61 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_neon() 63 vpx_convolve8_avg_vert_neon(temp + w * 3, w, dst, dst_stride, filter, x0_q4, in vpx_convolve8_avg_neon()
|
D | highbd_vpx_convolve_neon.c | 18 const InterpKernel *filter, int x0_q4, in vpx_highbd_convolve8_neon() argument 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() 41 const InterpKernel *filter, int x0_q4, in vpx_highbd_convolve8_avg_neon() argument 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_convolve8_neon_asm.c | 25 ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, \ 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_scaled_convolve8_neon.c | 25 const int x0_q4, const int x_step_q4, const int w, const int h) { in scaledconvolve_horiz_w4() argument 33 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() 100 const int x0_q4, const int x_step_q4, const int w, const int h) { in scaledconvolve_horiz_w8() argument 110 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() 277 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_neon() argument 306 src_stride, temp, 64, filter, x0_q4, x_step_q4, w, in vpx_scaled_2d_neon() 310 src_stride, temp, 64, filter, x0_q4, x_step_q4, w, in vpx_scaled_2d_neon()
|
D | vpx_convolve_copy_neon.c | 18 const InterpKernel *filter, int x0_q4, in vpx_convolve_copy_neon() argument 22 (void)x0_q4; in vpx_convolve_copy_neon()
|
D | highbd_vpx_convolve_copy_neon.c | 18 const InterpKernel *filter, int x0_q4, in vpx_highbd_convolve_copy_neon() argument 22 (void)x0_q4; in vpx_highbd_convolve_copy_neon()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_mmi.c | 92 const InterpKernel *filter, int x0_q4, in convolve_horiz_mmi() argument 94 const int16_t *filter_x = filter[x0_q4]; in convolve_horiz_mmi() 259 const InterpKernel *filter, int x0_q4, in convolve_avg_horiz_mmi() argument 261 const int16_t *filter_x = filter[x0_q4]; in convolve_avg_horiz_mmi() 446 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve_avg_mmi() argument 451 (void)x0_q4; in vpx_convolve_avg_mmi() 509 const InterpKernel *x_filters, int x0_q4, in convolve_horiz() argument 515 int x_q4 = x0_q4; in convolve_horiz() 580 const InterpKernel *x_filters, int x0_q4, in convolve_avg_horiz() argument 586 int x_q4 = x0_q4; in convolve_avg_horiz() [all …]
|
D | convolve_common_dspr2.h | 27 const InterpKernel *filter, int x0_q4, 33 const InterpKernel *filter, int x0_q4, 39 const InterpKernel *filter, int x0_q4, 49 const InterpKernel *filter, int x0_q4,
|
D | convolve8_avg_dspr2.c | 338 const InterpKernel *filter, int x0_q4, in vpx_convolve8_avg_vert_dspr2() argument 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() 381 const InterpKernel *filter, int x0_q4, in vpx_convolve8_avg_dspr2() argument 396 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_dspr2() 399 vpx_convolve8_avg_vert(temp + 64 * 3, 64, dst, dst_stride, filter, x0_q4, in vpx_convolve8_avg_dspr2() 405 const InterpKernel *filter, int x0_q4, in vpx_convolve_avg_dspr2() argument 411 (void)x0_q4; in vpx_convolve_avg_dspr2()
|
D | convolve8_vert_dspr2.c | 321 const InterpKernel *filter, int x0_q4, in vpx_convolve8_vert_dspr2() argument 329 vpx_convolve2_vert_dspr2(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve8_vert_dspr2() 353 vpx_convolve8_vert_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve8_vert_dspr2()
|
D | convolve8_horiz_dspr2.c | 821 const InterpKernel *filter, int x0_q4, in vpx_convolve8_horiz_dspr2() argument 824 const int16_t *const filter_x = filter[x0_q4]; in vpx_convolve8_horiz_dspr2() 829 vpx_convolve2_horiz_dspr2(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve8_horiz_dspr2() 873 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_horiz_dspr2()
|
D | convolve8_avg_horiz_dspr2.c | 942 const InterpKernel *filter, int x0_q4, in vpx_convolve8_avg_horiz_dspr2() argument 945 const int16_t *const filter_x = filter[x0_q4]; in vpx_convolve8_avg_horiz_dspr2() 951 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_horiz_dspr2() 993 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_horiz_dspr2()
|
D | convolve2_vert_dspr2.c | 204 const InterpKernel *filter, int x0_q4, in vpx_convolve2_vert_dspr2() argument 232 vpx_convolve8_vert_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve2_vert_dspr2()
|
D | vpx_convolve8_msa.c | 545 int x0_q4, int32_t x_step_q4, int y0_q4, in vpx_convolve8_msa() argument 547 const int16_t *const filter_x = filter[x0_q4]; in vpx_convolve8_msa() 590 vpx_convolve8_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve8_msa() 596 vpx_convolve8_c(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, in vpx_convolve8_msa() 626 vpx_convolve8_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve8_msa() 855 const InterpKernel *x_filters, int x0_q4, in scaledconvolve_horiz_w4() argument 862 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() 887 const InterpKernel *x_filters, int x0_q4, in scaledconvolve_horiz_w8() argument 898 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() 923 const InterpKernel *x_filters, int x0_q4, in scaledconvolve_horiz_mul16() argument [all …]
|
D | convolve2_horiz_dspr2.c | 631 const InterpKernel *filter, int x0_q4, in vpx_convolve2_horiz_dspr2() argument 634 const int16_t *const filter_x = filter[x0_q4]; in vpx_convolve2_horiz_dspr2() 676 vpx_convolve8_horiz_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve2_horiz_dspr2()
|
D | convolve2_avg_horiz_dspr2.c | 754 const InterpKernel *filter, int x0_q4, in vpx_convolve2_avg_horiz_dspr2() argument 757 const int16_t *const filter_x = filter[x0_q4]; in vpx_convolve2_avg_horiz_dspr2() 797 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve2_avg_horiz_dspr2()
|
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 38 const InterpKernel *x_filters, int x0_q4, in convolve_horiz() argument 42 int x_q4 = x0_q4; in convolve_horiz() 90 const int x0_q4 = get_filter_offset(filter_x, filters_x); in aom_convolve8_horiz_c() local 95 convolve_horiz(src, src_stride, dst, dst_stride, filters_x, x0_q4, x_step_q4, in aom_convolve8_horiz_c() 150 const InterpKernel *x_filters, int x0_q4, in highbd_convolve_horiz() argument 156 int x_q4 = x0_q4; in highbd_convolve_horiz() 197 const int x0_q4 = get_filter_offset(filter_x, filters_x); in aom_highbd_convolve8_horiz_c() local 201 highbd_convolve_horiz(src, src_stride, dst, dst_stride, filters_x, x0_q4, in aom_highbd_convolve8_horiz_c()
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 36 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 37 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 40 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 41 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 44 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 45 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 48 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 49 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 52 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 53 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 36 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 37 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 40 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 41 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 44 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 45 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 48 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 49 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 52 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 53 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 36 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 37 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 38 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 41 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 42 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 43 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 46 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 47 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 48 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… 51 …ride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, in… [all …]
|