Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c62 float flcoeffs3[BANDS]; member
283 float *flcoeffs3, float *flcoeffs5) in imc_calculate_coeffs() argument
296 flcoeffs3[i] = 2.0 * flcoeffs2[i]; in imc_calculate_coeffs()
299 flcoeffs3[i] = -30000.0; in imc_calculate_coeffs()
481 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]); in bit_allocation()
933 chctx->flcoeffs3[i] = chctx->flcoeffs2[i] * 2; in imc_decode_block()
951 chctx->bandWidthT, chctx->flcoeffs3, in imc_decode_block()