HomeSort by relevance Sort by last modified time
    Searched full:distance_ (Results 1 - 8 of 8) sorted by null

  /external/webp/src/dsp/
lossless_enc_mips32.c 388 ADD_VECTOR(a->distance_, b->distance_, out->distance_,
396 ADD_VECTOR_EQ(a->distance_, out->distance_, NUM_DISTANCE_CODES, 0);
lossless_enc.c 644 out->distance_[i] = a->distance_[i] + b->distance_[i];
656 out->distance_[i] += a->distance_[i];
    [all...]
lossless_enc_sse2.c 255 out->distance_[i] = a->distance_[i] + b->distance_[i];
  /external/webp/src/enc/
histogram_enc.c 156 ++histo->distance_[code];
283 + PopulationCost(p->distance_, NUM_DISTANCE_CODES, NULL)
285 + VP8LExtraCost(p->distance_, NUM_DISTANCE_CODES);
331 GetCombinedEntropy(a->distance_, b->distance_, NUM_DISTANCE_CODES, 0);
333 VP8LExtraCostCombined(a->distance_, b->distance_, NUM_DISTANCE_CODES);
421 PopulationCost(h->distance_, NUM_DISTANCE_CODES, NULL) +
422 VP8LExtraCost(h->distance_, NUM_DISTANCE_CODES);
    [all...]
backward_references_enc.c 565 double distance_[NUM_DISTANCE_CODES]; member in struct:__anon38540
613 NUM_DISTANCE_CODES, histo->distance_, m->distance_);
644 return m->distance_[code] + extra_bits;
    [all...]
histogram_enc.h 39 uint32_t distance_[NUM_DISTANCE_CODES]; member in struct:__anon38551
vp8l_enc.c 447 VP8LCreateHuffmanTree(histo->distance_, 15, buf_rle, huff_tree, codes + 4);
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationStatusManager.java 268 * @param displayDistanceUnit Unit type to use on of the DISTANCE_* types defined in this

Completed in 153 milliseconds