Home
last modified time | relevance | path

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

/external/libopus/celt/
Dlaplace.c75 int ndi_max; in ec_laplace_encode() local
76 ndi_max = (32768-fl+LAPLACE_MINP-1)>>LAPLACE_LOG_MINP; in ec_laplace_encode()
77 ndi_max = (ndi_max-s)>>1; in ec_laplace_encode()
78 di = IMIN(val - i, ndi_max - 1); in ec_laplace_encode()