Searched refs:ma_predictor_bits (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsipr.c55 uint8_t ma_predictor_bits; ///< size in bits of the switched MA predictor member in struct:__anon1991
77 .ma_predictor_bits = 1,
93 .ma_predictor_bits = 0,
109 .ma_predictor_bits = 0,
125 .ma_predictor_bits = 0,
197 if (p->ma_predictor_bits)
198 parms->ma_pred_switch = get_bits(pgb, p->ma_predictor_bits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsipr.c56 uint8_t ma_predictor_bits; ///< size in bits of the switched MA predictor member in struct:__anon3222
78 .ma_predictor_bits = 1,
94 .ma_predictor_bits = 0,
110 .ma_predictor_bits = 0,
126 .ma_predictor_bits = 0,
198 if (p->ma_predictor_bits)
199 parms->ma_pred_switch = get_bits(pgb, p->ma_predictor_bits);

Completed in 70 milliseconds