Lines Matching defs:v4l2_vp9_frame_context
67 struct v4l2_vp9_frame_context { struct
68 u8 tx8[2][1];
69 u8 tx16[2][2];
70 u8 tx32[2][3];
71 u8 coef[4][2][2][6][6][3];
72 u8 skip[3];
73 u8 inter_mode[7][3];
74 u8 interp_filter[4][2];
75 u8 is_inter[4];
76 u8 comp_mode[5];
77 u8 single_ref[5][2];
78 u8 comp_ref[5];
79 u8 y_mode[4][9];
80 u8 uv_mode[10][9];
81 u8 partition[16][3];
83 struct v4l2_vp9_frame_mv_context mv;