The source project of this merge request has been removed.
memory reduction for sign prediction
memory reduction for sign prediction Use 8-bit enum type instead of TCoeff (32-bit int) for coeffSigns buffers. The change is bit-accurate. Memory reduction is more than 500MB in classA. Encoding speed is also improved (about 1%) because the coeffSigns buffers are a quarter of the size.