Home
last modified time | relevance | path

Searched refs:pInst (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.c25 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() argument
186 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 …]
DLVPSA_Private.h145 LVPSA_RETURN LVPSA_ApplyNewSettings (LVPSA_InstancePr_t *pInst);
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h51 helper_reencode_adr_imm(uint32_t pInst, uint32_t pImm) in helper_reencode_adr_imm() argument
53 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() argument
60 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() argument
67 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() argument
74 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() argument
81 return (pInst & ~(get_mask(12) << 10)) | ((pImm & get_mask(12)) << 10); in helper_reencode_ldst_pos_imm()