Searched refs:uv_bits_ (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/enc/
H A Dvp8enci.h270 uint64_t uv_bits_; // macroblock bit-cost for chroma member in struct:__anon12291
H A Dframe.c434 it->uv_bits_ = pos3 - pos2;
436 it->bit_count_[segment][2] += it->uv_bits_;
534 const int b = (int)((it->luma_bits_ + it->uv_bits_ + 7) >> 3);

Completed in 98 milliseconds