Home
last modified time | relevance | path

Searched refs:coeffPtr (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbEntropyCoding.c4096 coeffPtr->strideY, in EncodeCoeff()
4348 coeffPtr); in EncodeTuCoeff()
4399 coeffPtr); in EncodeTuCoeff()
4449 coeffPtr); in EncodeTuCoeff()
4501 coeffPtr); in EncodeTuCoeff()
4561 coeffPtr); in EncodeTuCoeff()
4625 coeffPtr); in EncodeTuCoeff()
4682 coeffPtr, in EncodeTuSplitCoeff()
7070 coeffPtr->strideY, in Intra4x4EncodeLumaCoeff()
7293 coeffPtr); in Intra4x4EncodeCoeff()
[all …]
H A DEbEntropyCoding.h39 EbPictureBufferDesc_t *coeffPtr,
112 EbPictureBufferDesc_t *coeffPtr,
148 EbPictureBufferDesc_t *coeffPtr,
H A DEbTransforms.c135 EbPictureBufferDesc_t *coeffPtr,
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbEntropyCoding.c4096 coeffPtr->strideY, in EncodeCoeff()
4348 coeffPtr); in EncodeTuCoeff()
4399 coeffPtr); in EncodeTuCoeff()
4449 coeffPtr); in EncodeTuCoeff()
4501 coeffPtr); in EncodeTuCoeff()
4561 coeffPtr); in EncodeTuCoeff()
4625 coeffPtr); in EncodeTuCoeff()
4682 coeffPtr, in EncodeTuSplitCoeff()
7070 coeffPtr->strideY, in Intra4x4EncodeLumaCoeff()
7293 coeffPtr); in Intra4x4EncodeCoeff()
[all …]
H A DEbEntropyCoding.h39 EbPictureBufferDesc_t *coeffPtr,
112 EbPictureBufferDesc_t *coeffPtr,
148 EbPictureBufferDesc_t *coeffPtr,
H A DEbTransforms.c135 EbPictureBufferDesc_t *coeffPtr,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/test/Polynomial/
H A DPolynomial_UnitTest.cpp81 RCP<double> coeffPtr = rcp(new double(d*1.0)); in TEUCHOS_UNIT_TEST() local
82 P.setCoefficientPtr(d,coeffPtr); in TEUCHOS_UNIT_TEST()
/dports/audio/codec2/codec2-1.0.3/src/
H A Dfdmdv.c1042 c1 = *coeffPtr; in fir_filter2()
1048 coeffPtr+= dec_rate; in fir_filter2()
1050 c2 = *coeffPtr; in fir_filter2()
1055 coeffPtr+= dec_rate; in fir_filter2()
1057 c3 = *coeffPtr; in fir_filter2()
1062 coeffPtr+= dec_rate; in fir_filter2()
1064 c4 = *coeffPtr; in fir_filter2()
1069 coeffPtr+= dec_rate; in fir_filter2()
1071 c5 = *coeffPtr; in fir_filter2()
1076 coeffPtr+= dec_rate; in fir_filter2()
[all …]
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/i830/
H A Di830_overlay.c388 } coeffRec, *coeffPtr; typedef
391 SetCoeffRegs(double *coeff, int mantSize, coeffPtr pCoeff, int pos) in SetCoeffRegs()
438 UpdateCoeff(int taps, double fCutoff, bool isHoriz, bool isY, coeffPtr pCoeff) in UpdateCoeff()