Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dratectrl.c988 int bits_in_section = cpi->inter_frame_target * frames_in_section; in calc_pframe_target_size() local
999 if ((bits_in_section >> 7) > allocation_chunks) { in calc_pframe_target_size()
1001 Boost * (bits_in_section / allocation_chunks); in calc_pframe_target_size()
1004 (Boost * bits_in_section) / allocation_chunks; in calc_pframe_target_size()