Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c76 int skipFlagCount[BANDS]; ///< skipped coefficients per band member
635 memset(chctx->skipFlagCount, 0, sizeof(chctx->skipFlagCount)); in imc_get_skip_coeff()
646 chctx->skipFlagCount[i]++; in imc_get_skip_coeff()
654 chctx->skipFlagCount[i] += 2; in imc_get_skip_coeff()
660 chctx->skipFlagCount[i]++; in imc_get_skip_coeff()
666 chctx->skipFlagCount[i]++; in imc_get_skip_coeff()
677 chctx->skipFlagCount[i]++; in imc_get_skip_coeff()
849 if (chctx->bandFlagsBuf[i] && (band_tab[i + 1] - band_tab[i]) != chctx->skipFlagCount[i]) { in imc_refine_bit_allocation()
851 … q->sqrt_tab[(band_tab[i + 1] - band_tab[i] - chctx->skipFlagCount[i])]; in imc_refine_bit_allocation()