Searched refs:use_bit (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h285 bool use_bit; member in struct:coda_ctx
H A Dcoda-common.c820 if (!disable_tiling && ctx->use_bit &&
1248 if (ctx->use_bit)
1542 if (ctx->use_bit) {
1587 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) {
1924 if ((ctx->inst_type == CODA_INST_ENCODER || !ctx->use_bit) &&
1986 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit) {
2067 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit)
2634 ctx->use_bit = !ctx->cvd->direct;
2742 if (ctx->inst_type == CODA_INST_DECODER && ctx->use_bit)
H A Dcoda-bit.c207 if (ctx->inst_type != CODA_INST_DECODER || !ctx->use_bit)

Completed in 313 milliseconds