OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_end
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
lookahead.c
112
int row, col,
active_end
;
local
146
active_end
= col;
148
for (;
active_end
< mb_cols; ++
active_end
)
150
if (!active_map[
active_end
])
158
(
active_end
- col) << 4);
161
col =
active_end
;
/external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c
92
int row, col,
active_end
;
local
126
active_end
= col;
128
for (;
active_end
< mb_cols; ++
active_end
) {
129
if (!active_map[
active_end
])
137
(
active_end
- col) << 4);
140
col =
active_end
;
Completed in 214 milliseconds