HomeSort by relevance Sort by last modified time
    Searched refs:block_size (Results 151 - 155 of 155) sorted by null

1 2 3 4 5 67

  /external/opencv/cxcore/include/
cxtypes.h 1166 int block_size; /* Block size. */ member in struct:CvMemStorage
    [all...]
cxcore.h     [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 368 if ((inl % ctx->cipher->block_size) != 0)
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 134 int block_size = sizeof(*cascade) + stage_count*sizeof(*cascade->stage_classifier); local
139 CV_CALL( cascade = (CvHaarClassifierCascade*)cvAlloc( block_size ));
140 memset( cascade, 0, block_size );
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp     [all...]

Completed in 113 milliseconds

1 2 3 4 5 67