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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_extend.c63 const int el_y = 16; local
74 const int el_uv = el_y >> uv_width_subsampling;
93 et_y, el_y, eb_y, er_y);
112 const int el_y = srcx ? 0 : dst->border; local
121 const int el_uv = ROUND_POWER_OF_TWO(el_y, 1);
132 et_y, el_y, eb_y, er_y);

Completed in 39 milliseconds