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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_convolve.c28 int x_q4 = x0_q4; local
30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
31 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
36 x_q4 += x_step_q4;
50 int x_q4 = x0_q4; local
52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS];
53 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
59 x_q4 += x_step_q4;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1937 const int x_q4 = x * (16 / factor) * in_w / out_w; local
1946 vp9_sub_pel_filters_8[x_q4 & 0xf], 16 * in_w / out_w,

Completed in 315 milliseconds