Home
last modified time | relevance | path

Searched refs:chroma_from_luma_allowed (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc447 bool chroma_from_luma_allowed; in ReadPredictionModeUV() local
449 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()