Home
last modified time | relevance | path

Searched refs:AV_WL24 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/
Dintreadwrite.h169 # if defined(AV_WN24) && !defined(AV_WL24)
170 # define AV_WL24(p, v) AV_WN24(p, v) macro
171 # elif !defined(AV_WN24) && defined(AV_WL24)
172 # define AV_WN24(p, v) AV_WL24(p, v)
463 #ifndef AV_WL24
464 # define AV_WL24(p, d) do { \ macro
/third_party/ffmpeg/libavfilter/
Dvf_super2xsai.c188 AV_WL24(dst_line[0] + x * 6, product1a); in super2xsai()
189 AV_WL24(dst_line[0] + x * 6 + 3, product1b); in super2xsai()
190 AV_WL24(dst_line[1] + x * 6, product2a); in super2xsai()
191 AV_WL24(dst_line[1] + x * 6 + 3, product2b); in super2xsai()
Dvsrc_testsrc.c1002 AV_WL24(p, v); in rgbtest_put_pixel()
/third_party/ffmpeg/libavcodec/
Dflicvideo.c899 AV_WL24(&pixels[pixel_ptr], pixel); in flic_decode_frame_24BPP()
908 AV_WL24(&pixels[pixel_ptr], pixel); in flic_decode_frame_24BPP()
990 AV_WL24(pixels + pixel_ptr, pixel); in flic_decode_frame_24BPP()
1004 AV_WL24(pixels + pixel_ptr, pixel); in flic_decode_frame_24BPP()
Dcdxl.c196 AV_WL24(out + x * 3, r | g | b); in cdxl_decode_ham6()
239 AV_WL24(out + x * 3, r | g | b); in cdxl_decode_ham8()
Dtargaenc.c124 AV_WL24(pkt->data + 18 + 3 * i, *(uint32_t *)(p->data[1] + i * 4)); in targa_encode_frame()
Dvp9_superframe_bsf.c89 wloop(mag, AV_WL24(ptr, in[n]->size)); in merge_superframe()
Dspeedhqenc.c156 AV_WL24(s->pb.buf + s->slice_start, slice_len); in ff_speedhq_end_slice()
Dbytestream.h93 DEF(unsigned int, le24, 3, AV_RL24, AV_WL24)
Dflacenc.c1349 AV_WL24(tmp + 3*i, v); in update_md5_sum()