Searched refs:full_swath_bytes_packed_c (Results 1 – 7 of 7) sorted by relevance
173 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local183 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()187 dml_print("DML_DLG: %s: full_swath_bytes_packed_c = %0d\n", __func__, full_swath_bytes_packed_c); in handle_det_buf_split()200 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()213 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()217 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()219 } else if ((double) full_swath_bytes_packed_l / (double) full_swath_bytes_packed_c < 1.5) { in handle_det_buf_split()223 swath_bytes_c = full_swath_bytes_packed_c / 2; in handle_det_buf_split()235 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()241 swath_bytes_c = full_swath_bytes_packed_c / 2; in handle_det_buf_split()[all …]
261 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local271 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()275 dml_print("DML_DLG: %s: full_swath_bytes_packed_c = %0d\n", __func__, full_swath_bytes_packed_c); in handle_det_buf_split()288 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()301 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()305 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()307 } else if ((double) full_swath_bytes_packed_l / (double) full_swath_bytes_packed_c < 1.5) { in handle_det_buf_split()311 swath_bytes_c = full_swath_bytes_packed_c / 2; in handle_det_buf_split()323 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()329 swath_bytes_c = full_swath_bytes_packed_c / 2; in handle_det_buf_split()[all …]
168 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local178 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()184 …full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2.0 / 3.0, in handle_det_buf_split()190 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()198 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()202 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()204 } else if ((double)full_swath_bytes_packed_l / (double)full_swath_bytes_packed_c < 1.5) { in handle_det_buf_split()208 swath_bytes_c = full_swath_bytes_packed_c / 2; in handle_det_buf_split()220 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()226 swath_bytes_c = full_swath_bytes_packed_c/2; in handle_det_buf_split()[all …]
242 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local252 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()258 full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()270 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()275 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()331 full_swath_bytes_packed_c); in handle_det_buf_split()
224 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local234 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()241 full_swath_bytes_packed_c = dml_round_to_multiple( in handle_det_buf_split()248 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()254 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()259 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()317 full_swath_bytes_packed_c); in handle_det_buf_split()
281 unsigned int full_swath_bytes_packed_c = 0; in handle_det_buf_split() local291 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()298 full_swath_bytes_packed_c = dml_round_to_multiple( in handle_det_buf_split()305 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()311 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()316 swath_bytes_c = full_swath_bytes_packed_c; in handle_det_buf_split()378 DTRACE("DLG: %s: full_swath_bytes_packed_c = %0d", __func__, full_swath_bytes_packed_c); in handle_det_buf_split()
Completed in 27 milliseconds