Lines Matching refs:RK_U8
188 typedef RK_U8 av1_coeff_probs[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
487 RK_U8 joints[MV_JOINTS - 1]; // 3B
488 RK_U8 sign[2]; // 2B
491 RK_U8 class0[2][CLASS0_SIZE - 1]; // 2B
492 RK_U8 fp[2][MV_FP_SIZE - 1]; // 6B
493 RK_U8 class0_hp[2]; // 2B
494 RK_U8 hp[2]; // 2B
495 RK_U8 classes[2][MV_CLASSES - 1]; // 20B
498 RK_U8 class0_fp[2][CLASS0_SIZE][MV_FP_SIZE - 1]; // 12B
499 RK_U8 bits[2][MV_OFFSET_BITS]; // 20B
515 typedef RK_U8 av1_prob;
520 #define AV1HWPAD(x, y) RK_U8 x[y]
523 RK_U8 joints[MV_JOINTS - 1]; // 3B
524 RK_U8 sign[2]; // 2B
528 RK_U8 class0[2][CLASS0_SIZE - 1];
529 RK_U8 fp[2][MV_FP_SIZE - 1];
530 RK_U8 class0_hp[2];
531 RK_U8 hp[2];
532 RK_U8 classes[2][MV_CLASSES - 1];
533 RK_U8 class0_fp[2][CLASS0_SIZE][MV_FP_SIZE - 1];
534 RK_U8 bits[2][MV_OFFSET_BITS];
553 RK_U8 inter_mode_prob[INTER_MODE_CONTEXTS][4]; // 7*4 = 28B
554 RK_U8 intra_inter_prob[INTRA_INTER_CONTEXTS]; // 4B
557 RK_U8 uv_mode_prob[MAX_INTRA_MODES]
568 RK_U8 tx8x8_prob[TX_SIZE_CONTEXTS][TX_SIZE_MAX_SB - 3]; // 2*(4-3) = 2B
569 RK_U8 tx16x16_prob[TX_SIZE_CONTEXTS][TX_SIZE_MAX_SB - 2]; // 2*(4-2) = 4B
570 RK_U8 tx32x32_prob[TX_SIZE_CONTEXTS][TX_SIZE_MAX_SB - 1]; // 2*(4-1) = 6B
572 RK_U8 switchable_interp_prob[AV1_SWITCHABLE_FILTERS + 1]
574 RK_U8 comp_inter_prob[COMP_INTER_CONTEXTS]; // 5B
579 RK_U8 sb_ymode_prob[BLOCK_SIZE_GROUPS]
583 RK_U8 partition_prob[NUM_FRAME_TYPES][NUM_PARTITION_CONTEXTS]
588 RK_U8 mbskip_probs[MBSKIP_CONTEXTS]; // 3B
592 RK_U8 single_ref_prob[REF_CONTEXTS][2]; // 10B
593 RK_U8 comp_ref_prob[REF_CONTEXTS]; // 5B
594 RK_U8 mb_segment_tree_probs[MB_SEG_TREE_PROBS]; // 7B
595 RK_U8 segment_pred_probs[PREDICTION_PROBS]; // 3B
599 RK_U8 prob_coeffs[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
601 RK_U8 prob_coeffs8x8[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
603 RK_U8 prob_coeffs16x16[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
605 RK_U8 prob_coeffs32x32[BLOCK_TYPES][REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
618 RK_U8 kf_bmode_prob[MAX_INTRA_MODES][MAX_INTRA_MODES]
633 RK_U8 ref_pred_probs[PREDICTION_PROBS]; // 3B
634 RK_U8 ref_scores[MAX_REF_FRAMES]; // 4B
635 RK_U8 prob_comppred[COMP_PRED_CONTEXTS]; // 2B
640 RK_U8 kf_uv_mode_prob[MAX_INTRA_MODES][MAX_INTRA_MODES_DRAM_ALIGNED];
844 RK_U8 scaling_lut_y[256];
845 RK_U8 scaling_lut_cb[256];
846 RK_U8 scaling_lut_cr[256];