Searched defs:numpixels (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
H A Drgbe.cpp233 int RGBE_WritePixels(FILE *fp, float *data, int numpixels) argument
237 while (numpixels-- > 0) {
248 int RGBE_ReadPixels(FILE *fp, float *data, int numpixels) argument
252 while(numpixels-- > 0) {
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp3213 static unsigned getPixelColorsRGBA8(unsigned char* buffer, size_t numpixels, argument
3224 for(i = 0; i < numpixels; i++, buffer += num_channels)
3232 for(i = 0; i < numpixels; i++, buffer += num_channels)
3242 for(i = 0; i < numpixels; i++, buffer += num_channels)
3254 for(i = 0; i < numpixels; i++, buffer += num_channels)
3265 for(i = 0; i < numpixels; i++, buffer += num_channels)
3281 for(i = 0; i < numpixels; i++, buffer += num_channels)
3306 for(i = 0; i < numpixels; i++, buffer += num_channels)
3314 for(i = 0; i < numpixels; i++, buffer += num_channels)
3325 for(i = 0; i < numpixels;
3400 size_t numpixels = w * h; local
[all...]

Completed in 316 milliseconds