Searched refs:luma_mul (Results 1 – 1 of 1) sorted by relevance
356 const int luma_mul[5] = { INT_MAX, 32, 29, 20, 17 }; in check_txfm_eval() local357 int mul_factor = is_luma_only ? luma_mul[level] : 16; in check_txfm_eval()