On 04/07/2012 08:51 PM, Kieran Kunhya wrote: > + LOCAL_ALIGNED(32, float, work, [FFALIGN(MAX_BACKWARD_FILTER_ORDER + > + MAX_BACKWARD_FILTER_LEN + > + MAX_BACKWARD_FILTER_NONREC, 8)]);
All the places where this length is aligned to 8 for ra288 needs to be changed to align to 16. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
