Searched refs:ndi_max (Results 1 – 1 of 1) sorted by relevance
75 int ndi_max; in ec_laplace_encode() local76 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()