~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to common/x86/mc-c.c

  • Committer: Henrik Gramner
  • Author(s): Anton Mitrofanov
  • Date: 2016-12-01 17:00:07 UTC
  • Revision ID: git-v1:b2b39dae0bd891c8d150b4f4c3a2a24d8d6c1431
Cosmetics

Also make x264_weighted_reference_duplicate() static.

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
        :"m"(x)\
515
515
    );\
516
516
    s = temp;\
517
 
} while(0)
 
517
} while( 0 )
518
518
 
519
519
#undef MC_CLIP_ADD2
520
520
#define MC_CLIP_ADD2(s,x)\
527
527
        :"+m"(M32(s))\
528
528
        :"m"(M32(x))\
529
529
    );\
530
 
} while(0)
 
530
} while( 0 )
531
531
#endif
532
532
 
533
533
PROPAGATE_LIST(ssse3)