PyCabac icon indicating copy to clipboard operation
PyCabac copied to clipboard

Python port to the VTM CABAC engine via pybind11

Results 2 PyCabac issues
Sort by recently updated
recently updated
newest added

Hi there, I encountered the following error while building the project on macOS: ``` Undefined symbols for architecture x86_64: "TBinEncoder::encodeBin(unsigned int, unsigned int)", referenced from: C_A_T_C_H_T_E_S_T_2() in test_cabac.cpp.o "TBinEncoder::TBinEncoder()", referenced...

**First of all, thanks for this great implementation!** When playing with it I realized that my computer RAM was getting quite full and that every call to encodeBin or decodeBin...