Searched refs:sse_norm_arr (Results 1 – 1 of 1) sorted by relevance
2405 const int16_t *const src_diff, int diff_stride, double *const sse_norm_arr, in get_2x2_normalized_sses_and_sads() argument2416 if (sse_norm_arr) { in get_2x2_normalized_sses_and_sads()2417 sse_norm_arr[row * 2 + col] = in get_2x2_normalized_sses_and_sads()2437 if (sse_norm_arr) { in get_2x2_normalized_sses_and_sads()2441 sse_norm_arr[row * 2 + col] = (double)this_sse / num_samples_half; in get_2x2_normalized_sses_and_sads()2523 double sse_norm_arr[4], sad_norm_arr[4]; in PrintTransformUnitStats() local2526 sse_norm_arr, sad_norm_arr); in PrintTransformUnitStats()2528 fprintf(fout, " %g", sse_norm_arr[i]); in PrintTransformUnitStats()2636 double sse_norm_arr[4], sad_norm_arr[4]; in PrintPredictionUnitStats() local2639 sse_norm_arr, sad_norm_arr); in PrintPredictionUnitStats()[all …]