Home
last modified time | relevance | path

Searched refs:tot_modes (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c1018 int tot_modes; in vp8_encode_frame() local
1020 tot_modes = cpi->mb.count_mb_ref_frame_usage[INTRA_FRAME] in vp8_encode_frame()
1025 if (tot_modes) in vp8_encode_frame()
1027 cpi->mb.count_mb_ref_frame_usage[INTRA_FRAME] * 100 / tot_modes; in vp8_encode_frame()