Searched refs:cMemoryAlign (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderMb.cpp | 182 CMemoryAlign cMemoryAlign (0); in TEST() local 187 uint8_t* pSrc = (uint8_t*)cMemoryAlign.WelsMalloc (iWidth * iHeight, "quant_src"); in TEST() 188 uint8_t* pPred = (uint8_t*)cMemoryAlign.WelsMalloc (iWidth * iHeight, "quant_pred"); in TEST() 189 int16_t* pDct = (int16_t*)cMemoryAlign.WelsMalloc (64 * sizeof (int16_t), "Dct Buffer"); in TEST() 190 …int16_t* pDctCompare = (int16_t*)cMemoryAlign.WelsMalloc (64 * sizeof (int16_t), "DctCompare Buffe… in TEST() 196 cMemoryAlign.WelsFree (pSrc, "quant_src"); in TEST() 197 cMemoryAlign.WelsFree (pPred, "quant_pred"); in TEST() 198 cMemoryAlign.WelsFree (pDct, "Dct Buffer"); in TEST() 199 cMemoryAlign.WelsFree (pDctCompare, "DctCompare Buffer"); in TEST()
|
D | EncUT_EncoderMbAux.cpp | 11 #define ALLOC_MEMORY(type, name, num) type* name = (type*)cMemoryAlign.WelsMalloc(num*sizeof(type),… 12 #define FREE_MEMORY(name) cMemoryAlign.WelsFree(name, #name); 14 CMemoryAlign cMemoryAlign (0); in TEST() local 46 CMemoryAlign cMemoryAlign (0); in TEST() local 62 CMemoryAlign cMemoryAlign (0); in TEST() local 79 CMemoryAlign cMemoryAlign (0); in TEST() local 95 CMemoryAlign cMemoryAlign (0); in TEST() local 111 CMemoryAlign cMemoryAlign (0); in TEST() local 185 CMemoryAlign cMemoryAlign (0); in TestDctT4() local 206 CMemoryAlign cMemoryAlign (0); in TestDctFourT4() local [all …]
|