Home
last modified time | relevance | path

Searched refs:pSample (Results 1 – 13 of 13) sorted by relevance

/third_party/openh264/codec/processing/src/denoise/
Ddenoise_filter.cpp43 void BilateralLumaFilter8_c (uint8_t* pSample, int32_t iStride) { in BilateralLumaFilter8_c() argument
45 int32_t iCenterSample = *pSample; in BilateralLumaFilter8_c()
46 uint8_t* pCurLine = pSample - iStride - DENOISE_GRAY_RADIUS; in BilateralLumaFilter8_c()
54 iCenterSample = *pSample; in BilateralLumaFilter8_c()
55 pCurLine = pSample - iStride - DENOISE_GRAY_RADIUS; in BilateralLumaFilter8_c()
72 pSample++; in BilateralLumaFilter8_c()
74 WelsMemcpy (pSample - 8, aSample, 8); in BilateralLumaFilter8_c()
86 #define SUM_LINE1(pSample) (pSample[0] +(pSample[1]) +(pSample[2]<<1) + pSample[3] … argument
87 #define SUM_LINE2(pSample) (pSample[0] +(pSample[1]<<1) +(pSample[2]<<2) +(pSample[3]<<1… argument
88 #define SUM_LINE3(pSample) ((pSample[0]<<1) +(pSample[1]<<2) +(pSample[2]*20) +(pSample[3]<<2… argument
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowfakesrc.cpp105 IMediaSample *pSample = NULL; in PushBuffer() local
112 HRESULT hres = GetDeliveryBuffer(&pSample, NULL, NULL, 0); in PushBuffer()
113 if (hres == S_OK && pSample) in PushBuffer()
116 pSample->GetPointer(&sample_buffer); in PushBuffer()
120 pSample->SetActualDataLength(size); in PushBuffer()
122 pSample->SetDiscontinuity(discont); in PushBuffer()
124 pSample->SetSyncPoint(TRUE); in PushBuffer()
125 pSample->SetPreroll(FALSE); in PushBuffer()
128 pSample->SetTime(&start, &stop); in PushBuffer()
130 hres = Deliver(pSample); in PushBuffer()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp252 IMediaSample *pSample = NULL; in PushBuffer() local
267 hres = GetDeliveryBuffer(&pSample, NULL, NULL, 0); in PushBuffer()
281 pSample->GetPointer(&sample_buffer); in PushBuffer()
282 pSample->GetMediaType(&mediatype); in PushBuffer()
296 pSample->SetDiscontinuity(FALSE); /* Decoded frame; unimportant */ in PushBuffer()
297 pSample->SetSyncPoint(TRUE); /* Decoded frame; always a valid syncpoint */ in PushBuffer()
298 pSample->SetPreroll(FALSE); /* For non-displayed frames. in PushBuffer()
303 pSample->SetTime(NULL, NULL); in PushBuffer()
307 hres = Deliver(pSample); in PushBuffer()
314 pSample->Release(); in PushBuffer()
/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.h149 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
374 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const;
395 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
404 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
Degbaddrlib.cpp1989 UINT_32* pSample, ///< [out] sample index in HwlComputePixelCoordFromOffset() argument
2018 *pSample = (offset % samplePixelBits) / bpp; in HwlComputePixelCoordFromOffset()
2023 *pSample = offset / sampleTileBits; in HwlComputePixelCoordFromOffset()
2192 UINT_32* pSample = &pOut->sample; in DispatchComputeSurfaceCoordFromAddr() local
2231 pSample); in DispatchComputeSurfaceCoordFromAddr()
2247 pSample, in DispatchComputeSurfaceCoordFromAddr()
2295 pSample); in DispatchComputeSurfaceCoordFromAddr()
2333 UINT_32* pSample ///< [out] sample index in ComputeSurfaceCoordFromAddrMacroTiled()
2427 pSample, in ComputeSurfaceCoordFromAddrMacroTiled()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.cpp609 out_data.pSample = new_sample.Detach (); in gst_mf_transform_process_output()
652 if (out_data.pSample) in gst_mf_transform_process_output()
653 out_data.pSample->Release (); in gst_mf_transform_process_output()
658 if (!out_data.pSample) { in gst_mf_transform_process_output()
664 self->callback (self, out_data.pSample, self->user_data); in gst_mf_transform_process_output()
665 out_data.pSample->Release (); in gst_mf_transform_process_output()
669 g_queue_push_tail (self->output_queue, out_data.pSample); in gst_mf_transform_process_output()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.h399 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const;
405 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
420 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
Daddrlib1.cpp2615 UINT_32* pSample ///< [out] sample index in ComputeSurfaceCoordFromAddrLinear()
2624 *pSample = static_cast<UINT_32>((linearOffset / sliceSize) / numSlices); in ComputeSurfaceCoordFromAddrLinear()
2651 UINT_32* pSample, ///< [out] sample index, in ComputeSurfaceCoordFromAddrMicroTiled() argument
2741 *pSample = pixelCoordS; in ComputeSurfaceCoordFromAddrMicroTiled()
2745 *pSample = 0; in ComputeSurfaceCoordFromAddrMicroTiled()
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_q7.c59 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
61 const q7_t *pSmp = &pSample[j]; \
Darm_fir_q15.c64 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
66 const q15_t *pSmp = &pSample[j]; \
Darm_fir_q31.c64 #define FIR_Q31_CORE(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
79 #define FIR_Q31_CORE_STR_PARTIAL(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
93 #define FIR_Q31_CORE_LD_PARTIAL(nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument
/third_party/ffmpeg/libavcodec/
Dmfenc.c433 .pSample = sample, in mf_receive_sample()
443 *out_sample = out_buffers.pSample; in mf_receive_sample()
448 if (out_buffers.pSample) in mf_receive_sample()
449 IMFSample_Release(out_buffers.pSample); in mf_receive_sample()
/third_party/sqlite/src/
Dsqlite3.c114951 StatSample *pSample = 0;
114998 pSample = &p->a[p->nSample-1];
114999 pSample->nRowid = 0;
115000 pSample->anEq = anEq;
115001 pSample->anDLt = anDLt;
115002 pSample->anLt = anLt;
115013 pSample = &p->a[p->nSample];
115014 sampleCopy(p, pSample, pNew);
115018 memset(pSample->anEq, 0, sizeof(tRowcnt)*nEqZero);
116111 IndexSample *pSample; /* A slot in pIdx->aSample[] */
[all …]