Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/st/sti/bdisp/
Dbdisp-filter.h8 #define BDISP_VF_NB 40 macro
32 const u8 coef[BDISP_VF_NB];
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()
532 memcpy(base, bdisp_v_spec[i].coef, BDISP_VF_NB); in bdisp_hw_alloc_filters()
535 base += BDISP_VF_NB; in bdisp_hw_alloc_filters()
536 paddr += BDISP_VF_NB; in bdisp_hw_alloc_filters()