Searched defs:shift_inc1_vec (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c36 v8i16 shift_inc1_vec = { 0 }; local
63 shift_inc1_vec = __msa_fill_h(shift_inc1);
87 cmp = abs_diff0 < shift_inc1_vec;
96 cmp = abs_diff1 < shift_inc1_vec;
135 cmp = abs_diff0 < shift_inc1_vec;
144 cmp = abs_diff1 < shift_inc1_vec;
326 v8i16 shift_inc1_vec = { 0 }; local
385 shift_inc1_vec = __msa_fill_h(shift_inc1);
403 cmp = abs_diff0 < shift_inc1_vec;
435 cmp = abs_diff0 < shift_inc1_vec;
[all...]

Completed in 250 milliseconds