Searched refs:gf_arf_bits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1392 double group_error, int gf_arf_bits) {
1434 gf_group->bit_allocation[0] = gf_arf_bits;
1447 total_group_bits -= gf_arf_bits;
1453 gf_group->bit_allocation[alt_frame_index] = gf_arf_bits;
1585 int gf_arf_bits; local
1754 gf_arf_bits = calculate_boost_bits(rc->baseline_gf_interval,
1776 allocate_gf_group_bits(cpi, gf_group_bits, gf_group_error_left, gf_arf_bits);
1391 allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits, double group_error, int gf_arf_bits) argument

Completed in 77 milliseconds