Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c136 int y_qn = subpel_y_qn; in vfilter8() local
137 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in vfilter8()
138 const int16_t *src_y = src + (y_qn >> SCALE_SUBPEL_BITS); in vfilter8()
139 const int filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in vfilter8()
368 int y_qn = subpel_y_qn; in highbd_vfilter8() local
369 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in highbd_vfilter8()
370 const int16_t *src_y = src + (y_qn >> SCALE_SUBPEL_BITS); in highbd_vfilter8()
371 const int filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in highbd_vfilter8()
/external/libaom/libaom/av1/common/
Dconvolve.c497 int y_qn = subpel_y_qn; in av1_convolve_2d_scale_c() local
498 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_convolve_2d_scale_c()
499 const int16_t *src_y = &src_vert[(y_qn >> SCALE_SUBPEL_BITS) * im_stride]; in av1_convolve_2d_scale_c()
500 const int y_filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_convolve_2d_scale_c()
999 int y_qn = subpel_y_qn; in av1_highbd_convolve_2d_scale_c() local
1000 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_highbd_convolve_2d_scale_c()
1001 const int16_t *src_y = &src_vert[(y_qn >> SCALE_SUBPEL_BITS) * im_stride]; in av1_highbd_convolve_2d_scale_c()
1002 const int y_filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_highbd_convolve_2d_scale_c()