Searched refs:bits_in_section (Results 1 – 1 of 1) sorted by relevance
1066 int bits_in_section = cpi->inter_frame_target * frames_in_section; in calc_pframe_target_size() local1078 if ((bits_in_section >> 7) > allocation_chunks) in calc_pframe_target_size()1079 cpi->this_frame_target = Boost * (bits_in_section / allocation_chunks); in calc_pframe_target_size()1081 cpi->this_frame_target = (Boost * bits_in_section) / allocation_chunks; in calc_pframe_target_size()