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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h34 unsigned int current_video_frame_in_layer; member in struct:__anon11984
H A Dvp9_svc_layercontext.c72 lc->current_video_frame_in_layer = 0;
374 ++lc->current_video_frame_in_layer;
418 .current_video_frame_in_layer %
522 .current_video_frame_in_layer &
699 while ((lc->current_video_frame_in_layer % count) != 0) {
714 if (lc->current_video_frame_in_layer == 0) {
839 lc->current_video_frame_in_layer = 0;
H A Dvp9_firstpass.c1068 (lc != NULL && lc->current_video_frame_in_layer > 0)) {
1127 (lc != NULL && lc->current_video_frame_in_layer > 1)) &&
1402 cpi->refresh_golden_frame = (lc->current_video_frame_in_layer == 0);
1407 if (lc->current_video_frame_in_layer == 0) cpi->ref_frame_flags = 0;
3110 (lc != NULL && lc->current_video_frame_in_layer == 0)) {
3113 ((lc != NULL) ? lc->current_video_frame_in_layer

Completed in 63 milliseconds