HomeSort by relevance Sort by last modified time
    Searched defs:histo (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/exp-dhat/
dh_main.c 212 UInt* histo; /* [0 .. xsize-1] */ member in struct:__anon12648
245 // histo stuff
289 the access counts and histo data that have so far accumulated for
334 // histo stuff. First, do state transitions for xsize/xsize_tag.
340 tl_assert(!api->histo);
344 // and allocate the histo
346 api->histo = VG_(malloc)("dh.main.retire_Block.1",
348 VG_(memset)(api->histo, 0, api->xsize * sizeof(UInt));
359 // deallocate the histo, if any
360 if (api->histo) {
    [all...]
  /external/webp/src/enc/
dsp.c 27 int VP8GetAlpha(const int histo[MAX_COEFF_THRESH + 1]) {
33 if (histo[k + 1]) {
34 val += histo[k + 1];
46 int histo[MAX_COEFF_THRESH + 1] = { 0 }; local
60 histo[out[k]]++;
64 return VP8GetAlpha(histo);
dsp_sse2.c 27 int histo[MAX_COEFF_THRESH + 1] = { 0 }; local
60 histo[out[k]]++;
64 return VP8GetAlpha(histo);
    [all...]

Completed in 70 milliseconds