Home
last modified time | relevance | path

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

/external/fio/crc/
Dxxhash.c263 XXH_errorcode XXH32_resetState(void* state_in, uint32_t seed) in XXH32_resetState() argument
265 struct XXH_state32_t * state = (struct XXH_state32_t *) state_in; in XXH32_resetState()
285 static XXH_errorcode XXH32_update_endian (void* state_in, const void* input, int len, XXH_endianess… in XXH32_update_endian() argument
287 struct XXH_state32_t * state = (struct XXH_state32_t *) state_in; in XXH32_update_endian()
349 XXH_errorcode XXH32_update (void* state_in, const void* input, int len) in XXH32_update() argument
354 return XXH32_update_endian(state_in, input, len, XXH_littleEndian); in XXH32_update()
356 return XXH32_update_endian(state_in, input, len, XXH_bigEndian); in XXH32_update()
361 static uint32_t XXH32_intermediateDigest_endian (void* state_in, XXH_endianess endian) in XXH32_intermediateDigest_endian() argument
363 struct XXH_state32_t * state = (struct XXH_state32_t *) state_in; in XXH32_intermediateDigest_endian()
403 uint32_t XXH32_intermediateDigest (void* state_in) in XXH32_intermediateDigest() argument
[all …]
/external/lz4/lib/
Dxxhash.c561 XXH_errorcode XXH32_reset(XXH32_state_t* state_in, U32 seed) in XXH32_reset() argument
563 XXH_istate32_t* state = (XXH_istate32_t*) state_in; in XXH32_reset()
574 XXH_errorcode XXH64_reset(XXH64_state_t* state_in, unsigned long long seed) in XXH64_reset() argument
576 XXH_istate64_t* state = (XXH_istate64_t*) state_in; in XXH64_reset()
588 FORCE_INLINE XXH_errorcode XXH32_update_endian (XXH32_state_t* state_in, const void* input, size_t … in XXH32_update_endian() argument
590 XXH_istate32_t* state = (XXH_istate32_t *) state_in; in XXH32_update_endian()
677 XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() argument
682 return XXH32_update_endian(state_in, input, len, XXH_littleEndian); in XXH32_update()
684 return XXH32_update_endian(state_in, input, len, XXH_bigEndian); in XXH32_update()
689 FORCE_INLINE U32 XXH32_digest_endian (const XXH32_state_t* state_in, XXH_endianess endian) in XXH32_digest_endian() argument
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters.c92 … int32_t *state_in, /* array of size: 2*ALLPASSSECTIONS+1 */ in WebRtcIsacfix_DecimateAllpass32() argument
102 data_vec[0] = (int16_t)(state_in[2 * ALLPASSSECTIONS] >> 16); // z^-1 state. in WebRtcIsacfix_DecimateAllpass32()
103 state_in[2 * ALLPASSSECTIONS] = (uint32_t)in[N - 1] << 16; in WebRtcIsacfix_DecimateAllpass32()
107 AllpassFilterForDec32(data_vec+1, kApUpperQ15, N, state_in); in WebRtcIsacfix_DecimateAllpass32()
108 AllpassFilterForDec32(data_vec, kApLowerQ15, N, state_in+ALLPASSSECTIONS); in WebRtcIsacfix_DecimateAllpass32()
Dpitch_estimator.h57 … int32_t *state_in, /* array of size: 2*ALLPASSSECTIONS+1 */
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c222 double* state_in, in WebRtcIsac_DecimateAllpass() argument
231 data_vec[0] = state_in[2*ALLPASSSECTIONS]; //the z^(-1) state in WebRtcIsac_DecimateAllpass()
232 state_in[2*ALLPASSSECTIONS] = in[N-1]; in WebRtcIsac_DecimateAllpass()
234 WebRtcIsac_AllpassFilterForDec(data_vec+1, APupper, N, state_in); in WebRtcIsac_DecimateAllpass()
235 WebRtcIsac_AllpassFilterForDec(data_vec, APlower, N, state_in+ALLPASSSECTIONS); in WebRtcIsac_DecimateAllpass()
Dpitch_estimator.h70 double *state_in, /* array of size: