Searched refs:xBytes (Results 1 – 2 of 2) sorted by relevance
554 unsigned int xBytes, yBytes; in trim_padding() local555 xBytes = yBytes = 0; in trim_padding()556 if (flag & FLAG_X_SHORT) xBytes = 1; in trim_padding()557 else if ((flag & FLAG_X_SAME) == 0) xBytes = 2; in trim_padding()562 coord_bytes += (xBytes + yBytes) * repeat; in trim_padding()
12075 xBytes