Searched defs:obu_type (Results 1 – 5 of 5) sorted by relevance
20 Av1Obu::Av1Obu(uint8_t obu_type) : header_(obu_type | kAv1ObuSizePresentBit) {} in Av1Obu()
137 int obu_type = ObuType(obu.header); in ParseObus() local
58 bool ValidObuType(int obu_type) { in ValidObuType()
3326 int *frame_header_count, OBU_TYPE obu_type, in av1_write_obu_header()3510 const OBU_TYPE obu_type = OBU_FRAME; in init_large_scale_tile_obu_header() local3705 const OBU_TYPE obu_type = (cpi->num_tg == 1) ? OBU_FRAME : OBU_TILE_GROUP; in av1_write_obu_tg_tile_headers() local
2698 const ObuType obu_type = obu_header.type; in ParseOneFrame() local