Fix for ticket #633: MIP encoding failure
Non-CTC case of disabling LCTUFast in the encoder config triggers CHECK()
on block size for MIP.
Fix removes the unnecessary checks in CABACReader
and CABACWriter
and restricts Hadamard encoder search at CU/PU level to blocks <= 64x64.
Edited by Philipp Merkle