Merge commit '2957d29f0531ccd8a6f4378293424dfd92db3044'
* commit '2957d29f0531ccd8a6f4378293424dfd92db3044': alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp Conflicts: libavcodec/alpha/dsputil_alpha.c libavcodec/alpha/hpeldsp_alpha.c libavcodec/alpha/hpeldsp_alpha.h libavcodec/alpha/hpeldsp_alpha_asm.S libavcodec/hpeldsp.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -97,12 +97,12 @@ typedef struct HpelDSPContext {
|
||||
|
||||
void ff_hpeldsp_init(HpelDSPContext *c, int flags);
|
||||
|
||||
void ff_hpeldsp_init_alpha(HpelDSPContext* c, int flags);
|
||||
void ff_hpeldsp_init_arm(HpelDSPContext* c, int flags);
|
||||
void ff_hpeldsp_init_bfin(HpelDSPContext* c, int flags);
|
||||
void ff_hpeldsp_init_ppc(HpelDSPContext* c, int flags);
|
||||
void ff_hpeldsp_init_sh4(HpelDSPContext* c, int flags);
|
||||
void ff_hpeldsp_init_vis(HpelDSPContext* c, int flags);
|
||||
void ff_hpeldsp_init_x86(HpelDSPContext* c, int flags);
|
||||
void ff_hpeldsp_init_alpha(HpelDSPContext *c, int flags);
|
||||
void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags);
|
||||
void ff_hpeldsp_init_bfin(HpelDSPContext *c, int flags);
|
||||
void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags);
|
||||
void ff_hpeldsp_init_sh4(HpelDSPContext *c, int flags);
|
||||
void ff_hpeldsp_init_vis(HpelDSPContext *c, int flags);
|
||||
void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags);
|
||||
|
||||
#endif /* AVCODEC_HPELDSP_H */
|
||||
|
||||
Reference in New Issue
Block a user