Home
last modified time | relevance | path

Searched refs:y_filter (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c78 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert() local
81 sum += src_y[k * src_stride] * y_filter[k]; in convolve_vert()
101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert() local
104 sum += src_y[k * src_stride] * y_filter[k]; in convolve_avg_vert()
404 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert() local
407 sum += src_y[k * src_stride] * y_filter[k]; in highbd_convolve_vert()
430 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_avg_vert() local
433 sum += src_y[k * src_stride] * y_filter[k]; in highbd_convolve_avg_vert()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c663 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4() local
666 filter_vert_w4_ssse3(src_y, src_stride, &dst[y * dst_stride], y_filter); in scaledconvolve_vert_w4()
725 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8() local
727 filter_vert_w8_ssse3(src_y, src_stride, &dst[y * dst_stride], y_filter); in scaledconvolve_vert_w8()
816 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w16() local
818 filter_vert_w16_ssse3(src_y, src_stride, &dst[y * dst_stride], y_filter, in scaledconvolve_vert_w16()