Lines Matching +full:2 +full:- +full:4
1 /* SPDX-License-Identifier: GPL-2.0 */
10 u8 sign[2];
11 u8 class0_bit[2][1];
12 u8 fr[2][3];
13 u8 class0_hp[2];
14 u8 hp[2];
15 u8 classes[2][10];
16 u8 class0_fr[2][2][3];
17 u8 bits[2][10];
21 u8 inter_mode[7][4];
22 u8 is_inter[4];
24 u8 tx8[2][1];
25 u8 tx16[2][2];
26 u8 tx32[2][3];
27 u8 y_mode_tail[4][1];
28 u8 y_mode[4][8];
29 u8 partition[2][16][4]; /* [keyframe][][], [inter][][] */
31 u8 interp_filter[4][2];
39 u8 single_ref[5][2];
44 u8 coef[4][2][2][6][6][4];
54 u8 ref_scores[4];
55 u8 prob_comppred[2];
68 u32 joints[4];
69 u32 sign[2][2];
70 u32 classes[2][11];
71 u32 class0[2][2];
72 u32 bits[2][10][2];
73 u32 class0_fp[2][2][4];
74 u32 fp[2][4];
75 u32 class0_hp[2][2];
76 u32 hp[2][2];
80 u32 inter_mode_counts[7][3][2];
81 u32 sb_ymode_counts[4][10];
83 u32 partition_counts[16][4];
84 u32 switchable_interp_counts[4][3];
85 u32 intra_inter_count[4][2];
86 u32 comp_inter_count[5][2];
87 u32 single_ref_count[5][2][2];
88 u32 comp_ref_count[5][2];
89 u32 tx32x32_count[2][4];
90 u32 tx16x16_count[2][3];
91 u32 tx8x8_count[2][2];
92 u32 mbskip_count[3][2];
96 u32 count_coeffs[2][2][6][6][4];
97 u32 count_coeffs8x8[2][2][6][6][4];
98 u32 count_coeffs16x16[2][2][6][6][4];
99 u32 count_coeffs32x32[2][2][6][6][4];
101 u32 count_eobs[4][2][2][6][6];