OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stats_in_end
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
89
if (cpi->twopass.stats_in >= cpi->twopass.
stats_in_end
)
106
if ( &fps_ptr[offset] >= cpi->twopass.
stats_in_end
)
121
if (cpi->twopass.stats_in >= cpi->twopass.
stats_in_end
)
[
all
...]
onyx_int.h
571
FIRSTPASS_STATS *stats_in, *
stats_in_end
, *stats_in_start;
member in struct:VP8_COMP::twopass_rc
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
88
if (cpi->twopass.stats_in >= cpi->twopass.
stats_in_end
)
103
if (&fps_ptr[offset] >= cpi->twopass.
stats_in_end
)
115
if (cpi->twopass.stats_in >= cpi->twopass.
stats_in_end
)
[
all
...]
vp9_onyx_int.h
546
FIRSTPASS_STATS *stats_in, *
stats_in_end
, *stats_in_start;
member in struct:VP9_COMP::twopass_rc
vp9_onyx_if.c
[
all
...]
Completed in 111 milliseconds