Searched refs:pHist (Results 1 – 2 of 2) sorted by relevance
50 unsigned char *pHist; member104 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()
1065 const mz_uint32* pHist = &hist[pass << 8]; in tdefl_radix_sort_syms() local1067 for (i = 0; i < 256; i++) { offsets[i] = cur_ofs; cur_ofs += pHist[i]; } in tdefl_radix_sort_syms()