/third_party/ffmpeg/libavutil/arm/ |
D | intreadwrite.h | 58 #define AV_WN32 AV_WN32 macro 59 static av_always_inline void AV_WN32(void *p, uint32_t v) in AV_WN32() function
|
/third_party/ffmpeg/libavutil/ |
D | mem.c | 349 AV_WN32(dst, v); in fill16() 375 AV_WN32(dst, a); in fill24() 376 AV_WN32(dst + 4, b); in fill24() 377 AV_WN32(dst + 8, c); in fill24() 383 AV_WN32(dst, a); in fill24() 389 AV_WN32(dst, b); in fill24() 417 AV_WN32(dst, v); in fill32()
|
D | intreadwrite.h | 119 # if defined(AV_WN32) && !defined(AV_WB32) 120 # define AV_WB32(p, v) AV_WN32(p, v) 121 # elif !defined(AV_WN32) && defined(AV_WB32) 122 # define AV_WN32(p, v) AV_WB32(p, v) macro 181 # if defined(AV_WN32) && !defined(AV_WL32) 182 # define AV_WL32(p, v) AV_WN32(p, v) 183 # elif !defined(AV_WN32) && defined(AV_WL32) 184 # define AV_WN32(p, v) AV_WL32(p, v) macro 375 #ifndef AV_WN32 376 # define AV_WN32(p, v) AV_WN(32, p, v) macro
|
D | base64.c | 99 AV_WN32(dst, v); in av_base64_decode()
|
/third_party/ffmpeg/libavcodec/ |
D | bit_depth_template.c | 73 # define AV_WN2P AV_WN32 94 # define AV_WN4P AV_WN32
|
D | pnmenc.c | 110 AV_WN32(bytestream + 0, av_float2int(r[j])); in pnm_encode_frame() 111 AV_WN32(bytestream + 4, av_float2int(g[j])); in pnm_encode_frame() 112 AV_WN32(bytestream + 8, av_float2int(b[j])); in pnm_encode_frame()
|
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 | cdxl.c | 75 AV_WN32(&new_palette[i], (0xFFU << 24) | (r << 16) | (g << 8) | b); in import_palette() 80 AV_WN32(&new_palette[i], (0xFFU << 24) | rgb); in import_palette()
|
D | dds.c | 687 AV_WN32(frame->data[1] + i*4, in dds_decode() 718 AV_WN32(frame->data[1] + i*4, in dds_decode()
|
D | asvenc.c | 292 AV_WN32(put_bits_ptr(&a->pb), 0); in encode_frame()
|
D | qtrle.c | 339 AV_WN32(rgb + pixel_ptr, bytestream2_get_ne32(&s->g)); /* rgbr */ in qtrle_decode_24bpp()
|
D | zmbv.c | 581 AV_WN32(&frame->data[1][j * 4], 0xFFU << 24 | AV_RB24(&c->pal[j * 3])); in decode_frame()
|
D | videotoolbox.c | 236 AV_WN32(p + 8, 0); in ff_videotoolbox_hvcc_extradata_create()
|
/third_party/ffmpeg/libavfilter/ |
D | avf_abitscope.c | 188 AV_WN32(&dst[i * 4], color); in filter_frame() 211 AV_WN32(&dst[i * 4], color); in filter_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 | f_drawgraph.c | 150 AV_WN32(out->data[0] + i * out->linesize[0] + j * 4, bg); in clear_image() 155 AV_WN32(out->data[0] + y * out->linesize[0] + x * 4, fg); in draw_dot()
|
D | avf_showvolume.c | 246 AV_WN32(&p[char_y * 4], ~AV_RN32(&p[char_y * 4])); in drawtext() 255 AV_WN32(p, ~AV_RN32(p)); in drawtext()
|
D | vf_tonemap.c | 288 AV_WN32(out->data[3] + x * odesc->comp[3].step + y * out->linesize[3], in filter_frame()
|
D | f_graphmonitor.c | 118 AV_WN32(out->data[0] + i * out->linesize[0] + j * 4, bg); in clear_image()
|
D | vf_zscale.c | 728 AV_WN32(out->data[3] + x * odesc->comp[3].step + y * out->linesize[3], in filter_frame()
|
/third_party/ffmpeg/tests/checkasm/ |
D | llviddspenc.c | 36 AV_WN32(buf + j, rnd()); \
|
D | sw_rgb.c | 35 AV_WN32(buf + j, rnd()); \
|
D | sw_scale.c | 36 AV_WN32(buf + j, rnd()); \
|
/third_party/ffmpeg/libavformat/ |
D | framecrcenc.c | 55 AV_WN32(buf + offset, av_bswap32(val)); in bswap()
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess.c | 968 AV_WN32(c->stdQPTable + (i<<2), AV_RN32(QP_store + (i<<2)) >> 1 & 0x7F7F7F7F); in pp_postprocess() 993 AV_WN32(c->nonBQPTable + (i<<2), AV_RN32(QP_store + (i<<2)) & 0x3F3F3F3F); in pp_postprocess()
|