Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.c97 int row, col, active_end; in vp9_lookahead_push() local
131 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()