Home
last modified time | relevance | path

Searched refs:AV_WL16 (Results 1 - 25 of 48) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Dacedec.c87 AV_WL16(st->codecpar->extradata, 1); in ace_read_header()
88 AV_WL16(st->codecpar->extradata+2, 2048 * nb_channels); in ace_read_header()
89 AV_WL16(st->codecpar->extradata+4, 0); in ace_read_header()
90 AV_WL16(st->codecpar->extradata+6, codec == 4 ? 1 : 0); in ace_read_header()
91 AV_WL16(st->codecpar->extradata+8, codec == 4 ? 1 : 0); in ace_read_header()
92 AV_WL16(st->codecpar->extradata+10, 1); in ace_read_header()
93 AV_WL16(st->codecpar->extradata+12, 0); in ace_read_header()
H A Dmsf.c80 AV_WL16(st->codecpar->extradata, 1); /* version */ in msf_read_header()
81 AV_WL16(st->codecpar->extradata+2, 2048 * st->codecpar->ch_layout.nb_channels); /* unknown size */ in msf_read_header()
82 AV_WL16(st->codecpar->extradata+6, codec == 4 ? 1 : 0); /* joint stereo */ in msf_read_header()
83 AV_WL16(st->codecpar->extradata+8, codec == 4 ? 1 : 0); /* joint stereo (repeat?) */ in msf_read_header()
84 AV_WL16(st->codecpar->extradata+10, 1); in msf_read_header()
H A Damvenc.c246 AV_WL16(buf + 0, 1); in amv_write_alist()
247 AV_WL16(buf + 2, par->ch_layout.nb_channels); in amv_write_alist()
250 AV_WL16(buf + 12, 2); in amv_write_alist()
251 AV_WL16(buf + 14, 16); in amv_write_alist()
252 AV_WL16(buf + 16, 0); in amv_write_alist()
253 AV_WL16(buf + 18, 0); in amv_write_alist()
H A Dwestwood_aud.c156 AV_WL16(&pkt->data[0], out_size); in wsaud_read_packet()
157 AV_WL16(&pkt->data[2], chunk_size); in wsaud_read_packet()
H A Domadec.c484 AV_WL16(&edata[0], 1); // always 1 in oma_read_header()
486 AV_WL16(&edata[6], jsflag); // coding mode in oma_read_header()
487 AV_WL16(&edata[8], jsflag); // coding mode in oma_read_header()
488 AV_WL16(&edata[10], 1); // always 1 in oma_read_header()
489 AV_WL16(&edata[12], 0); // always 0 in oma_read_header()
H A Dape.c348 AV_WL16(st->codecpar->extradata + 0, ape->fileversion); in ape_read_header()
349 AV_WL16(st->codecpar->extradata + 2, ape->compressiontype); in ape_read_header()
350 AV_WL16(st->codecpar->extradata + 4, ape->formatflags); in ape_read_header()
H A Dipmovie.c186 AV_WL16(pkt->data + 2, s->video_chunk_size); in load_ipmovie_packet()
187 AV_WL16(pkt->data + 4, s->decode_map_chunk_size); in load_ipmovie_packet()
188 AV_WL16(pkt->data + 6, s->skip_map_chunk_size); in load_ipmovie_packet()
H A Ddfa.c74 AV_WL16(st->codecpar->extradata, version); in dfa_read_header()
H A Dkvag.c169 AV_WL16(buf + 12, par->ch_layout.nb_channels == 2); in kvag_write_header()
H A Dgenh.c101 AV_WL16(st->codecpar->extradata, 3); in genh_read_header()
/third_party/ffmpeg/libavcodec/
H A Ddxv.c555 AV_WL16(dst, bytestream2_get_le16(gb)); in dxv_decompress_cgo()
556 AV_WL16(dst + 2, AV_RL16(tptr3)); in dxv_decompress_cgo()
558 AV_WL16(dst + 5, bytestream2_get_le16(gb)); in dxv_decompress_cgo()
566 AV_WL16(dst, bytestream2_get_le16(gb)); in dxv_decompress_cgo()
567 AV_WL16(dst + 2, bytestream2_get_le16(gb)); in dxv_decompress_cgo()
569 AV_WL16(dst + 5, AV_RL16(tptr3)); in dxv_decompress_cgo()
581 AV_WL16(dst, bytestream2_get_le16(gb)); in dxv_decompress_cgo()
582 AV_WL16(dst + 2, AV_RL16(tptr0)); in dxv_decompress_cgo()
584 AV_WL16(dst + 5, AV_RL16(tptr1)); in dxv_decompress_cgo()
593 AV_WL16(ds in dxv_decompress_cgo()
[all...]
H A Dsmacker.c462 AV_WL16(out+2,pix); in decode_frame()
464 AV_WL16(out,pix); in decode_frame()
488 AV_WL16(out,pix1); in decode_frame()
489 AV_WL16(out+2,pix2); in decode_frame()
491 AV_WL16(out,pix1); in decode_frame()
492 AV_WL16(out+2,pix2); in decode_frame()
H A Dtargaenc.c100 AV_WL16(pkt->data+12, avctx->width); in targa_encode_frame()
101 AV_WL16(pkt->data+14, avctx->height); in targa_encode_frame()
H A Dopus_metadata_bsf.c36 AV_WL16(bsfc->par_out->extradata + 16, s->gain); in opus_metadata_init()
H A Dwmaenc.c72 AV_WL16(extradata, flags1); in encode_init()
73 AV_WL16(extradata + 2, flags2); in encode_init()
80 AV_WL16(extradata + 4, flags2); in encode_init()
H A Dbmpenc.c144 AV_WL16(buf + 2 * n, src[n]); in bmp_encode_frame()
H A Dtruehd_core_bsf.c110 AV_WL16(header + 26, ff_mlp_checksum16(header, 26)); in truehd_core_filter()
H A Dtexturedspenc.c493 AV_WL16(dst + 0, max16); in compress_color()
494 AV_WL16(dst + 2, min16); in compress_color()
H A Dvp9_superframe_bsf.c86 wloop(mag, AV_WL16(ptr, in[n]->size)); in merge_superframe()
/third_party/ffmpeg/libavutil/tomi/
H A Dintreadwrite.h66 #define AV_WL16 AV_WL16 macro
67 static av_always_inline void AV_WL16(void *p, uint16_t v) in AV_WL16() function
/third_party/ffmpeg/libswscale/
H A Dgamma.c48 AV_WL16(src1 + j*4 + 0, table[r]); in gamma_convert()
49 AV_WL16(src1 + j*4 + 1, table[g]); in gamma_convert()
50 AV_WL16(src1 + j*4 + 2, table[b]); in gamma_convert()
H A Dswscale.c679 AV_WL16(dst + xp + 0, c->rgbgamma[r] << 4); in xyz12Torgb48()
680 AV_WL16(dst + xp + 1, c->rgbgamma[g] << 4); in xyz12Torgb48()
681 AV_WL16(dst + xp + 2, c->rgbgamma[b] << 4); in xyz12Torgb48()
735 AV_WL16(dst + xp + 0, c->xyzgammainv[x] << 4); in rgb48Toxyz12()
736 AV_WL16(dst + xp + 1, c->xyzgammainv[y] << 4); in rgb48Toxyz12()
737 AV_WL16(dst + xp + 2, c->xyzgammainv[z] << 4); in rgb48Toxyz12()
/third_party/ffmpeg/libavutil/
H A Dintreadwrite.h157 # if defined(AV_WN16) && !defined(AV_WL16)
158 # define AV_WL16(p, v) AV_WN16(p, v) macro
159 # elif !defined(AV_WN16) && defined(AV_WL16)
160 # define AV_WN16(p, v) AV_WL16(p, v)
257 #ifndef AV_WL16
258 # define AV_WL16(p, val) do { \ macro
411 #ifndef AV_WL16
412 # define AV_WL16(p, v) AV_WL(16, p, v) macro
/third_party/ffmpeg/libavutil/ppc/
H A Dintreadwrite.h31 #define AV_WL16 av_write_bswap16 macro
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c341 AV_WL16(dst, (value * (0x10001 - suba) + src * suba) >> 16); in blend_line16()
346 AV_WL16(dst, (value * tau + asrc) >> 16); in blend_line16()
352 AV_WL16(dst, (value * (0x10001 - suba) + src * suba) >> 16); in blend_line16()
461 AV_WL16(dst, ((0x10001 - alpha) * value + alpha * src) >> 16); in blend_pixel16()

Completed in 17 milliseconds

12