Searched refs:PCopyFunc (Results 1 – 3 of 3) sorted by relevance
61 typedef void (*PCopyFunc) (uint8_t* pDst, int32_t iStrideD, uint8_t* pSrc, int32_t iStrideS); typedef238 PCopyFunc pfCopy16x16Aligned; //svc_encode_slice.c svc_mode_decision.c svc_base_layer_md.c239 PCopyFunc pfCopy16x16NotAligned; //md.c240 …PCopyFunc pfCopy8x8Aligned; //svc_encode_slice.c svc_mode_decision.c svc_base_layer_md.c m…241 PCopyFunc pfCopy16x8NotAligned; //for MeRefineFracPixel 16x8 based242 PCopyFunc pfCopy8x16Aligned; //for MeRefineFracPixel 8x16 based243 PCopyFunc pfCopy4x4; //not sure if aligned or not, need further tune244 PCopyFunc pfCopy8x4; //not sure if aligned or not, need further tune245 PCopyFunc pfCopy4x8; //not sure if aligned or not, need further tune
128 PCopyFunc pfCopyBlockByMode;
159 typedef void (*PCopyFunc) (uint8_t* pDst, int32_t iStrideD, uint8_t* pSrc, int32_t iStrideS); typedef161 PCopyFunc pCopyLumaFunc;162 PCopyFunc pCopyChromaFunc;