Home
last modified time | relevance | path

Searched refs:VL_MACROBLOCK_WIDTH (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_defines.h32 #define VL_MACROBLOCK_WIDTH 16 macro
Dvl_decoder.c68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); in vl_create_decoder()
Dvl_mc.c119 (float)VL_MACROBLOCK_WIDTH / r->buffer_width, in create_ref_vert_shader()
234 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size, in create_ycbcr_vert_shader()
619 renderer->buffer_width / VL_MACROBLOCK_WIDTH * in vl_mc_render_ref()
Dvl_mpeg12_decoder.c466 dec->base.width / VL_MACROBLOCK_WIDTH, in vl_mpeg12_get_decode_buffer()
1058 dec->width_in_macroblocks = align(dec->base.width, VL_MACROBLOCK_WIDTH) / VL_MACROBLOCK_WIDTH; in vl_create_mpeg12_decoder()
1081 dec->base.width / VL_MACROBLOCK_WIDTH, in vl_create_mpeg12_decoder()
Dvl_video_buffer.c413 : align(tmpl->width, VL_MACROBLOCK_WIDTH); in vl_video_buffer_create()