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

  /external/aac/libFDK/src/
dct.cpp 270 int ld2_length; local
275 ld2_length = DFRACT_BITS-1-fNormz((FIXP_DBL)length) - 1;
278 switch ( (length) >> (ld2_length-1) ) {
281 *sin_step = 1<<(9 - ld2_length);
282 *twiddle = windowSlopes[0][0][ld2_length-1];
286 *sin_step = 1<<(8 - ld2_length);
287 *twiddle = windowSlopes[0][1][ld2_length];
FDK_tools_rom.cpp 1216 int raster, ld2_length; local
    [all...]

Completed in 344 milliseconds