Home
last modified time | relevance | path

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

12

/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/tests/java_api/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/rs/tests/java_api/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/tests/java_api/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/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dshadows_f.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.java812 int k1 = KeyEvent.KEYCODE_1;
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);
879 Node firstDigit = new Node(k1);
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);
[all …]
/frameworks/rs/rsov/compiler/tests/globals/
Dmul.ll19 define <4 x float> @k1(<4 x float> %in) #0 {
46 !8 = !{!"k1"}
Dmul.rs21 float4 __attribute__((kernel)) k1(float4 in) {
Dmul2.rs24 float4 __attribute__((kernel)) k1(float4 in) {
Dmul2.ll25 define <4 x float> @k1(<4 x float> %in) #0 {
57 !11 = !{!"k1"}
/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()
1617 size_t k1 = db.names.size(); in parse_function_type() local
1620 for (size_t k = k0; k < k1; ++k) in parse_function_type()
1626 for (size_t k = k0; k < k1; ++k) in parse_function_type()
[all …]
/frameworks/rs/rsov/compiler/tests/rs_allocation/
Dwrite.rs22 uchar4 __attribute__((kernel)) k1(uchar4 in, uint32_t x, uint32_t y) {
Dread.rs22 uchar4 __attribute__((kernel)) k1(uchar4 in) {
Daccess_same.rs22 uchar4 __attribute__((kernel)) k1(uchar4 in) {
Dmulti_read.rs23 uchar4 __attribute__((kernel)) k1(uchar4 in) {
Dread_write.rs23 uchar4 __attribute__((kernel)) k1(uchar4 in, uint32_t x, uint32_t y) {
Dwrite.ll18 define <4 x i8> @k1(<4 x i8> %in, i32 %x, i32 %y) #0 {
63 !10 = !{!"k1"}
Dread.ll18 define <4 x i8> @k1(<4 x i8> %in) #0 {
70 !10 = !{!"k1"}
Dread_write.ll19 define <4 x i8> @k1(<4 x i8> %in, i32 %x, i32 %y) #0 {
73 !12 = !{!"k1"}
Daccess_same.ll18 define <4 x i8> @k1(<4 x i8> %in) #0 {
79 !10 = !{!"k1"}
Dmulti_read.ll19 define <4 x i8> @k1(<4 x i8> %in) #0 {
82 !12 = !{!"k1"}
/frameworks/native/services/sensorservice/
DFusion.cpp472 const float k1 = sinf(lwedT); in predict() local
482 Phi[0][0] = I33 - wx*(k1*ilwe) + wx2*k0; in predict()
483 Phi[1][0] = wx*k0 - I33dT - wx2*(ilwe*ilwe*ilwe)*(lwedT-k1); in predict()

12