Home
last modified time | relevance | path

Searched refs:vpix2 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dsvq1enc_altivec.c38 vector signed short vpix2, vdiff, vpix1l, vpix1h; in ssd_int8_vs_int16_altivec() local
49 vpix2 = vec_unaligned_load(pix2); in ssd_int8_vs_int16_altivec()
53 vdiff = vec_sub(vpix1h, vpix2); in ssd_int8_vs_int16_altivec()
56 vpix2 = vec_unaligned_load(pix2); in ssd_int8_vs_int16_altivec()
58 vdiff = vec_sub(vpix1l, vpix2); in ssd_int8_vs_int16_altivec()