Searched refs:p_Anh (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dlevinson.cpp662 Word16 *p_Anh; local
768 p_Anh = &Anh[1];
778 *(p_Anh) = (Word16)(t0 >> 15);
779 *(p_Anl++) = (Word16)(t0 - ((Word32)(*(p_Anh++)) << 15));
782 *(p_Anh) = (Word16)(t2 >> 20);

Completed in 7 milliseconds