Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp11 #define ALLOC_MEMORY(type, name, num) type* name = (type*)cMemoryAlign.WelsMalloc(num*sizeof(type),… macro
15 ALLOC_MEMORY (int16_t, iLevel, 16); in TEST()
16 ALLOC_MEMORY (int16_t, iDctA, 16); in TEST()
17 ALLOC_MEMORY (int16_t, iDctB, 16); in TEST()
47 ALLOC_MEMORY (int16_t, iLevelA, 16); in TEST()
48 ALLOC_MEMORY (int16_t, iLevelB, 16); in TEST()
49 ALLOC_MEMORY (int16_t, iDct, 16); in TEST()
63 ALLOC_MEMORY (int16_t, iLevelA, 32); in TEST()
64 ALLOC_MEMORY (int16_t, iLevelB, 32); in TEST()
65 ALLOC_MEMORY (int16_t, iDct, 32); in TEST()
[all …]