Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c967 int frames_in_section = cpi->frames_till_gf_update_due + 1; in calc_pframe_target_size() local
968 int allocation_chunks = (frames_in_section * 100) + (Boost - 100); in calc_pframe_target_size()
969 int bits_in_section = cpi->inter_frame_target * frames_in_section; in calc_pframe_target_size()