Home
last modified time | relevance | path

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

/external/libopus/celt/
Dlaplace.c37 #define LAPLACE_LOG_MINP (0) macro
38 #define LAPLACE_MINP (1<<LAPLACE_LOG_MINP)
76 ndi_max = (32768-fl+LAPLACE_MINP-1)>>LAPLACE_LOG_MINP; in ec_laplace_encode()
119 di = (fm-fl)>>(LAPLACE_LOG_MINP+1); in ec_laplace_decode()