@ -345,6 +345,7 @@ struct SwsContext {
SwsFunc convert_unscaled ;
SwsFunc convert_unscaled ;
int srcW ; ///< Width of source luma/alpha planes.
int srcW ; ///< Width of source luma/alpha planes.
int srcH ; ///< Height of source luma/alpha planes.
int srcH ; ///< Height of source luma/alpha planes.
int dstW ; ///< Width of destination luma/alpha planes.
int dstH ; ///< Height of destination luma/alpha planes.
int dstH ; ///< Height of destination luma/alpha planes.
int chrSrcW ; ///< Width of source chroma planes.
int chrSrcW ; ///< Width of source chroma planes.
int chrSrcH ; ///< Height of source chroma planes.
int chrSrcH ; ///< Height of source chroma planes.
@ -534,7 +535,7 @@ struct SwsContext {
DECLARE_ALIGNED ( 8 , uint64_t , vOffset ) ;
DECLARE_ALIGNED ( 8 , uint64_t , vOffset ) ;
int32_t lumMmxFilter [ 4 * MAX_FILTER_SIZE ] ;
int32_t lumMmxFilter [ 4 * MAX_FILTER_SIZE ] ;
int32_t chrMmxFilter [ 4 * MAX_FILTER_SIZE ] ;
int32_t chrMmxFilter [ 4 * MAX_FILTER_SIZE ] ;
int dstW ; ///< Width of destination luma/alpha planes.
int dstW_mmx ;
DECLARE_ALIGNED ( 8 , uint64_t , esp ) ;
DECLARE_ALIGNED ( 8 , uint64_t , esp ) ;
DECLARE_ALIGNED ( 8 , uint64_t , vRounder ) ;
DECLARE_ALIGNED ( 8 , uint64_t , vRounder ) ;
DECLARE_ALIGNED ( 8 , uint64_t , u_temp ) ;
DECLARE_ALIGNED ( 8 , uint64_t , u_temp ) ;