Home
last modified time | relevance | path

Searched refs:PCopyFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h61 typedef void (*PCopyFunc) (uint8_t* pDst, int32_t iStrideD, uint8_t* pSrc, int32_t iStrideS); typedef
238 PCopyFunc pfCopy16x16Aligned; //svc_encode_slice.c svc_mode_decision.c svc_base_layer_md.c
239 PCopyFunc pfCopy16x16NotAligned; //md.c
240PCopyFunc pfCopy8x8Aligned; //svc_encode_slice.c svc_mode_decision.c svc_base_layer_md.c m…
241 PCopyFunc pfCopy16x8NotAligned; //for MeRefineFracPixel 16x8 based
242 PCopyFunc pfCopy8x16Aligned; //for MeRefineFracPixel 8x16 based
243 PCopyFunc pfCopy4x4; //not sure if aligned or not, need further tune
244 PCopyFunc pfCopy8x4; //not sure if aligned or not, need further tune
245 PCopyFunc pfCopy4x8; //not sure if aligned or not, need further tune
Dmd.h128 PCopyFunc pfCopyBlockByMode;
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h159 typedef void (*PCopyFunc) (uint8_t* pDst, int32_t iStrideD, uint8_t* pSrc, int32_t iStrideS); typedef
161 PCopyFunc pCopyLumaFunc;
162 PCopyFunc pCopyChromaFunc;