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

/external/webp/src/enc/
H A Dsyntax.c41 static int PutHeader(int profile, size_t size0, size_t total_size, argument
49 if (size0 >= MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
62 | (size0 << 5); // partition length (19b)
270 const size_t size0 = VP8BitWriterSize(bw); local
271 ok = ok && PutHeader(enc->profile_, size0, coded_size, pic)
272 && pic->writer(part0, size0, pic)
/external/opencv/cxcore/src/
H A Dcxnorm.cpp1036 int size0 = size.width *= cn; local
1051 size.width = size0;
1072 int size0 = size.width *= cn; local
1087 size.width = size0;

Completed in 64 milliseconds