Home
last modified time | relevance | path

Searched refs:shorts2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dpixblockdsp.c97 vector signed short shorts1, shorts2; in diff_pixels_altivec() local
112 shorts2 = (vector signed short) vec_mergeh(bytes, zero); in diff_pixels_altivec()
115 shorts1 = vec_sub(shorts1, shorts2); in diff_pixels_altivec()
139 shorts2 = (vector signed short) vec_mergeh(bytes, zero); in diff_pixels_altivec()
142 shorts1 = vec_sub(shorts1, shorts2); in diff_pixels_altivec()
159 vec_s16 shorts1, shorts2; in diff_pixels_altivec() local
180 shorts2 = (vec_s16)vec_mergeh(zero, bytes); in diff_pixels_altivec()
183 shorts1 = vec_sub(shorts1, shorts2); in diff_pixels_altivec()
213 shorts2 = (vec_s16)vec_mergeh(zero, bytes); in diff_pixels_altivec()
216 shorts1 = vec_sub(shorts1, shorts2); in diff_pixels_altivec()
249 vec_s16 shorts1, shorts2; diff_pixels_vsx() local
[all...]
/third_party/ffmpeg/libavcodec/alpha/
H A Didctdsp_alpha_asm.S113 ldq t6, 16(a0) # shorts2

Completed in 1 milliseconds