Home
last modified time | relevance | path

Searched refs:AV_RN64A (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsimple_idct_template.c125 if (((AV_RN64A(row) & ~ROW0_MASK) | AV_RN64A(row+4)) == 0) {
179 if (AV_RN64A(row + 4) | AV_RN64A(row + 6)) {
181 if (AV_RN64A(row + 4)) {
Dbit_depth_template.c72 # define AV_RN4PA AV_RN64A
Dh264dec.h814 return !(AV_RN64A(sl->sub_mb_type) & in get_dct8x8_allowed()
818 return !(AV_RN64A(sl->sub_mb_type) & in get_dct8x8_allowed()
Dvp9block.c1073 MERGE_CTX(8, AV_RN64A); in decode_coeffs()
1121 MERGE_CTX(8, AV_RN64A); in decode_coeffs()
Dh264_loopfilter.c383 if(AV_RN64A(bS[dir][edge])) { \ in h264_filter_mb_fast_internal()
Diff.c474 uint64_t v = AV_RN64A(dst) | lut[*buf++]; in decodeplane8()
/third_party/ffmpeg/libavformat/
Dprompeg.c147 v1 = AV_RN64A(in1); in xor_fast()
148 v2 = AV_RN64A(in2); in xor_fast()
/third_party/ffmpeg/libavutil/
Dintreadwrite.h529 #ifndef AV_RN64A
530 # define AV_RN64A(p) AV_RNA(64, p) macro
/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c1872 uint64_t v = AV_RN64A(srcPtr2 + j); \ in planarCopyWrapper()