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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c1861 int is_d10 = s->chroma_format == 2 && local
1869 if (left >= 32 && !is_d10) {
1874 is_d10 = 1;
1879 (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12.c1769 int is_d10 = s->chroma_format == 2 && s->pict_type == AV_PICTURE_TYPE_I && avctx->profile == 0 && avctx->level == 5 local
1773 if (left < 0 || (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10)

Completed in 48 milliseconds