Home | History | Annotate | Download | only in src

Lines Matching refs:UCHAR

125   UCHAR kx_last;        /**< Xover frequency of last frame */
126 UCHAR pvc_mode_last; /**< PVC mode of last frame */
127 UCHAR Esg_slot_index; /**< Ring buffer index to current Esg time slot */
128 UCHAR pvcBorder0; /**< Start SBR time slot of PVC frame */
136 UCHAR pvc_mode; /**< PVC mode 1 or 2, 0 means legacy SBR */
137 UCHAR pvcBorder0; /**< Start SBR time slot of PVC frame */
138 UCHAR kx; /**< Index of the first QMF subband in the SBR range */
139 UCHAR RATE; /**< Number of QMF subband samples per time slot (2 or 4) */
140 UCHAR ns; /**< Number of time slots for time-domain smoothing of Esg(ksg,t) */
141 const UCHAR
143 UCHAR pastEsgSlotsAvail; /**< Number of past Esg(ksg,t) which are available
152 UCHAR nbHigh; /**< Number of grouped QMF subbands in the SBR range */
154 const UCHAR *pPVCTab1; /**< PVC mode 1 table */
155 const UCHAR *pPVCTab2; /**< PVC mode 2 table */
156 const UCHAR *pPVCTab1_dp; /**< Mapping of pvcID to PVC mode 1 table */
177 PVC_DYNAMIC_DATA *pPvcDynamicData, const UCHAR pvcMode,
178 const UCHAR ns, const int RATE, const int kx,
179 const int pvcBorder0, const UCHAR *pPvcID);