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

  /external/opencv3/3rdparty/libwebp/dec/
vp8.c 424 const uint8_t* ext_buf = buf - kTrailerSize; local
428 ext_buf[kTrailerSize - 1] != kTrailerMarker) {
434 size = (ext_buf[0] << 0) | (ext_buf[1] << 8) | (ext_buf[2] << 16);
437 dec->layer_colorspace_ = ext_buf[3];
  /external/opencv3/apps/traincascade/
old_ml_boost.cpp 263 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
264 float* values_buf = (float*)ext_buf;
373 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
375 int* cat_labels_buf = (int*)ext_buf;
493 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
495 float* values_buf = (float*)ext_buf;
563 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
565 int* cat_labels_buf = (int*)ext_buf;
655 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
656 float* values_buf = (float*)ext_buf;
736 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
    [all...]
old_ml_tree.cpp 1986 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2205 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2386 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
2447 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2537 uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)inn_buf; local
2662 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size; local
2762 uchar* ext_buf = base_buf + base_size; local
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 845 struct fiemap_extent *ext_buf = NULL; local
862 ext_buf = fiemap_buf->fm_extents;
870 memset(ext_buf, 0, ext_buf_size);
880 ext_list->data.physical = ext_buf[i].fe_physical
882 ext_list->data.logical = ext_buf[i].fe_logical
884 ext_list->data.len = ext_buf[i].fe_length
895 pos = ext_buf[EXTENT_MAX_COUNT-1].fe_logical +
896 ext_buf[EXTENT_MAX_COUNT-1].fe_length;
903 !(ext_buf[EXTENT_MAX_COUNT-1].fe_flags
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 2433 double ext_buf[4], hole_buf[4]; local
    [all...]

Completed in 195 milliseconds