Changeset 626d6184 in ffmpeg
- Timestamp:
- Feb 7, 2015, 7:52:03 PM (10 years ago)
- Branches:
- master
- Children:
- 89c7332b
- Parents:
- 134e8c73
- git-author:
- Christophe Gisquet <christophe.gisquet@gmail.com> (02/07/15 12:19:58)
- git-committer:
- Michael Niedermayer <michaelni@gmx.at> (02/07/15 19:52:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/x86/hevc_mc.asm
r134e8c73 r626d6184 738 738 ; void put_hevc_epel_hX(int16_t *dst, ptrdiff_t dststride, 739 739 ; uint8_t *_src, ptrdiff_t _srcstride, 740 ; int width, int height, int mx, int my, 741 ; int16_t* mcbuffer) 740 ; int height, int mx, int my, int width); 742 741 ; ****************************** 743 742 … … 788 787 ; void put_hevc_epel_v(int16_t *dst, ptrdiff_t dststride, 789 788 ; uint8_t *_src, ptrdiff_t _srcstride, 790 ; int width, int height, int mx, int my, 791 ; int16_t* mcbuffer) 789 ; int height, int mx, int my, int width) 792 790 ; ****************************** 793 791 … … 843 841 ; void put_hevc_epel_hv(int16_t *dst, ptrdiff_t dststride, 844 842 ; uint8_t *_src, ptrdiff_t _srcstride, 845 ; int width, int height, int mx, int my)843 ; int height, int mx, int my, int width) 846 844 ; ****************************** 847 845 … … 1056 1054 ; void put_hevc_qpel_hX_X_X(int16_t *dst, ptrdiff_t dststride, 1057 1055 ; uint8_t *_src, ptrdiff_t _srcstride, 1058 ; int width, int height, int mx, int my)1056 ; int height, int mx, int my, int width) 1059 1057 ; ****************************** 1060 1058 … … 1112 1110 ; void put_hevc_qpel_vX_X_X(int16_t *dst, ptrdiff_t dststride, 1113 1111 ; uint8_t *_src, ptrdiff_t _srcstride, 1114 ; int width, int height, int mx, int my)1112 ; int height, int mx, int my, int width) 1115 1113 ; ****************************** 1116 1114
Note:
See TracChangeset
for help on using the changeset viewer.