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

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_defines.h 36 #define VL_BLOCK_HEIGHT 8
vl_zscan.c 113 (float)VL_BLOCK_HEIGHT / zscan->buffer_height);
347 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
361 VL_BLOCK_HEIGHT,
374 res_tmpl.height0 = VL_BLOCK_HEIGHT;
400 for (y = 0; y < VL_BLOCK_HEIGHT; ++y)
403 i * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
498 res_tmpl.height0 = VL_BLOCK_HEIGHT;
552 VL_BLOCK_HEIGHT,
579 for (y = 0; y < VL_BLOCK_HEIGHT; ++y)
vl_idct.c 165 * scale = (VL_BLOCK_WIDTH, VL_BLOCK_HEIGHT) / (dst.width, dst.height)
176 (float)VL_BLOCK_HEIGHT / idct->buffer_height);
286 * scale = (VL_BLOCK_WIDTH, VL_BLOCK_HEIGHT) / (dst.width, dst.height)
299 (float)VL_BLOCK_HEIGHT / idct->buffer_height);
369 increment_addr(shader, r, r_addr, true, true, i - (signed)idct->nr_of_render_targets / 2, VL_BLOCK_HEIGHT);
418 (float)VL_BLOCK_HEIGHT / idct->buffer_height);
694 VL_BLOCK_HEIGHT,
731 for(i = 0; i < VL_BLOCK_HEIGHT; ++i)
vl_mpeg12_decoder.c 99 res_tmpl.width0 = dec->blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
    [all...]
vl_mc.c 235 (float)VL_BLOCK_HEIGHT / r->buffer_height * VL_MACROBLOCK_HEIGHT / r->macroblock_size

Completed in 433 milliseconds