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

  /external/aac/libSBRdec/src/
env_extr.h 209 UCHAR smoothingLength; /*!< Smoothing of gains over time (0: on 1: off) */
env_extr.cpp 212 hHeaderData->bs_data.smoothingLength = 1;
320 pBsData->smoothingLength = FDKreadBits (hBs, 1);
326 pBsData->smoothingLength = 1;
    [all...]
env_calc.cpp 647 smooth_length = (1 - hHeaderData->bs_data.smoothingLength) << 2; /* can become either 0 or 4 */
    [all...]

Completed in 74 milliseconds