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

/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Db_cn_cod.cpp98 pShift_reg = pointer to Old CN generator shift register state (Word32)
102 pShift_reg -> Updated CN generator shift register state
203 Word32 *pShift_reg, /* i/o : Old CN generator shift register state */
217 if ((*pShift_reg & 0x00000001L) != 0)
227 if ((*pShift_reg & 0x10000000L) != 0)
238 temp = (Word16)((*pShift_reg) & 1);
241 *pShift_reg >>= 1;
244 *pShift_reg |= 0x40000000L;
202 pseudonoise( Word32 *pShift_reg, Word16 no_bits ) argument

Completed in 75 milliseconds