Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c30 int x_q4 = x0_q4; in convolve_horiz() local
32 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_horiz()
33 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz()
37 x_q4 += x_step_q4; in convolve_horiz()
52 int x_q4 = x0_q4; in convolve_avg_horiz() local
54 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_avg_horiz()
55 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()
330 int x_q4 = x0_q4; in highbd_convolve_horiz() local
332 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in highbd_convolve_horiz()
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c192 int x_q4 = x0_q4; in convolve_horiz() local
194 convolve_line_h(dst + x, &src[x_q4 >> SUBPEL_BITS], in convolve_horiz()
195 x_filters[x_q4 & SUBPEL_MASK]); in convolve_horiz()
196 x_q4 += x_step_q4; in convolve_horiz()
211 int x_q4 = x0_q4; in convolve_avg_horiz() local
214 convolve_line_h(&v, &src[x_q4 >> SUBPEL_BITS], in convolve_avg_horiz()
215 x_filters[x_q4 & SUBPEL_MASK]); in convolve_avg_horiz()
217 x_q4 += x_step_q4; in convolve_avg_horiz()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c40 const int x_q4 = x * (16 / factor) * src_w / dst_w + phase_scaler; in vp9_scale_and_extend_frame_c() local
47 kernel[x_q4 & 0xf], 16 * src_w / dst_w, in vp9_scale_and_extend_frame_c()
Dvp9_encoder.c2743 const int x_q4 = x * (16 / factor) * src_w / dst_w + phase_scaler; local
2752 kernel[x_q4 & 0xf], 16 * src_w / dst_w,
2757 kernel[x_q4 & 0xf], 16 * src_w / dst_w,
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c456 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() local
460 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w8()
461 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8()
462 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w8()
470 x_q4 += x_step_q4; in scaledconvolve_horiz_w8()
574 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() local
578 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w4()
579 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4()
580 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w4()
588 x_q4 += x_step_q4; in scaledconvolve_horiz_w4()