Searched refs:copy_fields (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c607 static void copy_fields(const FieldMatchContext *fm, AVFrame *dst, function
634 case mP: copy_fields(fm, dst, src, 1-field); copy_fields(fm, dst, prv, field); break;
635 case mN: copy_fields(fm, dst, src, 1-field); copy_fields(fm, dst, nxt, field); break;
636 case mB: copy_fields(fm, dst, src, field); copy_fields(fm, dst, prv, 1-field); break;
637 case mU: copy_fields(fm, dst, src, field); copy_fields(fm, dst, nxt, 1-field); break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c453 #define copy_fields(s, e) memcpy(&dst->s, &src->s, (char*)&dst->e - (char*)&dst->s); macro
468 copy_fields(skip_loop_filter, bidir_refine);
488 #undef copy_fields macro
H A Dvp3.c1862 #define copy_fields(to, from, start_field, end_field) memcpy(&to->start_field, &from->start_field, (char*)&to->end_field - (char*)&to->start_field) macro
1868 copy_fields(s, s1, golden_frame, current_frame);
1887 copy_fields(s, s1, golden_frame, dsp);
1901 copy_fields(s, s1, qps, superblock_count);
1902 #undef copy_fields macro
H A Dh264.c1186 #define copy_fields(to, from, start_field, end_field) memcpy(&to->start_field, &from->start_field, (char*)&to->end_field - (char*)&to->start_field) macro
1241 copy_fields(h, h1, dequant4_buffer, dequant4_coeff);
1252 copy_fields(h, h1, poc_lsb, redundant_pic_count);
1255 copy_fields(h, h1, ref_count, list_count);
1256 copy_fields(h, h1, ref_list, intra_gb);
1257 copy_fields(h, h1, short_ref, cabac_init_idc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpthread_frame.c255 #define copy_fields(s, e) memcpy(&dst->s, &src->s, (char*)&dst->e - (char*)&dst->s); macro
274 copy_fields(skip_loop_filter, subtitle_header);
295 #undef copy_fields macro
H A Dvp3.c1935 #define copy_fields(to, from, start_field, end_field) \ macro
1981 copy_fields(s, s1, qps, superblock_count);
1982 #undef copy_fields macro
H A Dffv1dec.c1016 static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) function
1063 copy_fields(fsdst, fssrc, fsrc);
H A Dh264_slice.c488 #define copy_fields(to, from, start_field, end_field) \ macro
664 copy_fields(h, h1, dequant4_buffer, dequant4_coeff);
677 copy_fields(h, h1, poc_lsb, redundant_pic_count);
680 copy_fields(h, h1, short_ref, cabac_init_idc);

Completed in 148 milliseconds