Searched refs:sse_norm_arr (Results 1 – 1 of 1) sorted by relevance
689 const int16_t *const src_diff, int diff_stride, double *const sse_norm_arr, in get_2x2_normalized_sses_and_sads() argument700 if (sse_norm_arr) { in get_2x2_normalized_sses_and_sads()701 sse_norm_arr[row * 2 + col] = in get_2x2_normalized_sses_and_sads()721 if (sse_norm_arr) { in get_2x2_normalized_sses_and_sads()725 sse_norm_arr[row * 2 + col] = (double)this_sse / num_samples_half; in get_2x2_normalized_sses_and_sads()799 double sse_norm_arr[4], sad_norm_arr[4]; in PrintTransformUnitStats() local802 sse_norm_arr, sad_norm_arr); in PrintTransformUnitStats()804 fprintf(fout, " %g", sse_norm_arr[i]); in PrintTransformUnitStats()990 double sse_norm_arr[4], sad_norm_arr[4]; in PrintPredictionUnitStats() local993 sse_norm_arr, sad_norm_arr); in PrintPredictionUnitStats()[all …]