Searched refs:Counter (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s54 Counter RN 12 label
95 MOV Counter, iExpandPels ;// Inner loop counter
107 SUBS Counter, Counter, #8
126 MOV Counter, iExpandPels ;// Inner loop counter
138 SUBS Counter, Counter, #8
171 MOV Counter, iExpandPels
174 SUBS Counter, Counter, #
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s102 Counter RN 8 label
123 MOV Counter, #1
125 ADD Counter, Temp, Counter, LSL #8 ;// [0 0 H W]
186 SUBS Counter, Counter, #1 << 8 ;// Loop till height is 10
192 ADDS Counter, Counter, #(1 << 8)-4 ;// Loop till width is 12
195 ADD Counter, Counter, #
[all...]
H A DarmVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s84 Counter RN 11 label
106 MOV Counter, #4
172 ;// If Counter is even store Acc0-Acc3 in a temporary buffer
173 ;// If Counter is off store Acc0-Acc3 and previous Acc0-Acc3 in a intermediate buf
174 ANDS Temp3, Counter, #1
204 SUBS Counter, Counter, #1 ;// Loop till height is 10
221 MOV Counter, #4
226 M_STR Counter, pCounter
281 M_LDR Counter, pCounte
[all...]
H A DarmVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s73 Counter RN 11 label
83 MOV Counter, #2
163 SUBS Counter, Counter, #1
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s95 Counter RN 8 label
101 MOV Counter, #2
174 SUBS Counter, Counter, #1
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp536 unsigned Counter = 0; local
538 IDMap[BB] = ++Counter;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp536 unsigned Counter = 0; local
538 IDMap[BB] = ++Counter;
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp526 unsigned Counter = 0; local
528 IDMap[BB] = ++Counter;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java215 Counter mInputEventCounter;
362 public static class Counter extends BatteryStats.Counter implements Unpluggable { class in class:BatteryStatsImpl
370 Counter(ArrayList<Unpluggable> unpluggables, Parcel in) { method in class:BatteryStatsImpl.Counter
380 Counter(ArrayList<Unpluggable> unpluggables) { method in class:BatteryStatsImpl.Counter
401 * Writes a possibly null Counter to a Parcel.
404 * @param counter a Counter, or null.
406 public static void writeCounterToParcel(Parcel out, Counter counter) {
472 public static class SamplingCounter extends Counter {
2623 Counter[] mUserActivityCounter
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java177 public static abstract class Counter { class in class:BatteryStats
180 * Returns the count associated with this Counter for the

Completed in 1307 milliseconds