Searched refs:AV_RB64 (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dh261dec.c37 uint32_t code = AV_RB64(&p->buf[FFMAX(i-1, 0)]) >> (24+shift);
H A Dredspark.c48 if (AV_RB64(header) == AV_RB64("RedSpark"))
H A Ddtshddec.c46 if (AV_RB64(p->buf) == DTSHDHDR)
H A Dimg2dec.c606 if (AV_RB64(b) == 0x0000000c6a502020 ||
625 if (AV_RB64(b) == 0x89504e470d0a1a0a)
H A Drtmppkt.c489 snprintf(dst, dst_size, "%g", av_int2double(AV_RB64(data)));
544 av_log(ctx, AV_LOG_DEBUG, " number %g\n", av_int2double(AV_RB64(data)));
H A Dffmdec.c541 pkt->pts = AV_RB64(ffm->header+8);
H A Drtpdec.c145 s->last_rtcp_ntp_time = AV_RB64(buf + 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/ppc/
H A Dintreadwrite.h71 #define AV_RB64 AV_RX64 macro
120 #define AV_RB64(p) (*(const uint64_t *)(p)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/avr32/
H A Dintreadwrite.h164 #define AV_RB64 AV_RB64 macro
165 static av_always_inline uint64_t AV_RB64(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/avr32/
H A Dintreadwrite.h164 #define AV_RB64 AV_RB64 macro
165 static av_always_inline uint64_t AV_RB64(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintreadwrite.h129 # if defined(AV_RN64) && !defined(AV_RB64)
130 # define AV_RB64(p) AV_RN64(p) macro
131 # elif !defined(AV_RN64) && defined(AV_RB64)
132 # define AV_RN64(p) AV_RB64(p)
291 #ifndef AV_RB64
292 # define AV_RB64(x) \ macro
421 #ifndef AV_RB64
422 # define AV_RB64(p) AV_RB(64, p) macro
H A Ddes.c293 gen_roundkeys(d->round_keys[0], AV_RB64(key));
295 gen_roundkeys(d->round_keys[1], AV_RB64(key + 8));
296 gen_roundkeys(d->round_keys[2], AV_RB64(key + 16));
302 uint64_t iv_val = iv ? AV_RB64(iv) : 0;
305 uint64_t src_val = src ? AV_RB64(src) : 0;
371 res = AV_RB64(large_buffer[9999 + delay]);
396 key[0] = AV_RB64(test_key);
397 data = AV_RB64(plain);
399 if (des_encdec(data, roundkeys, 0) != AV_RB64(crypt)) {
H A Dsha512.c101 #define blk0(i) (block[i] = AV_RB64(buffer + 8 * (i)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h117 # if defined(AV_RN64) && !defined(AV_RB64)
118 # define AV_RB64(p) AV_RN64(p) macro
119 # elif !defined(AV_RN64) && defined(AV_RB64)
120 # define AV_RN64(p) AV_RB64(p)
263 #ifndef AV_RB64
264 # define AV_RB64(x) \ macro
391 #ifndef AV_RB64
392 # define AV_RB64(p) AV_RB(64, p) macro
H A Ddes.c293 gen_roundkeys(d->round_keys[0], AV_RB64(key));
295 gen_roundkeys(d->round_keys[1], AV_RB64(key + 8));
296 gen_roundkeys(d->round_keys[2], AV_RB64(key + 16));
302 uint64_t iv_val = iv ? AV_RB64(iv) : 0;
305 uint64_t src_val = src ? AV_RB64(src) : 0;
372 res = AV_RB64(large_buffer[9999 + delay]);
399 key[0] = AV_RB64(test_key);
400 data = AV_RB64(plain);
402 if (des_encdec(data, roundkeys, 0) != AV_RB64(crypt)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/ppc/
H A Dintreadwrite.h105 #define AV_RB64(p) (*(const uint64_t *)(p)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmppkt.c321 snprintf(dst, dst_size, "%g", av_int2double(AV_RB64(data)));
373 av_log(ctx, AV_LOG_DEBUG, " number %g\n", av_int2double(AV_RB64(data)));
H A Dffmdec.c37 return AV_RB64(buf);
440 pkt->pts = AV_RB64(ffm->header+8);
H A Drtmpproto.c618 int pkt_id = av_int2double(AV_RB64(pkt->data + 11));
629 rt->main_channel_id = av_int2double(AV_RB64(pkt->data + 21));
H A Drtpdec.c130 s->last_rtcp_ntp_time = AV_RB64(buf + 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbytestream.h92 DEF64(be64, 8, AV_RB64, AV_WB64)
H A Dget_bits.h158 AV_RB64((gb)->buffer + (name##_index >> 3)) >> (32 - (name##_index & 7))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbytestream.h89 DEF(uint64_t, be64, 8, AV_RB64, AV_WB64)
H A Davpacket.c383 if (!pkt->side_data_elems && pkt->size >12 && AV_RB64(pkt->data + pkt->size - 8) == FF_MERGE_MARKER){
H A Dget_bits.h151 AV_RB64((gb)->buffer + (name ## _index >> 3)) >> (32 - (name ## _index & 7))

Completed in 151 milliseconds

12