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

  /external/srec/srec/EventLog/src/
riff.c 196 int sign, achord, astep, delta, sample; local
205 astep = alawcode & 0x0F;
207 sample = ((2 * astep + 33) * exp_lut[achord]) - 32 * delta;
  /external/opencv/cv/src/
cvhough.cpp 870 int astep, *adata; local
899 astep = accum->step/sizeof(adata[0]);
945 adata[y2*astep + x2]++;
    [all...]

Completed in 213 milliseconds