Searched refs:k0 (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
61 k0 = tmp2 & 0xFF;
63 k0 = k1 - (k0 << 1);
91 k0 = k0 + k7;
92 k7 = k0 - (k7 << 1);
100 k0 = k0 + k3;
101 k3 = k0
270 Int k0, k1, k2, k3, k4, k5, k6, k7; local
476 Int k0, k1, k2, k3, k4, k5, k6, k7; local
655 Int k0, k1, k2, k3, k4, k5, k6, k7; local
866 Int k0, k1, k2, k3, k4, k5, k6, k7; local
1053 Int k0, k1, k2, k3, k4, k5, k6, k7; local
[all...]
H A Ddct_inline.h38 __inline int32 mla392(int32 k0, int32 k14, int32 round) argument
44 k1 = k0 * 392 + round;
51 int32 k0; local
55 k0 = k4 * 554 + k1;
57 return k0;
82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, argument
87 carry = k0 >> 31;
88 abs_sum = (k0 ^ carry);
123 __inline int32 mla392(int32 k0, int32 k14, int32 round) argument
129 smlabt k1, k0, k1 local
137 int32 k0; local
141 smlabt k0, k4, k12, k1 local
187 mla392(int32 k0, int32 k14, int32 round) argument
194 mla k1, k0, k1, round local
202 int32 k0; local
206 mov k0, k12, asr #16 local
207 mla k0, k4, k0, k1 local
241 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, int32 k4, int32 k5, int32 k6, int32 k7) argument
247 eor carry, k0, k0, asr #31 ; local
285 mla392(int32 k0, int32 k14, int32 round) argument
347 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, int32 k4, int32 k5, int32 k6, int32 k7) argument
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DUtils.java127 Keyframe k0 = Keyframe.ofFloat(0f, 1f);
132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3);
133 PropertyValuesHolder scaleY = PropertyValuesHolder.ofKeyframe("scaleY", k0, k1, k2, k3);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java811 int k0 = KeyEvent.KEYCODE_0;
826 Node minuteFirstDigit = new Node(k0, k1, k2, k3, k4, k5);
827 Node minuteSecondDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
832 Node firstDigit = new Node(k0, k1);
836 Node secondDigit = new Node(k0, k1, k2, k3, k4, k5);
857 secondDigit = new Node(k0, k1, k2, k3);
885 Node secondDigit = new Node(k0, k1, k2);
891 Node thirdDigit = new Node(k0, k1, k2, k3, k4, k5);
898 Node fourthDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
914 thirdDigit = new Node(k0, k
[all...]
/frameworks/native/services/sensorservice/
H A DFusion.cpp471 const float k0 = (1-cosf(lwedT))*(ilwe*ilwe); local
482 Phi[0][0] = I33 - wx*(k1*ilwe) + wx2*k0;
483 Phi[1][0] = wx*k0 - I33dT - wx2*(ilwe*ilwe*ilwe)*(lwedT-k1);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 147 milliseconds