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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_convolve.c74 int y_q4 = y0_q4; local
76 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
77 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
82 y_q4 += y_step_q4;
97 int y_q4 = y0_q4; local
99 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
100 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
106 y_q4 += y_step_q4;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1938 const int y_q4 = y * (16 / factor) * in_h / out_h; local
1947 vp9_sub_pel_filters_8[y_q4 & 0xf], 16 * in_h / out_h,

Completed in 58 milliseconds