Lines Matching defs:Av1AdaptiveEntropyProbs
567 struct Av1AdaptiveEntropyProbs { struct
571 RK_U8 inter_mode_prob[INTER_MODE_CONTEXTS][4]; // 7*4 = 28B
572 RK_U8 intra_inter_prob[INTRA_INTER_CONTEXTS]; // 4B
575 RK_U8 uv_mode_prob[MAX_INTRA_MODES]
586 RK_U8 tx8x8_prob[TX_SIZE_CONTEXTS][TX_SIZE_MAX_SB - 3]; // 2*(4-3) = 2B
587 RK_U8 tx16x16_prob[TX_SIZE_CONTEXTS][TX_SIZE_MAX_SB - 2]; // 2*(4-2) = 4B
588 RK_U8 tx32x32_prob[TX_SIZE_CONTEXTS][TX_SIZE_MAX_SB - 1]; // 2*(4-1) = 6B
590 RK_U8 switchable_interp_prob[AV1_SWITCHABLE_FILTERS + 1]
592 RK_U8 comp_inter_prob[COMP_INTER_CONTEXTS]; // 5B
597 RK_U8 sb_ymode_prob[BLOCK_SIZE_GROUPS]
601 RK_U8 partition_prob[NUM_FRAME_TYPES][NUM_PARTITION_CONTEXTS]
606 RK_U8 mbskip_probs[MBSKIP_CONTEXTS]; // 3B
607 struct NmvContext nmvc;
610 RK_U8 single_ref_prob[REF_CONTEXTS][2]; // 10B
611 RK_U8 comp_ref_prob[REF_CONTEXTS]; // 5B
612 RK_U8 mb_segment_tree_probs[MB_SEG_TREE_PROBS]; // 7B
613 RK_U8 segment_pred_probs[PREDICTION_PROBS]; // 3B
617 RK_U8 prob_coeffs[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
619 RK_U8 prob_coeffs8x8[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
621 RK_U8 prob_coeffs16x16[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
623 RK_U8 prob_coeffs32x32[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]