BDISP_HF_NB
const u8 coef[BDISP_HF_NB];
int size = (BDISP_HF_NB * NB_H_FILTER) + (BDISP_VF_NB * NB_V_FILTER);
size = (BDISP_HF_NB * NB_H_FILTER) + (BDISP_VF_NB * NB_V_FILTER);
memcpy(base, bdisp_h_spec[i].coef, BDISP_HF_NB);
base += BDISP_HF_NB;
paddr += BDISP_HF_NB;