Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c581 int scene_change_detected = in vp9_cyclic_refresh_setup() local
588 scene_change_detected) { in vp9_cyclic_refresh_setup()
593 if (cm->frame_type == KEY_FRAME || scene_change_detected) { in vp9_cyclic_refresh_setup()
Dvp9_pickmode.c1701 int scene_change_detected = in vp9_pick_inter_mode() local
2309 if (cpi->allow_encode_breakout && !xd->lossless && !scene_change_detected) { in vp9_pick_inter_mode()
2356 if (best_early_term && idx > 0 && !scene_change_detected) { in vp9_pick_inter_mode()
2399 (scene_change_detected && perform_intra_pred) || in vp9_pick_inter_mode()
Dvp9_encodeframe.c1264 int scene_change_detected = in choose_partitioning() local
1329 !scene_change_detected && in choose_partitioning()
1358 force_split[0] = scene_change_detected; in choose_partitioning()