Searched refs:IsLeftIntra (Results 1 – 2 of 2) sorted by relevance
145 block.IsLeftIntra()); in GetUseCompoundReferenceContext()669 context = (block.IsTopIntra() && block.IsLeftIntra()) in ReadIsInter()671 : static_cast<int>(block.IsTopIntra() || block.IsLeftIntra()); in ReadIsInter()675 : block.IsLeftIntra()); in ReadIsInter()704 !block.IsLeftIntra() && !block.IsLeftSingle(); in ReadCompoundReferenceType()714 block.left_available[kPlaneY] && !block.IsLeftIntra()) { in ReadCompoundReferenceType()
834 bool IsLeftIntra() const { return LeftReference(0) <= kReferenceFrameIntra; } in IsLeftIntra() function