Searched refs:derot_step (Results 1 – 2 of 2) sorted by relevance
212 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local220 derot_step = (params->srate / 2L) / internal->mclk; in stb0899_search_tmg()224 derot_freq += index * internal->direction * derot_step; /* next derot zig zag position */ in stb0899_search_tmg()300 …derot_freq += index * internal->direction * internal->derot_step; /* next zig zag derotator positi… in stb0899_search_carrier()391 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local399 derot_step = (params->srate / 4L) / internal->mclk; in stb0899_search_data()406 derot_freq += index * internal->direction * derot_step; /* next zig zag derotator position */ in stb0899_search_data()568 …internal->derot_step = internal->derot_percent * (params->srate / 1000L) / internal->mclk; /* Dero… in stb0899_dvbs_algo()
180 s16 derot_step; /* Derotator step (binary value) */ member