/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_MixSoft_2St_D16C31_SAT.c | 31 LVM_INT16 *src2, in LVC_MixSoft_2St_D16C31_SAT() argument 44 … LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[1]), src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 52 LVC_MixInSoft_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[1]), src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 59 Shift_Sat_v16xv16 ((LVM_INT16)pInstance2->Shift,src2,src2,n); in LVC_MixSoft_2St_D16C31_SAT() 63 …ard_2St_D16C31_SAT( &ptrInstance->MixerStream[0], &ptrInstance->MixerStream[1], dst, src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT() 66 …rd_2St_D16C31_SAT( &ptrInstance->MixerStream[0], &ptrInstance->MixerStream[1], src1, src2, dst, n); in LVC_MixSoft_2St_D16C31_SAT()
|
D | MixSoft_2St_D32C31_SAT.c | 32 const LVM_INT32 *src2, in MixSoft_2St_D32C31_SAT() argument 46 src2, dst, n); in MixSoft_2St_D32C31_SAT() 57 src2, dst, n); in MixSoft_2St_D32C31_SAT() 61 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_INT32 *src2, in Core_MixHard_2St_D32C31_SAT() argument 46 Temp2=*src2++; in Core_MixHard_2St_D32C31_SAT()
|
D | LVC_Core_MixHard_2St_D16C31_SAT.c | 31 const LVM_INT16 *src2, in LVC_Core_MixHard_2St_D16C31_SAT() argument 48 (((LVM_INT32)*(src2++) * (LVM_INT32)Current2Short)>>15); in LVC_Core_MixHard_2St_D16C31_SAT()
|
D | LVC_Mixer_Private.h | 66 const LVM_INT16 *src2, 112 const LVM_INT32 *src2,
|
D | LVC_Mixer.h | 113 LVM_INT16 *src2,
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | sad_inline.h | 39 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) in sad_4pixel() argument 43 x7 = src2 ^ src1; /* check odd/even combination */ in sad_4pixel() 44 if ((uint32)src2 >= (uint32)src1) in sad_4pixel() 46 src1 = src2 - src1; /* subs */ in sad_4pixel() 50 src1 = src1 - src2; in sad_4pixel() 186 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) 192 EOR x7, src2, src1; /* check odd/even combination */ 193 SUBS src1, src2, src1; 205 __inline int32 sad_4pixelN(int32 src1, int32 src2, int32 mask) 211 EOR x7, src2, src1; /* check odd/even combination */ [all …]
|
/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/rs/java/tests/RSTest_CompatLib/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/av/media/libeffects/lvm/lib/Common/lib/ |
D | Mixer.h | 82 const LVM_INT32 *src2, 102 const LVM_INT32 *src2,
|
/frameworks/rs/java/tests/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/java/tests/RsTest/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/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 248 DECL_INT(src2) 323 INIT_PREFIX_TYPE(src2, type) \
|
/frameworks/rs/java/tests/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/java/tests/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 | 197 uchar4 const *src2, 211 uchar2 const *src2, 225 uchar const *src2,
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 67 DECL_VAR_SET(src2)
|