Searched defs:L_shl (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dbasic_op.h304 Function Name : L_shl
327 static inline Word32 L_shl(Word32 L_var1, Word16 var2, Flag *pOverflow) function
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasicop2.c423 | L_mult(var1,var2) = L_shl((var1 times var2),1) and |
926 | Function Name : L_shl |
959 Word32 L_shl (Word32 L_var1, Word16 var2) function
1030 L_var_out = L_shl (L_var1, (Word16)-var2);
1308 | if (L_sub(L_shl(L_shr(L_var1,var2),1),L_shr(L_var1,sub(var2,1))))|
1571 | norm_L_var1 = L_shl(L_var1,norm_l(L_var1)). |
H A Dbasic_op.h104 __inline Word32 L_shl (Word32 L_var1, Word16 var2);
106 Word32 L_shl (Word32 L_var1, Word16 var2);
509 __inline Word32 L_shl(Word32 L_var1, Word16 var2) function
565 L_var_out = L_shl (L_var1, (Word16)-var2);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h81 static_vo Word32 L_shl (Word32 L_var1, Word16 var2); /* Long shift left, 2 */
362 | L_mult(var1,var2) = L_shl((var1 times var2),1) and |
683 | Function Name : L_shl |
715 static_vo Word32 L_shl (Word32 L_var1, Word16 var2) function
847 | if (L_sub(L_shl(L_shr(L_var1,var2),1),L_shr(L_var1,sub(var2,1))))|
1055 | norm_L_var1 = L_shl(L_var1,norm_l(L_var1)). |

Completed in 81 milliseconds