Searched defs:mb_col_end (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2117 int mb_col_end = local
2124 for (c = mb_col; c < mb_col_end; c++) {
2135 if (c != mb_col_end - 1) {
2207 int mb_col_end = local
2213 for (c = mb_col; c < mb_col_end; c++) {

Completed in 273 milliseconds