Searched refs:pot_buffers (Results 1 – 2 of 2) sorted by relevance
69 bool pot_buffers; in vl_create_decoder() local74 pot_buffers = !pipe->screen->get_video_param in vl_create_decoder()83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); in vl_create_decoder()84 temp.height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT); in vl_create_decoder()
349 bool pot_buffers; in vl_video_buffer_create() local354 pot_buffers = !pipe->screen->get_video_param in vl_video_buffer_create()365 templat.width = pot_buffers ? util_next_power_of_two(tmpl->width) in vl_video_buffer_create()367 templat.height = pot_buffers ? util_next_power_of_two(tmpl->height) in vl_video_buffer_create()