Home
last modified time | relevance | path

Searched refs:flcoeffs6 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimc.c65 float flcoeffs6[BANDS]; member
785 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
787 … chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
791 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
793 … chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
847 chctx->flcoeffs6[i] = chctx->flcoeffs1[i]; in imc_refine_bit_allocation()
850 chctx->flcoeffs6[i] *= q->sqrt_tab[ band_tab[i + 1] - band_tab[i]] / in imc_refine_bit_allocation()