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

  /external/chromium_org/skia/ext/
image_operations.cc 229 float inv_scale = 1.0f / scale; local
250 float src_pixel = (static_cast<float>(dest_subset_i) + 0.5f) * inv_scale;
  /external/opencv/ml/src/
mlknearest.cpp 219 double inv_scale = 1./k1; local
234 r = (float)(s*inv_scale);
mlann_mlp.cpp 617 double* inv_scale = weights[l_count+1]; local
630 scale[2*j] = inv_scale[2*j] = a0;
631 scale[j*2+1] = inv_scale[2*j+1] = b0;
677 inv_scale[j*2] = a; inv_scale[j*2+1] = b;
    [all...]
  /external/srec/srec/include/
pre_desc.h 83 prdata inv_scale; member in struct:__anon29210
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 16164 float scale, inv_scale; local
    [all...]

Completed in 72 milliseconds