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

  /external/chromium_org/third_party/opus/src/celt/
laplace.c 37 #define LAPLACE_LOG_MINP (0)
38 #define LAPLACE_MINP (1<<LAPLACE_LOG_MINP)
76 ndi_max = (32768-fl+LAPLACE_MINP-1)>>LAPLACE_LOG_MINP;
119 di = (fm-fl)>>(LAPLACE_LOG_MINP+1);
  /external/libopus/celt/
laplace.c 37 #define LAPLACE_LOG_MINP (0)
38 #define LAPLACE_MINP (1<<LAPLACE_LOG_MINP)
76 ndi_max = (32768-fl+LAPLACE_MINP-1)>>LAPLACE_LOG_MINP;
119 di = (fm-fl)>>(LAPLACE_LOG_MINP+1);

Completed in 189 milliseconds