Searched refs:mesh_width (Results 1 – 3 of 3) sorted by relevance
343 int mesh_width = density ? (w / 32 + 1) : (w / 16 + 1); in rk_ispfec_api_calFecMeshsize() local350 mesh_size = (spb_num - 1) * mesh_width * mesh_height + mesh_width * mesh_left_height; in rk_ispfec_api_calFecMeshsize()
212 uint32_t mesh_width = mode ? (w / 32 + 1) : (w / 16 + 1); in cal_fec_mesh() local219 mesh_size = (spb_num - 1) * mesh_width * mesh_height + in cal_fec_mesh()220 mesh_width * mesh_left_height; in cal_fec_mesh()222 meshw = mesh_width; in cal_fec_mesh()
24 u32 mesh_width = mode ? (w / 32 + 1) : (w / 16 + 1); in cal_fec_mesh() local31 mesh_size = (spb_num - 1) * mesh_width * mesh_height + in cal_fec_mesh()32 mesh_width * mesh_left_height; in cal_fec_mesh()