Home | History | Annotate | Download | only in src

Lines Matching refs:UCHAR

149   UCHAR  sourceStartBand;   /*!< first band in lowbands where to take the samples from */
150 UCHAR sourceStopBand; /*!< first band in lowbands which is not included in the patch anymore */
151 UCHAR guardStartBand; /*!< first band in highbands to be filled with zeros in order to
153 UCHAR targetStartBand; /*!< first band in highbands to be filled with whitened lowband signal */
154 UCHAR targetBandOffs; /*!< difference between 'startTargetBand' and 'startSourceBand' */
155 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */
172 UCHAR nCols; /*!< number subsamples of a codec frame */
173 UCHAR noOfPatches; /*!< number of patches */
174 UCHAR lbStartPatching; /*!< first band of lowbands that will be patched */
175 UCHAR lbStopPatching; /*!< first band that won't be patched anymore*/
176 UCHAR bwBorders[MAX_NUM_NOISE_VALUES]; /*!< spectral bands with different inverse filtering levels */
181 UCHAR overlap; /*!< Overlap size */
217 UCHAR *v_k_master,
222 UCHAR *noiseBandTable,
231 UCHAR highBandStartSb,
232 UCHAR *v_k_master,
233 UCHAR numMaster,
234 UCHAR *noiseBandTable,
235 UCHAR noNoiseBands,
236 UCHAR usb,