Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt_utils.h333 int eval_txfm = 1; in check_txfm_eval() local
362 if (skip_rd > rd_thresh) eval_txfm = 0; in check_txfm_eval()
363 return eval_txfm; in check_txfm_eval()
Dcompound_type.c1070 int eval_txfm = check_txfm_eval(x, bsize, ref_skip_rd, skip_rd_cur, in masked_compound_type_rd() local
1072 if (!eval_txfm) { in masked_compound_type_rd()
1345 int eval_txfm = 1; in av1_compound_type_rd() local
1350 eval_txfm = check_txfm_eval(x, bsize, ref_skip_rd, skip_rd, in av1_compound_type_rd()
1354 if (eval_txfm) { in av1_compound_type_rd()
1403 int eval_txfm = 1; in av1_compound_type_rd() local
1408 eval_txfm = check_txfm_eval(x, bsize, ref_skip_rd, skip_rd, in av1_compound_type_rd()
1412 if (eval_txfm) { in av1_compound_type_rd()
Drdopt.c1533 int eval_txfm = check_txfm_eval(x, bsize, ref_skip_rd[0], skip_rd, in motion_mode_rd() local
1535 if (!eval_txfm) continue; in motion_mode_rd()
4787 int eval_txfm = in av1_rd_pick_inter_mode_sb() local
4790 if (!eval_txfm) continue; in av1_rd_pick_inter_mode_sb()