X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdnxhdenc.h;h=eb9da12deefcae44464f1781a2d43e85d3867a7d;hb=ffdc5d09e498bee8176c9e35df101c01c546a738;hp=7f8e7b35f2173bb38a0bf620acf056136e18bc97;hpb=9aa3023672b3336968cbdb5c4a733b6088ad564e;p=ffmpeg diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 7f8e7b35f21..eb9da12deef 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -71,6 +71,8 @@ typedef struct DNXHDEncContext { int intra_quant_bias; DECLARE_ALIGNED(16, int16_t, blocks)[8][64]; + DECLARE_ALIGNED(16, uint8_t, edge_buf_y)[256]; + DECLARE_ALIGNED(16, uint8_t, edge_buf_uv)[2][128]; int (*qmatrix_c) [64]; int (*qmatrix_l) [64]; @@ -94,6 +96,7 @@ typedef struct DNXHDEncContext { uint8_t *mb_qscale; RCCMPEntry *mb_cmp; + RCCMPEntry *mb_cmp_tmp; RCEntry *mb_rc; void (*get_pixels_8x4_sym)(int16_t * /* align 16 */,