Searched refs:pot_buffers (Results 1 – 2 of 2) sorted by relevance
56 bool pot_buffers; in vl_create_decoder() local61 pot_buffers = !pipe->screen->get_video_param in vl_create_decoder()68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); in vl_create_decoder()69 …buffer_height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT); in vl_create_decoder()
395 bool pot_buffers; in vl_video_buffer_create() local400 pot_buffers = !pipe->screen->get_video_param in vl_video_buffer_create()412 templat.width = pot_buffers ? util_next_power_of_two(tmpl->width) in vl_video_buffer_create()414 templat.height = pot_buffers ? util_next_power_of_two(tmpl->height) in vl_video_buffer_create()