Home
last modified time | relevance | path

Searched refs:complexity (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvop.cpp561 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 …]
Dmp4lib_int.h94 Complexity_Est complexity; /* complexity estimation flags */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dq_gain2.tab24 * pitch gain are ordered in table to reduce complexity *
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2779 Integer complexity, Integer quality, Integer profile) { in supports() argument
2781 if (ok && complexity != null) { in supports()
2782 ok = mComplexityRange.contains(complexity); in supports()
2829 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY); in supportsFormat() local
2833 if (complexity == null) { in supportsFormat()
2834 complexity = flacComplexity; in supportsFormat()
2835 } else if (flacComplexity != null && !complexity.equals(flacComplexity)) { in supportsFormat()
2856 return supports(complexity, quality, profile); in supportsFormat()
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dcase.txt4329 I have not been struck up to now with its complexity. It has been a
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14962 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
/frameworks/base/api/
Dcurrent.txt23711 field public static final java.lang.String KEY_COMPLEXITY = "complexity";