Searched refs:bgmc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c37 #include "bgmc.h"
169 int bgmc; ///< "Block Gilbert-Moore Code": 1 = on, 0 = off (Rice coding only) member in struct:__anon1858
267 av_dlog(avctx, "bgmc = %i\n", sconf->bgmc);
323 sconf->bgmc = get_bits1(&gb);
619 if (!sconf->bgmc && !sconf->sb_part) {
622 if (sconf->bgmc && sconf->sb_part)
640 if (sconf->bgmc) {
769 if (sconf->bgmc) {
1616 if (sconf->bgmc)
[all...]
H A DMakefile67 OBJS-$(CONFIG_ALS_DECODER) += alsdec.o bgmc.o mpeg4audio.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c35 #include "bgmc.h"
168 int bgmc; ///< "Block Gilbert-Moore Code": 1 = on, 0 = off (Rice coding only) member in struct:__anon3073
266 av_dlog(avctx, "bgmc = %i\n", sconf->bgmc);
324 sconf->bgmc = get_bits1(&gb);
633 if (!sconf->bgmc && !sconf->sb_part) {
636 if (sconf->bgmc && sconf->sb_part)
654 if (sconf->bgmc) {
789 if (sconf->bgmc) {
1656 if (sconf->bgmc) {
[all...]
H A DMakefile122 OBJS-$(CONFIG_ALS_DECODER) += alsdec.o bgmc.o mpeg4audio.o

Completed in 121 milliseconds