shithub: libvpx

Download patch

ref: 86175a57881ba5b891fadd2e42a02404facf44a1
parent: 8101e82a1bbb5dfeaf9014c90f310337592e402a
author: levytamar82 <tamar.levy@intel.com>
date: Thu Oct 16 12:56:37 EDT 2014

WORKAROUND FIX FOR GCC4.9.1

In the function mb_lpf_horizontal_edge_w_avx2_16 the usage of the intrinsic
_mm256_cvtepu8_epi16 cause a compiler bug in gcc 4.9.1.
until it will be fixed I created a workaround that create the up convert by
using broadcast128+shuffle.
The bug was reported here:
https://code.google.com/p/webm/issues/detail?id=867

Change-Id: I73452e6806f42e0fadcde96b804ea3afa7eeb351