Searched refs:second_field (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddxva2_vc1.c81 pp->bSecondField = v->interlace && v->fcm == ILACE_FIELD && v->second_field;
208 if (v->second_field)
H A Dvc1.h375 int second_field; member in struct:VC1Context
H A Dvc1dec.c70 if (v->field_mode && !(v->second_field ^ v->tff)) {
377 if (v->field_mode && (v->cur_field_type != v->ref_field_type[dir]) && v->second_field) {
571 if (v->field_mode && (v->cur_field_type != v->ref_field_type[dir]) && v->second_field) {
872 if (v->field_mode && (v->cur_field_type != chroma_ref_type) && v->second_field) {
1247 int table_index = dir ^ v->second_field;
1280 int table_index = dir ^ v->second_field;
1377 if (v->s.pict_type != AV_PICTURE_TYPE_B || v->second_field || !dir) {
1398 if (v->s.pict_type == AV_PICTURE_TYPE_B && !v->second_field && dir == 1) {
1409 scaleopp = ff_vc1_field_mvpred_scales[dir ^ v->second_field][0][refdist];
5821 v->second_field
[all...]
H A Dvc1.c866 if (v->second_field) {
978 v->cur_field_type = !(v->tff ^ v->second_field);
1122 if (v->field_mode && v->second_field) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h359 int second_field; member in struct:VC1Context
H A Dvc1dec.c1168 int table_index = dir ^ v->second_field;
1201 int table_index = dir ^ v->second_field;
1298 if (v->s.pict_type != AV_PICTURE_TYPE_B || v->second_field || !dir) {
1319 if (v->s.pict_type == AV_PICTURE_TYPE_B && !v->second_field && dir == 1) {
1330 scaleopp = vc1_field_mvpred_scales[dir ^ v->second_field][0][refdist];
5577 v->second_field = 1;
5581 v->second_field = 0;
5595 if (!v->field_mode || v->second_field)
5604 v->second_field = 0;
H A Dvc1.c826 if (v->second_field) {
926 v->cur_field_type = !(v->tff ^ v->second_field);

Completed in 74 milliseconds