Lines Matching defs:state_short_len
100 int state_short_len;
777 diff = STATE_LEN - s->state_short_len;
787 state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1)], &decresidual[start_pos], s->state_short_len);
791 memset(mem, 0, (int16_t) (CB_MEML - s->state_short_len) * 2);
792 memcpy(mem + CB_MEML - s->state_short_len, decresidual + start_pos, s->state_short_len * 2);
796 construct_vector(&decresidual[start_pos + s->state_short_len], encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_MEM_L_TBL, ST_MEM_L_TBL, (int16_t) diff);
800 meml_gotten = s->state_short_len;
1469 s->state_short_len = STATE_SHORT_LEN_30MS;
1475 s->state_short_len = STATE_SHORT_LEN_20MS;