Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Ddct.cpp41 Int k0, k1, k2, k3, k4, k5, k6, k7; in BlockDCT_AANwSub() local
62 k1 = mask & (tmp << 1); in BlockDCT_AANwSub()
63 k0 = k1 - (k0 << 1); in BlockDCT_AANwSub()
64 k1 = (tmp2 >> 8) & 0xFF; in BlockDCT_AANwSub()
66 k1 = k2 - (k1 << 1); in BlockDCT_AANwSub()
93 k1 = k1 + k6; in BlockDCT_AANwSub()
94 k6 = k1 - (k6 << 1); in BlockDCT_AANwSub()
102 k1 = k1 + k2; in BlockDCT_AANwSub()
103 k2 = k1 - (k2 << 1); in BlockDCT_AANwSub()
105 k0 = k0 + k1; in BlockDCT_AANwSub()
[all …]
Ddct_inline.h40 int32 k1; in mla392() local
44 k1 = k0 * 392 + round; in mla392()
46 return k1; in mla392()
49 __inline int32 mla554(int32 k4, int32 k12, int32 k1) in mla554() argument
55 k0 = k4 * 554 + k1; in mla554()
60 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) in mla1338() argument
66 out = k6 * 1338 + k1; in mla1338()
71 __inline int32 mla946(int32 k6, int32 k14, int32 k1) in mla946() argument
77 out = k6 * 946 + k1; in mla946()
82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, in sum_abs() argument
[all …]
Dmotion_comp.cpp1910 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE; in get_MB() local
1924 c_prev += k1; in get_MB()
1940 c_prev += k1; in get_MB()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dshadows.rs36 static const int k1=255 << ABITS;
76 rs = (short)((k1*chroma)/iMax);
104 int k1=255<<ABITS;
117 m = ((int)cv*(k1 - (int)cs ))/k1;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dshadows.rs36 static const int k1=255 << ABITS;
76 rs = (short)((k1*chroma)/iMax);
104 int k1=255<<ABITS;
117 m = ((int)cv*(k1 - (int)cs ))/k1;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dshadows.rs36 static const int k1=255 << ABITS;
76 rs = (short)((k1*chroma)/iMax);
104 int k1=255<<ABITS;
117 m = ((int)cv*(k1 - (int)cs ))/k1;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DUtils.java128 Keyframe k1 = Keyframe.ofFloat(0.275f, decreaseRatio); in getPulseAnimator() local
132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3); in getPulseAnimator()
133 PropertyValuesHolder scaleY = PropertyValuesHolder.ofKeyframe("scaleY", k0, k1, k2, k3); in getPulseAnimator()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DTimePickerDialog.java811 int k1 = KeyEvent.KEYCODE_1;
825 Node minuteFirstDigit = new Node(k0, k1, k2, k3, k4, k5);
826 Node minuteSecondDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
831 Node firstDigit = new Node(k0, k1);
835 Node secondDigit = new Node(k0, k1, k2, k3, k4, k5);
856 secondDigit = new Node(k0, k1, k2, k3);
878 Node firstDigit = new Node(k1);
884 Node secondDigit = new Node(k0, k1, k2);
890 Node thirdDigit = new Node(k0, k1, k2, k3, k4, k5);
897 Node fourthDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
[all …]
/frameworks/base/core/java/android/widget/
DTimePickerClockDelegate.java1092 final int k1 = KeyEvent.KEYCODE_1;
1106 Node minuteFirstDigit = new Node(k0, k1, k2, k3, k4, k5);
1107 Node minuteSecondDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
1112 Node firstDigit = new Node(k0, k1);
1116 Node secondDigit = new Node(k0, k1, k2, k3, k4, k5);
1137 secondDigit = new Node(k0, k1, k2, k3);
1159 Node firstDigit = new Node(k1);
1165 Node secondDigit = new Node(k0, k1, k2);
1171 Node thirdDigit = new Node(k0, k1, k2, k3, k4, k5);
1178 Node fourthDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc763 size_t k1 = db.names.size(); in parse_sizeof_param_pack_expr() local
768 if (k != k1) in parse_sizeof_param_pack_expr()
771 for (++k; k != k1; ++k) in parse_sizeof_param_pack_expr()
775 for (; k1 != k0; --k1) in parse_sizeof_param_pack_expr()
962 size_t k1 = db.names.size(); in parse_unresolved_type() local
963 if (t != first && k1 == k0 + 1) in parse_unresolved_type()
970 for (; k1 != k0; --k1) in parse_unresolved_type()
1619 size_t k1 = db.names.size(); in parse_function_type() local
1622 for (size_t k = k0; k < k1; ++k) in parse_function_type()
1628 for (size_t k = k0; k < k1; ++k) in parse_function_type()
[all …]
/frameworks/native/services/sensorservice/
DFusion.cpp411 const float k1 = sinf(lwedT); in predict() local
421 Phi[0][0] = I33 - wx*(k1*ilwe) + wx2*k0; in predict()
422 Phi[1][0] = wx*k0 - I33dT - wx2*(ilwe*ilwe*ilwe)*(lwedT-k1); in predict()