Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc709 const bool left_uni_comp = in ReadCompoundReferenceType() local
720 context = left_uni_comp ? 3 + same_direction : 1; in ReadCompoundReferenceType()
724 if (!top_uni_comp && !left_uni_comp) { in ReadCompoundReferenceType()
726 } else if (!top_uni_comp || !left_uni_comp) { in ReadCompoundReferenceType()
738 context = 1 + MultiplyBy2(static_cast<int>(left_uni_comp)); in ReadCompoundReferenceType()
745 context = MultiplyBy4(static_cast<int>(left_uni_comp)); in ReadCompoundReferenceType()