Home
last modified time | relevance | path

Searched refs:AV_WL32 (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
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(dst + 4, AV_RL32(dst - (4 + offset))); in dxv_decompress_cgo()
[all …]
Dv210_template.c31 AV_WL32(dst, val); \
70 AV_WL32(dst, val); in RENAME()
76 AV_WL32(dst, val); in RENAME()
80 AV_WL32(dst, val); in RENAME()
Drasc.c420 AV_WL32(b1 + cx, AV_RL32(b2 + cx)); in decode_dlta()
421 AV_WL32(b2 + cx, fill); in decode_dlta()
429 AV_WL32(b1 + cx, AV_RL32(b2 + cx)); in decode_dlta()
430 AV_WL32(b2 + cx, fill); in decode_dlta()
447 AV_WL32(b2 + cx, v1); in decode_dlta()
448 AV_WL32(b1 + cx, v0); in decode_dlta()
456 AV_WL32(b1 + cx, AV_RL32(b2 + cx)); in decode_dlta()
457 AV_WL32(b2 + cx, fill); in decode_dlta()
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()
Dv410enc.c70 AV_WL32(dst, val); in v410_encode_frame()
Dlibmp3lame.c293 AV_WL32(side_data, avctx->initial_padding); in mp3lame_encode_frame()
296 AV_WL32(side_data + 4, discard_padding); in mp3lame_encode_frame()
Datsc_a53.c56 AV_WL32(sei_data + 3, MKTAG('G', 'A', '9', '4')); in ff_alloc_a53_sei()
/third_party/ffmpeg/libavutil/
Dtwofish.c140 AV_WL32(m, k0); in tf_RS()
141 AV_WL32(m + 4, k1); in tf_RS()
153 AV_WL32(l, L[3]); in tf_h0()
160 AV_WL32(l, L[2]); in tf_h0()
166 AV_WL32(l, L[1]); in tf_h0()
176 AV_WL32(y, X); in tf_h()
228 AV_WL32(dst, P[2]); in twofish_encrypt()
229 AV_WL32(dst + 4, P[3]); in twofish_encrypt()
230 AV_WL32(dst + 8, P[0]); in twofish_encrypt()
231 AV_WL32(dst + 12, P[1]); in twofish_encrypt()
[all …]
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
Dlfg.c38 AV_WL32(tmp, seed); in av_lfg_init()
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/libavformat/
Damvenc.c196 AV_WL32(amv->apad->data + 4, amv->aframe_size); in amv_init()
253 AV_WL32(buf + 4, par->sample_rate); in amv_write_alist()
254 AV_WL32(buf + 8, par->sample_rate * par->channels * 2); in amv_write_alist()
282 AV_WL32(amvh + 0, amv->us_per_frame); in amv_write_header()
283 AV_WL32(amvh + 32, vst->codecpar->width); in amv_write_header()
284 AV_WL32(amvh + 36, vst->codecpar->height); in amv_write_header()
285 AV_WL32(amvh + 40, vst->time_base.den); in amv_write_header()
286 AV_WL32(amvh + 44, vst->time_base.num); in amv_write_header()
287 AV_WL32(amvh + 48, 0); in amv_write_header()
288 AV_WL32(amvh + 52, 0); /* duration, filled in later. */ in amv_write_header()
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()
Dkvag.c168 AV_WL32(buf + 0, KVAG_TAG); in kvag_write_header()
169 AV_WL32(buf + 4, 0); /* Data size, we fix this up later. */ in kvag_write_header()
170 AV_WL32(buf + 8, par->sample_rate); in kvag_write_header()
Doggparsecelt.c78 AV_WL32(st->codecpar->extradata + 0, overlap); in celt_header()
79 AV_WL32(st->codecpar->extradata + 4, version); in celt_header()
Dicodec.c203 AV_WL32(buf + 32, image->nb_pal); in read_packet()
206 AV_WL32(buf - 4, 14 + 40 + image->nb_pal * 4); in read_packet()
207 AV_WL32(buf + 8, AV_RL32(buf + 8) / 2); in read_packet()
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()
Drtmpcrypt.c203 AV_WL32(out, xl); in rtmpe9_sig()
204 AV_WL32(out + 4, xr); in rtmpe9_sig()
Dbinka.c83 AV_WL32(pkt->data, pkt_size); in binka_read_packet()
Dmmst.c136 AV_WL32(mms->out_buffer + 8, first_length); in send_command_packet()
137 AV_WL32(mms->out_buffer + 16, len8); in send_command_packet()
138 AV_WL32(mms->out_buffer + 32, len8-2); in send_command_packet()
/third_party/ffmpeg/libavutil/tomi/
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/tests/
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/avr32/
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/
Dvsrc_sierpinski.c116 AV_WL32(&dst[x*4], 0x00000000); in draw_triangle_slice()
118 AV_WL32(&dst[x*4], 0xFFFFFFFF); in draw_triangle_slice()
141 AV_WL32(&dst[x*4], 0x00000000); in draw_carpet_slice()
143 AV_WL32(&dst[x*4], 0xFFFFFFFF); in draw_carpet_slice()
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h33 #define AV_WL32 av_write_bswap32 macro

1234