Searched refs:cos_val (Results 1 – 5 of 5) sorted by relevance
/external/libopus/silk/ |
D | NLSF2A.c | 84 opus_int32 Ptmp, Qtmp, f_int, f_frac, cos_val, delta; in silk_NLSF2A() local 106 cos_val = silk_LSFCosTab_FIX_Q12[ f_int ]; /* Q12 */ in silk_NLSF2A() 107 delta = silk_LSFCosTab_FIX_Q12[ f_int + 1 ] - cos_val; /* Q12, with a range of 0..200 */ in silk_NLSF2A() 110 …cos_LSF_QA[ordering[k]] = silk_RSHIFT_ROUND( silk_LSHIFT( cos_val, 8 ) + silk_MUL( delta, f_frac )… in silk_NLSF2A()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | matrix.h | 214 float cos_val = 0; in matrix_rotate() local 222 cos_val = -1.f; in matrix_rotate() 226 cos_val = cos(radians); in matrix_rotate() 231 mat.m[0] = cos_val; mat.m[1] = sin_val; in matrix_rotate() 232 mat.m[3] = -sin_val; mat.m[4] = cos_val; in matrix_rotate() 236 VGfloat m11 = cos_val*dst->m[0] + sin_val*dst->m[3]; in matrix_rotate() 237 VGfloat m12 = cos_val*dst->m[1] + sin_val*dst->m[4]; in matrix_rotate() 238 VGfloat m21 = -sin_val*dst->m[0] + cos_val*dst->m[3]; in matrix_rotate() 239 VGfloat m22 = -sin_val*dst->m[1] + cos_val*dst->m[4]; in matrix_rotate()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMathTable.h | 22 const int cos_val[]={ variable
|
D | PVRTFixedPoint.h | 45 #define PVRTXCOS(x) (cos_val[(PVRTXMUL(((PVRTXDIV((x)<0? -(x):(x), PVRT_TWO_PIx)) & 0x0000FFFF), (…
|
/external/opencv/cxcore/src/ |
D | cxmathfuncs.cpp | 548 double cos_val = cos_a*cos_b - sin_a*sin_b; in icvSinCos_32f() local 551 cosval[i] = (float)cos_val; in icvSinCos_32f()
|