Searched refs:mb_height (Results 1 – 2 of 2) sorted by relevance
88 const int mb_height = (height + 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()92 map.rows = mb_height; in PreEncodeFrameHook()
162 uint32_t mb_height = utile_h * 2; in vc5_get_uif_pixel_offset() local164 uint32_t log2_mb_height = ffs(mb_height) - 1; in vc5_get_uif_pixel_offset()