Home
last modified time | relevance | path

Searched defs:b_frames (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1965 int f_frames, int b_frames, int avg_frame_qindex) { in compute_arf_boost()
2055 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost()
2764 const int b_frames = gop_coding_frames - 1; in define_gf_group() local
2777 const int b_frames = 0; in define_gf_group() local
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1516 static int calc_arf_boost(VP8_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c601 int offset, int f_frames, int b_frames, in av1_calc_arf_boost()