Searched refs:coeffs (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_texture.c | 568 sBltVP.psYUVCoeffs = (PPVR2D_YUVCOEFFS) & texture_priv->coeffs; 723 psb_transform_coeffs coeffs, transfer_matrix; in psb_setup_coeffs() local 724 memset(&coeffs, 0, sizeof(psb_transform_coeffs)); in psb_setup_coeffs() 745 psb_transform_sathuecoeffs(&coeffs, in psb_setup_coeffs() 754 RGB_offset, coeffs.rY, coeffs.rCb, coeffs.rCr, in psb_setup_coeffs() 760 &pPriv->coeffs.rY, &pPriv->coeffs.rU, in psb_setup_coeffs() 761 &pPriv->coeffs.rV, &pPriv->coeffs.rConst, in psb_setup_coeffs() 762 &pPriv->coeffs.rShift); in psb_setup_coeffs() 768 RGB_offset, coeffs.gY, coeffs.gCb, coeffs.gCr, in psb_setup_coeffs() 775 &pPriv->coeffs.gY, &pPriv->coeffs.gU, in psb_setup_coeffs() [all …]
|
D | psb_texture.h | 103 psb_coeffs_s coeffs; member
|
D | psb_overlay.c | 334 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; in UpdateCoeff() local 367 coeffs[i][j] = rawCoeff[pos] / sum; in UpdateCoeff() 374 SetCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos); in UpdateCoeff() 376 SetCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos); in UpdateCoeff() 388 sum += coeffs[i][j]; in UpdateCoeff() 393 coeffs[i][tap2Fix] += diff; in UpdateCoeff() 396 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos); in UpdateCoeff() 398 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos); in UpdateCoeff() 402 sum += coeffs[i][j]; in UpdateCoeff()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | OverlayPlaneBase.cpp | 896 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; in updateCoeff() local 929 coeffs[i][j] = rawCoeff[pos] / sum; in updateCoeff() 936 setCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos); in updateCoeff() 938 setCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos); in updateCoeff() 950 sum += coeffs[i][j]; in updateCoeff() 955 coeffs[i][tap2Fix] += diff; in updateCoeff() 958 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos); in updateCoeff() 960 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos); in updateCoeff() 964 sum += coeffs[i][j]; in updateCoeff()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | OverlayPlaneBase.cpp | 916 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; in updateCoeff() local 949 coeffs[i][j] = rawCoeff[pos] / sum; in updateCoeff() 956 setCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos); in updateCoeff() 958 setCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos); in updateCoeff() 970 sum += coeffs[i][j]; in updateCoeff() 975 coeffs[i][tap2Fix] += diff; in updateCoeff() 978 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos); in updateCoeff() 980 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos); in updateCoeff() 984 sum += coeffs[i][j]; in updateCoeff()
|