Searched refs:k2 (Results 1 - 12 of 12) 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
65 k2 = mask & (tmp >> 7);
66 k1 = k2 - (k1 << 1);
67 k2 = (tmp2 >> 16) & 0xFF;
69 k2 = k3 - (k2 << 1);
95 k2 = k2 + k5;
96 k5 = k2 - (k5 << 1);
102 k1 = k1 + k2;
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.h82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, argument
91 carry = k2 >> 31;
92 abs_sum += (k2 ^ carry) - carry;
241 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, argument
250 eors carry, k2, k2, asr #31 ; local
347 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, argument
354 register int32 cc = (int32)k2;
H A Dmotion_comp.cpp1910 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE; local
1925 c_prev_u += k2;
1926 c_prev_v += k2;
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A 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
[all...]
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A 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
[all...]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A 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
[all...]
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A 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
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DUtils.java129 Keyframe k2 = Keyframe.ofFloat(0.69f, increaseRatio);
132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3);
133 PropertyValuesHolder scaleY = PropertyValuesHolder.ofKeyframe("scaleY", k0, k1, k2, k3);
/frameworks/native/opengl/libs/tools/
H A Dgenfiles39 | sort -t, -k2 \
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A 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, k
[all...]
/frameworks/native/services/sensorservice/
H A DFusion.cpp473 const float k2 = cosf(hlwedT); local
475 const mat33_t O33(crossMatrix(-psi, k2));
480 O[3].xyz = psi; O[3].w = k2;
/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 274 milliseconds