Searched refs:frames_since_key_thresh (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c891 int frames_since_key_thresh = 1; local
902 frames_since_key_thresh = cpi->svc.number_spatial_layers << 1;
904 if (cpi->rc.frames_since_key > frames_since_key_thresh && svc_copy_allowed &&

Completed in 64 milliseconds