Searched defs:vop2_dsc_data (Results 1 – 2 of 2) sorted by relevance
1153 struct vop2_dsc_data { struct1154 u8 id;1155 u8 pd_id;1156 u8 max_slice_num;1157 u8 max_linebuf_depth; /* used to generate the bitstream */1158 u8 min_bits_per_pixel; /* bit num after encoder compress */1159 const char *dsc_txp_clk_src_name;1160 const char *dsc_txp_clk_name;1161 const char *dsc_pxl_clk_name;1162 const char *dsc_cds_clk_name;
1073 struct vop2_dsc_data { struct1074 uint8_t id;1075 uint8_t pd_id;1076 uint8_t max_slice_num;1077 uint8_t max_linebuf_depth; /* used to generate the bitstream */1078 uint8_t min_bits_per_pixel; /* bit num after encoder compress */1079 const char *dsc_txp_clk_src_name;1080 const char *dsc_txp_clk_name;1081 const char *dsc_pxl_clk_name;1082 const char *dsc_cds_clk_name;[all …]