Searched refs:active_end (Results 1 – 2 of 2) sorted by relevance
95 int row, col, active_end; in vp8_lookahead_push() local122 active_end = col; in vp8_lookahead_push()124 for (; active_end < mb_cols; ++active_end) { in vp8_lookahead_push()125 if (!active_map[active_end]) break; in vp8_lookahead_push()130 16, (active_end - col) << 4); in vp8_lookahead_push()133 col = active_end; in vp8_lookahead_push()
98 int row, col, active_end; in vp9_lookahead_push() local149 active_end = col; in vp9_lookahead_push()151 for (; active_end < mb_cols; ++active_end) { in vp9_lookahead_push()152 if (!active_map[active_end]) break; in vp9_lookahead_push()157 16, (active_end - col) << 4); in vp9_lookahead_push()160 col = active_end; in vp9_lookahead_push()