Home
last modified time | relevance | path

Searched defs:y_filter (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c425 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4() local
458 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8() local
512 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w16() local
/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c78 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert() local
101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert() local
351 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert() local
375 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_avg_vert() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_msa.c961 uint8_t *dst, const int16_t *y_filter) { in filter_vert_w4_msa()
1004 uint8_t *dst, const int16_t *y_filter) { in filter_vert_w8_msa()
1045 uint8_t *dst, const int16_t *y_filter, in filter_vert_mul_w16_msa()
1110 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4() local
1134 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8() local
1157 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_mul16() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c235 const int16_t *const y_filter) { in convolve_line_v()