Home
last modified time | relevance | path

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

/external/libvpx/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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1403 const int y_q4 = y * (16 / factor) * src_h / dst_h; in scale_and_extend_frame() local
1412 kernel[y_q4 & 0xf], 16 * src_h / dst_h, in scale_and_extend_frame()