Searched refs:shorten_by (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 Dmlpdec.c1096 int shorten_by; local
1101 shorten_by = get_bits(&gb, 16);
1102 if (m->avctx->codec_id == CODEC_ID_TRUEHD && shorten_by & 0x2000)
1103 s->blockpos -= FFMIN(shorten_by & 0x1FFF, s->blockpos);
1104 else if (m->avctx->codec_id == CODEC_ID_MLP && shorten_by != 0xD234)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlpdec.c1253 int shorten_by; local
1258 shorten_by = get_bits(&gb, 16);
1259 if (m->avctx->codec_id == AV_CODEC_ID_TRUEHD && shorten_by & 0x2000)
1260 s->blockpos -= FFMIN(shorten_by & 0x1FFF, s->blockpos);
1261 else if (m->avctx->codec_id == AV_CODEC_ID_MLP && shorten_by != 0xD234)

Completed in 172 milliseconds