Home
last modified time | relevance | path

Searched refs:intcompfield (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c163 switch (v->intcompfield) { in vc1_get_INTCOMPFIELD()
178 switch (v->intcompfield) { in vc1_get_LUMSCALE()
194 switch (v->intcompfield) { in vc1_get_LUMSHIFT()
208 v->intcompfield == 3) in vc1_get_LUMSCALE2()
218 v->intcompfield == 3) in vc1_get_LUMSHIFT2()
Dvc1.h359 int intcompfield; ///< which of the two fields to be intensity compensated member
Dvc1.c1105 v->intcompfield = decode210(gb) ^ 3; in ff_vc1_parse_frame_header_adv()
1107 v->intcompfield = 3; in ff_vc1_parse_frame_header_adv()
1111 if (v->intcompfield & 1) { in ff_vc1_parse_frame_header_adv()
1115 if ((v->intcompfield & 2) && v->field_mode) { in ff_vc1_parse_frame_header_adv()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h462 guint8 intcompfield; member
Dgstvc1parser.c1229 pic->intcompfield = decode012 (br); in parse_frame_header_advanced()
1235 if (pic->fcm == GST_VC1_FIELD_INTERLACE && pic->intcompfield) { in parse_frame_header_advanced()