Home
last modified time | relevance | path

Searched refs:READ16 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_selectivecolor.c197 #define READ16(dst) do { \ in parse_psfile() macro
207 READ16(version); in parse_psfile()
212 READ16(s->correction_method); in parse_psfile()
216 READ16(val); in parse_psfile()
225 READ16(val); in parse_psfile()
Dvf_curves.c370 #define READ16(dst) do { \ in parse_psfile() macro
380 READ16(version); in parse_psfile()
381 READ16(nb_curves); in parse_psfile()
385 READ16(nb_points); in parse_psfile()
388 READ16(y); in parse_psfile()
389 READ16(x); in parse_psfile()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dsmokecodec.c570 #define READ16(var, pos, x) \ macro
587 READ16 (in, IDX_WIDTH, *width); in smokecodec_parse_header()
588 READ16 (in, IDX_HEIGHT, *height); in smokecodec_parse_header()
626 READ16 (in, IDX_NUM_BLOCKS, blocks); in smokecodec_decode()
671 READ16 (in, blockptr * 2 + IDX_BLOCKS, pos); in smokecodec_decode()