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

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_convolve.c29 int x_q4 = x0_q4; local
31 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
32 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
37 x_q4 += x_step_q4;
51 int x_q4 = x0_q4; local
53 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
54 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
60 x_q4 += x_step_q4;
350 int x_q4 = x0_q4; local
352 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BIT
375 int x_q4 = x0_q4; local
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_8t_intrin_ssse3.c469 int x_q4 = x0_q4; local
473 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
474 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
475 if (x_q4 & SUBPEL_MASK) {
483 x_q4 += x_step_q4;
587 int x_q4 = x0_q4; local
591 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
592 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
593 if (x_q4 & SUBPEL_MASK) {
601 x_q4
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A 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,

Completed in 135 milliseconds