Searched refs:bit_depth (Results 1 – 3 of 3) sorted by relevance
36 u32 bit_depth; member46 .bit_depth = 8,83 instance_p->dp_instance_p[chan].trans_config.bit_depth = user_cfg.bit_depth; in rt_dc_init()
41 u32 bit_depth = 8; in cal() local48 seg_tar_bits = ((seg_width * seg_height * bit_depth * cmp_ratio * 3 / 2000) / ALIGN) * ALIGN; in cal()55 …s = ((frm_width + seg_width - 1) / seg_width * seg_width * seg_height * bit_depth * cmp_ratio * 3 … in cal()
289 u32 bit_depth = 8; in g2d_lbc_calc_ctrl() local296 seg_tar_bits = ((seg_width * seg_height * bit_depth * cmp_ratio * 3 / 2000) / ALIGN) * ALIGN; in g2d_lbc_calc_ctrl()307 y_data_bits = seg_width * seg_height * bit_depth; in g2d_lbc_calc_ctrl()308 c_data_bits = seg_width * seg_height * bit_depth / 2 + 2 * (seg_width / 2 / 8) * 4; in g2d_lbc_calc_ctrl()
Completed in 8 milliseconds