Home
last modified time | relevance | path

Searched refs:previous_frame_is_intra_only (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h173 uint8_t previous_frame_is_intra_only; member
Dvp9_speed_features.c806 if (svc->previous_frame_is_intra_only) { in set_rt_speed_feature_framesize_independent()
Dvp9_svc_layercontext.c53 svc->previous_frame_is_intra_only = 0; in vp9_init_layer_context()
Dvp9_ratectrl.c2246 if ((cm->current_video_frame == 0 && !svc->previous_frame_is_intra_only) || in vp9_rc_get_svc_params()
2250 !svc->previous_frame_is_intra_only && svc->spatial_layer_id == 0) || in vp9_rc_get_svc_params()
Dvp9_pickmode.c2070 if (svc->previous_frame_is_intra_only) { in vp9_pick_inter_mode()
2498 svc->previous_frame_is_intra_only) in vp9_pick_inter_mode()
Dvp9_encoder.c5359 cpi->svc.previous_frame_is_intra_only = cm->intra_only;