Commit db0f26c0 authored by John Koleszar's avatar John Koleszar Committed by Code Review
Browse files

Merge "Enable vp8_sad16x16x4d_sse3 in non-RTCD case"

Showing with 1 addition and 1 deletion
...@@ -241,7 +241,7 @@ extern prototype_sad_multi_dif_address(vp8_sad4x4x4d_sse3); ...@@ -241,7 +241,7 @@ extern prototype_sad_multi_dif_address(vp8_sad4x4x4d_sse3);
#define vp8_variance_sad4x4x3 vp8_sad4x4x3_sse3 #define vp8_variance_sad4x4x3 vp8_sad4x4x3_sse3
#undef vp8_variance_sad16x16x4d #undef vp8_variance_sad16x16x4d
#define vp8_variance_sad16x16x4 vp8_sad16x16x4d_sse3 #define vp8_variance_sad16x16x4d vp8_sad16x16x4d_sse3
#undef vp8_variance_sad16x8x4d #undef vp8_variance_sad16x8x4d
#define vp8_variance_sad16x8x4d vp8_sad16x8x4d_sse3 #define vp8_variance_sad16x8x4d vp8_sad16x8x4d_sse3
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment