Home
last modified time | relevance | path

Searched refs:taps (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayPlaneBase.cpp882 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 …]
DOverlayPlaneBase.h66 virtual void updateCoeff(int taps, double fCutoff,
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp910 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 …]
DOverlayPlaneBase.h67 virtual void updateCoeff(int taps, double fCutoff,
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c330 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/
Dsubpixel_mmx.asm43 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/
Dvp9_convolve8_neon.asm16 ; taps == 8
61 sub r0, r0, #3 ; adjust for taps
182 ; adjust for taps
Dvp9_convolve8_avg_neon.asm16 ; 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/
Dfilter_altivec.asm67 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
Dloopfilter_filters_altivec.asm474 ;# add outer taps if we have high edge variance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_subpixel_8t_sse2.asm14 ;Note: tap3 and tap4 have to be applied and added after other taps to avoid