Searched refs:AV_RN64A (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbit_depth_template.c59 # define AV_RN4PA AV_RN64A
H A Dindeo3.c282 AV_WN64A(dst, ((AV_RN64A(src) + AV_RN64A(ref)) >> 1) & 0x7F7F7F7F7F7F7F7FULL)
341 pix64 = AV_RN64A(ref);\
353 pix64 = AV_RN64A(ref);\
H A Dh264.h878 return !(AV_RN64A(h->sub_mb_type) & ((MB_TYPE_16x8|MB_TYPE_8x16|MB_TYPE_8x8 )*0x0001000100010001ULL));
880 return !(AV_RN64A(h->sub_mb_type) & ((MB_TYPE_16x8|MB_TYPE_8x16|MB_TYPE_8x8|MB_TYPE_DIRECT2)*0x0001000100010001ULL));
H A Diff.c186 uint64_t v = AV_RN64A(dst) | lut[*buf++];
H A Dsimple_idct_template.c144 if (AV_RN64A(row + 4)) {
H A Dh264_loopfilter.c384 if(AV_RN64A(bS[dir][edge])) { \
H A Dh264.c155 if(!((~AV_RN64A(src+i) & (AV_RN64A(src+i) - 0x0100010001000101ULL)) & 0x8000800080008080ULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbit_depth_template.c61 # define AV_RN4PA AV_RN64A
H A Dh264.h1086 return !(AV_RN64A(h->sub_mb_type) &
1090 return !(AV_RN64A(h->sub_mb_type) &
H A Dsimple_idct_template.c160 if (AV_RN64A(row + 4)) {
H A Dvp9dsp.c46 uint64_t p8 = AV_RN64A(top);
58 uint64_t p8a = AV_RN64A(top + 0), p8b = AV_RN64A(top + 8);
71 uint64_t p8a = AV_RN64A(top + 0), p8b = AV_RN64A(top + 8),
72 p8c = AV_RN64A(top + 16), p8d = AV_RN64A(top + 24);
H A Dh264.c267 if (!((~AV_RN64A(src + i) &
268 (AV_RN64A(src + i) - 0x0100010001000101ULL)) &
H A Dh264_loopfilter.c380 if(AV_RN64A(bS[dir][edge])) { \
H A Diff.c401 uint64_t v = AV_RN64A(dst) | lut[*buf++];
H A Dhevc.c2783 if (!((~AV_RN64A(src + i) &
2784 (AV_RN64A(src + i) - 0x0100010001000101ULL)) &
H A Dvp9.c2248 MERGE_CTX(8, AV_RN64A);
2294 MERGE_CTX(8, AV_RN64A);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintreadwrite.h521 #ifndef AV_RN64A
522 # define AV_RN64A(p) AV_RNA(64, p) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h449 #ifndef AV_RN64A
450 # define AV_RN64A(p) AV_RNA(64, p) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c1464 uint64_t v = AV_RN64A(srcPtr2 + j); \

Completed in 240 milliseconds