Searched refs:chroma_from_luma_allowed (Results 1 – 1 of 1) sorted by relevance
447 bool chroma_from_luma_allowed; in ReadPredictionModeUV() local449 chroma_from_luma_allowed = block.residual_size[kPlaneU] == kBlock4x4; in ReadPredictionModeUV()451 chroma_from_luma_allowed = IsBlockDimensionLessThan64(block.size); in ReadPredictionModeUV()455 .uv_mode_cdf[static_cast<int>(chroma_from_luma_allowed)][bp.y_mode]; in ReadPredictionModeUV()456 if (chroma_from_luma_allowed) { in ReadPredictionModeUV()