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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Interp.h 48 double tmpf[4]; local
54 tmpf[0] = in[0] * ciTable[off + 40];
55 tmpf[0] += in[1] * ciTable[off];
56 tmpf[0] += in[2] * ciTable[40 - off];
57 tmpf[0] += in[3] * ciTable[80 - off];
59 tmpf[1] = in[0] * ciTable[off + 40];
60 tmpf[1] += in[1] * ciTable[off];
61 tmpf[1] += in[2] * ciTable[40 - off];
62 tmpf[1] += in[3] * ciTable[80 - off];
64 tmpf[2] = in[0] * ciTable[off + 40]
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp 670 float* tmpf; local
679 tmpf = (float*)tmp;
688 ehmm->obsProb[j] = tmpf;
689 tmpf += ehmm->num_states * obs_info->obs_x;
    [all...]

Completed in 1773 milliseconds