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

  /external/libopus/celt/
rate.h 39 #define FINE_OFFSET 21
rate.c 221 /* Offset the number of fine bits by log2(N)/2 + FINE_OFFSET
223 offset = ((m->logN[j] + (i<<BITRES))>>1)-FINE_OFFSET;
452 /* Offset for the number of fine bits by log2(N)/2 + FINE_OFFSET
454 offset = (NClogN>>1)-den*FINE_OFFSET;

Completed in 63 milliseconds