Searched defs:L_deposit_l (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dl_deposit_l.cpp35 Description: Created separate file for the L_deposit_l function. Sync'ed up
87 Word32 L_deposit_l (Word16 var1)
93 multiCounter[currCounter].L_deposit_l++;
163 Word32 L_deposit_l(Word16 var1) function
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasic_op.h43 #define L_deposit_l(x) ((Word32)(x)) macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h38 #define L_deposit_l(x) ((Word32)(x)) /* 16 bit var1 -> LSB, 2 */ macro
1021 L_num = L_deposit_l (var1);
1022 L_denom = L_deposit_l(var2);

Completed in 78 milliseconds