Home
last modified time | relevance | path

Searched refs:frame_max_bits (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c344 static int frame_max_bits(VP8_COMP *cpi) in frame_max_bits() function
1762 int max_bits = frame_max_bits(cpi); /* Max for a single frame */ in define_gf_group()
2366 int max_bits = frame_max_bits(cpi); /* Max for a single frame */ in assign_std_frame_bits()
2895 int max_bits = frame_max_bits(cpi); in find_next_key_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c277 static int frame_max_bits(const RATE_CONTROL *rc, in frame_max_bits() function
1629 const int max_bits = frame_max_bits(rc, &cpi->oxcf); in calculate_total_gf_group_bits()
1698 const int max_bits = frame_max_bits(&cpi->rc, &cpi->oxcf); in allocate_gf_group_bits()
2412 const int max_bits = frame_max_bits(rc, &cpi->oxcf); in find_next_key_frame()