Searched refs:num_samples_half (Results 1 – 1 of 1) sorted by relevance
713 const int num_samples_half = half_width * half_height; in get_2x2_normalized_sses_and_sads() local725 sse_norm_arr[row * 2 + col] = (double)this_sse / num_samples_half; in get_2x2_normalized_sses_and_sads()731 sad_norm_arr[row * 2 + col] = (double)this_sad / num_samples_half; in get_2x2_normalized_sses_and_sads()