Home | History | Annotate | Download | only in src

Lines Matching defs:SIDE

121  *  Describe additional PCE height information for front, side and back channel
129 UCHAR num_side_height_channel_elements[2]; /*!< Number of side channel
142 UCHAR num_side_channel_elements; /*!< Number of side channel elements. */
185 * The following arrays provide information on how many front, side and back
195 * The mode identifier is followed by the number of front, side, back, and LFE
203 side and back elements
205 following order: normal height (front, side, back, LFE), top height (front,
206 side, back), bottom height (front, side, back).
211 * - 0 elements are side channel elements.
362 enum elementDepth { FRONT, SIDE, BACK } elDepth;
391 4); /* No Side Channel Elements */
414 * may have front, side and back channels. We need to know where each
454 /* assign cpe and tag information to either front, side or back channels */
473 elDepth = SIDE;
479 elDepth = SIDE;
485 elDepth = SIDE;
498 case SIDE:
516 /* Write side channel isCpe and tags */
579 /* side channel height information */
630 bits += 4 + 4 + 4 + 2; /* No (front + side + back + lfe channel) elements */