Lines Matching refs:SCHAR
118 static SCHAR decode_huff_cw( in decode_huff_cw()
124 SCHAR index = 0; in decode_huff_cw()
146 static SCHAR limitMinMax(SCHAR i, SCHAR min, SCHAR max) { in limitMinMax()
167 SCHAR enable, SCHAR *aIndex, /*!< ICC/IID parameters */ in deltaDecodeArray()
168 SCHAR *aPrevFrameIndex, /*!< ICC/IID parameters of previous frame */ in deltaDecodeArray()
169 SCHAR DtDf, UCHAR nrElements, /*!< as conveyed in bitstream */ in deltaDecodeArray()
172 SCHAR minIdx, SCHAR maxIdx) { in deltaDecodeArray()
209 static void map34IndexTo20(SCHAR *aIndex, /*!< decoded ICC/IID parameters */ in map34IndexTo20()
284 SCHAR *aPrevIidIndex; in DecodePs()
285 SCHAR *aPrevIccIndex; in DecodePs()
457 SCHAR dtFlag; in ReadPsData()
460 SCHAR bEnableHeader; in ReadPsData()
474 bEnableHeader = (SCHAR)FDKreadBits(hBitBuf, 1); in ReadPsData()
540 dtFlag = (SCHAR)FDKreadBits(hBitBuf, 1); in ReadPsData()
563 dtFlag = (SCHAR)FDKreadBits(hBitBuf, 1); in ReadPsData()