Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c137 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
161 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
Dvp9_svc_layercontext.h114 int current_superframe; member
Dvp9_svc_layercontext.c47 svc->current_superframe = 0; in vp9_init_layer_context()
422 ++cpi->svc.current_superframe; in vp9_inc_frame_in_layer()
Dvp9_ratectrl.c279 svc->current_superframe > 0) { in update_buffer_level_svc_preencode()
2174 (svc->current_superframe % cpi->oxcf.key_freq == 0) && in vp9_rc_get_svc_params()
2792 (cpi->use_svc && cpi->svc.current_superframe == 0)) in vp9_scene_detection_onepass()
Dvp9_encoder.c3758 svc->current_superframe < 1)) ||