/third_party/openh264/codec/encoder/core/inc/ |
D | svc_motion_estimate.h | 241 void FillQpelLocationByFeatureValue_c (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const int3… 247 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 250 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 257 void FillQpelLocationByFeatureValue_sse2 (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const i… 262 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 264 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 266 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 268 … const int32_t kiRefStride, uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 276 void FillQpelLocationByFeatureValue_neon (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const i… 282 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); [all …]
|
D | svc_enc_frame.h | 62 uint16_t* pFeatureOfBlock; // Feature of every block (8x8), begin with the poi… member
|
D | wels_func_ptr_def.h | 152 typedef void (*PFillQpelLocationByFeatureValueFunc) (uint16_t* pFeatureOfBlock, const int32_t kiWid… 157 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]);
|
/third_party/openh264/test/encoder/ |
D | EncUT_SVC_me.cpp | 44 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_ref() argument 51 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf8x8BlockOfFrame_ref() 63 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_ref() argument 71 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf16x16BlockOfFrame_ref() 92 void FillQpelLocationByFeatureValue_ref (uint16_t* pFeatureOfBlock, const int32_t kiWidth, const in… in FillQpelLocationByFeatureValue_ref() argument 95 uint16_t* pSrcPointer = pFeatureOfBlock; in FillQpelLocationByFeatureValue_ref() 180 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock, pFeatureOfBlockBuff, (kiWidth*kiHeight), 16) \ 194 …SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p… 220 ENFORCE_NEW_ALIGN_1D (uint16_t, pFeatureOfBlock, pFeatureOfBlockBuff, (kiWidth*kiHeight), 16) \ 235 …SumOf8x8BlockOfFrame_c (pRefPicture,kiWidth,kiHeight,((((kiWidth+15)>>4)<<4)+16),pFeatureOfBlock,p… [all …]
|
D | EncUT_MotionEstimate.cpp | 441 ReleaseFeatureSearchPreparation (m_pMa, m_pFeatureSearchPreparation->pFeatureOfBlock); in TearDown() 532 PerformFMEPreprocess (&sFuncList, &sRef, m_pFeatureSearchPreparation->pFeatureOfBlock, in TEST_F()
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_motion_estimate.cpp | 655 pFeatureSearchPreparation->pFeatureOfBlock = in RequestFeatureSearchPreparation() 657 …ELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == (pFeatureSearchPreparation->pFeatureOfBlock)) in RequestFeatureSearchPreparation() 666 int32_t ReleaseFeatureSearchPreparation (CMemoryAlign* pMa, uint16_t*& pFeatureOfBlock) { in ReleaseFeatureSearchPreparation() argument 667 if (pMa && pFeatureOfBlock) { in ReleaseFeatureSearchPreparation() 668 pMa->WelsFree (pFeatureOfBlock, "pFeatureOfBlock"); in ReleaseFeatureSearchPreparation() 669 pFeatureOfBlock = NULL; in ReleaseFeatureSearchPreparation() 771 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf8x8BlockOfFrame_c() argument 778 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf8x8BlockOfFrame_c() 790 uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]) { in SumOf16x16BlockOfFrame_c() argument 798 pBuffer = pFeatureOfBlock + kiWidth * y; in SumOf16x16BlockOfFrame_c() [all …]
|
D | encoder_ext.cpp | 974 ReleaseFeatureSearchPreparation (pMa, pDq->pFeatureSearchPreparation->pFeatureOfBlock); in FreeDqLayer() 2740 PerformFMEPreprocess (pFuncList, pRef, pFeatureSearchPreparation->pFeatureOfBlock, in PreprocessSliceCoding()
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 52 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 180 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 361 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 516 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 680 ; void FillQpelLocationByFeatureValue_sse2(uint16_t* pFeatureOfBlock, const int32_t kiWidth, const … 838 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 950 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 1114 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 1251 ; uint16_t* pFeatureOfBlock, uint32_t pTimesOfFeatureValue[]); 1396 ; void FillQpelLocationByFeatureValue_sse2(uint16_t* pFeatureOfBlock, const int32_t kiWidth, const …
|