HomeSort by relevance Sort by last modified time
    Searched defs:passes (Results 1 - 25 of 38) sorted by null

1 2

  /external/libpng/contrib/libtests/
readpng.c 75 int passes = png_set_interlace_handling(png_ptr); local
77 int passes = png_get_interlace_type(png_ptr, info_ptr) == local
84 for (pass = 0; pass < passes; ++pass)
89 if (passes == PNG_INTERLACE_ADAM7_PASSES)
timepng.c 74 int passes = png_set_interlace_handling(png_ptr); local
79 for (pass = 0; pass < passes; ++pass)
makepng.c 948 int passes = png_set_interlace_handling(png_ptr); local
950 int passes = 1; local
960 for (pass = 0; pass < passes; ++pass)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.h 30 int passes; member in struct:VpxEncoderConfig
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 182 int32_t passes; member in class:UPerfTest
  /external/libpng/contrib/examples/
pngpixel.c 19 * interlace passes directly looking for the required pixel.
221 int passes, pass; local
224 * passes required as well as turning on libpng's
231 passes = 1;
235 passes = PNG_INTERLACE_ADAM7_PASSES;
245 for (pass=0; pass<passes; ++pass)
  /external/libpng/contrib/gregbook/
readpng2.h 94 int passes; /* not used */ member in struct:_mainprog_info
  /external/libvpx/libvpx/
vpxenc.h 38 int passes; member in struct:VpxEncoderConfig
  /system/extras/zram-perf/
zram-perf.cpp 77 size_t passes = 4; local
81 for (int i = 0; i < passes; i++) {
93 cout << "read: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" << endl;
98 size_t passes = 4; local
102 for (int i = 0; i < passes; i++) {
115 cout << "write: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" << endl;
  /external/autotest/server/cros/network/
netperf_runner.py 288 def passes(self, result): member in class:NetperfAssertion
292 @return True iff all this assertion passes for the give result.
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 46 boolean passes (IItem item, int criterion); // ideally, criteria should come from a double-dispatched API method in interface:IItemAttribute
99 public boolean passes (final IItem item, final int criterion) method in class:IItemAttribute.Factory.NameAttribute
164 public boolean passes (final IItem item, final int criterion) method in class:IItemAttribute.Factory.FractionAttribute
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 17 #include "llvm/Analysis/Passes.h"
75 // Initialize LTO passes. Please keep this function in sync with
77 // passes are initialized.
404 legacy::PassManager passes;
405 passes.add(createVerifierPass());
448 passes.add(createInternalizePass(MustPreserveList));
451 passes.run(*MergedModule);
456 /// Optimize merged modules using various IPO passes
466 // Instantiate the pass manager to organize the passes.
467 legacy::PassManager passes; local
    [all...]
  /external/valgrind/memcheck/tests/
vcpu_fbench.c 711 long passes; local
749 passes = 0;
767 passes++;
768 if ((passes % 100L) == 0) {
769 printf("Pass %ld.\n", passes);
846 passes, i + 1);
  /external/valgrind/perf/
fbench.c 707 long passes; local
745 passes = 0;
763 passes++;
764 if ((passes % 100L) == 0) {
765 printf("Pass %ld.\n", passes);
842 passes, i + 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 65 ARG_DEF("p", "passes", 1, "Number of passes (1/2)");
107 int passes; member in struct:__anon30524
129 int passes = 0; local
189 passes = arg_parse_uint(&arg);
190 if (passes < 1 || passes > 2) {
191 die("Error: Invalid number of passes (%d)\n", passes);
213 if (passes == 0 || passes == 1)
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 80 OPJ_UINT32 numpasses; /* Number of passes in the layer */
92 opj_tcd_pass_t* passes; /* information about the passes */ member in struct:opj_tcd_cblk_enc
98 OPJ_UINT32 numpassesinlayers; /* number of passes in the layer */
99 OPJ_UINT32 totalpasses; /* total number of passes */
  /external/skia/src/gpu/
GrClipMaskManager.cpp 821 int passes; local
    [all...]
  /external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp 90 // When there are no separate faces we do two passes to setup the winding rule
93 // decrementing passes.
126 // Color passes are the same whether we use the two-sided stencil or two passes
574 const GrStencilSettings* passes[3]; local
582 passes[0] = &gDirectToStencil;
584 passes[0] = nullptr;
592 passes[0] = &gDirectToStencil;
594 passes[0] = nullptr;
604 passes[0] = &gEOStencilPass
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 239 std::vector<std::vector<unsigned char> > passes; local
240 unsigned error = getFilterTypesInterlaced(passes, png);
243 if(passes.size() == 1)
245 filterTypes.swap(passes[0]);
260 filterTypes.push_back(i % 2 == 0 ? passes[5][i / 2] : passes[6][i / 2]);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 46 // Arbitrary limit to how much passes we consider address size compression should
48 // compression in five passes.
49 // If the number of passes exceeds this number, makedict bails with an exception on
418 int passes = 0; local
436 ++passes;
437 if (passes > MAX_PASSES) throw new RuntimeException("Too many passes - probably a bug");
441 MakedictLog.i("Compression complete in " + passes + " passes.");
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 50 * com.ibm.icu.dev.test.perf.UnicodeSetPerf --gc --passes 4 --iterations 100
88 protected int passes; field in class:PerfTest
334 static final int PASSES = 7;
357 UOption.DEF("passes", 'p', UOption.REQUIRES_ARG),
403 for (int j = 0; j < passes; ++j) {
456 passes = iterations = time = -1;
495 if (!options[PASSES].doesOccur)
496 throw new UsageException("'-p <passes>' must be specified");
498 passes = Integer.parseInt(options[PASSES].value)
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 63 ARG_DEF("p", "passes", 1, "Number of passes (1/2)");
140 int passes; member in struct:__anon17022
162 int passes = 0; local
243 passes = arg_parse_uint(&arg);
244 if (passes < 1 || passes > 2) {
245 die("Error: Invalid number of passes (%d)\n", passes);
298 if (passes == 0 || passes == 1)
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 737 legacy::PassManager passes; local
738 passes.add(createTargetTransformInfoWrapperPass(TM.getTargetIRAnalysis()));
750 PMB.populateLTOPassManager(passes);
751 passes.run(M);
  /external/opencv3/3rdparty/libjasper/
jpc_enc.h 300 /* The number of passes. */
304 jpc_enc_pass_t *passes; member in struct:__anon20905
306 /* The number of passes encoded so far. */
344 /* The saved number of encoded passes. */
  /external/pdfium/third_party/lpng_v163/
pngread.c 2790 int passes; local
2983 int passes = 0; \/* As a flag *\/ local
3113 int passes; local
3243 int pass, passes; local
3518 int passes = 0; local
    [all...]

Completed in 1337 milliseconds

1 2