Searched refs:suffixLength (Results 1 – 2 of 2) sorted by relevance
757 u32 i, tmp, totalCoeff, trailingOnes, suffixLength, levelPrefix; in h264bsdDecodeResidualBlockCavlc() local807 suffixLength = 1; in h264bsdDecodeResidualBlockCavlc()809 suffixLength = 0; in h264bsdDecodeResidualBlockCavlc()820 tmp = suffixLength; in h264bsdDecodeResidualBlockCavlc()823 tmp = suffixLength ? suffixLength : 4; in h264bsdDecodeResidualBlockCavlc()830 if (!suffixLength) in h264bsdDecodeResidualBlockCavlc()831 suffixLength = 1; in h264bsdDecodeResidualBlockCavlc()835 if (suffixLength) in h264bsdDecodeResidualBlockCavlc()836 levelPrefix <<= suffixLength; in h264bsdDecodeResidualBlockCavlc()851 if (suffixLength == 0) in h264bsdDecodeResidualBlockCavlc()[all …]
392 int suffixLength = 10 * 1024; in sanitizeString() local393 int acceptableLength = prefixLength + suffixLength; in sanitizeString()402 sb.append(s.substring(s.length() - suffixLength)); in sanitizeString()