Searched refs:chctx (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | imc.c | 88 IMCChannel chctx[2]; member 222 q->chctx[j].decoder_reset = 1; in imc_decode_init() 225 q->chctx[j].old_floor[i] = 1.0; in imc_decode_init() 228 q->chctx[j].last_fft_im[i] = 0; in imc_decode_init() 456 static int bit_allocation(IMCContext *q, IMCChannel *chctx, in bit_allocation() argument 476 highest = FFMAX(highest, chctx->flcoeffs1[i]); in bit_allocation() 479 if (chctx->flcoeffs5[i] <= 0) { in bit_allocation() 480 av_log(q->avctx, AV_LOG_ERROR, "flcoeffs5 %f invalid\n", chctx->flcoeffs5[i]); in bit_allocation() 483 chctx->flcoeffs4[i] = chctx in bit_allocation() 632 imc_get_skip_coeff(IMCContext *q, IMCChannel *chctx) imc_get_skip_coeff() argument 688 imc_adjust_bit_allocation(IMCContext *q, IMCChannel *chctx, int summer) imc_adjust_bit_allocation() argument 730 imc_imdct256(IMCContext *q, IMCChannel *chctx, int channels) imc_imdct256() argument 763 inverse_quant_coeff(IMCContext *q, IMCChannel *chctx, int stream_format_code) inverse_quant_coeff() argument 803 imc_get_coeffs(AVCodecContext *avctx, IMCContext *q, IMCChannel *chctx) imc_get_coeffs() argument 831 imc_refine_bit_allocation(IMCContext *q, IMCChannel *chctx) imc_refine_bit_allocation() argument 881 IMCChannel *chctx = q->chctx + ch; imc_decode_block() local [all...] |
Completed in 3 milliseconds