HomeSort by relevance Sort by last modified time
    Searched refs:uint_fast32_t (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/opencv3/3rdparty/libjasper/
jpc_dec.h 99 uint_fast32_t len;
316 uint_fast32_t xstart;
319 uint_fast32_t ystart;
323 uint_fast32_t xend;
327 uint_fast32_t yend;
393 uint_fast32_t xstart;
397 uint_fast32_t ystart;
401 uint_fast32_t xend;
405 uint_fast32_t yend;
448 uint_fast32_t xstart
    [all...]
jpc_enc.h 197 uint_fast32_t imgareatlx;
201 uint_fast32_t imgareatly;
205 uint_fast32_t refgrdwidth;
209 uint_fast32_t refgrdheight;
213 uint_fast32_t tilegrdoffx;
217 uint_fast32_t tilegrdoffy;
220 uint_fast32_t tilewidth;
223 uint_fast32_t tileheight;
227 uint_fast32_t numhtiles;
231 uint_fast32_t numvtiles
    [all...]
jpc_tsfb.h 134 int jpc_tsfb_getbands(jpc_tsfb_t *tsfb, uint_fast32_t xstart,
135 uint_fast32_t ystart, uint_fast32_t xend, uint_fast32_t yend,
jp2_cod.h 127 uint_fast32_t magic;
138 uint_fast32_t majver;
139 uint_fast32_t minver;
140 uint_fast32_t numcompatcodes;
141 uint_fast32_t compatcodes[JP2_FTYP_MAXCOMPATCODES];
150 uint_fast32_t width;
151 uint_fast32_t height;
180 uint_fast32_t csid;
238 uint_fast32_t datalen;
254 uint_fast32_t type
    [all...]
jpc_cs.h 144 uint_fast32_t len;
186 uint_fast32_t width;
189 uint_fast32_t height;
193 uint_fast32_t xoff;
197 uint_fast32_t yoff;
200 uint_fast32_t tilewidth;
203 uint_fast32_t tileheight;
207 uint_fast32_t tilexoff;
211 uint_fast32_t tileyoff;
505 uint_fast32_t len
    [all...]
jpc_mqenc.h 102 uint_fast32_t creg;
105 uint_fast32_t areg;
108 uint_fast32_t ctreg;
jpc_mqdec.h 91 uint_fast32_t creg;
94 uint_fast32_t areg;
97 uint_fast32_t ctreg;
jpc_enc.c 140 int ratestrtosize(char *s, uint_fast32_t rawsize, uint_fast32_t *size);
162 int rateallocate(jpc_enc_t *enc, int numlyrs, uint_fast32_t *cumlens);
166 static uint_fast32_t jpc_abstorelstepsize(jpc_fix_t absdelta, int scaleexpn);
168 static uint_fast32_t jpc_abstorelstepsize(jpc_fix_t absdelta, int scaleexpn)
171 uint_fast32_t mant;
172 uint_fast32_t expn;
360 uint_fast32_t jp2overhead;
362 uint_fast32_t hsteplcm;
363 uint_fast32_t vsteplcm
    [all...]
jpc_t2cod.c 236 uint_fast32_t r;
237 uint_fast32_t rpx;
238 uint_fast32_t rpy;
239 uint_fast32_t trx0;
240 uint_fast32_t try0;
328 uint_fast32_t trx0;
329 uint_fast32_t try0;
330 uint_fast32_t r;
331 uint_fast32_t rpx;
332 uint_fast32_t rpy
    [all...]
jas_image.c 97 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly,
98 uint_fast32_t hstep, uint_fast32_t vstep, uint_fast32_t width, uint_fast32_t
99 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem);
103 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd);
104 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd);
131 uint_fast32_t rawsize
    [all...]
  /bionic/tests/
stdint_test.cpp 30 ASSERT_EQ(8U, sizeof(uint_fast32_t));
35 ASSERT_EQ(4U, sizeof(uint_fast32_t));
  /external/mesa3d/src/glx/
glx_error.h 35 uint_fast32_t resourceID, uint_fast16_t minorCode,
glx_error.c 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
  /external/elfutils/libelf/
elf_gnu_hash.c 42 uint_fast32_t h = 5381;
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 27 std::uint_fast32_t>::value), "");
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 29 std::uint_fast32_t>::value), "");
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 27 std::uint_fast32_t>::value), "");
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 37 typedef unsigned long uint_fast32_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 37 typedef unsigned long uint_fast32_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 27 std::uint_fast32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 29 std::uint_fast32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 27 std::uint_fast32_t>::value), "");
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 78 typedef unsigned long int uint_fast32_t;
82 typedef unsigned int uint_fast32_t;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 87 typedef ::uintfast32_t uint_fast32_t; typedef
122 using ::uint_fast32_t;
165 typedef uint32_t uint_fast32_t;
265 typedef unsigned int uint_fast32_t;
272 typedef unsigned short uint_fast32_t;
279 typedef unsigned long uint_fast32_t;
287 typedef unsigned __int32 uint_fast32_t;
  /external/opencv3/3rdparty/libjasper/jasper/
jas_types.h 177 typedef unsigned int uint_fast32_t; typedef

Completed in 559 milliseconds

1 2 3 4 5 6 7 8