Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 14 of 14) 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
65 k2 = mask & (tmp >> 7); in BlockDCT_AANwSub()
66 k1 = k2 - (k1 << 1); in BlockDCT_AANwSub()
67 k2 = (tmp2 >> 16) & 0xFF; in BlockDCT_AANwSub()
69 k2 = k3 - (k2 << 1); in BlockDCT_AANwSub()
95 k2 = k2 + k5; in BlockDCT_AANwSub()
96 k5 = k2 - (k5 << 1); in BlockDCT_AANwSub()
102 k1 = k1 + k2; in BlockDCT_AANwSub()
103 k2 = k1 - (k2 << 1); in BlockDCT_AANwSub()
114 k2 = k2 + k3; in BlockDCT_AANwSub()
[all …]
Ddct_inline.h82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, in sum_abs() argument
91 carry = k2 >> 31; in sum_abs()
92 abs_sum += (k2 ^ carry) - carry; in sum_abs()
241 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, in sum_abs() argument
250 eors carry, k2, k2, asr #31 ; in sum_abs() local
347 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, in sum_abs() argument
354 register int32 cc = (int32)k2; in sum_abs()
Dmotion_comp.cpp1910 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE; in get_MB() local
1925 c_prev_u += k2; in get_MB()
1926 c_prev_v += k2; in get_MB()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dshadows.rs37 static const int k2=HSCALE << ABITS;
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
84 if (rh >= k2) rh -= k2;
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
105 int k2=HSCALE<<ABITS;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dshadows.rs37 static const int k2=HSCALE << ABITS;
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
84 if (rh >= k2) rh -= k2;
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
105 int k2=HSCALE<<ABITS;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dshadows.rs37 static const int k2=HSCALE << ABITS;
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
84 if (rh >= k2) rh -= k2;
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
105 int k2=HSCALE<<ABITS;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
Dshadows_f.rs37 static const int k2=HSCALE << ABITS;
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
84 if (rh >= k2) rh -= k2;
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
105 int k2=HSCALE<<ABITS;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DUtils.java129 Keyframe k2 = Keyframe.ofFloat(0.69f, increaseRatio); 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.java813 int k2 = KeyEvent.KEYCODE_2;
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);
836 Node secondDigit = new Node(k0, k1, k2, k3, k4, k5);
853 firstDigit = new Node(k2);
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, k1, k2, k3, k4, k5, k6, k7, k8, k9);
[all …]
/frameworks/base/core/java/android/widget/
DTimePickerClockDelegate.java1163 final int k2 = KeyEvent.KEYCODE_2;
1176 Node minuteFirstDigit = new Node(k0, k1, k2, k3, k4, k5);
1177 Node minuteSecondDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
1186 Node secondDigit = new Node(k0, k1, k2, k3, k4, k5);
1203 firstDigit = new Node(k2);
1207 secondDigit = new Node(k0, k1, k2, k3);
1235 Node secondDigit = new Node(k0, k1, k2);
1241 Node thirdDigit = new Node(k0, k1, k2, k3, k4, k5);
1248 Node fourthDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
1264 thirdDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9);
[all …]
/frameworks/native/opengl/libs/tools/
Dgenfiles39 | sort -t, -k2 \
/frameworks/native/services/sensorservice/
DFusion.cpp412 const float k2 = cosf(hlwedT); in predict() local
414 const mat33_t O33(crossMatrix(-psi, k2)); in predict()
419 O[3].xyz = psi; O[3].w = k2; in predict()
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr70 �N̩�<KiEm��c��pM��c��5�k2�'����<?t�������+4��t��<��Z���&P<EuM�Ja�
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...