HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 751 - 775 of 1239) sorted by null

<<31323334353637383940>>

  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 381 /* Total bits overspent becasue of GF boost (cumulative) */
593 /* Projected total bits available for a key frame group of frames */
616 double total ; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 366 double total; member in struct:VP9_COMP
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 360 int bsize, boffs, total; local
374 total = dwarf_bytesize(vr_die);
375 if (boffs < 0 || total < 0)
378 BYTES_TO_BITS(total));
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java     [all...]
  /external/opencv/cv/src/
cvdominants.cpp 61 int n = contour->total;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inflate.c 111 strm->total_in = strm->total_out = state->total = 0;
585 When returning, a "goto inf_leave" is used to update the total counters,
    [all...]
  /external/v8/tools/testrunner/local/
execution.py 81 self.total = num_tests
  /external/zlib/src/
inflate.c 111 strm->total_in = strm->total_out = state->total = 0;
585 When returning, a "goto inf_leave" is used to update the total counters,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 455 double total; member in struct:VP9_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 45 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v
64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
551 float total = 0; local
562 total += alloc_ratio[i];
567 if (total > 0) {
569 (enc_cfg->rc_target_bitrate * alloc_ratio[i] / total);
929 "SVC frame: %d, layer: %d, PSNR(Total/Y/U/V): "
935 "SVC frame: %d, layer: %d, SSE(Total/Y/U/V): "
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 768 StringBuilder total = new StringBuilder(reader.readLine());
770 total.append('\n');
771 total.append(line);
774 return total.toString();
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 216 size_t total = 0; local
221 total += Free(self, ptrs[i]);
223 return total;
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 761 int total = 0; local
762 for (int n : ints) total += n;
763 return total;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 638 uptr total = 0; local
651 total++;
666 VReport(1, " CovDump: %zd caller-callee pairs written\n", total);
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 304 // Localized GMT or ISO: total offset (raw + dst) must be preserved.
712 UDate total = 0; local
716 total += data.times[i];
718 logln((UnicodeString) "Total: " + total + "ms");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 246 // Localized GMT or ISO: total offset (raw + dst) must be preserved.
500 long total = 0; local
504 total += times[i];
506 logln("Total: " + total + "ms");
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpGenerator.java 824 int total= 0; local
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 637 int total; local
641 total = (nb_uncoupled<<8) /* mono */
644 channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/total;
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 382 After that the function "void icvSortPoints( CvPoint* array, size_t total, int aux );"
422 void func_name( T *array, size_t total, user_data_type aux ) \
437 if( total <= 1 ) \
441 stack[0].ub = array + (total - 1); \
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStats.java 66 /** {@link #tag} value for total data across all tags. */
455 * Return total bytes represented by this snapshot object, usually used when
464 * Return total of all fields represented by this snapshot object.
471 * Return total of all fields represented by this snapshot object matching
479 * Return total of all fields represented by this snapshot object matching
491 * Return total of all fields represented by this snapshot object matching
494 * @param limitIface Set of {@link #iface} to include in total; or {@code
533 long total = 0; local
535 total += rxPackets[i] + txPackets[i];
537 return total;
    [all...]
  /frameworks/base/libs/hwui/
SpotShadow.cpp 208 const int total = lUpperSize + lLowerSize - 2; local
209 int outIndex = total - 1;
220 return total;
605 * @param rays The total number of rays.
753 // and its ratio against the total length.
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 1514 int total; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 1679 public long total; field in class:DataUsageSummary.AppItem
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 524 long total = 0; local
529 total += map.get(key);
535 return total;

Completed in 5243 milliseconds

<<31323334353637383940>>