Searched refs:HUF_decodeStreamX4 (Results 1 – 3 of 3) sorted by relevance
/external/zstd/lib/legacy/ |
D | zstd_v03.c | 2052 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HU… in HUF_decodeStreamX4() function 2162 HUF_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X4_usingDTable() 2163 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X4_usingDTable() 2164 HUF_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X4_usingDTable() 2165 HUF_decodeStreamX4(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X4_usingDTable()
|
D | zstd_v04.c | 2202 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HU… in HUF_decodeStreamX4() function 2309 HUF_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X4_usingDTable() 2310 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X4_usingDTable() 2311 HUF_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X4_usingDTable() 2312 HUF_decodeStreamX4(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X4_usingDTable()
|
D | zstd_v02.c | 2055 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HU… in HUF_decodeStreamX4() function 2165 HUF_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X4_usingDTable() 2166 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X4_usingDTable() 2167 HUF_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X4_usingDTable() 2168 HUF_decodeStreamX4(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X4_usingDTable()
|