Searched refs:mb_width (Results 1 – 2 of 2) sorted by relevance
86 const int mb_width = (width + 15) / 16; in PreEncodeFrameHook() local88 uint8_t *active_map = new uint8_t[mb_width * mb_height]; in PreEncodeFrameHook()89 GenerateMap(mb_height, mb_width, *current, *previous, active_map); in PreEncodeFrameHook()90 map.cols = mb_width; in PreEncodeFrameHook()
252 #define mb_width(mbc) \ macro