/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_MixSoft_2St_D16C31_SAT.cpp | 30 const LVM_FLOAT *src2, in LVC_MixSoft_2St_D16C31_SAT() argument 46 src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 58 src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 66 src1, src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 91 const LVM_FLOAT *src2, in LVC_MixSoft_2Mc_D16C31_SAT() argument 108 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 120 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 128 src1, src2, dst, NrFrames * NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
|
D | MixSoft_2St_D32C31_SAT.cpp | 30 const LVM_FLOAT *src2, in MixSoft_2St_D32C31_SAT() argument 45 src2, dst, n); in MixSoft_2St_D32C31_SAT() 58 src2, dst, n); in MixSoft_2St_D32C31_SAT() 62 Core_MixHard_2St_D32C31_SAT(pInstance, src1, src2, dst, n); in MixSoft_2St_D32C31_SAT()
|
D | Core_MixHard_2St_D32C31_SAT.cpp | 30 const LVM_FLOAT *src2, in Core_MixHard_2St_D32C31_SAT() argument 45 Temp2 = *src2++; in Core_MixHard_2St_D32C31_SAT()
|
D | LVC_Core_MixHard_2St_D16C31_SAT.cpp | 30 const LVM_FLOAT *src2, in LVC_Core_MixHard_2St_D16C31_SAT() argument 46 (((LVM_FLOAT)*(src2++) * (LVM_FLOAT)Current2)); in LVC_Core_MixHard_2St_D16C31_SAT()
|
D | LVC_Mixer.h | 113 const LVM_FLOAT *src2, 119 const LVM_FLOAT *src2,
|
D | LVC_Mixer_Private.h | 74 const LVM_FLOAT *src2,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | sad_inline.h | 42 __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() 189 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) 195 EOR x7, src2, src1; /* check odd/even combination */ 196 SUBS src1, src2, src1; 208 __inline int32 sad_4pixelN(int32 src1, int32 src2, int32 mask) 214 EOR x7, src2, src1; /* check odd/even combination */ [all …]
|
D | motion_comp.cpp | 1720 Int *src1, *src2; in Copy_MB_from_Vop() local 1727 src2 = yChan[i+1]; in Copy_MB_from_Vop() 1747 *src2++ = (Int)(temp & 0xFF); in Copy_MB_from_Vop() 1748 *src2++ = (Int)((temp >> 8) & 0xFF); in Copy_MB_from_Vop() 1749 *src2++ = (Int)((temp >> 16) & 0xFF); in Copy_MB_from_Vop() 1750 *src2++ = (Int)((temp >> 24) & 0xFF); in Copy_MB_from_Vop() 1798 Int *src1, *src2; in Copy_MB_into_Vop() local 1807 src2 = yChan[i+1]; in Copy_MB_into_Vop() 1834 tmp = (*src2++); in Copy_MB_into_Vop() 1837 tmp = (*src2++); in Copy_MB_into_Vop() [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | Matrix.java | 150 final float src2 = m[mOffset + 8]; in invertM() local 183 final float dst4 = (atmp1 * src1 + atmp2 * src2 + atmp5 * src3) in invertM() 184 - (atmp0 * src1 + atmp3 * src2 + atmp4 * src3); in invertM() 185 final float dst5 = (atmp0 * src0 + atmp7 * src2 + atmp8 * src3) in invertM() 186 - (atmp1 * src0 + atmp6 * src2 + atmp9 * src3); in invertM() 189 final float dst7 = (atmp4 * src0 + atmp9 * src1 + atmp10 * src2) in invertM() 190 - (atmp5 * src0 + atmp8 * src1 + atmp11 * src2); in invertM() 193 final float btmp0 = src2 * src7; in invertM() 198 final float btmp5 = src2 * src5; in invertM() 202 final float btmp9 = src2 * src4; in invertM() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | Mixer.h | 76 const LVM_FLOAT *src2, 94 const LVM_FLOAT *src2,
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | clamp.rscript | 6 float2 src2 = { 2.0f, 2.0f}; 10 float2 res2 = clamp(src2, min2, max2);
|
D | math.rscript | 70 DECL_INT(src2)
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | clamp.rscript | 22 float2 src2 = { 2.0f, 2.0f}; 26 float2 res2 = clamp(src2, min2, max2);
|
D | math.rscript | 86 DECL_INT(src2)
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | clamp.rscript | 24 float2 src2 = { 2.0f, 2.0f}; 28 float2 res2 = clamp(src2, min2, max2);
|
D | math.rscript | 88 DECL_INT(src2)
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 248 DECL_INT(src2) 323 INIT_PREFIX_TYPE(src2, type) \
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 70 DECL_INT(src2) 436 INIT_PREFIX_TYPE(src2, type) \
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rscript | 70 DECL_INT(src2) 436 INIT_PREFIX_TYPE(src2, type) \
|
D | math.rs.bak | 70 DECL_INT(src2)
|
D | math.rs.orig | 70 DECL_INT(src2)
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 205 uchar4 const *src2, 219 uchar2 const *src2, 233 uchar const *src2,
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 67 DECL_VAR_SET(src2)
|