Searched refs:bits_in_section (Results 1 – 1 of 1) sorted by relevance
1058 int bits_in_section = cpi->inter_frame_target * frames_in_section; in calc_pframe_target_size() local1070 if ((bits_in_section >> 7) > allocation_chunks) in calc_pframe_target_size()1071 cpi->this_frame_target = Boost * (bits_in_section / allocation_chunks); in calc_pframe_target_size()1073 cpi->this_frame_target = (Boost * bits_in_section) / allocation_chunks; in calc_pframe_target_size()