Home
last modified time | relevance | path

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

/external/libldac/abr/src/
DldacBT_abr.c50 unsigned char *pHist; member
104 hLdacAbr->TxQD_Info.pHist = NULL; in ldac_ABR_get_handle()
113 if (hLdacAbr->TxQD_Info.pHist) { in ldac_ABR_free_handle()
114 free(hLdacAbr->TxQD_Info.pHist); in ldac_ABR_free_handle()
133 if (hLdacAbr->TxQD_Info.pHist) free(hLdacAbr->TxQD_Info.pHist); in ldac_ABR_Init()
134 if ((hLdacAbr->TxQD_Info.pHist = in ldac_ABR_Init()
138 clear_data(hLdacAbr->TxQD_Info.pHist, hLdacAbr->TxQD_Info.szHist * sizeof(unsigned char)); in ldac_ABR_Init()
195 TxQD_prev = hLdacAbr->TxQD_Info.pHist[i]; in ldac_ABR_Proc()
197 hLdacAbr->TxQD_Info.sum -= hLdacAbr->TxQD_Info.pHist[hLdacAbr->TxQD_Info.idx]; in ldac_ABR_Proc()
198 hLdacAbr->TxQD_Info.pHist[hLdacAbr->TxQD_Info.idx] = (unsigned char)TxQD_curr; in ldac_ABR_Proc()