summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/simple_idct.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libavcodec/simple_idct.h')
-rw-r--r--ffmpeg/libavcodec/simple_idct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ffmpeg/libavcodec/simple_idct.h b/ffmpeg/libavcodec/simple_idct.h
index 3fec5e0..7c0734b 100644
--- a/ffmpeg/libavcodec/simple_idct.h
+++ b/ffmpeg/libavcodec/simple_idct.h
@@ -37,6 +37,11 @@ void ff_simple_idct_8(int16_t *block);
void ff_simple_idct_put_10(uint8_t *dest, int line_size, int16_t *block);
void ff_simple_idct_add_10(uint8_t *dest, int line_size, int16_t *block);
void ff_simple_idct_10(int16_t *block);
+
+void ff_simple_idct_put_12(uint8_t *dest, int line_size, int16_t *block);
+void ff_simple_idct_add_12(uint8_t *dest, int line_size, int16_t *block);
+void ff_simple_idct_12(int16_t *block);
+
/**
* Special version of ff_simple_idct_10() which does dequantization
* and scales by a factor of 2 more between the two IDCTs to account