Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1772 cpi->twopass.gf_group_bits = 0; in define_gf_group()
2124 cpi->twopass.gf_group_bits = in define_gf_group()
2129 cpi->twopass.gf_group_bits = 0; in define_gf_group()
2131 cpi->twopass.gf_group_bits = in define_gf_group()
2132 (cpi->twopass.gf_group_bits < 0) in define_gf_group()
2134 : (cpi->twopass.gf_group_bits > cpi->twopass.kf_group_bits) in define_gf_group()
2135 ? cpi->twopass.kf_group_bits : cpi->twopass.gf_group_bits; in define_gf_group()
2140 if (cpi->twopass.gf_group_bits > in define_gf_group()
2142 cpi->twopass.gf_group_bits = in define_gf_group()
2204 (cpi->twopass.gf_group_bits / in define_gf_group()
[all …]
Donyx_int.h608 int64_t gf_group_bits; member
Donyx_if.c5014 cpi->twopass.gf_group_bits += cpi->this_frame_target - cpi->projected_frame_size; in encode_frame_to_data_rate()
5016 if (cpi->twopass.gf_group_bits < 0) in encode_frame_to_data_rate()
5017 cpi->twopass.gf_group_bits = 0 ; in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1682 static void allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits, in allocate_gf_group_bits() argument
1694 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits()
1881 int64_t gf_group_bits; in define_gf_group() local
2073 gf_group_bits = calculate_total_gf_group_bits(cpi, gf_group_err); in define_gf_group()
2083 (int)(gf_group_bits / rc->baseline_gf_interval); in define_gf_group()
2113 rc->gfu_boost, gf_group_bits); in define_gf_group()
2133 allocate_gf_group_bits(cpi, gf_group_bits, gf_group_error_left, gf_arf_bits); in define_gf_group()