Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg72x.c53 static const char LogTable256[] = variable
82 r = (t = tt >> 8) ? 24 + LogTable256[t] : 16 + LogTable256[tt]; in log2plus1()
86 r = (t = v >> 8) ? 8 + LogTable256[t] : LogTable256[v]; in log2plus1()