Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1646 cpi->twopass.gf_group_bits = 0; in define_gf_group()
1967 cpi->twopass.gf_group_bits = in define_gf_group()
1971 cpi->twopass.gf_group_bits = 0; in define_gf_group()
1974 cpi->twopass.gf_group_bits = in define_gf_group()
1975 (cpi->twopass.gf_group_bits < 0) in define_gf_group()
1977 : (cpi->twopass.gf_group_bits > cpi->twopass.kf_group_bits) in define_gf_group()
1979 : cpi->twopass.gf_group_bits; in define_gf_group()
1984 if (cpi->twopass.gf_group_bits > in define_gf_group()
1986 cpi->twopass.gf_group_bits = (int64_t)max_bits * cpi->baseline_gf_interval; in define_gf_group()
2048 (cpi->twopass.gf_group_bits / (double)allocation_chunks)); in define_gf_group()
[all …]
Donyx_int.h598 int64_t gf_group_bits; member
Donyx_if.c4580 cpi->twopass.gf_group_bits += in encode_frame_to_data_rate()
4583 if (cpi->twopass.gf_group_bits < 0) cpi->twopass.gf_group_bits = 0; in encode_frame_to_data_rate()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.h70 int64_t gf_group_bits);
Dpass2_strategy.c822 int64_t gf_group_bits, int gf_arf_bits, in allocate_gf_group_bits() argument
824 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits()
895 int64_t gf_group_bits, int gf_arf_bits, in allocate_gf_group_bits() argument
897 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits()
1564 int64_t gf_group_bits; in define_gf_group() local
1804 gf_group_bits = calculate_total_gf_group_bits(cpi, gf_stats.gf_group_err); in define_gf_group()
1805 rc->gf_group_bits = gf_group_bits; in define_gf_group()
1815 (int)(gf_group_bits / rc->baseline_gf_interval); in define_gf_group()
1871 gf_group_bits); in define_gf_group()
1880 int64_t gf_group_bits) { in av1_gop_bit_allocation() argument
[all …]
Dratectrl.h89 int64_t gf_group_bits; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2284 static void allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits, in allocate_gf_group_bits() argument
2296 int64_t total_group_bits = gf_group_bits; in allocate_gf_group_bits()
2671 int64_t gf_group_bits; in define_gf_group() local
2814 gf_group_bits = calculate_total_gf_group_bits(cpi, gf_group_err); in define_gf_group()
2833 const int vbr_group_bits_per_frame = (int)(gf_group_bits / gop_frames); in define_gf_group()
2863 rc->gfu_boost, gf_group_bits); in define_gf_group()
2872 allocate_gf_group_bits(cpi, gf_group_bits, gf_arf_bits); in define_gf_group()