Home | History | Annotate | Download | only in aacdec

Lines Matching full:mask_present

75     mask_present = 0    (no Mid/Side mixed)
78 -1 (invalid mask_present read from bitstream)
93 bitstream. If the mask_present field is equal to 2, the mask bits is set to
94 1 for the entire frame. If mask_present has a value of 0, the function
95 returns 0, If mask_present is set to 1, the Mid/Side(MS) information is
96 read from the input stream. When mask_present is 3, an error code (-1) is
146 mask_present = mask present information
148 SWITCH (mask_present)
203 mask_present = -1
207 RETURN mask_present
265 Int mask_present;
277 mask_present =
282 switch (mask_present)
367 mask_present = MASK_ERROR;
380 } /* switch (mask_present) */
382 return mask_present;