• Home
  • Raw
  • Download

Lines Matching refs:UINT

108                                            UINT value,  in FDKsbrEnc_WriteBits_ps()
109 const UINT numberOfBits) { in FDKsbrEnc_WriteBits_ps()
129 static const UINT iidDeltaFreqCoarse_Length[] = {
132 static const UINT iidDeltaFreqCoarse_Code[] = {
140 static const UINT iidDeltaFreqFine_Length[] = {
145 static const UINT iidDeltaFreqFine_Code[] = {
159 static const UINT iidDeltaTimeCoarse_Length[] = {
162 static const UINT iidDeltaTimeCoarse_Code[] = {
170 static const UINT iidDeltaTimeFine_Length[] = {
175 static const UINT iidDeltaTimeFine_Code[] = {
191 static const UINT iccDeltaFreq_Length[] = {14, 14, 12, 10, 7, 5, 3, 1,
193 static const UINT iccDeltaFreq_Code[] = {
199 static const UINT iccDeltaTime_Length[] = {14, 13, 11, 9, 7, 5, 3, 1,
201 static const UINT iccDeltaTime_Code[] = {
209 static const UINT ipdDeltaFreq_Length[] = {1, 3, 4, 4, 4, 4, 4, 4};
210 static const UINT ipdDeltaFreq_Code[] = {0x00000001, 0000000000, 0x00000006,
215 static const UINT ipdDeltaTime_Length[] = {1, 3, 4, 5, 5, 4, 4, 3};
216 static const UINT ipdDeltaTime_Code[] = {0x00000001, 0x00000002, 0x00000002,
223 static const UINT opdDeltaFreq_Length[] = {1, 3, 4, 4, 5, 5, 4, 3};
224 static const UINT opdDeltaFreq_Code[] = {
230 static const UINT opdDeltaTime_Length[] = {1, 3, 4, 5, 5, 4, 4, 3};
231 static const UINT opdDeltaTime_Code[] = {0x00000001, 0x00000002, 0x00000001,
264 const INT nBands, const UINT *codeTable, in encodeDeltaFreq()
265 const UINT *lengthTable, const INT tableOffset, in encodeDeltaFreq()
287 const UINT *codeTable, const UINT *lengthTable, in encodeDeltaTime()
310 const UINT *codeTable; in FDKsbrEnc_EncodeIid()
311 const UINT *lengthTable; in FDKsbrEnc_EncodeIid()
369 const UINT *codeTable; in FDKsbrEnc_EncodeIcc()
370 const UINT *lengthTable; in FDKsbrEnc_EncodeIcc()
400 const UINT *codeTable; in FDKsbrEnc_EncodeIpd()
401 const UINT *lengthTable; in FDKsbrEnc_EncodeIpd()
431 const UINT *codeTable; in FDKsbrEnc_EncodeOpd()
432 const UINT *lengthTable; in FDKsbrEnc_EncodeOpd()