Searched refs:mb_width (Results 1 – 2 of 2) sorted by relevance
87 const int mb_width = (width + 15) / 16; in PreEncodeFrameHook() local89 uint8_t *active_map = new uint8_t[mb_width * mb_height]; in PreEncodeFrameHook()90 GenerateMap(mb_height, mb_width, *current, *previous, active_map); in PreEncodeFrameHook()91 map.cols = mb_width; in PreEncodeFrameHook()
161 uint32_t mb_width = utile_w * 2; in vc5_get_uif_pixel_offset() local163 uint32_t log2_mb_width = ffs(mb_width) - 1; in vc5_get_uif_pixel_offset()