Home
last modified time | relevance | path

Searched refs:best_early_term (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c1306 int best_early_term = 0; local
1331 best_early_term = *this_early_term;
1354 this_rdc->skip = (best_skip || best_early_term);
1355 *this_early_term = best_early_term;
1505 int best_early_term = 0; local
1937 best_early_term = this_early_term;
1951 if (best_early_term && idx > 0) {
1996 if (bsize >= BLOCK_32X32) best_early_term = 0;
2000 (perform_intra_pred && !best_early_term &&
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1501 int best_early_term = 0; in search_filter_ref() local
1526 best_early_term = *this_early_term; in search_filter_ref()
1554 *this_early_term = best_early_term; in search_filter_ref()
1733 int best_early_term = 0; in vp9_pick_inter_mode() local
2444 best_early_term = this_early_term; in vp9_pick_inter_mode()
2466 if (best_early_term && idx > 0 && !scene_change_detected && in vp9_pick_inter_mode()