Searched defs:DXVContext (Results 1 – 1 of 1) sorted by relevance
35 typedef struct DXVContext { struct36 TextureDSPContext texdsp;37 GetByteContext gbc;39 uint8_t *tex_data; // Compressed texture40 uint8_t *ctex_data; // Compressed texture64 } DXVContext; argument