Lines Matching defs:bgmc
34 #include "bgmc.h"
172 int bgmc; ///< "Block Gilbert-Moore Code": 1 = on, 0 = off (Rice coding only)
279 ff_dlog(avctx, "bgmc = %i\n", sconf->bgmc);
343 sconf->bgmc = get_bits1(&gb);
663 if (!sconf->bgmc && !sconf->sb_part) {
666 if (sconf->bgmc && sconf->sb_part)
684 if (sconf->bgmc) {
825 if (sconf->bgmc) {
2013 if (sconf->bgmc) {