Searched refs:Counter (Results 1 - 9 of 9) 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.cpp524 unsigned Counter = 0; local
526 IDMap[BB] = ++Counter;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp524 unsigned Counter = 0; local
526 IDMap[BB] = ++Counter;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java220 Counter mInputEventCounter;
366 public static class Counter extends BatteryStats.Counter implements Unpluggable { class in class:BatteryStatsImpl
374 Counter(ArrayList<Unpluggable> unpluggables, Parcel in) { method in class:BatteryStatsImpl.Counter
384 Counter(ArrayList<Unpluggable> unpluggables) { method in class:BatteryStatsImpl.Counter
405 * Writes a possibly null Counter to a Parcel.
408 * @param counter a Counter, or null.
410 public static void writeCounterToParcel(Parcel out, Counter counter) {
476 public static class SamplingCounter extends Counter {
2405 Counter[] mUserActivityCounter
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java154 public static abstract class Counter { class in class:BatteryStats
157 * Returns the count associated with this Counter for the

Completed in 1500 milliseconds