Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Dlossy_comp_test.c67 static void smoothed_diff_int (int *data, unsigned int datalen) ;
1743 smoothed_diff_int (data, (unsigned int) datalen) ; in sdlcomp_test_int()
1744 smoothed_diff_int (smooth, (unsigned int) datalen) ; in sdlcomp_test_int()
1790 smoothed_diff_int (data, (unsigned int) (datalen / 7)) ; in sdlcomp_test_int()
1792 smoothed_diff_int (smooth, (unsigned int) (datalen / 7)) ; in sdlcomp_test_int()
2516 smoothed_diff_int (int *data, unsigned int datalen) in smoothed_diff_int() function