Lines Matching defs:ltp_gain
218 int **ltp_gain; ///< gain values for ltp 5-tap filter for a channel
254 int *ltp_gain; ///< gain values for ltp 5-tap filter
786 bd->ltp_gain[0] = decode_rice(gb, 1) * 8;
787 bd->ltp_gain[1] = decode_rice(gb, 2) * 8;
796 bd->ltp_gain[2] = ltp_gain_values[r][c];
798 bd->ltp_gain[3] = decode_rice(gb, 2) * 8;
799 bd->ltp_gain[4] = decode_rice(gb, 1) * 8;
942 y += (uint64_t)MUL64(bd->ltp_gain[tab], raw_samples[base]);
1119 bd.ltp_gain = ctx->ltp_gain[0];
1161 bd[0].ltp_gain = ctx->ltp_gain[0];
1174 bd[1].ltp_gain = ctx->ltp_gain[0];
1316 bd->ltp_gain = ctx->ltp_gain[c];
1735 bd.ltp_gain = ctx->ltp_gain[c];
1760 bd.ltp_gain = ctx->ltp_gain[c];
1951 av_freep(&ctx->ltp_gain);
2075 ctx->ltp_gain = av_malloc_array(num_buffers, sizeof(*ctx->ltp_gain));
2081 !ctx->ltp_gain || !ctx->ltp_gain_buffer) {
2087 ctx->ltp_gain[c] = ctx->ltp_gain_buffer + c * 5;