Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1515 int f_frames, int b_frames, in calc_arf_boost() argument
1529 for (i = 0; i < f_frames; ++i) { in calc_arf_boost()
1598 if (arf_boost < ((b_frames + f_frames) * 20)) in calc_arf_boost()
1599 arf_boost = ((b_frames + f_frames) * 20); in calc_arf_boost()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1624 int f_frames, in calc_arf_boost() argument
1642 for ( i = 0; i < f_frames; i++ ) in calc_arf_boost()