Searched refs:x_q4 (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_scaled_convolve8_neon.c33 int x_q4 = x0_q4; local
38 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
39 if (x_q4 & SUBPEL_MASK) {
40 const int16x8_t filters = vld1q_s16(x_filters[x_q4 & SUBPEL_MASK]);
73 x_q4 += x_step_q4;
110 int x_q4 = x0_q4; local
116 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
118 if (x_q4 & SUBPEL_MASK) {
119 const int16x8_t filters = vld1q_s16(x_filters[x_q4 & SUBPEL_MASK]);
133 x_q4
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_frame_scale.c101 const int x_q4 = x * (16 / factor) * src_w / dst_w + phase_scaler; local
108 x_q4 & 0xf, 16 * src_w / dst_w, y_q4 & 0xf,
H A Dvp9_encoder.c2685 const int x_q4 = x * (16 / factor) * src_w / dst_w + phase_scaler; local
2694 x_q4 & 0xf, 16 * src_w / dst_w, y_q4 & 0xf,
2699 x_q4 & 0xf, 16 * src_w / dst_w, y_q4 & 0xf,
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_convolve.c30 int x_q4 = x0_q4; local
32 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
33 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
37 x_q4 += x_step_q4;
52 int x_q4 = x0_q4; local
54 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
55 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
60 x_q4 += x_step_q4;
302 int x_q4 = x0_q4; local
304 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BIT
324 int x_q4 = x0_q4; local
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_8t_intrin_ssse3.c283 int x_q4 = x0_q4; local
287 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
288 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
289 if (x_q4 & SUBPEL_MASK) {
297 x_q4 += x_step_q4;
358 int x_q4 = x0_q4; local
362 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
363 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
364 if (x_q4 & SUBPEL_MASK) {
372 x_q4
[all...]
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dvpx_convolve_vsx.c186 int x_q4 = x0_q4; local
188 convolve_line_h(dst + x, &src[x_q4 >> SUBPEL_BITS],
189 x_filters[x_q4 & SUBPEL_MASK]);
190 x_q4 += x_step_q4;
205 int x_q4 = x0_q4; local
208 convolve_line_h(&v, &src[x_q4 >> SUBPEL_BITS],
209 x_filters[x_q4 & SUBPEL_MASK]);
211 x_q4 += x_step_q4;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvpx_convolve8_msa.c862 int x_q4 = x0_q4; local
864 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
865 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
867 if (x_q4 & SUBPEL_MASK) {
875 x_q4 += x_step_q4;
898 int x_q4 = x0_q4; local
900 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
901 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
903 if (x_q4 & SUBPEL_MASK) {
911 x_q4
935 int x_q4 = x0_q4; local
[all...]

Completed in 200 milliseconds