Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c72 lc->current_video_frame_in_layer = 0; in vp9_init_layer_context()
374 ++lc->current_video_frame_in_layer; in vp9_inc_frame_in_layer()
418 .current_video_frame_in_layer % in set_flags_and_fb_idx_for_temporal_mode3()
522 .current_video_frame_in_layer & in set_flags_and_fb_idx_for_temporal_mode2()
699 while ((lc->current_video_frame_in_layer % count) != 0) { in vp9_svc_start_frame()
714 if (lc->current_video_frame_in_layer == 0) { in vp9_svc_start_frame()
839 lc->current_video_frame_in_layer = 0; in vp9_svc_reset_key_frame()
Dvp9_svc_layercontext.h34 unsigned int current_video_frame_in_layer; member
Dvp9_firstpass.c1068 (lc != NULL && lc->current_video_frame_in_layer > 0)) { in vp9_first_pass_encode_tile_mb_row()
1127 (lc != NULL && lc->current_video_frame_in_layer > 1)) && in vp9_first_pass_encode_tile_mb_row()
1402 cpi->refresh_golden_frame = (lc->current_video_frame_in_layer == 0); in vp9_first_pass()
1407 if (lc->current_video_frame_in_layer == 0) cpi->ref_frame_flags = 0; in vp9_first_pass()
3110 (lc != NULL && lc->current_video_frame_in_layer == 0)) { in vp9_rc_get_second_pass_params()
3113 ((lc != NULL) ? lc->current_video_frame_in_layer in vp9_rc_get_second_pass_params()