Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2423 #define TINFL_CR_RETURN(state_index, result) \ argument
2426 r->m_state = state_index; \
2428 case state_index:; \
2431 #define TINFL_CR_RETURN_FOREVER(state_index, result) \ argument
2434 TINFL_CR_RETURN(state_index, result); \
2445 #define TINFL_GET_BYTE(state_index, c) \ argument
2450 TINFL_CR_RETURN(state_index, TINFL_STATUS_NEEDS_MORE_INPUT); \
2465 #define TINFL_NEED_BITS(state_index, n) \ argument
2468 TINFL_GET_BYTE(state_index, c); \
2472 #define TINFL_SKIP_BITS(state_index, n) \ argument
[all …]