Home
last modified time | relevance | path

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

/hal_st-3.4.0/audio/microphone/
DOpenPDMFilter.c37 uint32_t div_const = 0; variable
196 div_const = sub_const * Param->MaxVolume / 32768 / FILTER_GAIN; in Open_PDM_Filter_Init()
197 div_const = (div_const == 0 ? 1 : div_const); in Open_PDM_Filter_Init()
255 Z = RoundDiv(Z, div_const); in Open_PDM_Filter_64()
303 Z = RoundDiv(Z, div_const); in Open_PDM_Filter_128()