Searched defs:still_interval (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c1458 int still_interval,
1478 for ( j = 0; j < still_interval; j++ )
1491 if ( j == still_interval )
1455 detect_transition_to_still( VP8_COMP *cpi, int frame_interval, int still_interval, double loop_decay_rate, double decay_accumulator ) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1124 int frame_interval, int still_interval,
1136 for (j = 0; j < still_interval; ++j) {
1146 return j == still_interval;
1123 detect_transition_to_still(const TWO_PASS *twopass, int frame_interval, int still_interval, double loop_decay_rate, double last_decay_rate) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1458 int still_interval,
1478 for ( j = 0; j < still_interval; j++ )
1491 if ( j == still_interval )
1455 detect_transition_to_still( VP8_COMP *cpi, int frame_interval, int still_interval, double loop_decay_rate, double decay_accumulator ) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1061 int frame_interval, int still_interval,
1077 for (j = 0; j < still_interval; ++j) {
1088 if (j == still_interval)
1060 detect_transition_to_still(struct twopass_rc *twopass, int frame_interval, int still_interval, double loop_decay_rate, double last_decay_rate) argument

Completed in 88 milliseconds