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

  /external/aac/libSBRenc/src/
fram_gen.h 94 #define MAX_ENVELOPES_VARVAR MAX_ENVELOPES /*!< worst case number of envelopes in a VARVAR frame */
103 VARVAR /*!< bs_frame_class: leading and trailing frame borders are variable */
138 VarVar :<- ->: :<- ->:
165 VarVar :<- ->: :<- ->:
205 INT bs_abs_bord_0; /*!< bs_abs_bord_0, leading absolute border for VARVAR */
206 INT bs_abs_bord_1; /*!< bs_abs_bord_1, trailing absolute border for VARVAR */
207 INT bs_num_rel_0; /*!< bs_num_rel_0, number of relative borders associated with leading absolute border for VARVAR */
208 INT bs_num_rel_1; /*!< bs_num_rel_1, number of relative borders associated with trailing absolute border for VARVAR */
209 INT bs_rel_bord_0[MAX_NUM_REL]; /*!< bs_rel_bord_0, relative borders associated with leading absolute border for VARVAR */
210 INT bs_rel_bord_1[MAX_NUM_REL]; /*!< bs_rel_bord_1, relative borders associated with trailing absolute border for VARVAR */
    [all...]
fram_gen.cpp 439 * by [FIXVAR, VARVAR, VARFIX] triples. "Tight transients" (in
440 * consecutive frames) are handeled by [..., VARVAR, VARVAR, ...]
500 if (tranFlag) { /* Always for FixVar, often but not always for VarVar */
592 case VARVAR:
    [all...]
bit_sbr.cpp 669 case VARVAR:
    [all...]

Completed in 171 milliseconds