mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
x86: Remove some leftover declarations for non-existent functions
This commit is contained in:
@@ -48,16 +48,12 @@
|
||||
|
||||
#undef printf
|
||||
|
||||
void ff_mmx_idct(DCTELEM *data);
|
||||
void ff_mmxext_idct(DCTELEM *data);
|
||||
|
||||
// BFIN
|
||||
void ff_bfin_idct(DCTELEM *block);
|
||||
void ff_bfin_fdct(DCTELEM *block);
|
||||
|
||||
// ALTIVEC
|
||||
void ff_fdct_altivec(DCTELEM *block);
|
||||
//void ff_idct_altivec(DCTELEM *block);?? no routine
|
||||
|
||||
// ARM
|
||||
void ff_j_rev_dct_arm(DCTELEM *data);
|
||||
|
||||
@@ -102,10 +102,6 @@ void ff_put_rv40_qpel16_mc33_mmx(uint8_t *block, uint8_t *pixels, int line_size)
|
||||
void ff_avg_rv40_qpel8_mc33_mmx(uint8_t *block, uint8_t *pixels, int line_size);
|
||||
void ff_avg_rv40_qpel16_mc33_mmx(uint8_t *block, uint8_t *pixels, int line_size);
|
||||
|
||||
void ff_mmx_idct(DCTELEM *block);
|
||||
void ff_mmxext_idct(DCTELEM *block);
|
||||
|
||||
|
||||
void ff_deinterlace_line_mmx(uint8_t *dst,
|
||||
const uint8_t *lum_m4, const uint8_t *lum_m3,
|
||||
const uint8_t *lum_m2, const uint8_t *lum_m1,
|
||||
|
||||
Reference in New Issue
Block a user