Home
last modified time | relevance | path

Searched refs:AV_RN64 (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
Dintreadwrite.h66 #define AV_RN64 AV_RN64 macro
67 static av_always_inline uint64_t AV_RN64(const void *p) in AV_RN64() function
/third_party/ffmpeg/libavutil/
Dintreadwrite.h137 # if defined(AV_RN64) && !defined(AV_RB64)
138 # define AV_RB64(p) AV_RN64(p)
139 # elif !defined(AV_RN64) && defined(AV_RB64)
140 # define AV_RN64(p) AV_RB64(p) macro
199 # if defined(AV_RN64) && !defined(AV_RL64)
200 # define AV_RL64(p) AV_RN64(p)
201 # elif !defined(AV_RN64) && defined(AV_RL64)
202 # define AV_RN64(p) AV_RL64(p) macro
367 #ifndef AV_RN64
368 # define AV_RN64(p) AV_RN(64, p) macro
Dadler32.c65 uint64_t v = AV_RN64(buf); in av_adler32_update()
Daes.c66 dst->u64[0] = AV_RN64(src) ^ round_key->u64[0]; in addkey_s()
67 dst->u64[1] = AV_RN64(src + 8) ^ round_key->u64[1]; in addkey_s()
/third_party/ffmpeg/libavfilter/
Dvf_stereo3d.c664 AV_WN64(&dst[x], AV_RN64(&src[x * 2])); in interleave_cols_to_any()
998 … AV_WN64(&dst[x ], (b&1) == (y&1) ? AV_RN64(&left[p*m]) : AV_RN64(&right[p*m])); in filter_frame()
999 … AV_WN64(&dst[x+8], (b&1) != (y&1) ? AV_RN64(&left[p*m]) : AV_RN64(&right[p*m])); in filter_frame()
1055 AV_WN64(&dst[x ], b&1 ? AV_RN64(&left[p*m]) : AV_RN64(&right[p*m])); in filter_frame()
1056 AV_WN64(&dst[x+8], !(b&1) ? AV_RN64(&left[p*m]) : AV_RN64(&right[p*m])); in filter_frame()
/third_party/ffmpeg/libavcodec/
Dbit_depth_template.c71 # define AV_RN4P AV_RN64
Dh2645_parse.c57 if (!((~AV_RN64(src + i) & in ff_h2645_extract_rbsp()
58 (AV_RN64(src + i) - 0x0100010001000101ULL)) & in ff_h2645_extract_rbsp()
Dindeo3.c289 AV_WN64A(dst, ((AV_RN64(src) + AV_RN64(ref)) >> 1) & 0x7F7F7F7F7F7F7F7FULL)
348 pix64 = AV_RN64(ref);\
360 pix64 = AV_RN64(ref);\
Dproresenc_anatoliy.c311 AV_WN64(block, AV_RN64(pixels)); in get()
312 AV_WN64(block+4, AV_RN64(pixels+8)); in get()
Dcavs.c149 if (AV_RN64(bs)) { in ff_cavs_filter()
264 uint64_t a = AV_RN64(&top[1]); in intra_pred_vert()
/third_party/ffmpeg/libavformat/
Dframecrcenc.c51 uint64_t val = AV_RN64(buf + offset); in bswap()
Dasfcrypt.c175 packetkey = AV_RN64(&qwords[num_qwords * 8 - 8]); in ff_asfcrypt_dec()
/third_party/ffmpeg/tools/
Dtarget_bsf_fuzzer.c130 if (data[0] == (fuzz_tag & 0xFF) && AV_RN64(data) == fuzz_tag) in LLVMFuzzerTestOneInput()
Dtarget_dec_fuzzer.c308 if (data[0] == (fuzz_tag & 0xFF) && AV_RN64(data) == fuzz_tag) in LLVMFuzzerTestOneInput()