Searched defs:BLOCK_OFFSET (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ | ||
D | mksquashfs.h | 133 #define BLOCK_OFFSET 2 macro |
/external/libvpx/libvpx/vp9/common/ | ||
D | vp9_blockd.h | 190 #define BLOCK_OFFSET(x, i) ((x) + (i) * 16) macro |