Home
last modified time | relevance | path

Searched defs:tshift (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp576 static const uint8_t tshift[4] { 0, 2, 4, 5 }; in encode_ise() local
635 static const uint8_t tshift[2] { 0, 3 }; in encode_ise() local
/aosp_15_r20/external/mksh/src/
H A Dsh.h1750 uint8_t tshift; /* table size (2^tshift) */ member