Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-filter.h23 static const struct bdisp_filter_h_spec bdisp_h_spec[] = { variable
336 #define NB_H_FILTER ARRAY_SIZE(bdisp_h_spec)
Dbdisp-hw.c225 bdisp_h_filter[i].min = bdisp_h_spec[i].min; in bdisp_hw_alloc_filters()
226 bdisp_h_filter[i].max = bdisp_h_spec[i].max; in bdisp_hw_alloc_filters()
227 memcpy(base, bdisp_h_spec[i].coef, BDISP_HF_NB); in bdisp_hw_alloc_filters()