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

  /cts/tests/tests/systemui/src/android/systemui/cts/
ColorUtils.java 47 final float vtemp = (float) (V - temp); local
48 final float cr = (V - r) / vtemp;
49 final float cg = (V - g) / vtemp;
50 final float cb = (V - b) / vtemp;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 159 final float vtemp = V - temp; local
160 final float cr = (V - r) / vtemp;
161 final float cg = (V - g) / vtemp;
162 final float cb = (V - b) / vtemp;
  /external/mksh/src/
var.c 245 vp = &vtemp;
323 vp = &vtemp;
482 struct tbl *vp = &vtemp;
    [all...]
eval.c 406 if (x.var == &vtemp) {
    [all...]
sh.h 1192 EXTERN struct tbl vtemp; variable in typeref:struct:tbl
    [all...]
  /external/libpcap/
gencode.c 5300 bpf_int32 vtemp; local
5402 bpf_int32 vtemp; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 886 v16x16 *vtemp = (!is_key_frame) ? &vt2[i2 + j] : local
889 fill_variance_tree(&vtemp->split[m], BLOCK_8X8);
890 fill_variance_tree(vtemp, BLOCK_16X16);
928 v16x16 *vtemp = (!is_key_frame && local
    [all...]

Completed in 1297 milliseconds