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.c1656 cpi->twopass.gf_group_bits = 0; in define_gf_group()
1975 cpi->twopass.gf_group_bits = in define_gf_group()
1979 cpi->twopass.gf_group_bits = 0; in define_gf_group()
1982 cpi->twopass.gf_group_bits = in define_gf_group()
1983 (cpi->twopass.gf_group_bits < 0) in define_gf_group()
1985 : (cpi->twopass.gf_group_bits > cpi->twopass.kf_group_bits) in define_gf_group()
1987 : cpi->twopass.gf_group_bits; in define_gf_group()
1992 if (cpi->twopass.gf_group_bits > in define_gf_group()
1994 cpi->twopass.gf_group_bits = (int64_t)max_bits * cpi->baseline_gf_interval; in define_gf_group()
2056 (cpi->twopass.gf_group_bits / (double)allocation_chunks)); in define_gf_group()
[all …]
Donyx_int.h588 int64_t gf_group_bits; member
Donyx_if.c4602 cpi->twopass.gf_group_bits += in encode_frame_to_data_rate()
4605 if (cpi->twopass.gf_group_bits < 0) cpi->twopass.gf_group_bits = 0; in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2136 static void allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits, in allocate_gf_group_bits() argument
2147 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits()
2360 int64_t gf_group_bits; in define_gf_group() local
2568 gf_group_bits = calculate_total_gf_group_bits(cpi, gf_group_err); in define_gf_group()
2577 (int)(gf_group_bits / rc->baseline_gf_interval); in define_gf_group()
2603 gf_group_bits); in define_gf_group()
2609 allocate_gf_group_bits(cpi, gf_group_bits, gf_arf_bits); in define_gf_group()