Home
last modified time | relevance | path

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

/openbmc/linux/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); in bdisp_hw_free_filters()
512 size = (BDISP_HF_NB * NB_H_FILTER) + (BDISP_VF_NB * NB_V_FILTER); in bdisp_hw_alloc_filters()
522 memcpy(base, bdisp_h_spec[i].coef, BDISP_HF_NB); in bdisp_hw_alloc_filters()
525 base += BDISP_HF_NB; in bdisp_hw_alloc_filters()
526 paddr += BDISP_HF_NB; in bdisp_hw_alloc_filters()