Searched refs:neighbor_sum (Results 1 – 1 of 1) sorted by relevance
1116 const int neighbor_sum = 1 + levels[1] + levels[tx_width] + in ReadCoeffBase2D() local1120 ((neighbor_sum > 7) ? 4 : DivideBy2(neighbor_sum)) + in ReadCoeffBase2D()1183 const int neighbor_sum = in ReadCoeffBaseHorizontal() local1189 const int context = ((neighbor_sum > 7) ? 4 : DivideBy2(neighbor_sum)) + in ReadCoeffBaseHorizontal()1229 const int neighbor_sum = in ReadCoeffBaseVertical() local1235 const int context = ((neighbor_sum > 7) ? 4 : DivideBy2(neighbor_sum)) + in ReadCoeffBaseVertical()