Searched refs:long_term_prediction (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 Dalsdec.c166 int long_term_prediction; ///< long term prediction (LTP): 1 = on, 0 = off member in struct:__anon1858
264 av_dlog(avctx, "long_term_prediction = %i\n", sconf->long_term_prediction);
320 sconf->long_term_prediction = get_bits1(&gb);
735 if (sconf->long_term_prediction) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c165 int long_term_prediction; ///< long term prediction (LTP): 1 = on, 0 = off member in struct:__anon3073
263 av_dlog(avctx, "long_term_prediction = %i\n", sconf->long_term_prediction);
321 sconf->long_term_prediction = get_bits1(&gb);
755 if (sconf->long_term_prediction) {

Completed in 48 milliseconds