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

  /external/opencv3/3rdparty/libwebp/enc/
layer.c 29 VP8BitWriterInit(&enc->layer_bw_, enc->mb_w_ * enc->mb_h_ * 3);
analysis.c 35 const int h = enc->mb_h_;
208 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
381 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
410 enc->alpha_ /= enc->mb_w_ * enc->mb_h_;
411 enc->uv_alpha_ /= enc->mb_w_ * enc->mb_h_;
iterator.c 53 it->done_ = enc->mb_w_* enc->mb_h_;
77 const int percent = (enc->mb_h_ <= 1)
79 : it->percent0_ + delta * it->y_ / (enc->mb_h_ - 1);
268 if (y < enc->mb_h_ - 1) { // top
frame.c 77 const int nb_mbs = enc->mb_w_ * enc->mb_h_;
229 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
762 nb_mbs = enc->mb_w_ * enc->mb_h_;
818 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_;
912 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3;
webpenc.c 92 for (i = 0; i < 4 * enc->mb_h_; ++i) {
234 enc->mb_h_ = mb_h;
vp8enci.h 382 int mb_w_, mb_h_; member in struct:VP8Encoder
syntax.c 304 const int mb_size = enc->mb_w_ * enc->mb_h_;
quant.c 292 int i = enc->mb_w_ * enc->mb_h_;
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 207 int mb_w_, mb_h_; member in struct:VP8Decoder
frame.c 337 if (dec->br_mb_y_ > dec->mb_h_) {
338 dec->br_mb_y_ = dec->mb_h_;
666 if (dec->mb_y_ < dec->mb_h_ - 1) {
idec.c 437 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) {
vp8.c 331 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
  /external/webp/src/dec/
vp8i.h 206 int mb_w_, mb_h_; member in struct:VP8Decoder
frame.c 169 if (mb_y < dec->mb_h_ - 1) {
606 if (dec->br_mb_y_ > dec->mb_h_) {
607 dec->br_mb_y_ = dec->mb_h_;
vp8.c 305 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
idec.c 448 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) {
  /external/webp/src/enc/
analysis.c 31 const int h = enc->mb_h_;
213 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
383 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
453 const int last_row = enc->mb_h_;
webpenc.c 64 for (i = 0; i < 4 * enc->mb_h_; ++i) {
202 enc->mb_h_ = mb_h;
frame.c 112 const int nb_mbs = enc->mb_w_ * enc->mb_h_;
192 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
586 int nb_mbs = enc->mb_w_ * enc->mb_h_;
646 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_;
738 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3;
744 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384;
iterator.c 54 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default
305 if (y < enc->mb_h_ - 1) { // top
vp8enci.h 356 int mb_w_, mb_h_; member in struct:VP8Encoder
syntax.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_;
quant.c 374 int i = enc->mb_w_ * enc->mb_h_;
    [all...]

Completed in 716 milliseconds