Home
last modified time | relevance | path

Searched refs:src1 (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dsad_inline.h42 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) in sad_4pixel() argument
46 x7 = src2 ^ src1; /* check odd/even combination */ in sad_4pixel()
47 if ((uint32)src2 >= (uint32)src1) in sad_4pixel()
49 src1 = src2 - src1; /* subs */ in sad_4pixel()
53 src1 = src1 - src2; in sad_4pixel()
55 x7 = x7 ^ src1; /* only odd bytes need to add carry */ in sad_4pixel()
58 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */ in sad_4pixel()
59 src1 = src1 ^(x7 >> 7); /* take absolute value of negative byte */ in sad_4pixel()
61 return src1; in sad_4pixel()
189 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask)
[all …]
Dmotion_comp.cpp1720 Int *src1, *src2; in Copy_MB_from_Vop() local
1726 src1 = yChan[i]; in Copy_MB_from_Vop()
1736 *src1++ = (Int)(temp & 0xFF); in Copy_MB_from_Vop()
1737 *src1++ = (Int)((temp >> 8) & 0xFF); in Copy_MB_from_Vop()
1738 *src1++ = (Int)((temp >> 16) & 0xFF); in Copy_MB_from_Vop()
1739 *src1++ = (Int)((temp >> 24) & 0xFF); in Copy_MB_from_Vop()
1798 Int *src1, *src2; in Copy_MB_into_Vop() local
1806 src1 = yChan[i]; in Copy_MB_into_Vop()
1815 tmp = (*src1++); in Copy_MB_into_Vop()
1818 tmp = (*src1++); in Copy_MB_into_Vop()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_MixSoft_2St_D16C31_SAT.c30 const LVM_FLOAT *src1, in LVC_MixSoft_2St_D16C31_SAT() argument
51 src1, dst, n); in LVC_MixSoft_2St_D16C31_SAT()
57 src1, dst, n); in LVC_MixSoft_2St_D16C31_SAT()
67 src1, src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT()
91 const LVM_FLOAT *src1, in LVC_MixSoft_2Mc_D16C31_SAT() argument
113 src1, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
119 src1, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
129 src1, src2, dst, NrFrames * NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
136 const LVM_INT16 *src1, in LVC_MixSoft_2St_D16C31_SAT() argument
153 … LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[0]), src1, dst, n); in LVC_MixSoft_2St_D16C31_SAT()
[all …]
DMixSoft_2St_D32C31_SAT.c31 const LVM_FLOAT *src1, in MixSoft_2St_D32C31_SAT() argument
44 MixSoft_1St_D32C31_WRA((Mix_1St_Cll_FLOAT_t*)pInstance, src1, dst, n); in MixSoft_2St_D32C31_SAT()
61 MixSoft_1St_D32C31_WRA((Mix_1St_Cll_FLOAT_t*) pInstance, src1, dst, n); in MixSoft_2St_D32C31_SAT()
63 Core_MixHard_2St_D32C31_SAT(pInstance, src1, src2, dst, n); in MixSoft_2St_D32C31_SAT()
68 const LVM_INT32 *src1, in MixSoft_2St_D32C31_SAT() argument
81 MixSoft_1St_D32C31_WRA( (Mix_1St_Cll_t*) pInstance, src1, dst, n); in MixSoft_2St_D32C31_SAT()
96 MixSoft_1St_D32C31_WRA( (Mix_1St_Cll_t*) pInstance, src1, dst, n); in MixSoft_2St_D32C31_SAT()
98 Core_MixHard_2St_D32C31_SAT( pInstance, src1, src2, dst, n); in MixSoft_2St_D32C31_SAT()
DCore_MixHard_2St_D32C31_SAT.c30 const LVM_FLOAT *src1, in Core_MixHard_2St_D32C31_SAT() argument
44 Temp1 = *src1++; in Core_MixHard_2St_D32C31_SAT()
60 const LVM_INT32 *src1, in Core_MixHard_2St_D32C31_SAT() argument
74 Temp1=*src1++; in Core_MixHard_2St_D32C31_SAT()
DLVC_Core_MixHard_2St_D16C31_SAT.c30 const LVM_FLOAT *src1, in LVC_Core_MixHard_2St_D16C31_SAT() argument
47 Temp = (((LVM_FLOAT)*(src1++) * (LVM_FLOAT)Current1)) + in LVC_Core_MixHard_2St_D16C31_SAT()
60 const LVM_INT16 *src1, in LVC_Core_MixHard_2St_D16C31_SAT() argument
77 Temp = (((LVM_INT32)*(src1++) * (LVM_INT32)Current1Short)>>15) + in LVC_Core_MixHard_2St_D16C31_SAT()
DLVC_Mixer_Private.h99 const LVM_FLOAT *src1,
106 const LVM_INT16 *src1,
180 const LVM_INT32 *src1,
DLVC_Mixer.h201 const LVM_FLOAT *src1,
207 const LVM_FLOAT *src1,
215 const LVM_INT16 *src1,
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DMixer.h123 const LVM_FLOAT *src1,
144 const LVM_INT32 *src1,
165 const LVM_FLOAT *src1,
180 const LVM_INT32 *src1,
/frameworks/base/opengl/java/android/opengl/
DMatrix.java145 final float src1 = m[mOffset + 4]; in invertM() local
183 final float dst4 = (atmp1 * src1 + atmp2 * src2 + atmp5 * src3) in invertM()
184 - (atmp0 * src1 + atmp3 * src2 + atmp4 * src3); in invertM()
187 final float dst6 = (atmp3 * src0 + atmp6 * src1 + atmp11 * src3) in invertM()
188 - (atmp2 * src0 + atmp7 * src1 + atmp10 * src3); in invertM()
189 final float dst7 = (atmp4 * src0 + atmp9 * src1 + atmp10 * src2) in invertM()
190 - (atmp5 * src0 + atmp8 * src1 + atmp11 * src2); in invertM()
195 final float btmp2 = src1 * src7; in invertM()
197 final float btmp4 = src1 * src6; in invertM()
204 final float btmp11 = src1 * src4; in invertM()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_3DLUT.S21 .macro lanepair dst, src0, src1, xr0, xr1, yr0, yr1, zr0, zr1
24 smov x7, \src1
189 …lanepair dst=v20.8b, src0=v6.s[0], src1=v6.s[1], xr0=v0.h[0], xr1=v0.h[1], yr0=v1.b[0], yr1=v1…
192 …lanepair dst=v20.16b, src0=v6.s[2], src1=v6.s[3], xr0=v0.h[2], xr1=v0.h[3], yr0=v1.b[2], yr1=v1…
195 …lanepair dst=v21.8b, src0=v7.s[0], src1=v7.s[1], xr0=v0.h[4], xr1=v0.h[5], yr0=v1.b[4], yr1=v1…
198 …lanepair dst=v21.16b, src0=v7.s[2], src1=v7.s[3], xr0=v0.h[6], xr1=v0.h[7], yr0=v1.b[6], yr1=v1…
DrsCpuIntrinsicResize.cpp189 uchar4 const *src1,
203 uchar2 const *src1,
217 uchar const *src1,
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs247 DECL_INT(src1)
322 INIT_PREFIX_TYPE(src1, type) \
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs69 DECL_INT(src1)
435 INIT_PREFIX_TYPE(src1, type) \
Dmath.rs.bak69 DECL_INT(src1)
Dmath.rs.orig69 DECL_INT(src1)
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs69 DECL_INT(src1)
435 INIT_PREFIX_TYPE(src1, type) \
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath.rs85 DECL_INT(src1)
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath.rs87 DECL_INT(src1)
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath.rs69 DECL_INT(src1)
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs66 DECL_VAR_SET(src1)