Searched refs:active_end (Results 1 – 2 of 2) sorted by relevance
112 int row, col, active_end; in vp8_lookahead_push() local146 active_end = col; in vp8_lookahead_push()148 for (; active_end < mb_cols; ++active_end) in vp8_lookahead_push()150 if (!active_map[active_end]) in vp8_lookahead_push()158 (active_end - col) << 4); in vp8_lookahead_push()161 col = active_end; in vp8_lookahead_push()
97 int row, col, active_end; in vp9_lookahead_push() local131 active_end = col; in vp9_lookahead_push()133 for (; active_end < mb_cols; ++active_end) { in vp9_lookahead_push()134 if (!active_map[active_end]) in vp9_lookahead_push()142 (active_end - col) << 4); in vp9_lookahead_push()145 col = active_end; in vp9_lookahead_push()