/external/libaom/libaom/av1/common/x86/ |
D | av1_convolve_horiz_rs_sse4.c | 27 const int16_t *x_filters, int x0_qn, in av1_convolve_horiz_rs_sse4_1() argument 55 &x_filters[x_filter_idx0 * UPSCALE_NORMATIVE_TAPS]; in av1_convolve_horiz_rs_sse4_1() 57 &x_filters[x_filter_idx1 * UPSCALE_NORMATIVE_TAPS]; in av1_convolve_horiz_rs_sse4_1() 59 &x_filters[x_filter_idx2 * UPSCALE_NORMATIVE_TAPS]; in av1_convolve_horiz_rs_sse4_1() 61 &x_filters[x_filter_idx3 * UPSCALE_NORMATIVE_TAPS]; in av1_convolve_horiz_rs_sse4_1() 135 int h, const int16_t *x_filters, in av1_highbd_convolve_horiz_rs_sse4_1() argument 165 &x_filters[x_filter_idx0 * UPSCALE_NORMATIVE_TAPS]; in av1_highbd_convolve_horiz_rs_sse4_1() 167 &x_filters[x_filter_idx1 * UPSCALE_NORMATIVE_TAPS]; in av1_highbd_convolve_horiz_rs_sse4_1() 169 &x_filters[x_filter_idx2 * UPSCALE_NORMATIVE_TAPS]; in av1_highbd_convolve_horiz_rs_sse4_1() 171 &x_filters[x_filter_idx3 * UPSCALE_NORMATIVE_TAPS]; in av1_highbd_convolve_horiz_rs_sse4_1()
|
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 38 const InterpKernel *x_filters, int x0_q4, in convolve_horiz() argument 45 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz() 150 const InterpKernel *x_filters, int x0_q4, in highbd_convolve_horiz() argument 159 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_horiz()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 24 const InterpKernel *x_filters, int x0_q4, in convolve_horiz() argument 33 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz() 46 const InterpKernel *x_filters, int x0_q4, in convolve_avg_horiz() argument 55 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz() 296 const InterpKernel *x_filters, int x0_q4, in highbd_convolve_horiz() argument 305 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_horiz() 318 const InterpKernel *x_filters, int x0_q4, in highbd_convolve_avg_horiz() argument 327 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_avg_horiz()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_scaled_convolve8_neon.c | 24 const ptrdiff_t dst_stride, const InterpKernel *const x_filters, in scaledconvolve_horiz_w4() argument 40 const int16x8_t filters = vld1q_s16(x_filters[x_q4 & SUBPEL_MASK]); in scaledconvolve_horiz_w4() 99 const ptrdiff_t dst_stride, const InterpKernel *const x_filters, in scaledconvolve_horiz_w8() argument 119 const int16x8_t filters = vld1q_s16(x_filters[x_q4 & SUBPEL_MASK]); in scaledconvolve_horiz_w8()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 190 const InterpKernel *x_filters, in convolve_horiz() argument 200 x_filters[x_q4 & SUBPEL_MASK]); in convolve_horiz() 210 ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, in convolve_avg_horiz() argument 220 x_filters[x_q4 & SUBPEL_MASK]); in convolve_avg_horiz()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_mmi.c | 509 const InterpKernel *x_filters, int x0_q4, in convolve_horiz() argument 518 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz() 580 const InterpKernel *x_filters, int x0_q4, in convolve_avg_horiz() argument 589 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz()
|
D | vpx_convolve8_msa.c | 855 const InterpKernel *x_filters, int x0_q4, in scaledconvolve_horiz_w4() argument 865 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4() 887 const InterpKernel *x_filters, int x0_q4, in scaledconvolve_horiz_w8() argument 901 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8() 923 const InterpKernel *x_filters, int x0_q4, in scaledconvolve_horiz_mul16() argument 939 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_mul16()
|
/external/libaom/libaom/test/ |
D | av1_horz_only_frame_superres_test.cc | 252 int h, const int16_t *x_filters, 307 int h, const int16_t *x_filters,
|
/external/libaom/libaom/av1/common/ |
D | convolve.c | 28 const int16_t *x_filters, int x0_qn, in av1_convolve_horiz_rs_c() argument 39 &x_filters[x_filter_idx * UPSCALE_NORMATIVE_TAPS]; in av1_convolve_horiz_rs_c() 53 const int16_t *x_filters, int x0_qn, in av1_highbd_convolve_horiz_rs_c() argument 64 &x_filters[x_filter_idx * UPSCALE_NORMATIVE_TAPS]; in av1_highbd_convolve_horiz_rs_c() 1116 const InterpKernel *x_filters, int x0_q4, in convolve_add_src_horiz_hip() argument 1125 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_add_src_horiz_hip() 1198 ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, in highbd_convolve_add_src_horiz_hip() argument 1207 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_add_src_horiz_hip()
|
D | av1_rtcd_defs.pl | 90 … src_stride, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int … 94 …src_stride, uint16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int …
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 773 const InterpKernel *const x_filters, in scaledconvolve_horiz_w8() argument 790 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8() 852 const InterpKernel *const x_filters, in scaledconvolve_horiz_w4() argument 865 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4()
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 125 … src_stride, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int … 194 …src_stride, uint16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int …
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 125 … src_stride, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int … 197 …src_stride, uint16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int …
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 125 … src_stride, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int … 194 …src_stride, uint16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int …
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 125 … src_stride, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int … 200 …src_stride, uint16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int …
|