Searched refs:AV_RN32 (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/libavutil/mips/
H A Dintreadwrite.h29 #define AV_RN32 AV_RN32 macro
30 static av_always_inline uint32_t AV_RN32(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/mips/
H A Dintreadwrite.h29 #define AV_RN32 AV_RN32 macro
30 static av_always_inline uint32_t AV_RN32(const void *p) function
81 v.hl[0] = AV_RN32(p);
82 v.hl[1] = AV_RN32((const uint8_t *)p + 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqpel_template.c41 a = AV_RN32(&src1[i * src_stride1]); \
42 b = AV_RN32(&src2[i * src_stride2]); \
45 a = AV_RN32(&src1[i * src_stride1 + 4]); \
46 b = AV_RN32(&src2[i * src_stride2 + 4]); \
86 a = AV_RN32(&src1[i * src_stride1]); \
87 b = AV_RN32(&src2[i * src_stride2]); \
88 c = AV_RN32(&src3[i * src_stride3]); \
89 d = AV_RN32(&src4[i * src_stride4]); \
101 a = AV_RN32(&src1[i * src_stride1 + 4]); \
102 b = AV_RN32(
[all...]
H A Dhpeldsp.c51 a = AV_RN32(&src1[i * src_stride1]); \
52 b = AV_RN32(&src2[i * src_stride2]); \
55 a = AV_RN32(&src1[i * src_stride1 + 4]); \
56 b = AV_RN32(&src2[i * src_stride2 + 4]); \
177 const uint32_t a = AV_RN32(pixels); \
178 const uint32_t b = AV_RN32(pixels + 1); \
188 uint32_t a = AV_RN32(pixels); \
189 uint32_t b = AV_RN32(pixels + 1); \
198 a = AV_RN32(pixels); \
199 b = AV_RN32(pixel
[all...]
H A Dbit_depth_template.c59 # define AV_RN2P AV_RN32
79 # define AV_RN4P AV_RN32
H A Dvp3dsp.c271 a = AV_RN32(&src1[i * stride]);
272 b = AV_RN32(&src2[i * stride]);
274 a = AV_RN32(&src1[i * stride + 4]);
275 b = AV_RN32(&src2[i * stride + 4]);
H A Dindeo3.c287 AV_WN32A(dst, ((AV_RN32(src) + AV_RN32(ref)) >> 1) & 0x7F7F7F7FUL)
386 (replicate32(AV_RN32(ref )) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
388 (replicate32(AV_RN32(ref + 4)) + delta_tab->deltas_m10[dyad2]) & 0x7F7F7F7F);\
391 (AV_RN32(ref ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
393 (AV_RN32(ref + 4) + delta_tab->deltas_m10[dyad2]) & 0x7F7F7F7F);\
407 (AV_RN32(dst ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
409 (AV_RN32(dst + 4 ) + delta_tab->deltas_m10[dyad2]) & 0x7F7F7F7F);\
411 (AV_RN32(dst + row_offset ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
413 (AV_RN32(ds
[all...]
H A Dtargaenc.c105 if (AV_RN32(p->data[1] + 4 * i) >> 24 != 0xFF) {
H A Drv40dsp.c221 const uint32_t a = AV_RN32(pixels); \
222 const uint32_t b = AV_RN32(pixels + 1); \
232 uint32_t a = AV_RN32(pixels); \
233 uint32_t b = AV_RN32(pixels + 1); \
242 a = AV_RN32(pixels); \
243 b = AV_RN32(pixels + 1); \
H A Dvc1dsp.c708 OP4(*(uint32_t*)(block ), AV_RN32(pixels ));\
709 OP4(*(uint32_t*)(block+4), AV_RN32(pixels+4));\
717 OP4(*(uint32_t*)(block ), AV_RN32(pixels ));\
718 OP4(*(uint32_t*)(block+ 4), AV_RN32(pixels+ 4));\
719 OP4(*(uint32_t*)(block+ 8), AV_RN32(pixels+ 8));\
720 OP4(*(uint32_t*)(block+12), AV_RN32(pixels+12));\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/arm/
H A Dintreadwrite.h41 #define AV_RN32 AV_RN32 macro
42 static av_always_inline uint32_t AV_RN32(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Depafdec.c32 AV_RN32(p->buf + 8) == 0)) &&
33 !AV_RN32(p->buf + 4) && AV_RN32(p->buf + 12) &&
34 AV_RN32(p->buf + 20))
H A Dircamdec.c34 AV_RN32(p->buf + 4) && AV_RN32(p->buf + 8))
H A Dpmpdec.c36 if (AV_RN32(p->buf) == AV_RN32("pmpm") &&
H A Dimg2dec.c576 if (!AV_RN32(b + 6)) {
588 if (AV_RN32(b) == AV_RN32("SDPX") || AV_RN32(b) == AV_RN32("XPDS"))
H A Dcdxl.c74 if (AV_RN32(&p->buf[6]))
H A Dmxg.c78 uint32_t x = AV_RN32(p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/arm/
H A Dintreadwrite.h49 #define AV_RN32 AV_RN32 macro
50 static av_always_inline uint32_t AV_RN32(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbit_depth_template.c57 # define AV_RN2P AV_RN32
77 # define AV_RN4P AV_RN32
H A Ddsputil_template.c393 a= AV_RN32(&src1[i*src_stride1]);\
394 b= AV_RN32(&src2[i*src_stride2]);\
395 c= AV_RN32(&src3[i*src_stride3]);\
396 d= AV_RN32(&src4[i*src_stride4]);\
407 a= AV_RN32(&src1[i*src_stride1+4]);\
408 b= AV_RN32(&src2[i*src_stride2+4]);\
409 c= AV_RN32(&src3[i*src_stride3+4]);\
410 d= AV_RN32(&src4[i*src_stride4+4]);\
446 a= AV_RN32(&src1[i*src_stride1]);\
447 b= AV_RN32(
[all...]
H A Ddsputil.h738 AV_WN32(dst , AV_RN32(src ));
749 AV_WN32(dst , AV_RN32(src ));
750 AV_WN32(dst+4 , AV_RN32(src+4 ));
761 AV_WN32(dst , AV_RN32(src ));
762 AV_WN32(dst+4 , AV_RN32(src+4 ));
774 AV_WN32(dst , AV_RN32(src ));
775 AV_WN32(dst+4 , AV_RN32(src+4 ));
776 AV_WN32(dst+8 , AV_RN32(src+8 ));
777 AV_WN32(dst+12, AV_RN32(src+12));
788 AV_WN32(dst , AV_RN32(sr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintreadwrite.h105 # if defined(AV_RN32) && !defined(AV_RB32)
106 # define AV_RB32(p) AV_RN32(p)
107 # elif !defined(AV_RN32) && defined(AV_RB32)
108 # define AV_RN32(p) AV_RB32(p) macro
167 # if defined(AV_RN32) && !defined(AV_RL32)
168 # define AV_RL32(p) AV_RN32(p)
169 # elif !defined(AV_RN32) && defined(AV_RL32)
170 # define AV_RN32(p) AV_RL32(p) macro
355 #ifndef AV_RN32
356 # define AV_RN32( macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h105 # if defined(AV_RN32) && !defined(AV_RB32)
106 # define AV_RB32(p) AV_RN32(p)
107 # elif !defined(AV_RN32) && defined(AV_RB32)
108 # define AV_RN32(p) AV_RB32(p) macro
155 # if defined(AV_RN32) && !defined(AV_RL32)
156 # define AV_RL32(p) AV_RN32(p)
157 # elif !defined(AV_RN32) && defined(AV_RL32)
158 # define AV_RN32(p) AV_RL32(p) macro
325 #ifndef AV_RN32
326 # define AV_RN32( macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Dqpel.c39 OP(LP(dst ),rnd_avg32(AV_RN32(src1 ),LPC(src2 )) ); \
49 OP(LP(dst ),no_rnd_avg32(AV_RN32(src1 ),LPC(src2 )) ); \
50 OP(LP(dst+4),no_rnd_avg32(AV_RN32(src1+4),LPC(src2+4)) ); \
51 OP(LP(dst+8),no_rnd_avg32(AV_RN32(src1+8),LPC(src2+8)) ); \
52 OP(LP(dst+12),no_rnd_avg32(AV_RN32(src1+12),LPC(src2+12)) ); \
62 OP(LP(dst ),rnd_avg32(AV_RN32(src1 ),LPC(src2 )) ); \
63 OP(LP(dst+4),rnd_avg32(AV_RN32(src1+4),LPC(src2+4)) ); \
64 OP(LP(dst+8),rnd_avg32(AV_RN32(src1+8),LPC(src2+8)) ); \
65 OP(LP(dst+12),rnd_avg32(AV_RN32(src1+12),LPC(src2+12)) ); \
75 OP(LP(dst ),no_rnd_avg32(AV_RN32(src
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwv.c115 if (!AV_RN32(wc->extra))
217 if(!AV_RN32(wc->extra))

Completed in 147 milliseconds

12