Home
last modified time | relevance | path

Searched refs:b_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
1568 for (i = -1; i >= -b_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.c1625 int b_frames, in calc_arf_boost() argument
1693 for ( i = -1; i >= -b_frames; i-- ) in calc_arf_boost()