Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dgop_structure.c121 int f_frames, int b_frames) { in set_params_for_internal_arfs()
218 int b_frames[2] = { m1 - start, m2 - (m + 1) }; in set_multi_layer_params_for_fp() local
H A Dpass2_strategy.c667 int offset, int f_frames, int b_frames, in av1_calc_arf_boost()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1983 int f_frames, int b_frames, int avg_frame_qindex) { in compute_arf_boost()
2073 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost()
2936 const int b_frames = gop_coding_frames - 1; in define_gf_group() local
2949 const int b_frames = 0; in define_gf_group() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dfirstpass.c1483 static int calc_arf_boost(VP8_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost()