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

/external/libvpx/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;
/external/chromium_org/third_party/libvpx/source/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;
348 int y_q4 = y0_q4; local
350 const uint16_t *src_y = &src[(y_q4 >> SUBPEL_BIT
374 int y_q4 = y0_q4; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1456 const int y_q4 = y * (16 / factor) * src_h / dst_h; local
1465 kernel[y_q4 & 0xf], 16 * src_h / dst_h,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1862 const int y_q4 = y * (16 / factor) * in_h / out_h; local
1871 vp9_sub_pel_filters_8[y_q4 & 0xf], 16 * in_h / out_h,

Completed in 1884 milliseconds