summaryrefslogtreecommitdiffstats
path: root/libavcodec/intrax8.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-24 12:33:07 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-24 12:33:07 +0100
commit93c61c980d63101d7ea1664fd83c810e95ffdc06 (patch)
treefd63d0b176570bd6ddcbaf34294f1f01171a7bb4 /libavcodec/intrax8.h
parent36dad146935a500ef6fd7246b5c216f7af26f9db (diff)
parent65f14128c4bcf8fcd9d3ba1e20b7a22057c9cfb0 (diff)
downloadffmpeg-streaming-93c61c980d63101d7ea1664fd83c810e95ffdc06.zip
ffmpeg-streaming-93c61c980d63101d7ea1664fd83c810e95ffdc06.tar.gz
Merge commit '65f14128c4bcf8fcd9d3ba1e20b7a22057c9cfb0'
* commit '65f14128c4bcf8fcd9d3ba1e20b7a22057c9cfb0': intrax8: Use a constant buffer instead of a ScratchpadContext Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/intrax8.h')
-rw-r--r--libavcodec/intrax8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h
index 0fe38d0..64a33ce 100644
--- a/libavcodec/intrax8.h
+++ b/libavcodec/intrax8.h
@@ -54,6 +54,7 @@ typedef struct IntraX8Context {
int divide_quant_dc_luma;
int divide_quant_dc_chroma;
uint8_t *dest[3];
+ uint8_t scratchpad[42]; // size of the block is fixed (8x8 plus padding)
// changed per block
int edges;
OpenPOWER on IntegriCloud