Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Dlossy_comp_test.c66 static void smoothed_diff_short (short *data, unsigned int datalen) ;
1525 smoothed_diff_short (data, (unsigned int) datalen) ; in sdlcomp_test_short()
1526 smoothed_diff_short (smooth, (unsigned int) datalen) ; in sdlcomp_test_short()
1566 smoothed_diff_short (data, (unsigned int) (datalen / 7)) ; in sdlcomp_test_short()
1568 smoothed_diff_short (smooth, (unsigned int) (datalen / 7)) ; in sdlcomp_test_short()
2502 smoothed_diff_short (short *data, unsigned int datalen) in smoothed_diff_short() function