| 979 | } |
| 980 | |
| 981 | void InitDecFuncs (PWelsDecoderContext pCtx, uint32_t uiCpuFlag) { |
| 982 | WelsBlockFuncInit (&pCtx->sBlockFunc, uiCpuFlag); |
| 983 | InitPredFunc (pCtx, uiCpuFlag); |
| 984 | InitMcFunc (& (pCtx->sMcFunc), uiCpuFlag); |
| 985 | InitExpandPictureFunc (& (pCtx->sExpandPicFunc), uiCpuFlag); |
| 986 | DeblockingInit (&pCtx->sDeblockingFunc, uiCpuFlag); |
| 987 | } |
| 988 | |
| 989 | namespace { |
| 990 |
no test coverage detected