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

  /external/chromium_org/third_party/libwebp/enc/
syntax.c 120 int profile, size_t size0) {
124 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
132 | ((uint32_t)size0 << 5); // partition length (19b)
153 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
179 err = PutVP8FrameHeader(pic, enc->profile_, size0);
398 const size_t size0 = VP8BitWriterSize(bw); local
399 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
400 && 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...]
  /external/webp/src/enc/
syntax.c 120 int profile, size_t size0) {
124 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
132 | ((uint32_t)size0 << 5); // partition length (19b)
153 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
179 err = PutVP8FrameHeader(pic, enc->profile_, size0);
398 const size_t size0 = VP8BitWriterSize(bw); local
399 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
400 && pic->writer(part0, size0, pic)
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 71 size_t size0 = iden0.writeToMemory(NULL); local
73 SkAutoMalloc storage(size0);
74 memset(storage.get(), initValue, size0);
77 SkASSERT(size0 == size1);
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 71 size_t size0 = iden0.writeToMemory(NULL); local
73 SkAutoMalloc storage(size0);
74 memset(storage.get(), initValue, size0);
77 SkASSERT(size0 == size1);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 1325 LLVMValueRef size0; local
    [all...]
lp_bld_sample_soa.c 873 LLVMValueRef size0 = NULL; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 1325 LLVMValueRef size0; local
    [all...]
lp_bld_sample_soa.c 873 LLVMValueRef size0 = NULL; local
    [all...]

Completed in 923 milliseconds