Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1703 int mid_frame_idx; in allocate_gf_group_bits() local
1779 mid_frame_idx = frame_index + (rc->baseline_gf_interval >> 1) - 1; in allocate_gf_group_bits()
1804 if (frame_index <= mid_frame_idx) in allocate_gf_group_bits()
1834 gf_group->bit_allocation[mid_frame_idx] + mid_boost_bits; in allocate_gf_group_bits()
1835 gf_group->update_type[mid_frame_idx] = OVERLAY_UPDATE; in allocate_gf_group_bits()
1836 gf_group->bit_allocation[mid_frame_idx] = 0; in allocate_gf_group_bits()