Searched refs:x_q4 (Results 1 – 2 of 2) sorted by relevance
28 int x_q4 = x0_q4; in convolve_horiz() local30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_horiz()31 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz()36 x_q4 += x_step_q4; in convolve_horiz()50 int x_q4 = x0_q4; in convolve_avg_horiz() local52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_avg_horiz()53 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz()59 x_q4 += x_step_q4; in convolve_avg_horiz()
1937 const int x_q4 = x * (16 / factor) * in_w / out_w; in scale_and_extend_frame() local1946 vp9_sub_pel_filters_8[x_q4 & 0xf], 16 * in_w / out_w, in scale_and_extend_frame()