Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c969 int bits_in_section = cpi->inter_frame_target * frames_in_section; in calc_pframe_target_size() local
980 if ((bits_in_section >> 7) > allocation_chunks) { in calc_pframe_target_size()
982 Boost * (bits_in_section / allocation_chunks); in calc_pframe_target_size()
985 (Boost * bits_in_section) / allocation_chunks; in calc_pframe_target_size()