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()
367 int y_qn = subpel_y_qn; in highbd_vfilter8() local
368 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in highbd_vfilter8()
369 const int16_t *src_y = src + (y_qn >> SCALE_SUBPEL_BITS); in highbd_vfilter8()
370 const int filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in highbd_vfilter8()
/external/libaom/libaom/av1/common/
Dconvolve.c500 int y_qn = subpel_y_qn; in av1_convolve_2d_scale_c() local
501 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_convolve_2d_scale_c()
502 const int16_t *src_y = &src_vert[(y_qn >> SCALE_SUBPEL_BITS) * im_stride]; in av1_convolve_2d_scale_c()
503 const int y_filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_convolve_2d_scale_c()
985 int y_qn = subpel_y_qn; in av1_highbd_convolve_2d_scale_c() local
986 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_highbd_convolve_2d_scale_c()
987 const int16_t *src_y = &src_vert[(y_qn >> SCALE_SUBPEL_BITS) * im_stride]; in av1_highbd_convolve_2d_scale_c()
988 const int y_filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_highbd_convolve_2d_scale_c()