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

/external/webp/src/enc/
H A Dsyntax.c129 int profile, size_t size0) {
133 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
141 | ((uint32_t)size0 << 5); // partition length (19b)
162 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0, argument
188 err = PutVP8FrameHeader(pic, enc->profile_, size0);
405 const size_t size0 = VP8BitWriterSize(bw); local
406 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
407 && pic->writer(part0, size0, pic)
128 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) argument
/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 100 milliseconds