[x264-devel] commit: Add AltiVec implementation of predict_8x8c_p.

Loren Merritt lorenm at u.washington.edu
Mon Jan 19 01:15:34 CET 2009


On Mon, 19 Jan 2009, Guillaume POIRIER wrote:

>+ vec_s16_t mul_b_induc0_v = vec_mladd(induc_v, b_v, zero_s16v);
>  vec_s16_t add_i0_b_0v = vec_adds(i00_v, mul_b_induc0_v);

vec_s16_t add_i0_b_0v = vec_mladd(induc_v, b_v, i00_v);

--Loren Merritt


More information about the x264-devel mailing list