Home
last modified time | relevance | path

Searched refs:value_count (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_print.c70 uint32 value_count, void *raw_data) in _TIFFPrintField() argument
76 for(j = 0; j < value_count; j++) { in _TIFFPrintField()
135 if(j < value_count - 1) in _TIFFPrintField()
193 for(i = 0; i < value_count; i++) in _TIFFPrettyPrintField()
210 (unsigned long) value_count); in _TIFFPrettyPrintField()
215 (unsigned long) value_count); in _TIFFPrettyPrintField()
582 uint32 value_count; in TIFFPrintDirectory() local
598 value_count = small_value_count; in TIFFPrintDirectory()
607 value_count = 1; in TIFFPrintDirectory()
625 || value_count > 1) { in TIFFPrintDirectory()
[all …]
A Dtif_jpeg.c1454 int value_count = (sp->cinfo.d.output_width in JPEGDecode() local
1458 for( iValue = 0; iValue < value_count; iValue++ ) in JPEGDecode()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngcp.c284 png_byte value_count; /* length of the list of values: */ member
816 return entry+1U >= options[opt].value_count /* missing range_hi */ || in opt_list_end()
821 return entry+1U >= options[opt].value_count /* missing 'all' */ || in opt_list_end()
840 entry = options[opt].value_count; in push_opt()
860 assert(entry+1 < options[opt].value_count && in push_opt()
923 assert(entry+1U < options[opt].value_count); in next_opt()
1339 for (j=1U; j<=options[opt].value_count; ++j) in find_val()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dreference_ops.h1314 const int value_count = indices.size(); in SparseToDense() local
1325 for (int i = 0; i < value_count; ++i) { in SparseToDense()
1336 for (int i = 0; i < value_count; ++i) { in SparseToDense()

Completed in 16 milliseconds