Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c95 int row, col, active_end; in vp8_lookahead_push() local
122 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c93 int row, col, active_end; in vp9_lookahead_push() local
140 active_end = col; in vp9_lookahead_push()
142 for (; active_end < mb_cols; ++active_end) { in vp9_lookahead_push()
143 if (!active_map[active_end]) break; in vp9_lookahead_push()
148 16, (active_end - col) << 4); in vp9_lookahead_push()
151 col = active_end; in vp9_lookahead_push()