Searched refs:lpc_data (Results 1 – 1 of 1) sorted by relevance
434 int32_t lpc_data[NBLOCKS * BLOCKSIZE]; in ra144_encode_frame() local458 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()459 energy += (lpc_data[i] * lpc_data[i]) >> 4; in ra144_encode_frame()464 lpc_data[i] = samples[j] >> 2; in ra144_encode_frame()465 energy += (lpc_data[i] * lpc_data[i]) >> 4; in ra144_encode_frame()469 memset(&lpc_data[i], 0, (NBLOCKS * BLOCKSIZE - i) * sizeof(*lpc_data)); in ra144_encode_frame()473 ff_lpc_calc_coefs(&ractx->lpc_ctx, lpc_data, NBLOCKS * BLOCKSIZE, LPC_ORDER, in ra144_encode_frame()