Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dimc.c67 float flcoeffs6[BANDS]; member
787 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
789 chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
793 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
795 chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
849 chctx->flcoeffs6[i] = chctx->flcoeffs1[i]; in imc_refine_bit_allocation()
852 chctx->flcoeffs6[i] *= q->sqrt_tab[ band_tab[i + 1] - band_tab[i]] / in imc_refine_bit_allocation()

Completed in 2 milliseconds