Home
last modified time | relevance | path

Searched defs:HEVCLocalContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.h425 typedef struct HEVCLocalContext { struct
426 uint8_t cabac_state[HEVC_CONTEXTS];
428 uint8_t stat_coeff[HEVC_STAT_COEFFS];
430 uint8_t first_qp_group;
432 GetBitContext gb;
433 CABACContext cc;
435 int8_t qp_y;
436 int8_t curr_qp_y;
438 int qPy_pred;
440 TransformUnit tu;
[all …]