Searched refs:codec_context (Results 1 – 2 of 2) sorted by relevance
185 if (astcenc_context_alloc(&work->config, 1, &work->codec_context) != ASTCENC_SUCCESS) { in InitAstcencConfig()280 if (work->codec_context != nullptr) { in FreeMem()281 astcenc_context_free(work->codec_context); in FreeMem()282 work->codec_context = nullptr; in FreeMem()298 work->codec_context = nullptr; in InitMem()344 work.error_ = astcenc_compress_image(work.codec_context, &work.image_, &work.swizzle_, in AstcSoftwareEncodeCore()
55 astcenc_context* codec_context; member