Home
last modified time | relevance | path

Searched refs:AV_WB24 (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/libavutil/
Dintreadwrite.h107 # if defined(AV_WN24) && !defined(AV_WB24)
108 # define AV_WB24(p, v) AV_WN24(p, v) macro
109 # elif !defined(AV_WN24) && defined(AV_WB24)
110 # define AV_WN24(p, v) AV_WB24(p, v)
449 #ifndef AV_WB24
450 # define AV_WB24(p, d) do { \ macro
/third_party/ffmpeg/libavcodec/
Darbc.c66 AV_WB24(&frame->data[0][frame->linesize[0] * (h - j) + 3 * k], color); in fill_tile4()
107AV_WB24(&frame->data[0][frame->linesize[0] * (h - (j + m)) + 3 * (k + n)], color); in fill_tileX()
Daliaspixdec.c103 AV_WB24(out_buf, pixel); in decode_frame()
Dzmbvenc.c198 AV_WB24(tpal, palptr[i]); in encode_frame()
211 AV_WB24(c->pal+(i*3), palptr[i]); in encode_frame()
Ddolby_e_parse.c88 AV_WB24(dst, AV_RB24(src) ^ key); in ff_dolby_e_convert_input()
Dmss12.c317 AV_WB24(rgb_dst + i * 3, pal[p]); in decode_region()
410 AV_WB24(rgb_dst + i * 3, c->pal[p]); in decode_region_masked()
490 AV_WB24(rgb_dst + j, rgb_pix); in decode_region_intra()
Dnvdec_h264.c152 AV_WB24(ctx->bitstream + ctx->bitstream_len, 1); in nvdec_h264_decode_slice()
Daptxenc.c199 AV_WB24(output + 3*channel, in aptx_encode_samples()
Dcinepakenc.c378 AV_WB24(&buf[1], chunk_size + CHUNK_HEADER_SIZE); in write_chunk_header()
845 AV_WB24(&buf[1], strip_size + STRIP_HEADER_SIZE); in write_strip_header()
978 AV_WB24(&buf[1], data_size + CVID_HEADER_SIZE); in write_cvid_header()
Dbytestream.h97 DEF(unsigned int, be24, 3, AV_RB24, AV_WB24)
Dnvdec_hevc.c288 AV_WB24(ctx->bitstream + ctx->bitstream_len, 1); in nvdec_hevc_decode_slice()
Drpzaenc.c820 AV_WB24(buf + 1, pkt->size); in rpza_encode_frame()
Dmss2.c362 AV_WB24(rp, pal[last_symbol]); in decode_rle()
Dffv1enc.c1248 AV_WB24(buf_p + bytes, bytes); in encode_frame()
/third_party/ffmpeg/libavfilter/
Dvf_stereo3d.c652 AV_WB24(&dst[x], AV_RB24(&src[x * 2])); in interleave_cols_to_any()
980AV_WB24(&dst[x ], (b&1) == (y&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()
981AV_WB24(&dst[x+3], (b&1) != (y&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()
1037 AV_WB24(&dst[x ], b&1 ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()
1038 AV_WB24(&dst[x+3], !(b&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()
Dvf_hflip.c101 AV_WB24(out, v); in hflip_b24_c()
Dvf_rotate.c374 AV_WB24(pout, v); in copy_elem()
487 AV_WB24(pout, v); in filter_slice()
Dvf_transpose.c114 AV_WB24(dst + 3*x, v); in transpose_block_24_c()
Dvsrc_life.c391 AV_WB24(p, c[0]<<16 | c[1]<<8 | c[2]); in fill_picture_rgb()
/third_party/ffmpeg/libavformat/
Dsegafilmenc.c67 AV_WB24(&pkt->data[1], pkt->size - 8 + 2); in film_write_packet()
Dmp3enc.c457 AV_WB24(mp3->xing_frame + mp3->xing_offset + 141, (mp3->delay << 12) + mp3->padding); in mp3_update_xing()
Dhdsenc.c297 AV_WB24(os->extra_packets[i] + 4, start_ts); in init_file()
Dnutenc.c46 AV_WB24(out, 1); in find_expected_header()