Home
last modified time | relevance | path

Searched defs:BLOCK_OFFSET (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.h144 #define BLOCK_OFFSET 2 macro
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_blockd.h145 #define BLOCK_OFFSET(x, i) ((x) + (i)*16) macro
/aosp_15_r20/external/libaom/av1/common/
H A Dblockd.h489 #define BLOCK_OFFSET(i) ((i) << 4) macro