Lines Matching refs:pHybOutImagDry
432 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212() local
459 *pHybOutImagDry++ = imag << (1 + M2_exp); in SpatialDecApplyM2_Mode212()
494 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() local
535 *pHybOutImagDry++ = fMultAddDiv2(imag, wImag1, mReal1) << s; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
580 *pHybOutImagDry++ = fMultAddDiv2(imag, wImag1, mReal1) << s; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
605 *RESTRICT pHybOutImagDry, *RESTRICT pHybOutRealWet, in SpatialDecApplyM2() local
643 pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2()
683 pHybOutImagDry[qs] = fMult(pWImag[qs], pKernel[qs]); in SpatialDecApplyM2()
691 pHybOutImagDry[qs] += fMultDiv2(pWImag[qs], pKernel[qs]) in SpatialDecApplyM2()
702 pHybOutImagDry[0] -= fMultDiv2(pWReal[0], pKernel[0]) in SpatialDecApplyM2()
707 pHybOutImagDry[2] -= fMultDiv2(pWReal[2], pKernel[2]) in SpatialDecApplyM2()
713 pHybOutImagDry[1] += fMultDiv2(pWReal[1], pKernel[1]) in SpatialDecApplyM2()
719 pHybOutImagDry[qs] += fMultDiv2(pWReal[qs], pKernel[qs]) in SpatialDecApplyM2()
760 pHybOutImagDry[qs] += fMult(pWImag[qs], pKernel[qs]); in SpatialDecApplyM2()
775 pHybOutImagDry[qs] += fMultDiv2(pWImag[qs], pKernel[qs]) in SpatialDecApplyM2()
795 pHybOutImagDry[0] -= fMultDiv2(pWReal[0], pKernel[0]) in SpatialDecApplyM2()
800 pHybOutImagDry[1] += fMultDiv2(pWReal[1], pKernel[1]) in SpatialDecApplyM2()
805 pHybOutImagDry[2] -= fMultDiv2(pWReal[2], pKernel[2]) in SpatialDecApplyM2()
809 pHybOutImag = &pHybOutImagDry[0]; in SpatialDecApplyM2()
841 pHybOutImagDry[qs] += fMultDiv2(pWReal[qs], pKernel[qs]) in SpatialDecApplyM2()