Home
last modified time | relevance | path

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

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