Mercurial > libavcodec.hg
comparison imgresample.c @ 8430:7768bdfd4f7b libavcodec
Rename libavcodec/i386/ --> libavcodec/x86/.
It contains optimizations that are not specific to i386 and
libavutil uses this naming scheme already.
| author | diego |
|---|---|
| date | Mon, 22 Dec 2008 09:12:42 +0000 |
| parents | 589f9a71df95 |
| children | 7a463923ecd1 |
comparison
equal
deleted
inserted
replaced
| 8429:b3ecaba81501 | 8430:7768bdfd4f7b |
|---|---|
| 153 } | 153 } |
| 154 } | 154 } |
| 155 | 155 |
| 156 #ifdef HAVE_MMX | 156 #ifdef HAVE_MMX |
| 157 | 157 |
| 158 #include "i386/mmx.h" | 158 #include "x86/mmx.h" |
| 159 | 159 |
| 160 #define FILTER4(reg) \ | 160 #define FILTER4(reg) \ |
| 161 {\ | 161 {\ |
| 162 s = src + (src_pos >> POS_FRAC_BITS);\ | 162 s = src + (src_pos >> POS_FRAC_BITS);\ |
| 163 phase = get_phase(src_pos);\ | 163 phase = get_phase(src_pos);\ |
