Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Daom_convolve.c42 int x_q4 = x0_q4; in convolve_horiz() local
44 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_horiz()
45 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz()
48 x_q4 += x_step_q4; in convolve_horiz()
156 int x_q4 = x0_q4; in highbd_convolve_horiz() local
158 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in highbd_convolve_horiz()
159 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_horiz()
162 x_q4 += x_step_q4; in highbd_convolve_horiz()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_scaled_convolve8_neon.c33 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() local
38 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w4()
39 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w4()
40 const int16x8_t filters = vld1q_s16(x_filters[x_q4 & SUBPEL_MASK]); in scaledconvolve_horiz_w4()
73 x_q4 += x_step_q4; in scaledconvolve_horiz_w4()
110 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() local
116 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w8()
118 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w8()
119 const int16x8_t filters = vld1q_s16(x_filters[x_q4 & SUBPEL_MASK]); in scaledconvolve_horiz_w8()
133 x_q4 += x_step_q4; in scaledconvolve_horiz_w8()
/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()
302 int x_q4 = x0_q4; in highbd_convolve_horiz() local
304 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.c197 int x_q4 = x0_q4; in convolve_horiz() local
199 convolve_line_h(dst + x, &src[x_q4 >> SUBPEL_BITS], in convolve_horiz()
200 x_filters[x_q4 & SUBPEL_MASK]); in convolve_horiz()
201 x_q4 += x_step_q4; in convolve_horiz()
216 int x_q4 = x0_q4; in convolve_avg_horiz() local
219 convolve_line_h(&v, &src[x_q4 >> SUBPEL_BITS], in convolve_avg_horiz()
220 x_filters[x_q4 & SUBPEL_MASK]); in convolve_avg_horiz()
222 x_q4 += x_step_q4; in convolve_avg_horiz()
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_mmi.c515 int x_q4 = x0_q4; in convolve_horiz() local
517 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_horiz()
518 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz()
522 x_q4 += x_step_q4; in convolve_horiz()
586 int x_q4 = x0_q4; in convolve_avg_horiz() local
588 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_avg_horiz()
589 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz()
594 x_q4 += x_step_q4; in convolve_avg_horiz()
Dvpx_convolve8_msa.c862 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() local
864 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w4()
865 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4()
867 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w4()
875 x_q4 += x_step_q4; in scaledconvolve_horiz_w4()
898 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() local
900 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w8()
901 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8()
903 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w8()
911 x_q4 += x_step_q4; in scaledconvolve_horiz_w8()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c101 const int x_q4 = x * (16 / factor) * src_w / dst_w + phase_scaler; in vp9_scale_and_extend_frame_c() local
108 x_q4 & 0xf, 16 * src_w / dst_w, y_q4 & 0xf, in vp9_scale_and_extend_frame_c()
Dvp9_encoder.c3058 const int x_q4 = x * (16 / factor) * src_w / dst_w + phase_scaler; local
3067 x_q4 & 0xf, 16 * src_w / dst_w, y_q4 & 0xf,
3072 x_q4 & 0xf, 16 * src_w / dst_w, y_q4 & 0xf,
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c785 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() local
789 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w8()
790 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8()
791 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w8()
799 x_q4 += x_step_q4; in scaledconvolve_horiz_w8()
860 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() local
864 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in scaledconvolve_horiz_w4()
865 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4()
866 if (x_q4 & SUBPEL_MASK) { in scaledconvolve_horiz_w4()
874 x_q4 += x_step_q4; in scaledconvolve_horiz_w4()
/external/libaom/libaom/av1/common/
Dconvolve.c1122 int x_q4 = x0_q4; in convolve_add_src_horiz_hip() local
1124 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_add_src_horiz_hip()
1125 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_add_src_horiz_hip()
1131 x_q4 += x_step_q4; in convolve_add_src_horiz_hip()
1204 int x_q4 = x0_q4; in highbd_convolve_add_src_horiz_hip() local
1206 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in highbd_convolve_add_src_horiz_hip()
1207 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_add_src_horiz_hip()
1213 x_q4 += x_step_q4; in highbd_convolve_add_src_horiz_hip()