Home
last modified time | relevance | path

Searched refs:x_q4 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c29 int x_q4 = x0_q4; in convolve_horiz() local
31 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() local
53 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() local
352 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in highbd_convolve_horiz()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c469 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() local
473 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() local
591 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2596 const int x_q4 = x * (16 / factor) * src_w / dst_w; local
2607 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,