Searched refs:ltp_gain (Results 1 – 1 of 1) sorted by relevance
218 int **ltp_gain; ///< gain values for ltp 5-tap filter for a channel member254 int *ltp_gain; ///< gain values for ltp 5-tap filter member786 bd->ltp_gain[0] = decode_rice(gb, 1) * 8; in read_var_block_data()787 bd->ltp_gain[1] = decode_rice(gb, 2) * 8; in read_var_block_data()796 bd->ltp_gain[2] = ltp_gain_values[r][c]; in read_var_block_data()798 bd->ltp_gain[3] = decode_rice(gb, 2) * 8; in read_var_block_data()799 bd->ltp_gain[4] = decode_rice(gb, 1) * 8; in read_var_block_data()942 y += (uint64_t)MUL64(bd->ltp_gain[tab], raw_samples[base]); in decode_var_block_data()1119 bd.ltp_gain = ctx->ltp_gain[0]; in decode_blocks_ind()1161 bd[0].ltp_gain = ctx->ltp_gain[0]; in decode_blocks()[all …]