Searched refs:jpeg_ctx (Results 1 – 3 of 3) sorted by relevance
1069 ctx->jpeg_ctx = (TOPAZHP_JPEG_ENCODER_CONTEXT *)calloc(1, sizeof(TOPAZHP_JPEG_ENCODER_CONTEXT)); in tng_jpeg_CreateContext()1070 if (NULL == ctx->jpeg_ctx) in tng_jpeg_CreateContext()1072 jpeg_ctx_p = ctx->jpeg_ctx; in tng_jpeg_CreateContext()1087 free(ctx->jpeg_ctx); in tng_jpeg_CreateContext()1088 ctx->jpeg_ctx = NULL; in tng_jpeg_CreateContext()1110 if (ctx->jpeg_ctx) { in tng_jpeg_DestroyContext()1111 if (ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable) { in tng_jpeg_DestroyContext()1112 free(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable); in tng_jpeg_DestroyContext()1113 ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable = NULL; in tng_jpeg_DestroyContext()1116 free(ctx->jpeg_ctx); in tng_jpeg_DestroyContext()[all …]
307 TOPAZSC_JPEG_ENCODER_CONTEXT *jpeg_ctx; member
465 TOPAZHP_JPEG_ENCODER_CONTEXT *jpeg_ctx; member