HomeSort by relevance Sort by last modified time
    Searched refs:ndi_max (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
laplace.c 75 int ndi_max; local
76 ndi_max = (32768-fl+LAPLACE_MINP-1)>>LAPLACE_LOG_MINP;
77 ndi_max = (ndi_max-s)>>1;
78 di = IMIN(val - i, ndi_max - 1);
  /external/libopus/celt/
laplace.c 75 int ndi_max; local
76 ndi_max = (32768-fl+LAPLACE_MINP-1)>>LAPLACE_LOG_MINP;
77 ndi_max = (ndi_max-s)>>1;
78 di = IMIN(val - i, ndi_max - 1);

Completed in 77 milliseconds