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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c84 IMCChannel chctx[2]; member in struct:__anon3161
192 q->chctx[j].decoder_reset = 1;
195 q->chctx[j].old_floor[i] = 1.0;
198 q->chctx[j].last_fft_im[i] = 0;
432 static int bit_allocation(IMCContext *q, IMCChannel *chctx, argument
452 highest = FFMAX(highest, chctx->flcoeffs1[i]);
455 if (chctx->flcoeffs5[i] <= 0) {
456 av_log(NULL, AV_LOG_ERROR, "flcoeffs5 %f invalid\n", chctx->flcoeffs5[i]);
459 chctx->flcoeffs4[i] = chctx
608 imc_get_skip_coeff(IMCContext *q, IMCChannel *chctx) argument
664 imc_adjust_bit_allocation(IMCContext *q, IMCChannel *chctx, int summer) argument
706 imc_imdct256(IMCContext *q, IMCChannel *chctx, int channels) argument
739 inverse_quant_coeff(IMCContext *q, IMCChannel *chctx, int stream_format_code) argument
779 imc_get_coeffs(IMCContext *q, IMCChannel *chctx) argument
806 imc_refine_bit_allocation(IMCContext *q, IMCChannel *chctx) argument
857 IMCChannel *chctx = q->chctx + ch; local
[all...]

Completed in 63 milliseconds