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

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3329 int min_consec_zero_last = 10; local
3344 if (cpi->consec_zero_last[index] >= min_consec_zero_last) {
3374 // as ZERO LAST min_consec_zero_last frames in a row.
3376 int min_consec_zero_last = 12 / cpi->oxcf.number_of_layers; local
3401 // been encoded as ZEROMV LAST at least min_consec_zero_last least frames in
3408 if (cpi->consec_zero_last[index] >= min_consec_zero_last) {

Completed in 36 milliseconds