Searched refs:M15 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | vp3dsp_altivec.c | 69 // M15 is used if C fits in 15 bit unsigned (C6,C7) 71 static inline vec_s16 M15(vec_s16 a, vec_s16 C) in M15() function 77 return vec_add(a, M15(a, C)); in M16() 81 A = vec_add(M16(b1, C1), M15(b7, C7));\ 82 B = vec_sub(M15(b1, C7), M16(b7, C1));\ 95 G = vec_add(M16(b2, C2), M15(b6, C6));\ 96 H = vec_sub(M15(b2, C6), M16(b6, C2));\
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_idct.asm | 596 ; M13 M14 M15 M16 m4 m8 m12 m16 619 ; M15, M12 719 ; M8 M15
|
Completed in 2 milliseconds