Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c40 #define coefs4_check(i) ((i) < num_coefs)
44 #define coefs4_check(i) 1 macro
66 fm1 = coefs4_check(i) && pos > 0 ? coefs[pos - 1] * multiplier : 0; in prepare_coefs()