Searched defs:FSE_initDState (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/zstd/lib/common/ |
H A D | fse.h | 526 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState() function
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v01.c | 731 static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState() function
|
H A D | zstd_v03.c | 651 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState() function
|
H A D | zstd_v04.c | 830 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState() function
|
H A D | zstd_v02.c | 650 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState() function
|