Searched refs:bc (Results 1 – 1 of 1) sorted by relevance
804 static MPP_RET mpeg4_parse_profile_level(Mpg4dParserImpl *p, BitReadCtx_t *bc) in mpeg4_parse_profile_level() argument806 READ_BITS(bc, 4, &p->profile); in mpeg4_parse_profile_level()807 READ_BITS(bc, 4, &p->level); in mpeg4_parse_profile_level()