Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddxv.c35 typedef struct DXVContext { struct
36 TextureDSPContext texdsp;
37 GetByteContext gbc;
39 uint8_t *tex_data; // Compressed texture
40 uint8_t *ctex_data; // Compressed texture
64 } DXVContext; argument