Home
last modified time | relevance | path

Searched refs:active_end (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c112 int row, col, active_end; in vp8_lookahead_push() local
146 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c100 int row, col, active_end; in vp9_lookahead_push() local
151 active_end = col; in vp9_lookahead_push()
153 for (; active_end < mb_cols; ++active_end) { in vp9_lookahead_push()
154 if (!active_map[active_end]) in vp9_lookahead_push()
162 (active_end - col) << 4); in vp9_lookahead_push()
165 col = active_end; in vp9_lookahead_push()