Searched refs:state_first (Results 1 – 6 of 6) sorted by relevance
52 if (iLBC_encbits->state_first == 1) { in WebRtcIlbcfix_DecodeResidual()65 if (iLBC_encbits->state_first) { /* put adaptive part in the end */ in WebRtcIlbcfix_DecodeResidual()
56 if (iLBC_encbits->state_first) { in WebRtcIlbcfix_AbsQuant()
172 iLBCbits_inst->state_first = 1; in WebRtcIlbcfix_EncodeImpl()175 iLBCbits_inst->state_first = 0; in WebRtcIlbcfix_EncodeImpl()192 if (iLBCbits_inst->state_first) { /* put adaptive part in the end */ in WebRtcIlbcfix_EncodeImpl()
46 enc_bits->state_first = ((*bitstreamPtr)>>9)&0x1; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()66 enc_bits->state_first = ((*bitstreamPtr)>>4)&0x1; /* Bit 11 */ in WebRtcIlbcfix_UnpackBits()
47 (*bitstreamPtr) |= (enc_bits->state_first)<<9; /* Bit 6 */ in WebRtcIlbcfix_PackBits()67 (*bitstreamPtr) |= (enc_bits->state_first)<<4; /* Bit 11 */ in WebRtcIlbcfix_PackBits()
125 int16_t state_first; member