HomeSort by relevance Sort by last modified time
    Searched refs:VL_MACROBLOCK_WIDTH (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_defines.h 32 #define VL_MACROBLOCK_WIDTH 16
vl_decoder.c 68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
vl_mpeg12_decoder.c 466 dec->base.width / VL_MACROBLOCK_WIDTH,
    [all...]
vl_mc.c 67 * block_scale = (VL_MACROBLOCK_WIDTH, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height)
119 (float)VL_MACROBLOCK_WIDTH / r->buffer_width,
234 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size,
619 renderer->buffer_width / VL_MACROBLOCK_WIDTH *
vl_video_buffer.c 413 : align(tmpl->width, VL_MACROBLOCK_WIDTH);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_defines.h 32 #define VL_MACROBLOCK_WIDTH 16
vl_decoder.c 68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
vl_mpeg12_decoder.c 466 dec->base.width / VL_MACROBLOCK_WIDTH,
    [all...]
vl_mc.c 67 * block_scale = (VL_MACROBLOCK_WIDTH, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height)
119 (float)VL_MACROBLOCK_WIDTH / r->buffer_width,
234 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size,
619 renderer->buffer_width / VL_MACROBLOCK_WIDTH *
vl_video_buffer.c 413 : align(tmpl->width, VL_MACROBLOCK_WIDTH);

Completed in 1057 milliseconds