Searched refs:x_q4 (Results 1 – 3 of 3) sorted by relevance
29 int x_q4 = x0_q4; in convolve_horiz() local31 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_horiz()32 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz()37 x_q4 += x_step_q4; in convolve_horiz()51 int x_q4 = x0_q4; in convolve_avg_horiz() local53 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_avg_horiz()54 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz()60 x_q4 += x_step_q4; in convolve_avg_horiz()350 int x_q4 = x0_q4; in highbd_convolve_horiz() local352 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in highbd_convolve_horiz()[all …]
469 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() local473 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w8()474 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8()475 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w8()483 x_q4 += x_step_q4; in scaledconvolve_horiz_w8()587 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() local591 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w4()592 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4()593 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w4()601 x_q4 += x_step_q4; in scaledconvolve_horiz_w4()
2596 const int x_q4 = x * (16 / factor) * src_w / dst_w; local2607 kernel[x_q4 & 0xf], 16 * src_w / dst_w,2612 kernel[x_q4 & 0xf], 16 * src_w / dst_w,2618 kernel[x_q4 & 0xf], 16 * src_w / dst_w,