Searched refs:MAX_SAMPLE_HEIGHT (Results 1 – 1 of 1) sorted by relevance
39 #define MAX_SAMPLE_HEIGHT 1088 macro57 m_pSampleBuffer[i][0] = (uint8_t*)WelsMalloc (MAX_SAMPLE_WIDTH * MAX_SAMPLE_HEIGHT); in AllocateSampleBuffer()60 m_pSampleBuffer[i][1] = (uint8_t*)WelsMalloc (MAX_SAMPLE_WIDTH * MAX_SAMPLE_HEIGHT / 4); in AllocateSampleBuffer()63 m_pSampleBuffer[i][2] = (uint8_t*)WelsMalloc (MAX_SAMPLE_WIDTH * MAX_SAMPLE_HEIGHT / 4); in AllocateSampleBuffer()158 …if ((iSrcWidthY >> 1) > MAX_SAMPLE_WIDTH || (iSrcHeightY >> 1) > MAX_SAMPLE_HEIGHT || m_bNoSampleB… in Process()