Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504272
Collapse All | Expand All

(-)libavcodec/dirac_arith.h.old (-1 / +2 lines)
Lines 28-33 Link Here
28
#ifndef AVCODEC_DIRAC_ARITH_H
28
#ifndef AVCODEC_DIRAC_ARITH_H
29
#define AVCODEC_DIRAC_ARITH_H
29
#define AVCODEC_DIRAC_ARITH_H
30
30
31
#include "libavutil/x86_cpu.h"
31
#include "bytestream.h"
32
#include "bytestream.h"
32
#include "get_bits.h"
33
#include "get_bits.h"
33
34
Lines 134-140 Link Here
134
135
135
    range_times_prob = (c->range * prob_zero) >> 16;
136
    range_times_prob = (c->range * prob_zero) >> 16;
136
137
137
#if HAVE_FAST_CMOV
138
#if HAVE_FAST_CMOV && HAVE_6REGS
138
    low   -= range_times_prob << 16;
139
    low   -= range_times_prob << 16;
139
    range -= range_times_prob;
140
    range -= range_times_prob;
140
    bit = 0;
141
    bit = 0;

Return to bug 504272