Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h89 int current_superframe; member
Dvp9_noise_estimate.c128 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
150 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
Dvp9_svc_layercontext.c38 svc->current_superframe = 0; in vp9_init_layer_context()
377 ++cpi->svc.current_superframe; in vp9_inc_frame_in_layer()
Dvp9_encoder.c2934 svc->ref_frame_index[cpi->lst_fb_idx] = svc->current_superframe;
2935 svc->ref_frame_index[cpi->gld_fb_idx] = svc->current_superframe;
2936 svc->ref_frame_index[cpi->alt_fb_idx] = svc->current_superframe;
2939 svc->ref_frame_index[cpi->lst_fb_idx] = svc->current_superframe;
2941 svc->ref_frame_index[cpi->gld_fb_idx] = svc->current_superframe;
2943 svc->ref_frame_index[cpi->alt_fb_idx] = svc->current_superframe;
3521 cpi->svc.current_superframe < 1)) ||
Dvp9_ratectrl.c1673 (cpi->svc.current_superframe % cpi->oxcf.key_freq == 0) && in vp9_rc_get_svc_params()