Searched refs:gf_group_bits (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1655 cpi->twopass.gf_group_bits = 0; in define_gf_group() 1976 cpi->twopass.gf_group_bits = in define_gf_group() 1980 cpi->twopass.gf_group_bits = 0; in define_gf_group() 1983 cpi->twopass.gf_group_bits = in define_gf_group() 1984 (cpi->twopass.gf_group_bits < 0) in define_gf_group() 1986 : (cpi->twopass.gf_group_bits > cpi->twopass.kf_group_bits) in define_gf_group() 1988 : cpi->twopass.gf_group_bits; in define_gf_group() 1993 if (cpi->twopass.gf_group_bits > in define_gf_group() 1995 cpi->twopass.gf_group_bits = (int64_t)max_bits * cpi->baseline_gf_interval; in define_gf_group() 2057 (cpi->twopass.gf_group_bits / (double)allocation_chunks)); in define_gf_group() [all …]
|
D | onyx_int.h | 593 int64_t gf_group_bits; member
|
D | onyx_if.c | 4564 cpi->twopass.gf_group_bits += in encode_frame_to_data_rate() 4567 if (cpi->twopass.gf_group_bits < 0) cpi->twopass.gf_group_bits = 0; in encode_frame_to_data_rate()
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 573 AV1_COMP *cpi, int64_t gf_group_bits, double group_error, int gf_arf_bits, in allocate_gf_group_bits() argument 581 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits() 769 int64_t gf_group_bits; in define_gf_group() local 1014 gf_group_bits = calculate_total_gf_group_bits(cpi, gf_group_err); in define_gf_group() 1024 (int)(gf_group_bits / rc->baseline_gf_interval); in define_gf_group() 1052 gf_group_bits); in define_gf_group() 1075 allocate_gf_group_bits(cpi, gf_group_bits, gf_group_error_left, gf_arf_bits, in define_gf_group()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2244 static void allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits, in allocate_gf_group_bits() argument 2256 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits() 2447 int64_t gf_group_bits; in define_gf_group() local 2653 gf_group_bits = calculate_total_gf_group_bits(cpi, gf_group_err); in define_gf_group() 2662 (int)(gf_group_bits / rc->baseline_gf_interval); in define_gf_group() 2694 rc->gfu_boost, gf_group_bits); in define_gf_group() 2703 allocate_gf_group_bits(cpi, gf_group_bits, gf_arf_bits); in define_gf_group()
|