Searched refs:this_early_term (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 1290 unsigned int *sse_y, int *this_early_term, argument 1320 this_early_term, 1); 1331 best_early_term = *this_early_term; 1355 *this_early_term = best_early_term; 1688 int this_early_term = 0; local 1836 &this_early_term, use_model_yrd_large, &this_sse); 1845 &var_y, &sse_y, &this_early_term, 1862 if (!this_early_term) { 1894 if (!this_early_term && 1937 best_early_term = this_early_term;
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1484 int *this_early_term, int *flag_preduv_computed, in search_filter_ref() argument 1513 &pf_sse[filter], mi_row, mi_col, this_early_term, in search_filter_ref() 1526 best_early_term = *this_early_term; in search_filter_ref() 1554 *this_early_term = best_early_term; in search_filter_ref() 2040 int this_early_term = 0; in vp9_pick_inter_mode() local 2309 force_smooth_filter, &this_early_term, in vp9_pick_inter_mode() 2325 &this_early_term, flag_preduv_computed); in vp9_pick_inter_mode() 2340 if (!this_early_term) { in vp9_pick_inter_mode() 2370 if (!this_early_term && in vp9_pick_inter_mode() 2444 best_early_term = this_early_term; in vp9_pick_inter_mode()
|