Searched refs:BDISP_HF_NB (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-filter.h7 #define BDISP_HF_NB 64 macro
20 const u8 coef[BDISP_HF_NB];
H A Dbdisp-hw.c489 int size = (BDISP_HF_NB * NB_H_FILTER) + (BDISP_VF_NB * NB_V_FILTER);
512 size = (BDISP_HF_NB * NB_H_FILTER) + (BDISP_VF_NB * NB_V_FILTER);
522 memcpy(base, bdisp_h_spec[i].coef, BDISP_HF_NB);
525 base += BDISP_HF_NB;
526 paddr += BDISP_HF_NB;

Completed in 113 milliseconds