Searched refs:has_dec_ctx (Results 1 – 2 of 2) sorted by relevance
71 ctx->has_dec_ctx = 0; in tng_yuv_processor_CreateContext()78 ctx->has_dec_ctx = 1; in tng_yuv_processor_CreateContext()94 int has_dec_ctx = 0; in tng_yuv_processor_DestroyContext() local102 has_dec_ctx = yuv_ctx->has_dec_ctx; in tng_yuv_processor_DestroyContext()107 if (has_dec_ctx) { in tng_yuv_processor_DestroyContext()
49 int has_dec_ctx; member