Searched defs:AstcEncoder (Results 1 – 1 of 1) sorted by relevance
52 struct AstcEncoder { struct53 astcenc_config config;54 astcenc_profile profile;55 astcenc_context* codec_context;56 astcenc_image image_;57 astcenc_swizzle swizzle_;58 uint8_t* data_out_;59 astcenc_error error_;61 bool calQualityEnable;62 int32_t *mse[RGBA_COM + 1];