Searched refs:READ16 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_selectivecolor.c | 197 #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()
|
D | vf_curves.c | 370 #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/ |
D | smokecodec.c | 570 #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()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLByteCode.cpp | 32 #define READ16() (ip += 2, sk_unaligned_load<uint16_t>(ip - 2)) macro 49 switch ((ByteCodeInstruction) READ16()) { in disassemble_instruction() 53 case ByteCodeInstruction::kBranch: printf("branch %d", READ16()); break; in disassemble_instruction() 231 printf("branchifallfalse %d", READ16()); in disassemble_instruction() 396 ByteCodeInstruction inst = (ByteCodeInstruction) READ16(); in innerRun() 419 ip = code + READ16(); in innerRun() 1010 int target = READ16(); in innerRun()
|