Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
Dxvmc_private.h42 #define BLOCK_SIZE_SAMPLES 64 macro
43 #define BLOCK_SIZE_BYTES (BLOCK_SIZE_SAMPLES * 2)
Dsurface.c91 mb->blocks = xvmc_blocks->blocks + xvmc_mb->index * BLOCK_SIZE_SAMPLES; in MacroBlocksToPipe()