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

  /external/webp/src/enc/
syntax.c 118 int profile, size_t size0) {
122 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
130 | ((uint32_t)size0 << 5); // partition length (19b)
151 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
177 err = PutVP8FrameHeader(pic, enc->profile_, size0);
396 const size_t size0 = VP8BitWriterSize(bw); local
397 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
398 && pic->writer(part0, size0, pic)
  /external/opencv/cxcore/src/
cxnorm.cpp 1036 int size0 = size.width *= cn; local
1072 int size0 = size.width *= cn; local
    [all...]
cxdxt.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 208 milliseconds