Searched refs:ang (Results 1 - 17 of 17) sorted by relevance
/third_party/python/Lib/turtledemo/ |
H A D | bytedesign.py | 109 def pentl(self, side, ang, scale): 112 self.left(ang) 113 self.pentl(side - (.38 * scale), ang, scale) 115 def pentr(self, side, ang, scale): 118 self.right(ang) 119 self.pentr(side - (.38 * scale), ang, scale)
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | vorbisdsp_altivec.c | 31 static void vorbis_inverse_coupling_altivec(float *mag, float *ang, in vorbis_inverse_coupling_altivec() argument 41 a = vec_ld(0, ang+i); in vorbis_inverse_coupling_altivec() 49 vec_stl(a, 0, ang+i); in vorbis_inverse_coupling_altivec()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vorbisdsp_init_arm.c | 27 void ff_vorbis_inverse_coupling_neon(float *mag, float *ang,
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vorbisdsp_init.c | 24 void ff_vorbis_inverse_coupling_neon(float *mag, float *ang,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vorbisdsp_init.c | 27 void ff_vorbis_inverse_coupling_sse(float *mag, float *ang,
|
H A D | vorbisdsp.asm | 31 cglobal vorbis_inverse_coupling, 3, 3, 6, mag, ang, block_size
|
/third_party/ffmpeg/libavcodec/ |
H A D | vorbisdec.c | 1585 void ff_vorbis_inverse_coupling(float *mag, float *ang, intptr_t blocksize) in ff_vorbis_inverse_coupling() argument 1590 if (ang[i] > 0.0) { in ff_vorbis_inverse_coupling() 1591 ang[i] = mag[i] - ang[i]; in ff_vorbis_inverse_coupling() 1593 float temp = ang[i]; in ff_vorbis_inverse_coupling() 1594 ang[i] = mag[i]; in ff_vorbis_inverse_coupling() 1598 if (ang[i] > 0.0) { in ff_vorbis_inverse_coupling() 1599 ang[i] += mag[i]; in ff_vorbis_inverse_coupling() 1601 float temp = ang[i]; in ff_vorbis_inverse_coupling() 1602 ang[ in ff_vorbis_inverse_coupling() 1727 float *mag, *ang; vorbis_parse_audio_packet() local [all...] |
H A D | vorbisdsp.h | 26 void (*vorbis_inverse_coupling)(float *mag, float *ang,
|
H A D | vorbis.h | 48 void ff_vorbis_inverse_coupling(float *mag, float *ang, intptr_t blocksize);
|
H A D | vorbisenc.c | 1170 float *ang = venc->coeffs + mapping->angle[i] * frame_size; in vorbis_encode_frame() local 1173 float a = ang[j]; in vorbis_encode_frame() 1174 ang[j] -= mag[j]; in vorbis_encode_frame() 1176 ang[j] = -ang[j]; in vorbis_encode_frame() 1177 if (ang[j] < 0) in vorbis_encode_frame()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 198 milliseconds