Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc1116 const int neighbor_sum = 1 + levels[1] + levels[tx_width] + in ReadCoeffBase2D() local
1120 ((neighbor_sum > 7) ? 4 : DivideBy2(neighbor_sum)) + in ReadCoeffBase2D()
1183 const int neighbor_sum = in ReadCoeffBaseHorizontal() local
1189 const int context = ((neighbor_sum > 7) ? 4 : DivideBy2(neighbor_sum)) + in ReadCoeffBaseHorizontal()
1229 const int neighbor_sum = in ReadCoeffBaseVertical() local
1235 const int context = ((neighbor_sum > 7) ? 4 : DivideBy2(neighbor_sum)) + in ReadCoeffBaseVertical()