Searched refs:norm_factor (Results 1 – 5 of 5) sorted by relevance
135 const int norm_factor = height >> 1; in vp9_int_pro_row_c() local143 hbuf[idx] /= norm_factor; in vp9_int_pro_row_c()
1835 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local1875 vbuf[idx] = vp9_int_pro_col(ref_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()1887 src_vbuf[idx] = vp9_int_pro_col(src_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()
306 complex_f norm_factor = sqrt( in InitDelaySumMasks() local308 delay_sum_masks_[f_ix].Scale(1.f / norm_factor); in InitDelaySumMasks()
2142 int method, double norm_factor ) in cvCalcArrBackProjectPatch() argument2163 if( norm_factor <= 0 ) in cvCalcArrBackProjectPatch()2172 CV_CALL( cvNormalizeHist( hist, norm_factor )); in cvCalcArrBackProjectPatch()2208 CV_CALL( cvNormalizeHist( model, norm_factor )); in cvCalcArrBackProjectPatch()
3294 int method, double norm_factor ) in cvCalcArrBackProjectPatch() argument3311 if( norm_factor <= 0 ) in cvCalcArrBackProjectPatch()3319 cvNormalizeHist( hist, norm_factor ); in cvCalcArrBackProjectPatch()3355 cvNormalizeHist( model, norm_factor ); in cvCalcArrBackProjectPatch()