Searched refs:p_s_excf (Results 1 – 1 of 1) sorted by relevance
335 Word16 *p_s_excf; in Norm_Corr() local349 p_s_excf = scaled_excf; in Norm_Corr()355 *(p_s_excf++) = temp >> 2; in Norm_Corr()358 *(p_s_excf++) = temp >> 2; in Norm_Corr()385 p_s_excf = s_excf; in Norm_Corr()390 s += (Word32) * (p_x++) * *(p_s_excf); in Norm_Corr()391 s2 += ((Word32)(*(p_s_excf)) * (*(p_s_excf))); in Norm_Corr()392 p_s_excf++; in Norm_Corr()393 s += (Word32) * (p_x++) * *(p_s_excf); in Norm_Corr()394 s2 += ((Word32)(*(p_s_excf)) * (*(p_s_excf))); in Norm_Corr()[all …]