Searched refs:AV_ZERO16 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h704 AV_ZERO16(mvd_cache[-1 + 0 * 8]);
705 AV_ZERO16(mvd_cache[-1 + 1 * 8]);
712 AV_ZERO16(mvd_cache[-1 + 2 * 8]);
713 AV_ZERO16(mvd_cache[-1 + 3 * 8]);
715 AV_ZERO16(mvd_cache[2 + 8 * 0]);
716 AV_ZERO16(mvd_cache[2 + 8 * 2]);
H A Dvp9.c2952 case 2: AV_ZERO16(&v); break; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h671 AV_ZERO16(mvd_cache[-1 + 0*8]);
672 AV_ZERO16(mvd_cache[-1 + 1*8]);
679 AV_ZERO16(mvd_cache[-1 + 2*8]);
680 AV_ZERO16(mvd_cache[-1 + 3*8]);
682 AV_ZERO16(mvd_cache[2+8*0]);
683 AV_ZERO16(mvd_cache[2+8*2]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintreadwrite.h601 #ifndef AV_ZERO16
602 # define AV_ZERO16(d) AV_ZERO(16, d) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h502 #ifndef AV_ZERO16
503 # define AV_ZERO16(d) AV_ZERO(16, d) macro

Completed in 125 milliseconds