Home
last modified time | relevance | path

Searched refs:MAX_PROFILES (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h41 MAX_PROFILES enumerator
/external/libaom/libaom/av1/common/
Denums.h87 MAX_PROFILES, enumerator
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c126 if (profile >= MAX_PROFILES) return VPX_CODEC_UNSUP_BITSTREAM; in decoder_peek_si_internal()
/external/libaom/libaom/av1/
Dav1_cx_iface.c367 RANGE_CHECK_HI(cfg, g_profile, MAX_PROFILES - 1); in validate_config()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2650 if (cm->profile >= MAX_PROFILES) in read_uncompressed_header()
/external/libaom/libaom/av1/encoder/
Dbitstream.c2363 assert(profile >= PROFILE_0 && profile < MAX_PROFILES); in write_profile()