Searched refs:lower_state (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_clamp_color_outputs.c | 31 } 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/ |
D | vad_filterbank.c | 121 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()
|
D | vad_core.h | 47 int16_t lower_state[5]; member
|
D | vad_core.c | 518 memset(self->lower_state, 0, sizeof(self->lower_state)); in WebRtcVad_InitCore()
|