Home
last modified time | relevance | path

Searched refs:fcoeff (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c832 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter]; in write_filter_params() local
839 put_sbits(pb, fp->coeff_bits, fcoeff[i] >> fp->coeff_shift); in write_filter_params()
1272 static void code_filter_coeffs(MLPEncodeContext *ctx, FilterParams *fp, int32_t *fcoeff) in code_filter_coeffs() argument
1279 int coeff = fcoeff[order]; in code_filter_coeffs()
1319 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter]; in set_filter_params() local
1338 fcoeff[i] = coefs[order-1][i]; in set_filter_params()
1340 code_filter_coeffs(ctx, fp, fcoeff); in set_filter_params()
1739 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter]; in apply_filter() local
1742 fcoeff[order]; in apply_filter()
H A Dmlpdec.c702 int32_t *fcoeff = s->channel_params[channel].coeff[filter]; in read_filter_params() local
723 fcoeff[i] = get_sbits(gbp, coeff_bits) * (1 << coeff_shift); in read_filter_params()

Completed in 6 milliseconds