Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dactive_map_refresh_test.cc88 const int mb_height = (height + 15) / 16; in PreEncodeFrameHook() local
89 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()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_tiling.c162 uint32_t mb_height = utile_h * 2; in vc5_get_uif_pixel_offset() local
164 uint32_t log2_mb_height = ffs(mb_height) - 1; in vc5_get_uif_pixel_offset()