Home
last modified time | relevance | path

Searched refs:bi (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A DTiffile.cpp143 BITMAPINFOHEADER bi; in TIFFRGBA2DIB() local
158 bi.biBitCount = 1; in TIFFRGBA2DIB()
159 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()
160 bi.biSizeImage = WIDTHBYTES(bi.biWidth * bi.biBitCount) * bi.biHeight; in TIFFRGBA2DIB()
161 bi.biXPelsPerMeter = 0; in TIFFRGBA2DIB()
162 bi.biYPelsPerMeter = 0; in TIFFRGBA2DIB()
213 bi.biBitCount = 32; in TIFFRGBA2DIB()
214 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()
215 bi.biSizeImage = WIDTHBYTES(bi.biWidth * bi.biBitCount) * bi.biHeight; in TIFFRGBA2DIB()
216 bi.biXPelsPerMeter = 0; in TIFFRGBA2DIB()
[all …]
A Dtiff2dib.c248 BITMAPINFOHEADER bi; // bitmap header in CreateDIB() local
268 bi.biSize = sizeof(BITMAPINFOHEADER); in CreateDIB()
271 bi.biPlanes = 1; // must be 1 in CreateDIB()
272 bi.biBitCount = wBitCount; // from parameter in CreateDIB()
273 bi.biCompression = BI_RGB; in CreateDIB()
276 bi.biXPelsPerMeter = 2834; //0; in CreateDIB()
277 bi.biYPelsPerMeter = 2834; //0; in CreateDIB()
278 bi.biClrUsed = 0; in CreateDIB()
279 bi.biClrImportant = 0; in CreateDIB()
286 dwLen = bi.biSize + PaletteSize((LPSTR)&bi) + (dwBytesPerLine * dwHeight); in CreateDIB()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djccoefct.c150 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
189 for (bi = blockcnt; bi < compptr->MCU_width; bi++) { in compress_data()
190 coef->MCU_buffer[blkn+bi][0][0] = coef->MCU_buffer[blkn+bi-1][0][0]; in compress_data()
197 for (bi = 0; bi < compptr->MCU_width; bi++) { in compress_data()
198 coef->MCU_buffer[blkn+bi][0][0] = coef->MCU_buffer[blkn-1][0][0]; in compress_data()
254 int bi, ci, h_samp_factor, block_row, block_rows, ndummy; in compress_first_pass() local
296 for (bi = 0; bi < ndummy; bi++) { in compress_first_pass()
297 thisblockrow[bi][0] = lastDC; in compress_first_pass()
317 for (bi = 0; bi < h_samp_factor; bi++) { in compress_first_pass()
318 thisblockrow[bi][0] = lastDC; in compress_first_pass()
A Djcdctmgr.c85 JDIMENSION bi; in forward_DCT() local
89 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) { in forward_DCT()
96 register JCOEFPTR output_ptr = coef_blocks[bi]; in forward_DCT()
148 JDIMENSION bi; in forward_DCT_float() local
152 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) { in forward_DCT_float()
159 register JCOEFPTR output_ptr = coef_blocks[bi]; in forward_DCT_float()
A Dtestimg.ppm4 ….3/.3/02/02/11/11/32032040/2.-1-,4..5//H4)M5)X8+a<,f>2nGBzYb�l��u�{|�u|�mu�bi�[[�SL�LB�QAnN?jI=cH>…
5bi�]c�ag�lr�v|ȋ�攑褡淴��������޿�����������ܨ�ҧ�ß�����������v��q�se�cW�i`�rm����ut�[[�KN�CG�?D�;?�8=�:8…
A Dconfigure860 -bindir | --bindir | --bindi | --bind | --bin | --bi)
862 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/
A DMakefile.am34 noinst_PROGRAMS = tiff-bi tiff-grayscale tiff-palette tiff-rgb
36 tiff_bi_SOURCES = tiff-bi.c
A DCMakeLists.txt29 add_executable(tiff-bi tiff-bi.c)
30 target_link_libraries(tiff-bi tiff port)
A DMakefile.in116 noinst_PROGRAMS = tiff-bi$(EXEEXT) tiff-grayscale$(EXEEXT) \
133 am_tiff_bi_OBJECTS = tiff-bi.$(OBJEXT)
410 tiff_bi_SOURCES = tiff-bi.c
462 tiff-bi$(EXEEXT): $(tiff_bi_OBJECTS) $(tiff_bi_DEPENDENCIES) $(EXTRA_tiff_bi_DEPENDENCIES)
463 @rm -f tiff-bi$(EXEEXT)
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-bi.Po@am__quote@
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dutils.c411 struct buffer_info *bi; in ppp_vslp_printer() local
414 bi = (struct buffer_info *) arg; in ppp_vslp_printer()
415 n = ppp_vslprintf(bi->ptr, bi->len, fmt, pvar); in ppp_vslp_printer()
418 bi->ptr += n; in ppp_vslp_printer()
419 bi->len -= n; in ppp_vslp_printer()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c176 const int32_t *bi = bias_data; in arm_svdf_s8() local
179 output_temp[j] = ptr_a[j] + bi[j]; in arm_svdf_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c176 const int32_t *bi = bias_data; in arm_svdf_s8() local
179 output_temp[j] = ptr_a[j] + bi[j]; in arm_svdf_s8()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux73 file_i +di+[xi+yi[+mi[bi]]]
78 'bi' is the blending method for this frame (+b or -b)
A Dconfigure926 -bindir | --bindir | --bindi | --bind | --bin | --bi)
928 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/solutions/flower_demo/
A DREADME.md55 校验和数据=“8bit湿度整数数据+8bit湿度小数数据+8bi温度整数数据+8bit温度小数数据”所得结果的末8位。
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Dminisblack-1c-8b.pgm72 …���������������������ֽjdtqsw~�����������ĺ�������������(*65;=BGHLNRY[ZXW\]bi����ʘ=E<=<@FB5.$,E`…
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/components/SDL2/src/image/
A Dconfigure1044 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1046 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dconfigure861 -bindir | --bindir | --bindi | --bind | --bin | --bi)
863 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/components/SDL2/src/gfx/
A Dconfigure879 -bindir | --bindir | --bindi | --bind | --bin | --bi)
881 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_image2_all.bin948 �F��F@�`%6v v@FJFcF0@�CaQ�! �FRD;�� >3� 3�ѿ�O��#bi[Cca��O���o�� �G@��"���hI @! C`����…
/AliOS-Things-master/components/SDL2/
A Dconfigure1017 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1019 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.01044 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1046 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
A Doutput.11044 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1046 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)

Completed in 151 milliseconds

12