Lines Matching refs:RK_U8

184 typedef RK_U8 av1_coeff_probs[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
506 RK_U8 joints[MV_JOINTS - 1]; // 3B
507 RK_U8 sign[2]; // 2B
510 RK_U8 class0[2][CLASS0_SIZE - 1]; // 2B
511 RK_U8 fp[2][MV_FP_SIZE - 1]; // 6B
512 RK_U8 class0_hp[2]; // 2B
513 RK_U8 hp[2]; // 2B
514 RK_U8 classes[2][MV_CLASSES - 1]; // 20B
517 RK_U8 class0_fp[2][CLASS0_SIZE][MV_FP_SIZE - 1]; // 12B
518 RK_U8 bits[2][MV_OFFSET_BITS]; // 20B
534 typedef RK_U8 av1_prob;
539 #define AV1HWPAD(x, y) RK_U8 x[y]
542 RK_U8 joints[MV_JOINTS - 1]; // 3B
543 RK_U8 sign[2]; // 2B
546 RK_U8 class0[2][CLASS0_SIZE - 1];
547 RK_U8 fp[2][MV_FP_SIZE - 1];
548 RK_U8 class0_hp[2];
549 RK_U8 hp[2];
550 RK_U8 classes[2][MV_CLASSES - 1];
551 RK_U8 class0_fp[2][CLASS0_SIZE][MV_FP_SIZE - 1];
552 RK_U8 bits[2][MV_OFFSET_BITS];
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
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]
636 RK_U8 kf_bmode_prob[MAX_INTRA_MODES][MAX_INTRA_MODES]
651 RK_U8 ref_pred_probs[PREDICTION_PROBS]; // 3B
652 RK_U8 ref_scores[MAX_REF_FRAMES]; // 4B
653 RK_U8 prob_comppred[COMP_PRED_CONTEXTS]; // 2B
658 RK_U8 kf_uv_mode_prob[MAX_INTRA_MODES][MAX_INTRA_MODES_DRAM_ALIGNED];
866 RK_U8 scaling_lut_y[256];
867 RK_U8 scaling_lut_cb[256];
868 RK_U8 scaling_lut_cr[256];