Searched refs:y_qn (Results 1 – 2 of 2) sorted by relevance
136 int y_qn = subpel_y_qn; in vfilter8() local137 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() local369 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()
497 int y_qn = subpel_y_qn; in av1_convolve_2d_scale_c() local498 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() local1000 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()