Home
last modified time | relevance | path

Searched refs:AV_WL32 (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
H A Ddxv.c297 AV_WL32(ctx->tex_data, bytestream2_get_le32(gbc)); in dxv_decompress_dxt1()
298 AV_WL32(ctx->tex_data + 4, bytestream2_get_le32(gbc)); in dxv_decompress_dxt1()
307 AV_WL32(ctx->tex_data + 4 * pos, prev); in dxv_decompress_dxt1()
311 AV_WL32(ctx->tex_data + 4 * pos, prev); in dxv_decompress_dxt1()
320 AV_WL32(ctx->tex_data + 4 * pos, prev); in dxv_decompress_dxt1()
329 AV_WL32(ctx->tex_data + 4 * pos, prev); in dxv_decompress_dxt1()
523 AV_WL32(dst, AV_RL32(dst - (8 + offset))); in dxv_decompress_cgo()
524 AV_WL32(dst + 4, AV_RL32(dst - (4 + offset))); in dxv_decompress_cgo()
531 AV_WL32(dst, AV_RL32(dst - (8 + offset))); in dxv_decompress_cgo()
532 AV_WL32(ds in dxv_decompress_cgo()
[all...]
H A Dv210_template.c60 AV_WL32(dst, val); in v210_enc()
66 AV_WL32(dst, val); in v210_enc()
70 AV_WL32(dst, val); in v210_enc()
H A Drasc.c422 AV_WL32(b1 + cx, AV_RL32(b2 + cx)); in decode_dlta()
423 AV_WL32(b2 + cx, fill); in decode_dlta()
431 AV_WL32(b1 + cx, AV_RL32(b2 + cx)); in decode_dlta()
432 AV_WL32(b2 + cx, fill); in decode_dlta()
449 AV_WL32(b2 + cx, v1); in decode_dlta()
450 AV_WL32(b1 + cx, v0); in decode_dlta()
458 AV_WL32(b1 + cx, AV_RL32(b2 + cx)); in decode_dlta()
459 AV_WL32(b2 + cx, fill); in decode_dlta()
H A Dtexturedsp.c100 AV_WL32(dst + x * 4, pixel); in dxt1_block_internal()
164 AV_WL32(dst + x * 4, pixel); in dxt3_block_internal()
296 AV_WL32(dst + x * 4, pixel); in dxt5_block_internal()
438 AV_WL32(dst + x * pix_size + y * stride, pixel); in rgtc_block_internal()
H A Dmjpegenc_common.c214 AV_WL32(ptr+4, MKTAG('I','C','C','_')); in jpeg_put_comments()
215 AV_WL32(ptr+8, MKTAG('P','R','O','F')); in jpeg_put_comments()
216 AV_WL32(ptr+12, MKTAG('I','L','E','\0')); in jpeg_put_comments()
H A Datsc_a53.c56 AV_WL32(sei_data + 3, MKTAG('G', 'A', '9', '4')); in ff_alloc_a53_sei()
H A Dv410enc.c65 AV_WL32(dst, val); in v410_encode_frame()
H A Dv210enc_init.h42 AV_WL32(dst, val); \
H A Dlibmp3lame.c295 AV_WL32(side_data, avctx->initial_padding); in mp3lame_encode_frame()
298 AV_WL32(side_data + 4, discard_padding); in mp3lame_encode_frame()
/third_party/ffmpeg/libavformat/
H A Damvenc.c193 AV_WL32(amv->apad->data + 4, amv->aframe_size); in amv_init()
248 AV_WL32(buf + 4, par->sample_rate); in amv_write_alist()
249 AV_WL32(buf + 8, par->sample_rate * par->ch_layout.nb_channels * 2); in amv_write_alist()
277 AV_WL32(amvh + 0, amv->us_per_frame); in amv_write_header()
278 AV_WL32(amvh + 32, vst->codecpar->width); in amv_write_header()
279 AV_WL32(amvh + 36, vst->codecpar->height); in amv_write_header()
280 AV_WL32(amvh + 40, vst->time_base.den); in amv_write_header()
281 AV_WL32(amvh + 44, vst->time_base.num); in amv_write_header()
282 AV_WL32(amvh + 48, 0); in amv_write_header()
283 AV_WL32(amv in amv_write_header()
[all...]
H A Dsrtdec.c115 AV_WL32(p, ei->x1); in add_event()
116 AV_WL32(p + 4, ei->y1); in add_event()
117 AV_WL32(p + 8, ei->x2); in add_event()
118 AV_WL32(p + 12, ei->y2); in add_event()
H A Dkvag.c166 AV_WL32(buf + 0, KVAG_TAG); in kvag_write_header()
167 AV_WL32(buf + 4, 0); /* Data size, we fix this up later. */ in kvag_write_header()
168 AV_WL32(buf + 8, par->sample_rate); in kvag_write_header()
H A Doggparsecelt.c78 AV_WL32(st->codecpar->extradata + 0, overlap); in celt_header()
79 AV_WL32(st->codecpar->extradata + 4, version); in celt_header()
H A Dicodec.c196 AV_WL32(buf + 32, image->nb_pal); in read_packet()
202 AV_WL32(buf - 4, 14 + 40 + image->nb_pal * 4); in read_packet()
203 AV_WL32(buf + 8, AV_RL32(buf + 8) / 2); in read_packet()
H A Dapm.c276 AV_WL32(buf + 0, APM_TAG_VS12); /* magic */ in apm_write_header()
277 AV_WL32(buf + 12, 0xFFFFFFFF); /* unk1 */ in apm_write_header()
279 AV_WL32(buf + 76, APM_TAG_DATA); /* data */ in apm_write_header()
H A Dbinka.c83 AV_WL32(pkt->data, pkt_size); in binka_read_packet()
/third_party/ffmpeg/libavutil/tomi/
H A Dintreadwrite.h136 #define AV_WL32 AV_WL32 macro
137 static av_always_inline void AV_WL32(void *p, uint32_t v) in AV_WL32() function
/third_party/ffmpeg/libavutil/avr32/
H A Dintreadwrite.h110 #define AV_WL32(p, v) AV_WB32(p, av_bswap32(v)) macro
124 AV_WL32(p, vv.hl[1]); in AV_WL64()
125 AV_WL32((uint32_t*)p+1, vv.hl[0]); in AV_WL64()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c103 AV_WL32(&dst[x*4], 0x00000000); in draw_triangle_slice()
105 AV_WL32(&dst[x*4], 0xFFFFFFFF); in draw_triangle_slice()
128 AV_WL32(&dst[x*4], 0x00000000); in draw_carpet_slice()
130 AV_WL32(&dst[x*4], 0xFFFFFFFF); in draw_carpet_slice()
/third_party/ffmpeg/libavutil/
H A Dintreadwrite.h181 # if defined(AV_WN32) && !defined(AV_WL32)
182 # define AV_WL32(p, v) AV_WN32(p, v) macro
183 # elif !defined(AV_WN32) && defined(AV_WL32)
184 # define AV_WN32(p, v) AV_WL32(p, v)
289 #ifndef AV_WL32
290 # define AV_WL32(p, val) do { \ macro
425 #ifndef AV_WL32
426 # define AV_WL32(p, v) AV_WL(32, p, v) macro
H A Dtwofish.c144 AV_WL32(m, k0); in tf_RS()
145 AV_WL32(m + 4, k1); in tf_RS()
157 AV_WL32(l, L[3]); in tf_h0()
164 AV_WL32(l, L[2]); in tf_h0()
170 AV_WL32(l, L[1]); in tf_h0()
180 AV_WL32(y, X); in tf_h()
232 AV_WL32(dst, P[2]); in twofish_encrypt()
233 AV_WL32(dst + 4, P[3]); in twofish_encrypt()
234 AV_WL32(dst + 8, P[0]); in twofish_encrypt()
235 AV_WL32(ds in twofish_encrypt()
[all...]
H A Dlfg.c38 AV_WL32(tmp, seed); in av_lfg_init()
H A Dxtea.c210 AV_WL32(dst, v0); in xtea_le_crypt_ecb()
211 AV_WL32(dst + 4, v1); in xtea_le_crypt_ecb()
/third_party/ffmpeg/libavutil/tests/
H A Dxtea.c100 AV_WL32(&buf[4*j], AV_RB32(&xtea_test_key[i][4*j])); in main()
103 AV_WL32(&ct[4*j], AV_RB32(&xtea_test_ct[i][4*j])); in main()
104 AV_WL32(&pl[4*j], AV_RB32(&xtea_test_pt[i][4*j])); in main()
/third_party/ffmpeg/libavutil/ppc/
H A Dintreadwrite.h33 #define AV_WL32 av_write_bswap32 macro

Completed in 17 milliseconds

1234