Skip to content

Commit

Permalink
r2r: don't use eb_vp9_get_eight_horizontal_search_point_results_32x32…
Browse files Browse the repository at this point in the history
…_64x64_pu_avx2_intrin

produces worse results and doesn't match the C version as well?

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
  • Loading branch information
1480c1 committed Oct 19, 2024
1 parent 22daefa commit e977c3c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Source/Lib/Codec/EbComputeSAD.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,14 @@ extern "C" {
eb_vp9_get_eight_horizontal_search_point_results_8x8_16x16_pu_avx2_intrin,
};

static EbGeteightsaD32x32 FUNC_TABLE eb_vp9_get_eight_horizontal_search_point_results_32x32_64x64_func_ptr_array[ASM_TYPE_TOTAL] =
{
// C_DEFAULT
eb_vp9_get_eight_horizontal_search_point_results_32x32_64x64,
// AVX2
eb_vp9_get_eight_horizontal_search_point_results_32x32_64x64_pu_avx2_intrin,
static EbGeteightsaD32x32 FUNC_TABLE
eb_vp9_get_eight_horizontal_search_point_results_32x32_64x64_func_ptr_array
[ASM_TYPE_TOTAL] = {
// C_DEFAULT
eb_vp9_get_eight_horizontal_search_point_results_32x32_64x64,
// AVX2
eb_vp9_get_eight_horizontal_search_point_results_32x32_64x64,
// eb_vp9_get_eight_horizontal_search_point_results_32x32_64x64_pu_avx2_intrin produces worse results
};
#endif

Expand Down

0 comments on commit e977c3c

Please sign in to comment.