Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c483 } GetByteCxt; typedef
484 void bytestream_init(GetByteCxt *g, in bytestream_init()
494 static int bytestream_get_bytes_left(GetByteCxt *g) in bytestream_get_bytes_left()
499 static void bytestream_skipu(GetByteCxt *g, unsigned int size) in bytestream_skipu()
504 static int bytestream_tell(GetByteCxt *g) in bytestream_tell()
509 static int bytestream_get_byteu(GetByteCxt *g) in bytestream_get_byteu()
520 GetByteCxt gb; in get_tiles_info()