HomeSort by relevance Sort by last modified time
    Searched refs:pHist (Results 1 - 2 of 2) sorted by null

  /external/libldac/abr/src/
ldacBT_abr.c 50 unsigned char *pHist;
104 hLdacAbr->TxQD_Info.pHist = NULL;
113 if (hLdacAbr->TxQD_Info.pHist) {
114 free(hLdacAbr->TxQD_Info.pHist);
133 if (hLdacAbr->TxQD_Info.pHist) free(hLdacAbr->TxQD_Info.pHist);
134 if ((hLdacAbr->TxQD_Info.pHist =
138 clear_data(hLdacAbr->TxQD_Info.pHist, hLdacAbr->TxQD_Info.szHist * sizeof(unsigned char));
195 TxQD_prev = hLdacAbr->TxQD_Info.pHist[i];
197 hLdacAbr->TxQD_Info.sum -= hLdacAbr->TxQD_Info.pHist[hLdacAbr->TxQD_Info.idx]
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.cpp 28 inline void addPixelToHistogram(unsigned char*& pImg, int* pHist, int numBins) {
35 ++pHist[bin];
42 int* pHist = static_cast<int*>(env->GetDirectBufferAddress(histogramBuffer));
51 for(int i = 0; i < numBins; ++i) pHist[i] = 0;
55 addPixelToHistogram(pImg, pHist, numBins);
65 addPixelToHistogram(pImg, pHist, numBins);

Completed in 71 milliseconds