Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dencodeframe.c844 int tot_modes; in vp8_encode_frame() local
846 tot_modes = cpi->count_mb_ref_frame_usage[INTRA_FRAME] in vp8_encode_frame()
851 if (tot_modes) in vp8_encode_frame()
852 … cpi->this_frame_percent_intra = cpi->count_mb_ref_frame_usage[INTRA_FRAME] * 100 / tot_modes; in vp8_encode_frame()