Searched refs:PROFILE_BITS (Results 1 – 5 of 5) sorted by relevance
83 …Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)… in getProfile()107 PROFILE_BITS = 2, enumerator108 TOTAL_API_BITS = MAJOR_BITS+MINOR_BITS+PROFILE_BITS,122 DE_ASSERT((deUint32(profile) & ~((1<<PROFILE_BITS)-1)) == 0); in pack()
37 static int bitrate_profile_factor[1 << PROFILE_BITS] = {
81 #define PROFILE_BITS 3 macro
2317 aom_wb_write_literal(wb, profile, PROFILE_BITS); in write_profile()
5471 int profile = aom_rb_read_literal(rb, PROFILE_BITS); in av1_read_profile()