OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:which_buffer
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/
temporal_filter.c
571
int
which_buffer
= start_frame - frame;
local
573
if (
which_buffer
< 0)
574
which_buffer
+= cpi->oxcf.lag_in_frames;
577
= &cpi->src_buffer[
which_buffer
].source_buffer;
onyx_if.c
4721
int
which_buffer
= cpi->source_encode_index - 1;
local
[
all
...]
Completed in 144 milliseconds