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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibxavs.c57 int mixed_refs; member in struct:XavsContext
252 if (x4->mixed_refs >= 0)
253 x4->params.analyse.b_mixed_references = x4->mixed_refs;
406 { "mixed-refs", "One reference per partition, as opposed to one reference per macroblock", OFFSET(mixed_refs), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 1, VE },
H A Dlibx264.c71 int mixed_refs; member in struct:X264Context
533 if (x4->mixed_refs >= 0)
534 x4->params.analyse.b_mixed_references = x4->mixed_refs;
785 { "mixed-refs", "One reference per partition, as opposed to one reference per macroblock", OFFSET(mixed_refs), AV_OPT_TYPE_INT, { .i64 = -1}, -1, 1, VE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibxavs.c55 int mixed_refs; member in struct:XavsContext
259 if (x4->mixed_refs >= 0)
260 x4->params.analyse.b_mixed_references = x4->mixed_refs;
392 { "mixed-refs", "One reference per partition, as opposed to one reference per macroblock", OFFSET(mixed_refs), AV_OPT_TYPE_INT, {-1}, -1, 1, VE },
H A Dlibx264.c59 int mixed_refs; member in struct:X264Context
403 if (x4->mixed_refs >= 0)
404 x4->params.analyse.b_mixed_references = x4->mixed_refs;
543 { "mixed-refs", "One reference per partition, as opposed to one reference per macroblock", OFFSET(mixed_refs), AV_OPT_TYPE_INT, {-1}, -1, 1, VE },

Completed in 54 milliseconds