Searched refs:y_filter (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 78 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() 379 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert() local 382 sum += src_y[k * src_stride] * y_filter[k]; in highbd_convolve_vert() 403 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_avg_vert() local 406 sum += src_y[k * src_stride] * y_filter[k]; in highbd_convolve_avg_vert()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 650 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4() local 653 filter_vert_w4_ssse3(src_y, src_stride, &dst[y * dst_stride], y_filter); in scaledconvolve_vert_w4() 712 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8() local 714 filter_vert_w8_ssse3(src_y, src_stride, &dst[y * dst_stride], y_filter); in scaledconvolve_vert_w8() 803 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w16() local 805 filter_vert_w16_ssse3(src_y, src_stride, &dst[y * dst_stride], y_filter, in scaledconvolve_vert_w16()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 241 const int16_t *const y_filter) { in convolve_line_v() argument 250 const int16x8_t f = vec_vsx_ld(0, y_filter); in convolve_line_v()
|