Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1058 int bits_in_section = cpi->inter_frame_target * frames_in_section; in calc_pframe_target_size() local
1070 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()