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

  /external/aac/libSBRenc/src/
fram_gen.h 95 #define MAX_ENVELOPES_FIXVAR_VARFIX 4 /*!< worst case number of envelopes in VARFIX and FIXVAR frames */
101 FIXVAR, /*!< bs_frame_class: leading frame border is fixed, trailing frame border is variable */
136 FixVar | :<- ->:
163 FixVar | :<- ->:
199 INT bs_abs_bord; /*!< bs_abs_bord, absolute border for VARFIX and FIXVAR */
200 INT n; /*!< number of relative borders for VARFIX and FIXVAR */
203 INT v_f[MAX_ENVELOPES_FIXVAR_VARFIX]; /*!< envelope frequency resolutions for FIXVAR and VARFIX */
fram_gen.cpp 437 * transients) are handeled by [FIXVAR, VARFIX] pairs or (depending on
439 * by [FIXVAR, VARVAR, VARFIX] triples. "Tight transients" (in
444 * borders for [FIXVAR, VARFIX] pairs right away, where the first frame
500 if (tranFlag) { /* Always for FixVar, often but not always for VarVar */
538 case FIXVAR:
    [all...]
bit_sbr.cpp 645 case FIXVAR:
647 if (sbrEnvData->hSbrBSGrid->frameClass == FIXVAR)
    [all...]

Completed in 233 milliseconds