Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c60 lc->current_video_frame_in_layer = 0; in vp9_init_layer_context()
352 ++lc->current_video_frame_in_layer; in vp9_inc_frame_in_layer()
392 cpi->svc.number_temporal_layers].current_video_frame_in_layer % 4; in set_flags_and_fb_idx_for_temporal_mode3()
478 cpi->svc.number_temporal_layers].current_video_frame_in_layer & 1; in set_flags_and_fb_idx_for_temporal_mode2()
604 while ((lc->current_video_frame_in_layer % count) != 0) { in vp9_svc_start_frame()
619 if (lc->current_video_frame_in_layer == 0) { in vp9_svc_start_frame()
Dvp9_svc_layercontext.h34 unsigned int current_video_frame_in_layer; member
Dvp9_firstpass.c569 cpi->refresh_golden_frame = (lc->current_video_frame_in_layer == 0); in vp9_first_pass()
574 if (lc->current_video_frame_in_layer == 0) in vp9_first_pass()
757 (lc != NULL && lc->current_video_frame_in_layer > 0)) { in vp9_first_pass()
817 (lc != NULL && lc->current_video_frame_in_layer > 1)) in vp9_first_pass()
2597 lc->current_video_frame_in_layer); in vp9_rc_get_second_pass_params()
2643 (lc != NULL && lc->current_video_frame_in_layer == 0)) { in vp9_rc_get_second_pass_params()
Dvp9_ratectrl.c1551 lc->current_video_frame_in_layer = 0; in reset_temporal_layer_to_zero()