Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c3643 int gop_show_frames; in vp9_get_coding_frame_num() local
3679 gop_show_frames = gop_coding_frames - use_alt_ref; in vp9_get_coding_frame_num()
3680 rc.frames_to_key -= gop_show_frames; in vp9_get_coding_frame_num()
3681 rc.frames_since_key += gop_show_frames; in vp9_get_coding_frame_num()
3682 show_idx += gop_show_frames; in vp9_get_coding_frame_num()
3683 coding_frame_num += gop_show_frames + use_alt_ref; in vp9_get_coding_frame_num()