Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1956 int arf_show_idx, int f_frames, int b_frames, in compute_arf_boost()
2046 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost()
2719 const int b_frames = gop_coding_frames - 1; in define_gf_group() local
2732 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()