HomeSort by relevance Sort by last modified time
    Searched refs:taps (Results 1 - 25 of 34) sorted by null

1 2

  /external/fio/lib/
lfsr.h 10 unsigned int taps[FIO_MAX_TAPS]; member in struct:lfsr_taps
lfsr.c 8 * LFSR taps retrieved from:
14 static uint8_t taps[64][FIO_MAX_TAPS] = variable
144 static uint64_t lfsr_create_xormask(uint8_t *taps)
149 for(i = 0; i < FIO_MAX_TAPS && taps[i] != 0; i++)
150 xormask |= 1UL << (taps[i] - 1);
166 return taps[i];
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Biquad.cpp 294 Ipp64f taps[6];
295 taps[0] = m_b0;
296 taps[1] = m_b1;
297 taps[2] = m_b2;
298 taps[3] = 1;
299 taps[4] = m_a1;
300 taps[5] = m_a2;
303 ippsIIRInit64f_BiQuad_32f(&m_biquadState, taps, 1, 0, m_ippInternalBuffer);
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.cpp 885 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff,
902 num = taps * 16;
904 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num);
918 for (j = 0; j < taps; j++) {
922 for (j = 0; j < taps; j++) {
928 for (j = 0; j < taps; j++) {
929 pos = j + i * taps;
930 if ((j == (taps - 1) / 2) && !isVertAndUV)
936 tapAdjust[0] = (taps - 1) / 2;
944 for (j = 0; j < taps; j++
    [all...]
OverlayPlaneBase.h 66 virtual void updateCoeff(int taps, double fCutoff,
  /hardware/intel/img/psb_video/src/
psb_overlay.c 330 UpdateCoeff(int taps, double fCutoff, Bool isHoriz, Bool isY, coeffPtr pCoeff)
345 num = taps * 16;
347 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num);
361 for (j = 0; j < taps; j++) {
365 for (j = 0; j < taps; j++) {
371 for (j = 0; j < taps; j++) {
372 pos = j + i * taps;
373 if ((j == (taps - 1) / 2) && !isVertAndUV)
379 tapAdjust[0] = (taps - 1) / 2;
387 for (j = 0; j < taps; j++
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 16 ; taps == 8
61 sub r0, r0, #3 ; adjust for taps
193 ; adjust for taps
vp9_convolve8_neon.asm 16 ; taps == 8
61 sub r0, r0, #3 ; adjust for taps
182 ; adjust for taps
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 16 ; taps == 8
61 sub r0, r0, #3 ; adjust for taps
193 ; adjust for taps
vp9_convolve8_neon.asm 16 ; taps == 8
61 sub r0, r0, #3 ; adjust for taps
182 ; adjust for taps
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 16 ; taps == 8
61 sub r0, r0, #3 ; adjust for taps
193 ; adjust for taps
vp9_convolve8_neon.asm 16 ; taps == 8
61 sub r0, r0, #3 ; adjust for taps
182 ; adjust for taps
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 68 ;# v20 filter taps
132 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
448 ;# v20 filter taps
475 vmsummbm v24, v20, v21, v18 ;# taps times elements
variance_subpixel_altivec.asm 71 ;# v20 filter taps
108 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
551 ;# v20 filter taps
578 vmsummbm v24, v20, v21, v18 ;# taps times elements
filter_altivec.asm 67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
75 vmuleub v18, \P1, v1 ;# 2 negative taps
89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps
97 vmuleub v23, \P1, v14 ;# 2 negative taps
859 vmsummbm v6, v4, v8, v12 ;# taps times elements
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 67 movq mm6, [rbx + 32 ] ; mm6 = kernel 2 taps
73 movq mm6, [rbx + 48] ; mm6 = kernel 3 taps
102 movq mm6, [rbx ] ; kernel 0 taps
116 movq mm6, [rbx + 16] ; kernel 1 taps
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 68 ;# v20 filter taps
132 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
448 ;# v20 filter taps
475 vmsummbm v24, v20, v21, v18 ;# taps times elements
variance_subpixel_altivec.asm 71 ;# v20 filter taps
108 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
551 ;# v20 filter taps
578 vmsummbm v24, v20, v21, v18 ;# taps times elements
filter_altivec.asm 67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
75 vmuleub v18, \P1, v1 ;# 2 negative taps
89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps
97 vmuleub v23, \P1, v14 ;# 2 negative taps
859 vmsummbm v6, v4, v8, v12 ;# taps times elements
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 67 movq mm6, [rbx + 32 ] ; mm6 = kernel 2 taps
73 movq mm6, [rbx + 48] ; mm6 = kernel 3 taps
102 movq mm6, [rbx ] ; kernel 0 taps
116 movq mm6, [rbx + 16] ; kernel 1 taps
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 68 ;# v20 filter taps
132 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
448 ;# v20 filter taps
475 vmsummbm v24, v20, v21, v18 ;# taps times elements
variance_subpixel_altivec.asm 71 ;# v20 filter taps
108 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
551 ;# v20 filter taps
578 vmsummbm v24, v20, v21, v18 ;# taps times elements
filter_altivec.asm 67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
75 vmuleub v18, \P1, v1 ;# 2 negative taps
89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps
97 vmuleub v23, \P1, v14 ;# 2 negative taps
859 vmsummbm v6, v4, v8, v12 ;# taps times elements
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 67 movq mm6, [rbx + 32 ] ; mm6 = kernel 2 taps
73 movq mm6, [rbx + 48] ; mm6 = kernel 3 taps
102 movq mm6, [rbx ] ; kernel 0 taps
116 movq mm6, [rbx + 16] ; kernel 1 taps
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
subpixel_mmx.asm 43 movq mm1, [rdx + 16] ; do both the negative taps first!!!
78 ; do outer positive taps
141 movq mm1, [rbx + 16] ; do both the negative taps first!!!

Completed in 895 milliseconds

1 2