Lines Matching refs:is_chroma
277 int mbs_per_slice, int blocks_per_mb, int is_chroma)
315 if (!is_chroma) {
555 int plane_factor, is_chroma;
580 is_chroma = (i == 1 || i == 2);
582 if (is_chroma)
584 if (!is_chroma || ctx->chroma_factor == CFACTOR_Y444) {
604 mbs_per_slice, num_cblocks, is_chroma);
605 if (!is_chroma) {/* luma quant */
800 int plane_factor[MAX_PLANES], is_chroma[MAX_PLANES];
819 is_chroma[i] = (i == 1 || i == 2);
821 if (is_chroma[i])
823 if (!is_chroma[i] || ctx->chroma_factor == CFACTOR_Y444) {
843 mbs_per_slice, num_cblocks[i], is_chroma[i]);