Searched refs:chroma_ref_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c806 int chroma_ref_type = v->cur_field_type; local
827 chroma_ref_type = v->reffield;
840 chroma_ref_type = !v->cur_field_type;
842 if (v->field_mode && chroma_ref_type == 1 && v->cur_field_type == 1 && !v->s.last_picture.f->data[0])
857 if (v->cur_field_type != chroma_ref_type)
858 uvmy += 2 - 4 * chroma_ref_type;
872 if (v->field_mode && (v->cur_field_type != chroma_ref_type) && v->second_field) {
899 if (chroma_ref_type) {
944 int f = v->field_mode ? chroma_ref_type : ((j + uvsrc_y) & 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c779 int chroma_ref_type = v->cur_field_type, off = 0; local
810 chroma_ref_type = !v->cur_field_type;
812 if (v->field_mode && chroma_ref_type == 1 && v->cur_field_type == 1 && !v->s.last_picture.f.data[0])
827 if (v->cur_field_type != chroma_ref_type)
828 uvmy += 2 - 4 * chroma_ref_type;
843 if ((v->cur_field_type != chroma_ref_type) && v->cur_field_type) {
860 if (chroma_ref_type) {

Completed in 102 milliseconds