Searched refs:AV_WB24 (Results 1 – 23 of 23) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | intreadwrite.h | 107 # 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/ |
D | arbc.c | 66 AV_WB24(&frame->data[0][frame->linesize[0] * (h - j) + 3 * k], color); in fill_tile4() 107 … AV_WB24(&frame->data[0][frame->linesize[0] * (h - (j + m)) + 3 * (k + n)], color); in fill_tileX()
|
D | aliaspixdec.c | 103 AV_WB24(out_buf, pixel); in decode_frame()
|
D | zmbvenc.c | 198 AV_WB24(tpal, palptr[i]); in encode_frame() 211 AV_WB24(c->pal+(i*3), palptr[i]); in encode_frame()
|
D | dolby_e_parse.c | 88 AV_WB24(dst, AV_RB24(src) ^ key); in ff_dolby_e_convert_input()
|
D | mss12.c | 317 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()
|
D | nvdec_h264.c | 152 AV_WB24(ctx->bitstream + ctx->bitstream_len, 1); in nvdec_h264_decode_slice()
|
D | aptxenc.c | 199 AV_WB24(output + 3*channel, in aptx_encode_samples()
|
D | cinepakenc.c | 378 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()
|
D | bytestream.h | 97 DEF(unsigned int, be24, 3, AV_RB24, AV_WB24)
|
D | nvdec_hevc.c | 288 AV_WB24(ctx->bitstream + ctx->bitstream_len, 1); in nvdec_hevc_decode_slice()
|
D | rpzaenc.c | 820 AV_WB24(buf + 1, pkt->size); in rpza_encode_frame()
|
D | mss2.c | 362 AV_WB24(rp, pal[last_symbol]); in decode_rle()
|
D | ffv1enc.c | 1248 AV_WB24(buf_p + bytes, bytes); in encode_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 652 AV_WB24(&dst[x], AV_RB24(&src[x * 2])); in interleave_cols_to_any() 980 … AV_WB24(&dst[x ], (b&1) == (y&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame() 981 … AV_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()
|
D | vf_hflip.c | 101 AV_WB24(out, v); in hflip_b24_c()
|
D | vf_rotate.c | 374 AV_WB24(pout, v); in copy_elem() 487 AV_WB24(pout, v); in filter_slice()
|
D | vf_transpose.c | 114 AV_WB24(dst + 3*x, v); in transpose_block_24_c()
|
D | vsrc_life.c | 391 AV_WB24(p, c[0]<<16 | c[1]<<8 | c[2]); in fill_picture_rgb()
|
/third_party/ffmpeg/libavformat/ |
D | segafilmenc.c | 67 AV_WB24(&pkt->data[1], pkt->size - 8 + 2); in film_write_packet()
|
D | mp3enc.c | 457 AV_WB24(mp3->xing_frame + mp3->xing_offset + 141, (mp3->delay << 12) + mp3->padding); in mp3_update_xing()
|
D | hdsenc.c | 297 AV_WB24(os->extra_packets[i] + 4, start_ts); in init_file()
|
D | nutenc.c | 46 AV_WB24(out, 1); in find_expected_header()
|