Home
last modified time | relevance | path

Searched defs:Dav1dTileState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Dinternal.h36 typedef struct Dav1dTileState Dav1dTileState; typedef
354 struct Dav1dTileState { struct
355 CdfContext cdf;
356 MsacContext msac;
358 struct {
361 } tiling;
364 atomic_int progress[2 /* 0: reconstruction, 1: entropy */];
365 struct {
392 Dav1dTileState *ts; argument