Home
last modified time | relevance | path

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

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