Searched refs:cos (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_tapify.py | 39 affine = [[math.cos(theta),-math.sin(theta)], 40 [math.sin(theta),math.cos(theta)]]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | idctllm_altivec.asm | 52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2) 95 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 105 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | idct8x8_test.cc | 41 output[k] += input[n]*cos(kPi*(2*n+1)*k/16.0); in reference_dct_1d() 77 output[k] += input[n]*cos(kPi*(2*k+1)*n/16.0); in reference_idct_1d()
|
D | dct16x16_test.cc | 51 x = cos(PI * j * (l + 0.5) / 16.0) * in reference2_16x16_idct_2d() 52 cos(PI * i * (k + 0.5) / 16.0) * in reference2_16x16_idct_2d()
|
D | dct32x32_test.cc | 45 out[k] += in[n] * cos(kPi * (2 * n + 1) * k / 64.0); in reference_32x32_dct_1d()
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_Math.h | 33 #define AKFS_COS(x) cos(x)
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 60 #define cos(x) ml_cos(x) macro
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 72 #define cos(x) ml_cos(x) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 60 #define cos(x) ml_cos(x) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 60 #define cos(x) ml_cos(x) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | dequantize_mmx.asm | 109 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2) 164 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
|
D | idctllm_mmx.asm | 79 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2) 134 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
|
D | idctllm_sse2.asm | 175 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2) 244 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2) 512 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2) 581 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | idct_v6.asm | 33 mov r5, #0x00004E00 ; cos
|
/hardware/intel/img/psb_video/src/ |
D | psb_texture.c | 1093 fHueSatCos = cos(fHue) * fSat; in psb_transform_sathuecoeffs()
|
D | psb_overlay.c | 354 window = (0.5 - 0.5 * cos(i * pi / num)); in UpdateCoeff()
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.cpp | 911 window = (0.54 - 0.46 * cos(2 * i * pi / (2 * num - 1))); in updateCoeff()
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 3291 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") 3294 AC_CHECK_LIB(m, cos, LIBM="-lm")
|