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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h365 int intcompfield; ///< which of the two fields to be intensity compensated member in struct:VC1Context
H A Dvc1.c1051 v->intcompfield = decode210(gb);
1055 if ((v->field_mode) && !v->intcompfield) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h381 int intcompfield; ///< which of the two fields to be intensity compensated member in struct:VC1Context
H A Dvc1.c1105 v->intcompfield = decode210(gb) ^ 3;
1107 v->intcompfield = 3;
1111 if (v->intcompfield & 1) {
1115 if ((v->intcompfield & 2) && v->field_mode) {

Completed in 111 milliseconds