Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c165 switch (v->intcompfield) { in vc1_get_INTCOMPFIELD()
180 switch (v->intcompfield) { in vc1_get_LUMSCALE()
196 switch (v->intcompfield) { in vc1_get_LUMSHIFT()
210 v->intcompfield == 3) in vc1_get_LUMSCALE2()
220 v->intcompfield == 3) in vc1_get_LUMSHIFT2()
Dvc1.h357 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()