Searched refs:coeff_diff (Results 1 – 2 of 2) sorted by relevance
90 coeff_diff = [(coeff_rounded - coeff) * delta variable102 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
363 const int coeff_diff = test_temp_block[j] - ref_temp_block[j]; in RunExtremalCheck() local364 total_coeff_error += abs(coeff_diff); in RunExtremalCheck()