git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hevc: templatize intra_pred
[ffmpeg.git]
/
libavcodec
/
hevc.h
diff --git
a/libavcodec/hevc.h
b/libavcodec/hevc.h
index
1197d08
..
ebe978b
100644
(file)
--- a/
libavcodec/hevc.h
+++ b/
libavcodec/hevc.h
@@
-712,8
+712,7
@@
typedef struct HEVCNAL {
struct HEVCContext;
typedef struct HEVCPredContext {
struct HEVCContext;
typedef struct HEVCPredContext {
- void (*intra_pred)(struct HEVCContext *s, int x0, int y0,
- int log2_size, int c_idx);
+ void (*intra_pred[4])(struct HEVCContext *s, int x0, int y0, int c_idx);
void (*pred_planar[4])(uint8_t *src, const uint8_t *top,
const uint8_t *left, ptrdiff_t stride);
void (*pred_planar[4])(uint8_t *src, const uint8_t *top,
const uint8_t *left, ptrdiff_t stride);