Home
last modified time | relevance | path

Searched refs:high_num_blocks_with_motion (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h150 int high_num_blocks_with_motion; member
Dvp9_ratectrl.h178 int high_num_blocks_with_motion; member
Dvp9_ratectrl.c396 rc->high_num_blocks_with_motion = 0; in vp9_rc_init()
2933 rc->high_num_blocks_with_motion = 0; in vp9_scene_detection_onepass()
3055 rc->high_num_blocks_with_motion = 1; in vp9_scene_detection_onepass()
Dvp9_speed_features.c813 (svc->high_num_blocks_with_motion || svc->last_layer_dropped[0])) { in set_rt_speed_feature_framesize_independent()
Dvp9_pickmode.c2408 !svc->high_num_blocks_with_motion) { in vp9_pick_inter_mode()
2422 (scene_change_detected || svc->high_num_blocks_with_motion) && in vp9_pick_inter_mode()
2577 (!scene_change_detected && !svc->high_num_blocks_with_motion)) in vp9_pick_inter_mode()
Dvp9_svc_layercontext.c945 svc->high_num_blocks_with_motion = 0; in vp9_one_pass_cbr_svc_start_layer()
Dvp9_encoder.c3996 svc->high_num_blocks_with_motion = cpi->rc.high_num_blocks_with_motion;
Dvp9_encodeframe.c1490 cpi->svc.high_num_blocks_with_motion && !x->zero_temp_sad_source && in choose_partitioning()