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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 292 uint64_t uv_bits_; // macroblock bit-cost for chroma member in struct:__anon20464
frame.c 514 it->uv_bits_ = pos3 - pos2;
516 it->bit_count_[segment][2] += it->uv_bits_;
674 const int b = (int)((it->luma_bits_ + it->uv_bits_ + 7) >> 3);
  /external/webp/src/enc/
vp8enci.h 240 uint64_t uv_bits_; // macroblock bit-cost for chroma member in struct:__anon26165
frame.c 341 it->uv_bits_ = pos3 - pos2;
343 it->bit_count_[segment][2] += it->uv_bits_;
502 const int b = (int)((it->luma_bits_ + it->uv_bits_ + 7) >> 3);

Completed in 74 milliseconds