Searched refs:has_dec_ctx (Results 1 – 2 of 2) sorted by relevance
71 ctx->has_dec_ctx = 0; in tng_yuv_processor_CreateContext()83 ctx->has_dec_ctx = 1; in tng_yuv_processor_CreateContext()99 int has_dec_ctx = 0; in tng_yuv_processor_DestroyContext() local107 has_dec_ctx = yuv_ctx->has_dec_ctx; in tng_yuv_processor_DestroyContext()112 if (has_dec_ctx) { in tng_yuv_processor_DestroyContext()
49 int has_dec_ctx; member