BASIC_VAL * 8, INEFFECTIVE_VAL, INEFFECTIVE_VAL,
BASIC_VAL >> 1, BASIC_VAL};
-
-
/* (dydx) = ctc2_slope(y1, y0, x1, x0)
* -----------------------------------------------
* Calculation of the Slope of a Line = ((y1 - y0) >> 8)/(x1 - x0)
static const int16_t c[XNR3_LOOK_UP_TABLE_POINTS] = {
1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
-
/*
#endif
* Default kernel parameters. In general, default is bypass mode or as close
to->c[0][i] = 0;
}
-
/* Constraints on "x":
* - values should be greater or equal to 0.
* - values should be ascending.
}
-
/* The implementation of the calulating 1/x is based on the availability
* of the OP_vec_shuffle16 operation.
* A 64 element vector is split up in 4 blocks of 16 element. Each array is copied to
}
}
-
-
#endif
/* Dummy Function added as the tool expects it*/
void
* payload lines.
*/
-
words_per_odd_line = (odd_line_bytes + 3) >> 2;
/* ceil(odd_line_bytes/4); word = 4 bytes */
words_per_even_line = (even_line_bytes + 3) >> 2;
OP___assert(port < N_CSI_PORTS);
OP___assert(size_mem_words != 0);
-
for (idx = 0; idx < IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT &&
my_css.mipi_sizes_for_check[port][idx] != 0;
idx++) { /* do nothing */