/external/libvpx/libvpx/ |
rate_hist.c | 247 void show_q_histogram(const int counts[64], int max_buckets) { 255 if (counts[i]) { 257 bucket[buckets].count = counts[i]; 259 total += counts[i];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
rate_hist.c | 247 void show_q_histogram(const int counts[64], int max_buckets) { 255 if (counts[i]) { 257 bucket[buckets].count = counts[i]; 259 total += counts[i];
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
AtomicIntegerArrayTest.java | 274 volatile int counts; field in class:AtomicIntegerArrayTest.Counter 285 ++counts; 310 assertEquals(c1.counts+c2.counts, SIZE * COUNTDOWN);
|
AtomicLongArrayTest.java | 274 volatile long counts; field in class:AtomicLongArrayTest.Counter 285 ++counts; 310 assertEquals(c1.counts+c2.counts, SIZE * COUNTDOWN);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_enumerate.py | 248 counts = [None] * 5 249 for i in xrange(len(counts)): 251 counts[i] = sys.gettotalrefcount() 252 print counts
|
test_sort.py | 284 counts = [None] * 5 285 for i in xrange(len(counts)): 288 counts[i] = sys.gettotalrefcount() 289 print counts
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_enumerate.py | 248 counts = [None] * 5 249 for i in xrange(len(counts)): 251 counts[i] = sys.gettotalrefcount() 252 print counts
|
test_sort.py | 284 counts = [None] * 5 285 for i in xrange(len(counts)): 288 counts[i] = sys.gettotalrefcount() 289 print counts
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 221 TreeMap<String, Integer> counts = new TreeMap<String, Integer>(); local 226 Integer i = counts.get(name); 228 counts.put(name, count); 234 for (Entry<String, Integer> entry : counts.entrySet()) {
|
/external/oprofile/libpp/ |
format_output.h | 90 counts(c), extra(extra), diff(d) {} 94 counts_t & counts; member in struct:format_output::formatter::field_datum 155 /// total counts 156 counts_t counts; member in class:format_output::formatter
|
xml_utils.cpp | 346 get_counts_string(count_array_t const & counts, size_t begin, size_t end) 351 // if no cpu separation then return a simple count, omit zero counts 353 size_t count = counts[begin]; 361 size_t count = counts[p]; 425 void add_to_summary(count_array_t const & counts); 540 void module_info::add_to_summary(count_array_t const & counts) 543 summary[pclass] += counts[pclass]; 640 add_to_summary((*it)->sample.counts); 666 // propagate this symbols counts to the module 667 my_modules[nr_modules-1].add_to_summary((*it)->sample.counts); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 338 $counts = array(); variable 345 if (empty($counts[$alias])) $counts[$alias] = 0; 346 $counts[$alias] += 1; 353 foreach ($counts as $alias => $count) {
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_bitstream.c | 69 const unsigned int counts[/*n - 1*/], 77 vp9_tree_probs_from_distribution(tree, branch_ct, counts); 113 vp9_cond_prob_diff_update(w, &cm->fc.skip_probs[k], cm->counts.skip[k]); 121 cm->counts.switchable_interp[j], SWITCHABLE_FILTERS, w); 291 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(mode)]; 313 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(b_mode)]; 492 cpi->common.counts.eob_branch[tx_size]; 822 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p); 828 tx_counts_to_branch_counts_16x16(cm->counts.tx.p16x16[i], ct_16x16p); 835 tx_counts_to_branch_counts_32x32(cm->counts.tx.p32x32[i], ct_32x32p) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 69 const unsigned int counts[/*n - 1*/], 77 vp9_tree_probs_from_distribution(tree, branch_ct, counts); 113 vp9_cond_prob_diff_update(w, &cm->fc.skip_probs[k], cm->counts.skip[k]); 121 cm->counts.switchable_interp[j], SWITCHABLE_FILTERS, w); 291 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(mode)]; 313 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(b_mode)]; 492 cpi->common.counts.eob_branch[tx_size]; 820 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p); 826 tx_counts_to_branch_counts_16x16(cm->counts.tx.p16x16[i], ct_16x16p); 833 tx_counts_to_branch_counts_32x32(cm->counts.tx.p32x32[i], ct_32x32p) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_bitstream.c | 69 const unsigned int counts[/*n - 1*/], 77 vp9_tree_probs_from_distribution(tree, branch_ct, counts); 113 vp9_cond_prob_diff_update(w, &cm->fc.skip_probs[k], cm->counts.skip[k]); 121 cm->counts.switchable_interp[j], SWITCHABLE_FILTERS, w); 291 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(mode)]; 313 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(b_mode)]; 492 cpi->common.counts.eob_branch[tx_size]; 820 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p); 826 tx_counts_to_branch_counts_16x16(cm->counts.tx.p16x16[i], ct_16x16p); 833 tx_counts_to_branch_counts_32x32(cm->counts.tx.p32x32[i], ct_32x32p) [all...] |
/external/opencv/cvaux/src/ |
cvcalibfilter.cpp | 269 int* counts = (int*)cvAlloc( n * sizeof(counts[0])); local 276 counts[i] = etalonPointCount; 284 cvCalibrateCamera( framesAccepted, counts, 320 icvStereoCalibration( framesAccepted, counts, 336 cvFree( &counts );
|
/external/chromium_org/third_party/smhasher/src/ |
AvalancheTest.h | 23 double maxBias ( std::vector<int> & counts, int reps ); 28 void calcBias ( pfHash hash, std::vector<int> & counts, int reps, Rand & r ) 47 int * cursor = &counts[0];
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
receiver.cc | 216 std::map<FrameType, uint32_t> counts(jitter_buffer_.FrameStatistics()); 217 frame_count->numDeltaFrames = counts[kVideoFrameDelta]; 218 frame_count->numKeyFrames = counts[kVideoFrameKey];
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 767 int counts[] = new int[datasNames.length]; local 774 // for( int j=0; j<counts.length; j++) { 775 // System.out.print(""+counts[j]+"|"); 783 String val = getData(j, counts[j]); 787 String val = getData(j, counts[j]); 800 if (inc(counts, datas.length)) {
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableMultiset.java | 459 final int[] counts; field in class:SerializedForm 464 counts = new int[distinct]; 468 counts[i] = entry.getCount(); 477 multiset.add(elements[i], counts[i]);
|
ImmutableSortedMultiset.java | 576 int[] counts; field in class:ImmutableSortedMultiset.SerializedForm 582 counts = new int[n]; 586 counts[i] = entry.getCount(); 596 builder.addCopies(elements[i], counts[i]);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
VMDebug.java | 271 public static native void getInstructionCount(int[] counts); 361 * Counts the instances of a class.
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 771 int counts[] = new int[datasNames.length]; local 778 // for( int j=0; j<counts.length; j++) { 779 // System.out.print(""+counts[j]+"|"); 787 String val = getData(j, counts[j]); 791 String val = getData(j, counts[j]); 804 if (inc(counts, datas.length)) {
|
/bionic/libc/arch-mips/string/ |
memset.S | 189 # Here a3 counts bytes in 16w chunks 204 # Here t5 counts bytes in 16w "safe" chunks
|
/bionic/libc/arch-mips64/string/ |
memset.S | 189 # Here a3 counts bytes in 16w chunks 204 # Here t5 counts bytes in 16w "safe" chunks
|