hevc: move MAX_PB_SIZE declaration
Reviewed-by: Mickaël Raulet <mraulet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fb1a98ec5b
commit
b9f3912a65
@ -56,7 +56,6 @@
|
||||
#define MAX_TRANSFORM_DEPTH 5
|
||||
|
||||
#define MAX_TB_SIZE 32
|
||||
#define MAX_PB_SIZE 64
|
||||
#define MAX_LOG2_CTB_SIZE 6
|
||||
#define MAX_QP 51
|
||||
#define DEFAULT_INTRA_TC_OFFSET 2
|
||||
|
@ -27,6 +27,8 @@
|
||||
|
||||
#include "get_bits.h"
|
||||
|
||||
#define MAX_PB_SIZE 64
|
||||
|
||||
typedef struct SAOParams {
|
||||
int offset_abs[3][4]; ///< sao_offset_abs
|
||||
int offset_sign[3][4]; ///< sao_offset_sign
|
||||
|
Loading…
x
Reference in New Issue
Block a user