Home
last modified time | relevance | path

Searched refs:f_frames (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c409 static int calc_arf_boost(AV1_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() argument
423 for (i = 0; i < f_frames; ++i) { in calc_arf_boost()
490 if (arf_boost < ((b_frames + f_frames) * 20)) in calc_arf_boost()
491 arf_boost = ((b_frames + f_frames) * 20); in calc_arf_boost()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1951 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost() argument
1964 for (i = 0; i < f_frames; ++i) { in calc_arf_boost()
2024 if (arf_boost < ((b_frames + f_frames) * 40)) in calc_arf_boost()
2025 arf_boost = ((b_frames + f_frames) * 40); in calc_arf_boost()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1525 static int calc_arf_boost(VP8_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() argument
1540 for (i = 0; i < f_frames; ++i) { in calc_arf_boost()