/third_party/libjpeg/ |
D | jdct.h | 402 #define IRIGHT_SHIFT(x,shft) \ argument 408 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
|
D | jcarith.c | 105 #define IRIGHT_SHIFT(x,shft) \ argument 111 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
|
D | jpegint.h | 296 #define RIGHT_SHIFT(x,shft) \ argument 302 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
|
D | jchuff.c | 145 #define IRIGHT_SHIFT(x,shft) \ argument 151 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jidctfst.c | 150 #define IRIGHT_SHIFT(x, shft) \ argument
|
D | jcarith.c | 111 #define IRIGHT_SHIFT(x, shft) \ argument 117 #define IRIGHT_SHIFT(x, shft) ((x) >> (shft)) argument
|
D | jpegint.h | 294 #define RIGHT_SHIFT(x, shft) \ argument 300 #define RIGHT_SHIFT(x, shft) ((x) >> (shft)) argument
|
D | jcphuff.c | 137 #define IRIGHT_SHIFT(x, shft) \ argument 143 #define IRIGHT_SHIFT(x, shft) ((x) >> (shft)) argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jidctfst.c | 150 #define IRIGHT_SHIFT(x, shft) \ argument
|
D | jcarith.c | 111 #define IRIGHT_SHIFT(x, shft) \ argument 117 #define IRIGHT_SHIFT(x, shft) ((x) >> (shft)) argument
|
D | jcphuff.c | 142 #define IRIGHT_SHIFT(x, shft) \ argument 148 #define IRIGHT_SHIFT(x, shft) ((x) >> (shft)) argument
|
D | jpegint.h | 297 #define RIGHT_SHIFT(x, shft) \ argument 303 #define RIGHT_SHIFT(x, shft) ((x) >> (shft)) argument
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | lpt.c | 556 int num, shft; in calc_nnode_num_from_parent() local 1447 int err, i, h, iip, shft; in ubifs_lpt_lookup() local 1580 int err, i, h, iip, shft; in ubifs_lpt_lookup_dirty() local 1929 int err = 0, i, h, iip, shft; in ubifs_lpt_scan_nolock() local
|
D | lpt_commit.c | 628 int err, h, iip, shft; in pnode_lookup() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_hdcd.c | 1272 int pe_level = PEAK_EXT_LEVEL, shft = 15; in hdcd_envelope() local
|