|
@@ -30,7 +30,7 @@ void
|
|
|
ia_css_macc1_5_encode(
|
|
|
struct sh_css_isp_macc1_5_params *to,
|
|
|
const struct ia_css_macc1_5_config *from,
|
|
|
- unsigned size)
|
|
|
+ unsigned int size)
|
|
|
{
|
|
|
(void)size;
|
|
|
to->exp = from->exp;
|
|
@@ -40,7 +40,7 @@ void
|
|
|
ia_css_macc1_5_vmem_encode(
|
|
|
struct sh_css_isp_macc1_5_vmem_params *params,
|
|
|
const struct ia_css_macc1_5_table *from,
|
|
|
- unsigned size)
|
|
|
+ unsigned int size)
|
|
|
{
|
|
|
unsigned int i, j, k, idx;
|
|
|
unsigned int idx_map[] = {
|
|
@@ -65,7 +65,7 @@ ia_css_macc1_5_vmem_encode(
|
|
|
void
|
|
|
ia_css_macc1_5_debug_dtrace(
|
|
|
const struct ia_css_macc1_5_config *config,
|
|
|
- unsigned level)
|
|
|
+ unsigned int level)
|
|
|
{
|
|
|
ia_css_debug_dtrace(level,
|
|
|
"config.exp=%d\n",
|