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

/external/libvpx/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;
/external/chromium_org/third_party/libvpx/source/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;
297 int x_q4 = x0_q4; local
299 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BIT
322 int x_q4 = x0_q4; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1455 const int x_q4 = x * (16 / factor) * src_w / dst_w; local
1464 kernel[x_q4 & 0xf], 16 * src_w / dst_w,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1861 const int x_q4 = x * (16 / factor) * in_w / out_w; local
1870 vp9_sub_pel_filters_8[x_q4 & 0xf], 16 * in_w / out_w,

Completed in 645 milliseconds