HomeSort by relevance Sort by last modified time
    Searched refs:coeff_diff (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/fonts/
generate_fir_coeff.py 102 coeff_diff = [(coeff_rounded - coeff) * delta
114 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
  /external/skqp/tools/
generate_fir_coeff.py 90 coeff_diff = [(coeff_rounded - coeff) * delta
102 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
  /external/libvpx/libvpx/test/
fdct8x8_test.cc 358 const int coeff_diff = test_temp_block[j] - ref_temp_block[j]; local
359 total_coeff_error += abs(coeff_diff);

Completed in 131 milliseconds