Home
last modified time | relevance | path

Searched refs:PROFILE_BITS (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
DgluRenderContext.hpp83 …Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)… in getProfile()
107 PROFILE_BITS = 2, enumerator
108 TOTAL_API_BITS = MAJOR_BITS+MINOR_BITS+PROFILE_BITS,
122 DE_ASSERT((deUint32(profile) & ~((1<<PROFILE_BITS)-1)) == 0); in pack()
/external/libaom/libaom/av1/common/
Dtiming.c37 static int bitrate_profile_factor[1 << PROFILE_BITS] = {
Denums.h81 #define PROFILE_BITS 3 macro
/external/libaom/libaom/av1/encoder/
Dbitstream.c2317 aom_wb_write_literal(wb, profile, PROFILE_BITS); in write_profile()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c5471 int profile = aom_rb_read_literal(rb, PROFILE_BITS); in av1_read_profile()