HomeSort by relevance Sort by last modified time
    Searched defs:size0 (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxnorm.cpp 1036 int size0 = size.width *= cn; local
1072 int size0 = size.width *= cn; local
    [all...]
  /external/webp/src/enc/
syntax.c 41 static int PutHeader(int profile, size_t size0, size_t total_size,
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)

Completed in 208 milliseconds