Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h190 unsigned int pred_sse; member
280 unsigned int pred_sse[REF_FRAMES]; member
Drdopt.c2045 if (plane == 0) x->pred_sse[ref] = (unsigned int)AOMMIN(sse, UINT_MAX); in model_rd_for_sb()
2845 if (plane == 0) x->pred_sse[ref] = (unsigned int)AOMMIN(sse, UINT_MAX); in model_rd_for_sb_with_dnn()
2950 if (plane == 0) x->pred_sse[ref] = (unsigned int)AOMMIN(sse, UINT_MAX); in model_rd_for_sb_with_surffit()
3056 if (plane == 0) x->pred_sse[ref] = (unsigned int)AOMMIN(sse, UINT_MAX); in model_rd_for_sb_with_curvfit()
6067 if (plane == 0) x->pred_sse[ref] = (unsigned int)AOMMIN(sse, UINT_MAX); in model_rd_for_sb_with_fullrdy()
7195 x->nmv_vec_cost, x->mv_cost_stack, &dis, &x->pred_sse[ref], NULL, in single_motion_search()
7221 x->mv_cost_stack, &dis, &x->pred_sse[ref], NULL, NULL, 0, 0, in single_motion_search()
7232 x->nmv_vec_cost, x->mv_cost_stack, &dis, &x->pred_sse[ref], NULL, in single_motion_search()
7241 x->nmv_vec_cost, x->mv_cost_stack, &dis, &x->pred_sse[ref], 0, in single_motion_search()
8574 unsigned int pred_sse) { in save_interp_filter_search_stat() argument
[all …]
Dmcomp.c3137 x->nmv_vec_cost, x->mv_cost_stack, &not_used, &x->pred_sse[ref], NULL, in av1_simple_motion_search()
3144 x->nmv_vec_cost, x->mv_cost_stack, &not_used, &x->pred_sse[ref], NULL, in av1_simple_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h106 unsigned int pred_sse[MAX_REF_FRAMES]; member
Dvp9_rdopt.c183 x->pred_sse[ref] = 0; in model_rd_for_sb()
234 if (i == 0) x->pred_sse[ref] += sse; in model_rd_for_sb()
2016 &x->pred_sse[mi->ref_frame[0]], NULL, pw, ph, in rd_pick_best_sub8x8_mode()
2544 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref], NULL, pw, ph, in single_motion_search()
3219 for (i = 0; i < MAX_REF_FRAMES; ++i) x->pred_sse[i] = INT_MAX; in vp9_rd_pick_inter_mode_sb()
3630 best_pred_sse = x->pred_sse[ref_frame]; in vp9_rd_pick_inter_mode_sb()
3861 for (i = 0; i < MAX_REF_FRAMES; ++i) x->pred_sse[i] = INT_MAX; in vp9_rd_pick_inter_mode_sb_seg_skip()
Dvp9_pickmode.c250 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref], NULL, 0, 0, in combined_motion_search()
1544 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref_frame], NULL, 0, 0, in search_new_mv()
2772 &x->pred_sse[ref_frame], NULL, 0, 0, in vp9_pick_inter_mode_sub8x8()