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.c1770 cpi->twopass.gf_group_bits = 0; in define_gf_group()
2122 cpi->twopass.gf_group_bits = in define_gf_group()
2127 cpi->twopass.gf_group_bits = 0; in define_gf_group()
2129 cpi->twopass.gf_group_bits = in define_gf_group()
2130 (cpi->twopass.gf_group_bits < 0) in define_gf_group()
2132 : (cpi->twopass.gf_group_bits > cpi->twopass.kf_group_bits) in define_gf_group()
2133 ? cpi->twopass.kf_group_bits : cpi->twopass.gf_group_bits; in define_gf_group()
2138 if (cpi->twopass.gf_group_bits > in define_gf_group()
2140 cpi->twopass.gf_group_bits = in define_gf_group()
2202 (cpi->twopass.gf_group_bits / in define_gf_group()
[all …]
Donyx_int.h598 int64_t gf_group_bits; member
Donyx_if.c4648 cpi->twopass.gf_group_bits += cpi->this_frame_target - cpi->projected_frame_size; in encode_frame_to_data_rate()
4650 if (cpi->twopass.gf_group_bits < 0) in encode_frame_to_data_rate()
4651 cpi->twopass.gf_group_bits = 0 ; in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1372 static void allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits, in allocate_gf_group_bits() argument
1383 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits()
1544 int64_t gf_group_bits; in define_gf_group() local
1557 gf_group_bits = 0; in define_gf_group()
1707 gf_group_bits = calculate_total_gf_group_bits(cpi, gf_group_err); in define_gf_group()
1719 boost, gf_group_bits); in define_gf_group()
1740 allocate_gf_group_bits(cpi, gf_group_bits, gf_group_error_left, gf_arf_bits); in define_gf_group()