Searched defs:src1 (Results 1 - 7 of 7) sorted by last modified time

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DCore_MixHard_2St_D32C31_SAT.c30 const LVM_INT32 *src1,
44 Temp1=*src1++;
29 Core_MixHard_2St_D32C31_SAT( Mix_2St_Cll_t *pInstance, const LVM_INT32 *src1, const LVM_INT32 *src2, LVM_INT32 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixHard_2St_D16C31_SAT.c30 const LVM_INT16 *src1,
47 Temp = (((LVM_INT32)*(src1++) * (LVM_INT32)Current1Short)>>15) +
28 LVC_Core_MixHard_2St_D16C31_SAT( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src1, const LVM_INT16 *src2, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_MixSoft_2St_D16C31_SAT.c30 const LVM_INT16 *src1,
47 LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[0]), src1, dst, n);
51 LVC_MixSoft_1St_D16C31_SAT((LVMixer3_1St_st *)(&ptrInstance->MixerStream[0]), src1, dst, n);
62 Shift_Sat_v16xv16 ((LVM_INT16)pInstance1->Shift,src1,dst,n);
66 LVC_Core_MixHard_2St_D16C31_SAT( &ptrInstance->MixerStream[0], &ptrInstance->MixerStream[1], src1, src2, dst, n);
29 LVC_MixSoft_2St_D16C31_SAT( LVMixer3_2St_st *ptrInstance, const LVM_INT16 *src1, LVM_INT16 *src2, LVM_INT16 *dst, LVM_INT16 n) argument
H A DMixSoft_2St_D32C31_SAT.c31 const LVM_INT32 *src1,
44 MixSoft_1St_D32C31_WRA( (Mix_1St_Cll_t*) pInstance, src1, dst, n);
59 MixSoft_1St_D32C31_WRA( (Mix_1St_Cll_t*) pInstance, src1, dst, n);
61 Core_MixHard_2St_D32C31_SAT( pInstance, src1, src2, dst, n);
30 MixSoft_2St_D32C31_SAT( Mix_2St_Cll_t *pInstance, const LVM_INT32 *src1, const LVM_INT32 *src2, LVM_INT32 *dst, LVM_INT16 n) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_inline.h39 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) argument
43 x7 = src2 ^ src1; /* check odd/even combination */
44 if ((uint32)src2 >= (uint32)src1)
46 src1 = src2 - src1; /* subs */
50 src1 = src1 - src2;
52 x7 = x7 ^ src1; /* only odd bytes need to add carry */
55 src1 = src1
186 sad_4pixel(int32 src1, int32 src2, int32 mask) argument
192 EOR x7, src2, src1; /* check odd/even combination */ local
193 SUBS src1, src2, src1; local
194 EOR x7, x7, src1; local
198 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
199 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
205 sad_4pixelN(int32 src1, int32 src2, int32 mask) argument
211 EOR x7, src2, src1; /* check odd/even combination */ local
212 ADDS src1, src2, src1; local
213 EOR x7, x7, src1; /* only odd bytes need to add carry */ local
216 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
217 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
355 sad_4pixel(int32 src1, int32 src2, int32 mask) argument
375 sad_4pixelN(int32 src1, int32 src2, int32 mask) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp1720 Int *src1, *src2; local
1726 src1 = yChan[i];
1736 *src1++ = (Int)(temp & 0xFF);
1737 *src1++ = (Int)((temp >> 8) & 0xFF);
1738 *src1++ = (Int)((temp >> 16) & 0xFF);
1739 *src1++ = (Int)((temp >> 24) & 0xFF);
1798 Int *src1, *src2; local
1806 src1 = yChan[i];
1815 tmp = (*src1++);
1818 tmp = (*src1
[all...]
H A Dsad_inline.h42 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) argument
46 x7 = src2 ^ src1; /* check odd/even combination */
47 if ((uint32)src2 >= (uint32)src1)
49 src1 = src2 - src1; /* subs */
53 src1 = src1 - src2;
55 x7 = x7 ^ src1; /* only odd bytes need to add carry */
58 src1 = src1
189 sad_4pixel(int32 src1, int32 src2, int32 mask) argument
195 EOR x7, src2, src1; /* check odd/even combination */ local
196 SUBS src1, src2, src1; local
197 EOR x7, x7, src1; local
201 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
202 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
208 sad_4pixelN(int32 src1, int32 src2, int32 mask) argument
214 EOR x7, src2, src1; /* check odd/even combination */ local
215 ADDS src1, src2, src1; local
216 EOR x7, x7, src1; /* only odd bytes need to add carry */ local
219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
220 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
365 sad_4pixel(int32 src1, int32 src2, int32 mask) argument
390 sad_4pixelN(int32 src1, int32 src2, int32 mask) argument
[all...]

Completed in 82 milliseconds