28 #ifndef __DAV1D_HEADERS_H__ 29 #define __DAV1D_HEADERS_H__ 32 #define DAV1D_MAX_CDEF_STRENGTHS 8 33 #define DAV1D_MAX_OPERATING_POINTS 32 34 #define DAV1D_MAX_TILE_COLS 64 35 #define DAV1D_MAX_TILE_ROWS 64 36 #define DAV1D_MAX_SEGMENTS 8 37 #define DAV1D_NUM_REF_FRAMES 8 38 #define DAV1D_PRIMARY_REF_NONE 7 39 #define DAV1D_REFS_PER_FRAME 7 40 #define DAV1D_TOTAL_REFS_PER_FRAME (DAV1D_REFS_PER_FRAME + 1)
uint8_t uv_points[2][10][2]
Definition: headers.h:272
int skip
Definition: headers.h:251
int16_t gamma
Definition: headers.h:84
int ar_coeff_shift
Definition: headers.h:277
int num_uv_points[2]
Definition: headers.h:271
int uv_mult[2]
Definition: headers.h:279
int ref_delta[DAV1D_TOTAL_REFS_PER_FRAME]
Definition: headers.h:263
int clip_to_restricted_range
Definition: headers.h:283
int overlap_flag
Definition: headers.h:282
int32_t matrix[6]
Definition: headers.h:81
Definition: headers.h:266
int delta_lf_y_v
Definition: headers.h:249
int delta_lf_v
Definition: headers.h:249
uint8_t y_points[14][2]
Definition: headers.h:269
int delta_lf_u
Definition: headers.h:249
int scaling_shift
Definition: headers.h:273
int mode_delta[2]
Definition: headers.h:262
int16_t delta
Definition: headers.h:84
Definition: headers.h:247
int16_t abcd[4]
Definition: headers.h:86
int uv_offset[2]
Definition: headers.h:281
int grain_scale_shift
Definition: headers.h:278
Dav1dSegmentationData d[DAV1D_MAX_SEGMENTS]
Definition: headers.h:256
int delta_lf_y_h
Definition: headers.h:249
int uv_luma_mult[2]
Definition: headers.h:280
int preskip
Definition: headers.h:257
int delta_q
Definition: headers.h:248
Definition: headers.h:261
Definition: headers.h:255
int ar_coeff_lag
Definition: headers.h:274
int8_t ar_coeffs_uv[2][25]
Definition: headers.h:276
int16_t beta
Definition: headers.h:84
int num_y_points
Definition: headers.h:268
int8_t ar_coeffs_y[24]
Definition: headers.h:275
int16_t alpha
Definition: headers.h:84
enum Dav1dWarpedMotionType type
Definition: headers.h:80
int ref
Definition: headers.h:250
int globalmv
Definition: headers.h:252
uint16_t seed
Definition: headers.h:267
int last_active_segid
Definition: headers.h:258
int chroma_scaling_from_luma
Definition: headers.h:270