Searched refs:x_qn (Results 1 – 3 of 3) sorted by relevance
38 int x_qn = x0_qn; in av1_convolve_horiz_rs_sse4_1() local39 for (int x = 0; x < w; x += 4, x_qn += 4 * x_step_qn) { in av1_convolve_horiz_rs_sse4_1()41 ((x_qn + 0 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()43 ((x_qn + 1 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()45 ((x_qn + 2 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()47 ((x_qn + 3 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()72 &src_y[(x_qn + 0 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()74 &src_y[(x_qn + 1 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()76 &src_y[(x_qn + 2 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()78 &src_y[(x_qn + 3 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()[all …]
35 int x_qn = subpel_x_qn; in hfilter8() local36 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in hfilter8()37 const uint8_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); in hfilter8()38 const int filter_idx = (x_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in hfilter8()273 int x_qn = subpel_x_qn; in highbd_hfilter8() local274 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in highbd_hfilter8()275 const uint16_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); in highbd_hfilter8()276 const int filter_idx = (x_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in highbd_hfilter8()
32 int x_qn = x0_qn; in av1_convolve_horiz_rs_c() local34 const uint8_t *const src_x = &src[x_qn >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_c()36 (x_qn & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_c()44 x_qn += x_step_qn; in av1_convolve_horiz_rs_c()57 int x_qn = x0_qn; in av1_highbd_convolve_horiz_rs_c() local59 const uint16_t *const src_x = &src[x_qn >> RS_SCALE_SUBPEL_BITS]; in av1_highbd_convolve_horiz_rs_c()61 (x_qn & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_highbd_convolve_horiz_rs_c()69 x_qn += x_step_qn; in av1_highbd_convolve_horiz_rs_c()478 int x_qn = subpel_x_qn; in av1_convolve_2d_scale_c() local479 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in av1_convolve_2d_scale_c()[all …]