Searched refs:complexity (Results 1 – 9 of 9) sorted by relevance
561 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4); in DecodeVOLHeader()569 currVol->complexity.text_2 = BitstreamReadBits16(stream, 4); in DecodeVOLHeader()575 currVol->complexity.mc = BitstreamReadBits16(stream, 6); in DecodeVOLHeader()914 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */ in DecodeVOPHeader()916 if (currVol->complexity.text_1 & 0x1) /* not_coded */ in DecodeVOPHeader()918 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */ in DecodeVOPHeader()920 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */ in DecodeVOPHeader()922 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */ in DecodeVOPHeader()924 if (currVol->complexity.text_2 & 0x1) /* vlc_bits */ in DecodeVOPHeader()929 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */ in DecodeVOPHeader()[all …]
94 Complexity_Est complexity; /* complexity estimation flags */ member
24 * pitch gain are ordered in table to reduce complexity *
138 int complexity = mIntf->getComplexity(); in configureEncoder() local167 mEncoder, OPUS_SET_COMPLEXITY(complexity)) != OPUS_OK) { in configureEncoder()
3385 Integer complexity, Integer quality, Integer profile) {3387 if (ok && complexity != null) {3388 ok = mComplexityRange.contains(complexity);3435 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY);3439 if (complexity == null) {3440 complexity = flacComplexity;3441 } else if (flacComplexity != null && !complexity.equals(flacComplexity)) {3462 return supports(complexity, quality, profile);
3191 unsigned complexity = br.getBits(8); in parseEAC3SpecificBox() local3192 ALOGV("Found a JOC stream with complexity = %d", complexity); in parseEAC3SpecificBox()
14962 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
25316 field public static final String KEY_COMPLEXITY = "complexity";
25340 field public static final String KEY_COMPLEXITY = "complexity";