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

  /external/libopus/src/
analysis.h 45 opus_val32 inmem[ANALYSIS_BUF_SIZE]; member in struct:__anon16118
  /external/opencv3/3rdparty/libjasper/
jas_image.c 99 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem);
132 uint_fast32_t inmem; local
164 inmem = (rawsize < JAS_IMAGE_INMEMTHRESH);
172 cmptparm->sgnd, inmem))) {
300 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem)
322 cmpt->stream_ = (inmem) ? jas_stream_memopen(0, size) : jas_stream_tmpfile();
    [all...]

Completed in 239 milliseconds