/third_party/ffmpeg/libavcodec/ |
D | qpel_template.c | 41 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(&src2[i * src_stride2 + 4]); \ [all …]
|
D | hpeldsp.c | 51 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(pixels + 1); \ [all …]
|
D | indeo3.c | 286 AV_WN32A(dst, ((AV_RN32(src) + AV_RN32(ref)) >> 1) & 0x7F7F7F7FUL) 385 (replicate32(AV_RN32(ref )) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\ 387 (replicate32(AV_RN32(ref + 4)) + delta_tab->deltas_m10[dyad2]) & 0x7F7F7F7F);\ 390 (AV_RN32(ref ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\ 392 (AV_RN32(ref + 4) + delta_tab->deltas_m10[dyad2]) & 0x7F7F7F7F);\ 406 (AV_RN32(dst ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\ 408 (AV_RN32(dst + 4 ) + delta_tab->deltas_m10[dyad2]) & 0x7F7F7F7F);\ 410 (AV_RN32(dst + row_offset ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\ 412 (AV_RN32(dst + row_offset + 4) + delta_tab->deltas_m10[dyad2]) & 0x7F7F7F7F);\
|
D | bit_depth_template.c | 70 # define AV_RN2P AV_RN32 91 # define AV_RN4P AV_RN32
|
D | vp3dsp.c | 436 a = AV_RN32(&src1[i * stride]); in put_no_rnd_pixels_l2() 437 b = AV_RN32(&src2[i * stride]); in put_no_rnd_pixels_l2() 439 a = AV_RN32(&src1[i * stride + 4]); in put_no_rnd_pixels_l2() 440 b = AV_RN32(&src2[i * stride + 4]); in put_no_rnd_pixels_l2()
|
D | dpx.c | 716 AV_WN32(ptr[2], AV_RN32(buf)); in decode_frame() 717 AV_WN32(ptr[0], AV_RN32(buf + 4)); in decode_frame() 718 AV_WN32(ptr[1], AV_RN32(buf + 8)); in decode_frame() 721 AV_WN32(ptr[3], AV_RN32(buf + 12)); in decode_frame()
|
D | v210dec.c | 171 && AV_RN32(psrc) == AV_RN32("INFO") in decode_frame()
|
D | rv40dsp.c | 221 const uint32_t a = AV_RN32(pixels); \ in RV40_LOWPASS() 222 const uint32_t b = AV_RN32(pixels + 1); \ in RV40_LOWPASS() 232 uint32_t a = AV_RN32(pixels); \ in RV40_LOWPASS() 233 uint32_t b = AV_RN32(pixels + 1); \ in RV40_LOWPASS() 242 a = AV_RN32(pixels); \ in RV40_LOWPASS() 243 b = AV_RN32(pixels + 1); \ in RV40_LOWPASS()
|
D | vc1dsp.c | 710 OP4(*(uint32_t*)(block ), AV_RN32(pixels ));\ 711 OP4(*(uint32_t*)(block+4), AV_RN32(pixels+4));\ 719 OP4(*(uint32_t*)(block ), AV_RN32(pixels ));\ 720 OP4(*(uint32_t*)(block+ 4), AV_RN32(pixels+ 4));\ 721 OP4(*(uint32_t*)(block+ 8), AV_RN32(pixels+ 8));\ 722 OP4(*(uint32_t*)(block+12), AV_RN32(pixels+12));\
|
D | h2645_parse.c | 67 if (!((~AV_RN32(src + i) & in ff_h2645_extract_rbsp() 68 (AV_RN32(src + i) - 0x01000101U)) & in ff_h2645_extract_rbsp()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hpeldsp_mmi.c | 806 const uint32_t a = AV_RN32(pixels); in ff_put_pixels4_xy2_8_mmi() 807 const uint32_t b = AV_RN32(pixels + 1); in ff_put_pixels4_xy2_8_mmi() 817 uint32_t a = AV_RN32(pixels); in ff_put_pixels4_xy2_8_mmi() 818 uint32_t b = AV_RN32(pixels + 1); in ff_put_pixels4_xy2_8_mmi() 826 a = AV_RN32(pixels); in ff_put_pixels4_xy2_8_mmi() 827 b = AV_RN32(pixels + 1); in ff_put_pixels4_xy2_8_mmi() 935 const uint32_t a = AV_RN32(pixels); in ff_put_pixels8_xy2_8_mmi() 936 const uint32_t b = AV_RN32(pixels + 1); in ff_put_pixels8_xy2_8_mmi() 946 uint32_t a = AV_RN32(pixels); in ff_put_pixels8_xy2_8_mmi() 947 uint32_t b = AV_RN32(pixels + 1); in ff_put_pixels8_xy2_8_mmi() [all …]
|
D | vp3dsp_idct_mmi.c | 761 a = AV_RN32(&src1[i * stride]); in ff_put_no_rnd_pixels_l2_mmi() 762 b = AV_RN32(&src2[i * stride]); in ff_put_no_rnd_pixels_l2_mmi() 764 a = AV_RN32(&src1[i * stride + 4]); in ff_put_no_rnd_pixels_l2_mmi() 765 b = AV_RN32(&src2[i * stride + 4]); in ff_put_no_rnd_pixels_l2_mmi()
|
/third_party/ffmpeg/libavutil/mips/ |
D | intreadwrite.h | 29 #define AV_RN32 AV_RN32 macro 30 static av_always_inline uint32_t AV_RN32(const void *p) in AV_RN32() function
|
/third_party/ffmpeg/libavformat/ |
D | epafdec.c | 33 AV_RN32(p->buf + 8) == 0)) && in epaf_probe() 34 !AV_RN32(p->buf + 4) && AV_RN32(p->buf + 12) && in epaf_probe() 35 AV_RN32(p->buf + 20)) in epaf_probe()
|
D | ingenientdec.c | 29 if ( AV_RN32(p->buf) != AV_RN32("MJPG") in ingenient_probe()
|
D | ircamdec.c | 35 AV_RN32(p->buf + 4) && AV_RN32(p->buf + 8)) in ircam_probe()
|
D | pmpdec.c | 36 if (AV_RN32(p->buf) == AV_RN32("pmpm") && in pmp_probe()
|
D | img2dec.c | 684 if (!AV_RN32(b + 6)) { in bmp_probe() 696 && AV_RN32(b + 8) == AV_RN32("DVCC")) in cri_probe() 716 int is_big = (AV_RN32(b) == AV_RN32("SDPX")); in dpx_probe() 725 if (is_big || AV_RN32(b) == AV_RN32("XPDS")) in dpx_probe()
|
D | bink.c | 66 int smush = AV_RN32(p->buf) == AV_RN32("SMUS"); in probe()
|
D | imx.c | 41 if (AV_RN32(p->buf+4) == 0) in simbiosis_imx_probe()
|
/third_party/ffmpeg/libavutil/arm/ |
D | intreadwrite.h | 49 #define AV_RN32 AV_RN32 macro 50 static av_always_inline uint32_t AV_RN32(const void *p) in AV_RN32() function
|
/third_party/ffmpeg/libavutil/ |
D | intreadwrite.h | 113 # if defined(AV_RN32) && !defined(AV_RB32) 114 # define AV_RB32(p) AV_RN32(p) 115 # elif !defined(AV_RN32) && defined(AV_RB32) 116 # define AV_RN32(p) AV_RB32(p) macro 175 # if defined(AV_RN32) && !defined(AV_RL32) 176 # define AV_RL32(p) AV_RN32(p) 177 # elif !defined(AV_RN32) && defined(AV_RL32) 178 # define AV_RN32(p) AV_RL32(p) macro 363 #ifndef AV_RN32 364 # define AV_RN32(p) AV_RN(32, p) macro
|
/third_party/ffmpeg/libavfilter/ |
D | f_drawgraph.c | 146 int bg = AV_RN32(s->bg); in clear_image() 240 bg = AV_RN32(s->bg); in filter_frame() 274 old = AV_RN32(out->data[0] + y * out->linesize[0] + x * 4); in filter_frame() 277 (AV_RN32(out->data[0] + j * out->linesize[0] + x * 4) != old) || in filter_frame() 278 … AV_RN32(out->data[0] + FFMIN(j+1, outlink->h - 1) * out->linesize[0] + x * 4) != old) { in filter_frame() 366 bg = AV_RN32(s->bg); in request_frame() 373 old = AV_RN32(out->data[0] + y * out->linesize[0] + x * 4); in request_frame() 376 (AV_RN32(out->data[0] + j * out->linesize[0] + x * 4) != old) || in request_frame() 377 … AV_RN32(out->data[0] + FFMIN(j+1, outlink->h - 1) * out->linesize[0] + x * 4) != old) { in request_frame()
|
D | vf_stereo3d.c | 656 AV_WN32(&dst[x], AV_RN32(&src[x * 2])); in interleave_cols_to_any() 986 … AV_WN32(&dst[x ], (b&1) == (y&1) ? AV_RN32(&left[p*m]) : AV_RN32(&right[p*m])); in filter_frame() 987 … AV_WN32(&dst[x+4], (b&1) != (y&1) ? AV_RN32(&left[p*m]) : AV_RN32(&right[p*m])); in filter_frame() 1043 AV_WN32(&dst[x ], b&1 ? AV_RN32(&left[p*m]) : AV_RN32(&right[p*m])); in filter_frame() 1044 AV_WN32(&dst[x+4], !(b&1) ? AV_RN32(&left[p*m]) : AV_RN32(&right[p*m])); in filter_frame()
|
D | avf_abitscope.c | 176 uint32_t color = AV_RN32(&s->fg[4 * ch]); in filter_frame() 199 uint32_t color = AV_RN32(&s->fg[4 * ch]); in filter_frame()
|