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

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c387 int tot_mbs = cpi->recent_ref_frame_usage[INTRA_FRAME] + local
395 if (tot_mbs) {
398 100 / tot_mbs;
893 int tot_mbs = cpi->recent_ref_frame_usage[INTRA_FRAME] + local
901 if (tot_mbs) {
904 100 / tot_mbs;

Completed in 67 milliseconds