Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeframe.c997 int tot_modes; in vp8_encode_frame() local
999 tot_modes = cpi->mb.count_mb_ref_frame_usage[INTRA_FRAME] in vp8_encode_frame()
1004 if (tot_modes) in vp8_encode_frame()
1006 cpi->mb.count_mb_ref_frame_usage[INTRA_FRAME] * 100 / tot_modes; in vp8_encode_frame()