Lines Matching refs:coeff_count
1638 int coeff_count = 0;
1674 index[coeff_count++] = last; \
1682 index[coeff_count++] = last;\
1686 coeff_count = decode_significance_8x8(CC, significant_coeff_ctx_base, index,
1692 coeff_count = decode_significance(CC, max_coeff, significant_coeff_ctx_base, index,
1705 av_assert2(coeff_count > 0);
1712 sl->non_zero_count_cache[scan8[n]] = coeff_count;
1715 fill_rectangle(&sl->non_zero_count_cache[scan8[n]], 2, 2, 8, coeff_count, 1);
1718 sl->non_zero_count_cache[scan8[n]] = coeff_count;
1726 int j= scantable[index[--coeff_count]]; \
1763 } while ( coeff_count );