Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1959 int allocation_chunks; in define_gf_group() local
1994 allocation_chunks = (i * 100) + Boost; in define_gf_group()
2000 allocation_chunks /= 2; in define_gf_group()
2007 (double)allocation_chunks)); in define_gf_group()
2154 int allocation_chunks; in define_gf_group() local
2174 allocation_chunks = in define_gf_group()
2189 allocation_chunks = in define_gf_group()
2197 allocation_chunks /= 2; in define_gf_group()
2205 (double)allocation_chunks)); in define_gf_group()
2222 (double)allocation_chunks)); in define_gf_group()
[all …]
Dratectrl.c1057 int allocation_chunks = (frames_in_section * 100) + (Boost - 100); in calc_pframe_target_size() local
1066 allocation_chunks /= 2; in calc_pframe_target_size()
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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1667 int allocation_chunks; in define_gf_group() local
1677 allocation_chunks = ((rc->baseline_gf_interval + 1) * 100) + boost; in define_gf_group()
1679 allocation_chunks = (rc->baseline_gf_interval * 100) + (boost - 100); in define_gf_group()
1685 allocation_chunks /= divisor; in define_gf_group()
1691 (double)allocation_chunks)); in define_gf_group()
1703 (double)allocation_chunks)); in define_gf_group()
2104 int allocation_chunks; in find_next_key_frame() local
2132 allocation_chunks = ((rc->frames_to_key - 1) * 10) + kf_boost; in find_next_key_frame()
2134 allocation_chunks = ((rc->frames_to_key - 1) * 100) + kf_boost; in find_next_key_frame()
2141 allocation_chunks /= divisor; in find_next_key_frame()
[all …]