/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jstdhuff.c | 20 add_huff_table(j_common_ptr cinfo, JHUFF_TBL **htblptr, const UINT8 *bits, in add_huff_table() 21 const UINT8 *val) in add_huff_table() 44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table() 45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table() 59 static const UINT8 bits_dc_luminance[17] = { in std_huff_tables() 62 static const UINT8 val_dc_luminance[] = { in std_huff_tables() 66 static const UINT8 bits_dc_chrominance[17] = { in std_huff_tables() 69 static const UINT8 val_dc_chrominance[] = { in std_huff_tables() 73 static const UINT8 bits_ac_luminance[17] = { in std_huff_tables() 76 static const UINT8 val_ac_luminance[] = { in std_huff_tables() [all …]
|
D | jpeglib.h | 109 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ 111 UINT8 huffval[256]; /* The symbols, in order of incr code length */ 209 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ 360 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ 361 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ 362 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ 392 UINT8 JFIF_major_version; /* What to write for the JFIF version number */ 393 UINT8 JFIF_minor_version; 398 UINT8 density_unit; /* JFIF code for pixel size units */ 609 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ [all …]
|
D | rdgif.c | 115 UINT8 *symbol_tail; /* => table of suffix bytes */ 116 UINT8 *symbol_stack; /* => stack for symbol expansions */ 117 UINT8 *sp; /* stack pointer */ 313 *(sinfo->sp++) = (UINT8)sinfo->firstcode; in LZWReadByte() 329 sinfo->symbol_tail[code] = (UINT8)sinfo->firstcode; in LZWReadByte() 489 source->symbol_tail = (UINT8 *) in start_input_gif() 491 LZW_TABLE_SIZE * sizeof(UINT8)); in start_input_gif() 492 source->symbol_stack = (UINT8 *) in start_input_gif() 494 LZW_TABLE_SIZE * sizeof(UINT8)); in start_input_gif()
|
D | jdsample.h | 46 UINT8 h_expand[MAX_COMPONENTS]; 47 UINT8 v_expand[MAX_COMPONENTS];
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jstdhuff.c | 20 add_huff_table(j_common_ptr cinfo, JHUFF_TBL **htblptr, const UINT8 *bits, in add_huff_table() 21 const UINT8 *val) in add_huff_table() 44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table() 45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table() 59 static const UINT8 bits_dc_luminance[17] = { in std_huff_tables() 62 static const UINT8 val_dc_luminance[] = { in std_huff_tables() 66 static const UINT8 bits_dc_chrominance[17] = { in std_huff_tables() 69 static const UINT8 val_dc_chrominance[] = { in std_huff_tables() 73 static const UINT8 bits_ac_luminance[17] = { in std_huff_tables() 76 static const UINT8 val_ac_luminance[] = { in std_huff_tables() [all …]
|
D | jpeglib.h | 105 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ 107 UINT8 huffval[256]; /* The symbols, in order of incr code length */ 205 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ 356 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ 357 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ 358 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ 388 UINT8 JFIF_major_version; /* What to write for the JFIF version number */ 389 UINT8 JFIF_minor_version; 394 UINT8 density_unit; /* JFIF code for pixel size units */ 605 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ [all …]
|
D | jdsample.h | 46 UINT8 h_expand[MAX_COMPONENTS]; 47 UINT8 v_expand[MAX_COMPONENTS];
|
D | jmorecfg.h | 127 typedef unsigned char UINT8; typedef 130 typedef char UINT8; typedef 132 typedef short UINT8; typedef
|
/third_party/libjpeg-turbo/ |
D | jstdhuff.c | 20 add_huff_table(j_common_ptr cinfo, JHUFF_TBL **htblptr, const UINT8 *bits, in add_huff_table() 21 const UINT8 *val) in add_huff_table() 44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table() 45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table() 59 static const UINT8 bits_dc_luminance[17] = { in std_huff_tables() 62 static const UINT8 val_dc_luminance[] = { in std_huff_tables() 66 static const UINT8 bits_dc_chrominance[17] = { in std_huff_tables() 69 static const UINT8 val_dc_chrominance[] = { in std_huff_tables() 73 static const UINT8 bits_ac_luminance[17] = { in std_huff_tables() 76 static const UINT8 val_ac_luminance[] = { in std_huff_tables() [all …]
|
D | jpeglib.h | 105 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ 107 UINT8 huffval[256]; /* The symbols, in order of incr code length */ 205 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ 356 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ 357 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ 358 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ 388 UINT8 JFIF_major_version; /* What to write for the JFIF version number */ 389 UINT8 JFIF_minor_version; 394 UINT8 density_unit; /* JFIF code for pixel size units */ 605 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ [all …]
|
D | jdsample.h | 46 UINT8 h_expand[MAX_COMPONENTS]; 47 UINT8 v_expand[MAX_COMPONENTS];
|
D | jmorecfg.h | 127 typedef unsigned char UINT8; typedef 130 typedef char UINT8; typedef 132 typedef short UINT8; typedef
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | _macro_ref.h | 61 #define put_unaligned_be16(p, v) do {*((UINT8*)(p)) = (v >> 8); *((UINT8*)(p + 1)) = (v);}while(0); 64 #define get_unaligned_be16(p) (((UINT8*)p)[0] << 8 | ((UINT8*)p)[1]) 65 #define get_unaligned_be32(p) (((UINT8*)p)[0] << 24 | ((UINT8*)p)[1] << 16 |((UINT8*)p)[2] << 8 |…
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
D | lite_mat.h | 148 UINT8, /**< UINT8 data type. */ enumerator 210 explicit LiteMat(int width, LDataType data_type = LDataType::UINT8); 216 LiteMat(int width, int height, LDataType data_type = LDataType::UINT8); 223 LiteMat(int width, int height, void *p_data, LDataType data_type = LDataType::UINT8); 230 LiteMat(int width, int height, int channel, LDataType data_type = LDataType::UINT8); 238 LiteMat(int width, int height, int channel, void *p_data, LDataType data_type = LDataType::UINT8); 248 void Init(int width, LDataType data_type = LDataType::UINT8); 254 void Init(int width, int height, LDataType data_type = LDataType::UINT8); 261 void Init(int width, int height, void *p_data, LDataType data_type = LDataType::UINT8); 270 void Init(int width, int height, int channel, const LDataType &data_type = LDataType::UINT8, [all …]
|
D | image_process.cc | 287 if (dst_type == LDataType::UINT8) { in Conv2DImplement() 310 if (dst_type == LDataType::UINT8) { in Conv2DImplement() 331 …if ((dst_type != LDataType::UINT8 && dst_type != LDataType::FLOAT32) || kernel.data_type_ != LData… in Conv2D() 339 if (src.data_type_ == LDataType::UINT8 && dst.data_type_ == LDataType::UINT8) { in Conv2D() 341 } else if (src.data_type_ == LDataType::UINT8 && dst.data_type_ == LDataType::FLOAT32) { in Conv2D() 343 } else if (src.data_type_ == LDataType::FLOAT32 && dst.data_type_ == LDataType::UINT8) { in Conv2D() 357 if (dst_type != LDataType::UINT8 && dst_type != LDataType::FLOAT32) { in ConvRowCol() 374 if (src.data_type_ != LDataType::UINT8) { in ResizeBilinear() 381 (void)dst.Init(dst_w, dst_h, src.channel_, LDataType::UINT8); in ResizeBilinear() 384 } else if (dst.data_type_ != LDataType::UINT8) { in ResizeBilinear() [all …]
|
D | lite_mat.cc | 37 data_type_ = LDataType::UINT8; in LiteMat() 51 data_type_ = LDataType::UINT8; in LiteMat() 67 data_type_ = LDataType::UINT8; in LiteMat() 83 data_type_ = LDataType::UINT8; in LiteMat() 99 data_type_ = LDataType::UINT8; in LiteMat() 115 data_type_ = LDataType::UINT8; in LiteMat() 455 } else if (src_a.data_type_ == LDataType::UINT8) { in Subtract() 617 } else if (src_a.data_type_ == LDataType::UINT8) { in Divide() 721 } else if (src_a.data_type_ == LDataType::UINT8) { in Multiply()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | image_process_test.cc | 113 …ret = InitFromPixel(rgba_mat.data, LPixelType::RGB, LDataType::UINT8, rgba_mat.cols, rgba_mat.rows… in TEST_F() 139 LiteMat lite_mat_rgb(width, height, 3, (void *)p_rgb, LDataType::UINT8); in TEST_F() 178 …InitFromPixel(rgba_mat.data, LPixelType::RGBA2BGR, LDataType::UINT8, rgba_mat.cols, rgba_mat.rows,… in TEST_F() 196 imIn.Init(rgb_mat.cols, rgb_mat.rows, rgb_mat.channels(), rgb_mat.data, LDataType::UINT8); in TEST_F() 197 imOut.Init(output_width, output_height, 3, LDataType::UINT8); in TEST_F() 239 …InitFromPixel(rgba_mat.data, LPixelType::RGBA2GRAY, LDataType::UINT8, rgba_mat.cols, rgba_mat.rows… in TEST_F() 267 ret = InitFromPixel(yuv_data, LPixelType::NV212BGR, LDataType::UINT8, w, h, lite_mat_bgr); in TEST_F() 288 ret = InitFromPixel(yuv_data, LPixelType::NV122BGR, LDataType::UINT8, w, h, lite_mat_bgr); in TEST_F() 306 …InitFromPixel(rgba_mat.data, LPixelType::RGBA2BGR, LDataType::UINT8, rgba_mat.cols, rgba_mat.rows,… in TEST_F() 332 …InitFromPixel(rgba_mat.data, LPixelType::RGBA2BGR, LDataType::UINT8, rgba_mat.cols, rgba_mat.rows,… in TEST_F() [all …]
|
/third_party/mindspore/mindspore/compression/common/ |
D | constant.py | 43 UINT8 = "UINT8" variable in QuantDtype 88 QuantDtype.INT8: QuantDtype.UINT8, 95 QuantDtype.UINT8: QuantDtype.INT8
|
/third_party/node/benchmark/buffers/ |
D | dataview-set.js | 29 const UINT8 = INT8 * 2; constant 37 setUint8: UINT8,
|
D | buffer-write.js | 40 const UINT8 = 0xff; constant 55 writeUInt8: UINT8,
|
/third_party/libffi/src/nios2/ |
D | ffi.c | 118 *(unsigned int *) argp = (unsigned int) *(UINT8 *) avalue; in ffi_prep_args() 181 *(UINT8 *)rvalue = (UINT8) result; in ffi_call()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_ethernet.c | 221 UINT8 *sg_buf; in ue_recv() 222 UINT8 *hw_rxbuf; in ue_recv() 240 sg_buf = (UINT8 *)(sg_list[i].buf); in ue_recv() 241 hw_rxbuf = (UINT8 *)(m->payload); in ue_recv() 245 (UINT8 *)&hw_rxbuf[buffer_pos], bytes_needed_list); in ue_recv() 255 (UINT8 *)&hw_rxbuf[buffer_pos], bytes_in_buffer); in ue_recv()
|
/third_party/python/Modules/_sha3/kcp/ |
D | KeccakP-1600-opt64.c | 22 typedef unsigned char UINT8; typedef 162 UINT8 *curData = data; in KeccakP1600_AddLanes() 315 memcpy(data, (UINT8*)lane1+offset, length); in KeccakP1600_ExtractBytesInLane() 330 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes() 393 output[i] = input[i] ^ ((UINT8*)lane1)[offset+i]; in KeccakP1600_ExtractAndAddBytesInLane()
|
/third_party/libffi/include/ |
D | ffi_common.h | 116 typedef unsigned char UINT8; typedef 131 typedef unsigned int UINT8 __attribute__((__mode__(__QI__))); typedef
|
/third_party/mindspore/mindspore/core/proto/ |
D | mind_ir.proto | 8 UINT8 = 2; enumerator 99 UINT8 = 2; // uint8_t enumerator
|