Searched refs:taps (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | OverlayPlaneBase.cpp | 882 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff, in updateCoeff() argument 899 num = taps * 16; in updateCoeff() 901 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num); in updateCoeff() 915 for (j = 0; j < taps; j++) { in updateCoeff() 919 for (j = 0; j < taps; j++) { in updateCoeff() 925 for (j = 0; j < taps; j++) { in updateCoeff() 926 pos = j + i * taps; in updateCoeff() 927 if ((j == (taps - 1) / 2) && !isVertAndUV) in updateCoeff() 933 tapAdjust[0] = (taps - 1) / 2; in updateCoeff() 941 for (j = 0; j < taps; j++) in updateCoeff() [all …]
|
D | OverlayPlaneBase.h | 66 virtual void updateCoeff(int taps, double fCutoff,
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | OverlayPlaneBase.cpp | 910 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff, in updateCoeff() argument 927 num = taps * 16; in updateCoeff() 929 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num); in updateCoeff() 943 for (j = 0; j < taps; j++) { in updateCoeff() 947 for (j = 0; j < taps; j++) { in updateCoeff() 953 for (j = 0; j < taps; j++) { in updateCoeff() 954 pos = j + i * taps; in updateCoeff() 955 if ((j == (taps - 1) / 2) && !isVertAndUV) in updateCoeff() 961 tapAdjust[0] = (taps - 1) / 2; in updateCoeff() 969 for (j = 0; j < taps; j++) in updateCoeff() [all …]
|
D | OverlayPlaneBase.h | 67 virtual void updateCoeff(int taps, double fCutoff,
|
/hardware/intel/img/psb_video/src/ |
D | psb_overlay.c | 330 UpdateCoeff(int taps, double fCutoff, Bool isHoriz, Bool isY, coeffPtr pCoeff) in UpdateCoeff() argument 345 num = taps * 16; in UpdateCoeff() 347 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num); in UpdateCoeff() 361 for (j = 0; j < taps; j++) { in UpdateCoeff() 365 for (j = 0; j < taps; j++) { in UpdateCoeff() 371 for (j = 0; j < taps; j++) { in UpdateCoeff() 372 pos = j + i * taps; in UpdateCoeff() 373 if ((j == (taps - 1) / 2) && !isVertAndUV) in UpdateCoeff() 379 tapAdjust[0] = (taps - 1) / 2; in UpdateCoeff() 387 for (j = 0; j < taps; j++) in UpdateCoeff() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | 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!!!
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve8_neon.asm | 16 ; taps == 8 61 sub r0, r0, #3 ; adjust for taps 182 ; adjust for taps
|
D | vp9_convolve8_avg_neon.asm | 16 ; taps == 8 61 sub r0, r0, #3 ; adjust for taps 193 ; adjust for taps
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | 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
|
D | loopfilter_filters_altivec.asm | 474 ;# add outer taps if we have high edge variance
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_subpixel_8t_sse2.asm | 14 ;Note: tap3 and tap4 have to be applied and added after other taps to avoid
|