Searched refs:IsLeftIntra (Results 1 – 2 of 2) sorted by relevance
146 block.IsLeftIntra()); in GetUseCompoundReferenceContext()670 context = (block.IsTopIntra() && block.IsLeftIntra()) in ReadIsInter()672 : static_cast<int>(block.IsTopIntra() || block.IsLeftIntra()); in ReadIsInter()676 : block.IsLeftIntra()); in ReadIsInter()705 !block.IsLeftIntra() && !block.IsLeftSingle(); in ReadCompoundReferenceType()715 block.left_available[kPlaneY] && !block.IsLeftIntra()) { in ReadCompoundReferenceType()
822 bool IsLeftIntra() const { return LeftReference(0) <= kReferenceFrameIntra; } in IsLeftIntra() function