Searched refs:old_ps (Results 1 – 2 of 2) sorted by relevance
/external/speex/libspeexdsp/ |
D | preprocess.c | 209 spx_word32_t *old_ps; /**< Power spectrum for last frame */ member 453 st->old_ps = (spx_word32_t*)speex_alloc((N+M)*sizeof(spx_word32_t)); in speex_preprocess_state_init() 485 st->old_ps[i]=1; in speex_preprocess_state_init() 539 speex_free(st->old_ps); in speex_preprocess_state_destroy() 785 st->old_ps[i] = ps[i]; in speex_preprocess_run() 800 …15)+MULT16_16_Q15(QCONST16(.89f,15),SQR16_Q15(DIV32_16_Q15(st->old_ps[i],ADD32(st->old_ps[i],tot_n… in speex_preprocess_run() 803 …_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 1… in speex_preprocess_run() 853 …st->old_ps[i] = MULT16_32_P15(QCONST16(.2f,15),st->old_ps[i]) + MULT16_32_P15(MULT16_16_P15(QCONST… in speex_preprocess_run() 903 …st->old_ps[i] = MULT16_32_P15(QCONST16(.2f,15),st->old_ps[i]) + MULT16_32_P15(MULT16_16_P15(QCONST… in speex_preprocess_run() 1037 st->old_ps[i] = ps[i]; in speex_preprocess_estimate_update()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 3189 struct si_shader *old_ps = sctx->ps_shader.current; in si_update_shaders() local 3191 old_ps ? old_ps->key.part.ps.epilog.spi_shader_col_format : 0; in si_update_shaders() 3318 (!old_ps || in si_update_shaders()
|