Searched refs:_phi (Results 1 – 3 of 3) sorted by relevance
35 _phi(0.97), in VCMJitterEstimator()133 double avgFrameSize = _phi * _avgFrameSize + (1 - _phi) * frameSizeBytes; in UpdateEstimate()142 _varFrameSize = VCM_MAX(_phi * _varFrameSize + in UpdateEstimate()143 (1 - _phi) * (frameSizeBytes - avgFrameSize) * in UpdateEstimate()
128 const double _phi; variable
102 region\_node::loop\_phi contains the phi expressions to be executed183 All loop\_phi and phi nodes for some region always have the same number185 region\_node::loop\_phi nodes is 1 + number of repeat nodes that190 phi/loop\_phi nodes.192 First source operand for region\_node::loop\_phi nodes (src[0]) is an