Remove the real32_t typedef

The float type is defined in standards and is portably available
on all supported compilers and platforms.
This commit is contained in:
Martin Storsjö
2014-01-23 19:16:03 +02:00
parent d36b10fac5
commit e66ad9ab86
7 changed files with 33 additions and 32 deletions

View File

@@ -3126,7 +3126,7 @@ int32_t WelsEncoderEncodeExt (sWelsEncCtx* pCtx, void* pDst, const SSourcePictur
int8_t iCurTid = 0;
bool_t bAvcBased = false;
#if defined(ENABLE_PSNR_CALC)
real32_t snr_y = .0f, snr_u = .0f, snr_v = .0f;
float snr_y = .0f, snr_u = .0f, snr_v = .0f;
#endif//ENABLE_PSNR_CALC
#if defined(_DEBUG)