Revision 44965991 libavcodec/h264.c
libavcodec/h264.c | ||
---|---|---|
6111 | 6111 |
index[coeff_count++] = last;\ |
6112 | 6112 |
} |
6113 | 6113 |
const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD]; |
6114 |
#if defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__))
|
|
6114 |
#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE)
|
|
6115 | 6115 |
coeff_count= decode_significance_8x8_x86(CC, significant_coeff_ctx_base, index, sig_off); |
6116 | 6116 |
} else { |
6117 | 6117 |
coeff_count= decode_significance_x86(CC, max_coeff, significant_coeff_ctx_base, index); |
Also available in: Unified diff