Searched refs:c_mode_bits (Results 1 – 1 of 1) sorted by relevance
293 u32 y_mode_bits, c_mode_bits, y_data_bits, c_data_bits; in g2d_lbc_calc_ctrl() local306 c_mode_bits = 2 * (seg_width / 2 / 8 * 2); in g2d_lbc_calc_ctrl()309 …seg_tar_bits = (y_data_bits + c_data_bits + y_mode_bits + c_mode_bits + ALIGN - 1) / ALIGN * ALIGN; in g2d_lbc_calc_ctrl()
Completed in 4 milliseconds