Searched defs:L_mac (Results 1 - 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
H A D | l_mac.h | 35 Description: Created separate header file for L_mac function. 53 needed by the L_mac function. 108 __inline Word32 L_mac(Word32 L_var3, Word16 var1, Word16 var2, Flag *pOverflow) function 122 static inline Word32 L_mac(Word32 L_var3, Word16 var1, Word16 var2, Flag *pOverflow) function 146 __inline Word32 L_mac(Word32 L_var3, Word16 var1, Word16 var2, Flag *pOverflow) function
|
H A D | basic_op_arm_v5.h | 170 FUNCTION NAME: L_mac 190 __inline Word32 L_mac(Word32 L_var3, Word16 var1, Word16 var2, Flag *pOverflow) function
|
H A D | basic_op_c_equivalent.h | 180 FUNCTION NAME: L_mac 200 __inline Word32 L_mac(Word32 L_var3, Word16 var1, Word16 var2, Flag *pOverflow) function 347 /* L_product = L_mac (L_product, result, 1, pOverflow); */ 363 /* L_product = L_mac (L_product, result, 1, pOverflow); */
|
H A D | basic_op_arm_gcc_v5.h | 177 FUNCTION NAME: L_mac 197 static inline Word32 L_mac(Word32 L_var3, Word16 var1, Word16 var2, Flag *pOverflow) function
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
H A D | basic_op.h | 75 static_vo Word32 L_mac (Word32 L_var3, Word16 var1, Word16 var2); /* Mac, 1 */ 446 | Function Name : L_mac | 452 | L_mac(L_var3,var1,var2) = L_add(L_var3,L_mult(var1,var2)). | 481 static_vo Word32 L_mac (Word32 L_var3, Word16 var1, Word16 var2) function
|
Completed in 89 milliseconds