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 138 (float)VL_BLOCK_HEIGHT / zscan->buffer_height);
373 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
387 VL_BLOCK_HEIGHT,
400 res_tmpl.height0 = VL_BLOCK_HEIGHT;
419 for (y = 0; y < VL_BLOCK_HEIGHT; ++y)
422 i * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
511 res_tmpl.height0 = VL_BLOCK_HEIGHT;
565 VL_BLOCK_HEIGHT,
586 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);
367 increment_addr(shader, r, r_addr, true, true, i - (signed)idct->nr_of_render_targets / 2, VL_BLOCK_HEIGHT);
416 (float)VL_BLOCK_HEIGHT / idct->buffer_height);
689 VL_BLOCK_HEIGHT,
720 for(i = 0; i < VL_BLOCK_HEIGHT; ++i)
vl_mpeg12_decoder.c 178 res_tmpl.width0 = dec->blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
    [all...]
vl_mc.c 239 (float)VL_BLOCK_HEIGHT / r->buffer_height * VL_MACROBLOCK_HEIGHT / r->macroblock_size

Completed in 652 milliseconds