Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h479 int zeromv_count; member
Dratectrl.c1018 if (cpi->zeromv_count > (cpi->common.MBs >> 1)) { in calc_pframe_target_size()
Donyx_if.c1178 cpi->zeromv_count = 0; in vp8_alloc_compressor_data()
4315 cpi->zeromv_count = 0; in encode_frame_to_data_rate()
4321 cpi->zeromv_count++; in encode_frame_to_data_rate()
5010 cpi->lf_zeromv_pct = (cpi->zeromv_count * 100) / cm->MBs; in vp8_get_compressed_data()