OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip_size
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgcodecs/src/
grfmt_tiff.cpp
444
tstrip_t
strip_size
= 3 * m_width * rows_per_strip;
local
446
for (tstrip_t i = 0; i < TIFFNumberOfStrips(tif); i++, ptr +=
strip_size
)
449
size -=
strip_size
* sizeof(float);
666
int
strip_size
= 3 * img.cols;
local
668
for (int i = 0; i < img.rows; i++, ptr +=
strip_size
)
670
TIFFWriteEncodedStrip(tif, i, ptr,
strip_size
* sizeof(float));
/external/opencv/cv/src/
cvhaar.cpp
947
int strip_count,
strip_size
;
local
[
all
...]
/external/ImageMagick/coders/
tiff.c
2455
strip_size
;
local
[
all
...]
Completed in 93 milliseconds