/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_MixSoft_2St_D16C31_SAT.c | 31 const LVM_FLOAT *src2, in LVC_MixSoft_2St_D16C31_SAT() argument 47 src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 59 src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 67 src1, src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 92 const LVM_FLOAT *src2, in LVC_MixSoft_2Mc_D16C31_SAT() argument 109 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 121 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 129 src1, src2, dst, NrFrames * NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 137 LVM_INT16 *src2, in LVC_MixSoft_2St_D16C31_SAT() argument 150 … LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[1]), src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() [all …]
|
D | MixSoft_2St_D32C31_SAT.c | 32 const LVM_FLOAT *src2, in MixSoft_2St_D32C31_SAT() argument 47 src2, dst, n); in MixSoft_2St_D32C31_SAT() 59 src2, dst, n); in MixSoft_2St_D32C31_SAT() 63 Core_MixHard_2St_D32C31_SAT(pInstance, src1, src2, dst, n); in MixSoft_2St_D32C31_SAT() 69 const LVM_INT32 *src2, in MixSoft_2St_D32C31_SAT() argument 83 src2, dst, n); in MixSoft_2St_D32C31_SAT() 94 src2, dst, n); in MixSoft_2St_D32C31_SAT() 98 Core_MixHard_2St_D32C31_SAT( pInstance, src1, src2, dst, n); in MixSoft_2St_D32C31_SAT()
|
D | Core_MixHard_2St_D32C31_SAT.c | 31 const LVM_FLOAT *src2, in Core_MixHard_2St_D32C31_SAT() argument 46 Temp2 = *src2++; in Core_MixHard_2St_D32C31_SAT() 61 const LVM_INT32 *src2, in Core_MixHard_2St_D32C31_SAT() argument 76 Temp2=*src2++; in Core_MixHard_2St_D32C31_SAT()
|
D | LVC_Core_MixHard_2St_D16C31_SAT.c | 31 const LVM_FLOAT *src2, in LVC_Core_MixHard_2St_D16C31_SAT() argument 48 (((LVM_FLOAT)*(src2++) * (LVM_FLOAT)Current2)); in LVC_Core_MixHard_2St_D16C31_SAT() 61 const LVM_INT16 *src2, in LVC_Core_MixHard_2St_D16C31_SAT() argument 78 (((LVM_INT32)*(src2++) * (LVM_INT32)Current2Short)>>15); in LVC_Core_MixHard_2St_D16C31_SAT()
|
D | LVC_Mixer_Private.h | 100 const LVM_FLOAT *src2, 107 const LVM_INT16 *src2, 181 const LVM_INT32 *src2,
|
D | LVC_Mixer.h | 202 const LVM_FLOAT *src2, 208 const LVM_FLOAT *src2, 216 LVM_INT16 *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/av/media/libeffects/lvm/lib/Common/lib/ |
D | Mixer.h | 124 const LVM_FLOAT *src2, 145 const LVM_INT32 *src2, 166 const LVM_FLOAT *src2, 181 const LVM_INT32 *src2,
|
/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/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | clamp.rs | 24 float2 src2 = { 2.0f, 2.0f}; 28 float2 res2 = clamp(src2, min2, max2);
|
D | math.rs | 88 DECL_INT(src2)
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | clamp.rs | 22 float2 src2 = { 2.0f, 2.0f}; 26 float2 res2 = clamp(src2, min2, max2);
|
D | math.rs | 86 DECL_INT(src2)
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | clamp.rs | 6 float2 src2 = { 2.0f, 2.0f}; 10 float2 res2 = clamp(src2, min2, max2);
|
D | math.rs | 70 DECL_INT(src2)
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 248 DECL_INT(src2) 323 INIT_PREFIX_TYPE(src2, type) \
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 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/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 70 DECL_INT(src2) 436 INIT_PREFIX_TYPE(src2, type) \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 190 uchar4 const *src2, 204 uchar2 const *src2, 218 uchar const *src2,
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 67 DECL_VAR_SET(src2)
|