Home | History | Annotate | Download | only in source

Lines Matching refs:b0

2087     uint8 b0 = (t[0] * 3 + t[1] * 1 + 2) >> 2;
2090 d[0] = (a0 * 3 + b0 + 2) >> 2;
2110 uint8 b0 = (t[0] * 3 + t[1] * 1 + 2) >> 2;
2113 d[0] = (a0 + b0 + 1) >> 1;