Home
last modified time | relevance | path

Searched refs:coeff_diff (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dgenerate_fir_coeff.py90 coeff_diff = [(coeff_rounded - coeff) * delta variable
102 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
/external/libvpx/libvpx/test/
Dfdct8x8_test.cc363 const int coeff_diff = test_temp_block[j] - ref_temp_block[j]; in RunExtremalCheck() local
364 total_coeff_error += abs(coeff_diff); in RunExtremalCheck()