Searched refs:pInst (Results 1 – 3 of 3) sorted by relevance
25 LVPSA_RETURN LVPSA_SetBPFiltersType ( LVPSA_InstancePr_t *pInst,28 LVPSA_RETURN LVPSA_SetQPFCoefficients( LVPSA_InstancePr_t *pInst,43 LVPSA_RETURN LVPSA_SetBPFCoefficients( LVPSA_InstancePr_t *pInst,46 LVPSA_RETURN LVPSA_ClearFilterHistory( LVPSA_InstancePr_t *pInst);176 LVPSA_RETURN LVPSA_ApplyNewSettings (LVPSA_InstancePr_t *pInst) in LVPSA_ApplyNewSettings() argument186 if(pInst == 0) in LVPSA_ApplyNewSettings()191 Params = pInst->NewParams; in LVPSA_ApplyNewSettings()195 if(Params.Fs != pInst->CurrentParams.Fs) in LVPSA_ApplyNewSettings()197 pInst->CurrentParams.Fs = Params.Fs; in LVPSA_ApplyNewSettings()200 … Freq = (LVM_UINT16) ((LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1) / (pInst->nBands + 1)); in LVPSA_ApplyNewSettings()[all …]
145 LVPSA_RETURN LVPSA_ApplyNewSettings (LVPSA_InstancePr_t *pInst);
51 helper_reencode_adr_imm(uint32_t pInst, uint32_t pImm) in helper_reencode_adr_imm() argument53 return (pInst & ~((get_mask(2) << 29) | (get_mask(19) << 5))) in helper_reencode_adr_imm()58 static inline uint32_t helper_reencode_add_imm(uint32_t pInst, uint32_t pImm) in helper_reencode_add_imm() argument60 return (pInst & ~(get_mask(12) << 10)) | ((pImm & get_mask(12)) << 10); in helper_reencode_add_imm()65 helper_reencode_branch_offset_26(uint32_t pInst, uint32_t pOff) in helper_reencode_branch_offset_26() argument67 return (pInst & ~get_mask(26)) | (pOff & get_mask(26)); in helper_reencode_branch_offset_26()72 helper_reencode_cond_branch_ofs_19(uint32_t pInst, uint32_t pOff) in helper_reencode_cond_branch_ofs_19() argument74 return (pInst & ~(get_mask(19) << 5)) | ((pOff & get_mask(19)) << 5); in helper_reencode_cond_branch_ofs_19()79 helper_reencode_ldst_pos_imm (uint32_t pInst, uint32_t pImm) in helper_reencode_ldst_pos_imm() argument81 return (pInst & ~(get_mask(12) << 10)) | ((pImm & get_mask(12)) << 10); in helper_reencode_ldst_pos_imm()