Home
last modified time | relevance | path

Searched refs:num_parts_ (Results 1 – 16 of 16) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dsyntax.c256 for (p = 0; p < enc->num_parts_ - 1; ++p) { in EmitPartitionsSize()
285 if (!VP8BitWriterAppend(&enc->parts_[enc->num_parts_ - 1], in WriteExtensions()
321 VP8PutValue(bw, enc->num_parts_ == 8 ? 3 : in GeneratePartition0()
322 enc->num_parts_ == 4 ? 2 : in GeneratePartition0()
323 enc->num_parts_ == 2 ? 1 : 0, 2); in GeneratePartition0()
351 for (p = 0; p < enc->num_parts_; ++p) { in VP8EncFreeBitWriters()
360 const int percent_per_part = task_percent / enc->num_parts_; in VP8EncWrite()
372 3 * (enc->num_parts_ - 1); in VP8EncWrite()
373 for (p = 0; p < enc->num_parts_; ++p) { in VP8EncWrite()
406 for (p = 0; p < enc->num_parts_; ++p) { in VP8EncWrite()
Dwebpenc.c142 enc->num_parts_ = 1; // doesn't work with multi-partition in MapConfigToTools()
232 enc->num_parts_ = 1 << config->partitions; in InitVP8Encoder()
Dframe.c818 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()
820 for (p = 0; ok && p < enc->num_parts_; ++p) { in PreLoopInitialize()
831 for (p = 0; p < enc->num_parts_; ++p) { in PostLoopFinalize()
921 assert(enc->num_parts_ == 1); in VP8EncTokenLoop()
Dvp8enci.h386 int num_parts_; member
Diterator.c281 it->bw_ = &enc->parts_[it->y_ & (enc->num_parts_ - 1)]; in VP8IteratorNext()
/external/webp/src/enc/
Dsyntax.c252 for (p = 0; p < enc->num_parts_ - 1; ++p) { in EmitPartitionsSize()
280 VP8PutBits(bw, enc->num_parts_ == 8 ? 3 : in GeneratePartition0()
281 enc->num_parts_ == 4 ? 2 : in GeneratePartition0()
282 enc->num_parts_ == 2 ? 1 : 0, 2); in GeneratePartition0()
306 for (p = 0; p < enc->num_parts_; ++p) { in VP8EncFreeBitWriters()
315 const int percent_per_part = task_percent / enc->num_parts_; in VP8EncWrite()
328 3 * (enc->num_parts_ - 1); in VP8EncWrite()
329 for (p = 0; p < enc->num_parts_; ++p) { in VP8EncWrite()
362 for (p = 0; p < enc->num_parts_; ++p) { in VP8EncWrite()
Dwebpenc.c116 enc->num_parts_ = 1; // doesn't work with multi-partition in MapConfigToTools()
200 enc->num_parts_ = 1 << config->partitions; in InitVP8Encoder()
Dframe.c646 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()
648 for (p = 0; ok && p < enc->num_parts_; ++p) { in PreLoopInitialize()
662 for (p = 0; p < enc->num_parts_; ++p) { in PostLoopFinalize()
754 assert(enc->num_parts_ == 1); in VP8EncTokenLoop()
Dvp8enci.h360 int num_parts_; member
Diterator.c42 it->bw_ = &enc->parts_[y & (enc->num_parts_ - 1)]; in VP8IteratorSetRow()
/external/webp/src/dec/
Dvp8.c53 dec->num_parts_ = 1; in VP8New()
197 dec->num_parts_ = 1 << VP8GetValue(br, 2); in ParsePartitions()
198 last_part = dec->num_parts_ - 1; in ParsePartitions()
582 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)]; in ParseFrame()
Didec.c121 const int last_part = dec->num_parts_ - 1; in DoRemap()
460 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)]; in DecodeRemaining()
465 if (dec->num_parts_ == 1 && MemDataSize(&idec->mem_) > MAX_MB_SIZE) { in DecodeRemaining()
472 if (dec->num_parts_ == 1) { in DecodeRemaining()
Dvp8i.h213 int num_parts_; member
/external/opencv3/3rdparty/libwebp/dec/
Dvp8.c55 dec->num_parts_ = 1; in VP8New()
198 dec->num_parts_ = 1 << VP8GetValue(br, 2); in ParsePartitions()
199 last_part = dec->num_parts_ - 1; in ParsePartitions()
688 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)]; in ParseFrame()
Didec.c130 const int last_part = dec->num_parts_ - 1; in DoRemap()
438 VP8BitReader* token_br = &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)]; in DecodeRemaining()
449 if (dec->num_parts_ == 1 && MemDataSize(&idec->mem_) > MAX_MB_SIZE) { in DecodeRemaining()
458 if (dec->num_parts_ == 1) { in DecodeRemaining()
Dvp8i.h214 int num_parts_; member