Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_clamp_color_outputs.c31 } lower_state; typedef
34 is_color_output(lower_state *state, nir_variable *out) in is_color_output()
63 lower_intrinsic(lower_state *state, nir_intrinsic_instr *intr) in lower_intrinsic()
100 lower_block(lower_state *state, nir_block *block) in lower_block()
110 lower_impl(lower_state *state, nir_function_impl *impl) in lower_impl()
123 lower_state state = { in nir_lower_clamp_color_outputs()
/external/webrtc/webrtc/common_audio/vad/
Dvad_filterbank.c121 int16_t* upper_state, int16_t* lower_state, in SplitFilter() argument
132 AllPassFilter(&data_in[1], half_length, kAllPassCoefsQ15[1], lower_state, in SplitFilter()
269 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
277 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
294 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
306 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
318 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
Dvad_core.h47 int16_t lower_state[5]; member
Dvad_core.c518 memset(self->lower_state, 0, sizeof(self->lower_state)); in WebRtcVad_InitCore()