Searched refs:symbol_codes (Results 1 – 1 of 1) sorted by relevance
196 vlc_symbol_code_jpeg* symbol_codes[TABLE_CLASS_NUM][JPEG_MAX_SETS_HUFFMAN_TABLES]; member349 if (ctx->symbol_codes[0][0]) { in tng_JPEG_DestroyContext()350 free(ctx->symbol_codes[0][0]); in tng_JPEG_DestroyContext()351 ctx->symbol_codes[0][0] = NULL; in tng_JPEG_DestroyContext()353 if (ctx->symbol_codes[0][1]) { in tng_JPEG_DestroyContext()354 free(ctx->symbol_codes[0][1]); in tng_JPEG_DestroyContext()355 ctx->symbol_codes[0][1] = NULL; in tng_JPEG_DestroyContext()357 if (ctx->symbol_codes[1][0]) { in tng_JPEG_DestroyContext()358 free(ctx->symbol_codes[1][0]); in tng_JPEG_DestroyContext()359 ctx->symbol_codes[1][0] = NULL; in tng_JPEG_DestroyContext()[all …]