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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_extend.c67 const int eb_y = MAX(ALIGN_POWER_OF_TWO(src->y_width, 6) - src->y_width, local
75 const int eb_uv = eb_y >> uv_height_subsampling;
93 et_y, el_y, eb_y, er_y);
113 const int eb_y = srcy + srch != src->y_height ? 0 : local
122 const int eb_uv = ROUND_POWER_OF_TWO(eb_y, 1);
132 et_y, el_y, eb_y, er_y);

Completed in 26 milliseconds