Revision c8f9ef61 libavcodec/h264.c
libavcodec/h264.c | ||
---|---|---|
5787 | 5787 |
index[coeff_count++] = last;\ |
5788 | 5788 |
} |
5789 | 5789 |
const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD]; |
5790 |
#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(HAVE_EBX_AVAILABLE) && !defined(BROKEN_RELOCATIONS)
|
|
5790 |
#if defined(ARCH_X86) && defined(HAVE_7REGS) && defined(HAVE_EBX_AVAILABLE) && !defined(BROKEN_RELOCATIONS)
|
|
5791 | 5791 |
coeff_count= decode_significance_8x8_x86(CC, significant_coeff_ctx_base, index, sig_off); |
5792 | 5792 |
} else { |
5793 | 5793 |
coeff_count= decode_significance_x86(CC, max_coeff, significant_coeff_ctx_base, index); |
Also available in: Unified diff