@ -338,7 +338,7 @@ static void OPNAME ## h264_qpel ## SIZE ## _mc21_ ## MMX(uint8_t *dst, const uin
LOCAL_ALIGNED ( ALIGN , uint8_t , temp , [ SIZE * ( SIZE < 8 ? 12 : 24 ) * 2 + SIZE * SIZE ] ) ; \
uint8_t * const halfHV = temp ; \
int16_t * const halfV = ( int16_t * ) ( temp + SIZE * SIZE ) ; \
av_assert2 ( ( ( in t) temp & 7 ) = = 0 ) ; \
av_assert2 ( ( ( uintptr_ t) temp & 7 ) = = 0 ) ; \
ff_put_h264_qpel # # SIZE # # _hv_lowpass_ # # MMX ( halfHV , halfV , src , SIZE , SIZE , stride ) ; \
ff_ # # OPNAME # # h264_qpel # # SIZE # # _h_lowpass_l2_ # # MMX ( dst , src , halfHV , stride , SIZE ) ; \
} \
@ -348,7 +348,7 @@ static void OPNAME ## h264_qpel ## SIZE ## _mc23_ ## MMX(uint8_t *dst, const uin
LOCAL_ALIGNED ( ALIGN , uint8_t , temp , [ SIZE * ( SIZE < 8 ? 12 : 24 ) * 2 + SIZE * SIZE ] ) ; \
uint8_t * const halfHV = temp ; \
int16_t * const halfV = ( int16_t * ) ( temp + SIZE * SIZE ) ; \
av_assert2 ( ( ( in t) temp & 7 ) = = 0 ) ; \
av_assert2 ( ( ( uintptr_ t) temp & 7 ) = = 0 ) ; \
ff_put_h264_qpel # # SIZE # # _hv_lowpass_ # # MMX ( halfHV , halfV , src , SIZE , SIZE , stride ) ; \
ff_ # # OPNAME # # h264_qpel # # SIZE # # _h_lowpass_l2_ # # MMX ( dst , src + stride , halfHV , stride , SIZE ) ; \
} \
@ -358,7 +358,7 @@ static void OPNAME ## h264_qpel ## SIZE ## _mc12_ ## MMX(uint8_t *dst, const uin
LOCAL_ALIGNED ( ALIGN , uint8_t , temp , [ SIZE * ( SIZE < 8 ? 12 : 24 ) * 2 + SIZE * SIZE ] ) ; \
uint8_t * const halfHV = temp ; \
int16_t * const halfV = ( int16_t * ) ( temp + SIZE * SIZE ) ; \
av_assert2 ( ( ( in t) temp & 7 ) = = 0 ) ; \
av_assert2 ( ( ( uintptr_ t) temp & 7 ) = = 0 ) ; \
ff_put_h264_qpel # # SIZE # # _hv_lowpass_ # # MMX ( halfHV , halfV , src , SIZE , SIZE , stride ) ; \
ff_ # # OPNAME # # pixels # # SIZE # # _l2_shift5_mmxext ( dst , halfV + 2 , halfHV , stride , SIZE , SIZE ) ; \
} \
@ -368,7 +368,7 @@ static void OPNAME ## h264_qpel ## SIZE ## _mc32_ ## MMX(uint8_t *dst, const uin
LOCAL_ALIGNED ( ALIGN , uint8_t , temp , [ SIZE * ( SIZE < 8 ? 12 : 24 ) * 2 + SIZE * SIZE ] ) ; \
uint8_t * const halfHV = temp ; \
int16_t * const halfV = ( int16_t * ) ( temp + SIZE * SIZE ) ; \
av_assert2 ( ( ( in t) temp & 7 ) = = 0 ) ; \
av_assert2 ( ( ( uintptr_ t) temp & 7 ) = = 0 ) ; \
ff_put_h264_qpel # # SIZE # # _hv_lowpass_ # # MMX ( halfHV , halfV , src , SIZE , SIZE , stride ) ; \
ff_ # # OPNAME # # pixels # # SIZE # # _l2_shift5_mmxext ( dst , halfV + 3 , halfHV , stride , SIZE , SIZE ) ; \
} \