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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dl_extract.cpp85 L_var = 32 bit signed integer (Word32) whose value falls
88 pL_var_hi = pointer to the most significant word of L_var (Word16).
90 pL_var_lo = pointer to the least significant word of L_var shifted
113 from a 32-bit integer. The MS word of L_var will be stored in the location
114 pointed to by pL_var_hi and the shifted LS word of L_var will be stored in
158 void L_Extract(Word32 L_var, argument
168 temp = (L_var >> 16);
171 *(pL_var_lo) = (Word16)((L_var >> 1) - (temp << 15));

Completed in 148 milliseconds