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

  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.c 117 int passtype; local
120 passtype = JPC_CLNPASS;
123 passtype = JPC_SIGPASS;
126 passtype = JPC_REFPASS;
129 passtype = -1;
133 return passtype;
168 int passtype; local
170 passtype = JPC_PASSTYPE(passno);
171 if (passtype == JPC_CLNPASS) {
183 int passtype; local
    [all...]
jpc_t1dec.c 117 jas_eprintf("index = %ld; passtype = %s; symtype = %s; sym = %d\n", t1dec_cnt, passtypename, symtypename, v); \
133 jas_eprintf("index = %ld; passtype = %s; symtype = %s; sym = %d\n", t1dec_cnt, passtypename, symtypename, v); \
196 int passtype; local
256 passtype = (seg->passno + i + 2) % 3;
258 passtype = JPC_PASSTYPE(seg->passno + i + 2);
261 switch (passtype) {
298 jas_eprintf("coding pass failed passtype=%d segtype=%d\n", passtype, seg->type);
jpc_t1enc.c 201 int passtype; local
261 passtype = (pass - cblk->passes + 2) % 3;
263 passtype = JPC_PASSTYPE(pass - cblk->passes + 2);
278 switch (passtype) {
344 if (passtype == JPC_CLNPASS) {
  /external/pdfium/third_party/libopenjpeg20/
t1.c 1371 OPJ_UINT32 passtype; local
1578 OPJ_UINT32 passtype; local
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc     [all...]
  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 18 // includes passes that have a PassType that are compatible with the filter
  /external/e2fsprogs/e2fsck/
recovery.c 40 enum passtype {PASS_SCAN, PASS_REVOKE, PASS_REPLAY}; enum
42 struct recovery_info *info, enum passtype pass);
351 struct recovery_info *info, enum passtype pass)
  /prebuilts/android-emulator/linux-x86_64/bin/
e2fsck 
fsck.ext4 

Completed in 4802 milliseconds