Home
last modified time | relevance | path

Searched refs:header_bytes (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dsyntax.c338 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); in GeneratePartition0()
339 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0()
/external/webp/include/webp/
Dencode.h180 int header_bytes[2]; // approximate number of bytes spent for header member
/external/chromium/net/tools/flip_server/
Dbalsa_frame.cc570 __m128i header_bytes = in FindColonsAndParseIntoKeyValue() local
573 _mm_cmpeq_epi8(header_bytes, reinterpret_cast<__m128i>(colons)); in FindColonsAndParseIntoKeyValue()