Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2155 int normal_frame_bits; in allocate_gf_group_bits() local
2233 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()
2234 last_frame_reduction = normal_frame_bits / 16; in allocate_gf_group_bits()
2235 last_frame_bits = normal_frame_bits - last_frame_reduction; in allocate_gf_group_bits()
2237 normal_frame_bits = (int)total_group_bits; in allocate_gf_group_bits()
2238 last_frame_bits = normal_frame_bits; in allocate_gf_group_bits()
2254 ? normal_frame_bits + last_frame_reduction in allocate_gf_group_bits()
2255 : normal_frame_bits; in allocate_gf_group_bits()