get_obu_bit_length   89 libavcodec/av1_parse.c         obu->size_bits = get_obu_bit_length(obu->data, obu->size, obu->type);
get_obu_bit_length  212 libavformat/av1.c     size_bits = get_obu_bit_length(buf, size, AV1_OBU_SEQUENCE_HEADER);