diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-07 21:33:31 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-07 22:08:19 +0100 |
commit | 75d5156ac1526c732464d11329cd63a0258b1cae (patch) | |
tree | db6156100b38e0fb968f79df8174165510cf7c4a /libavcodec/dsputil.h | |
parent | 6a4430407404bfe55581e66a86a496c9adf6fb44 (diff) | |
download | ffmpeg-75d5156ac1526c732464d11329cd63a0258b1cae.tar.gz |
dsputil: Move ff_svq3 function declarations to a separate header
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 8b42eee638..aadb9a811a 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -50,9 +50,6 @@ void ff_fdct_mmx(int16_t *block); void ff_fdct_mmxext(int16_t *block); void ff_fdct_sse2(int16_t *block); -void ff_svq3_luma_dc_dequant_idct_c(int16_t *output, int16_t *input, int qp); -void ff_svq3_add_idct_c(uint8_t *dst, int16_t *block, int stride, int qp, int dc); - /* encoding scans */ extern const uint8_t ff_alternate_horizontal_scan[64]; extern const uint8_t ff_alternate_vertical_scan[64]; |