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

  /external/webp/src/enc/
webp_enc.c 64 for (i = 0; i < 4 * enc->mb_h_; ++i) {
110 (score_t)256 * 510 * 8 * 1024 / (enc->mb_w_ * enc->mb_h_);
206 enc->mb_h_ = mb_h;
frame_enc.c 112 const int nb_mbs = enc->mb_w_ * enc->mb_h_;
190 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
199 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
590 int nb_mbs = enc->mb_w_ * enc->mb_h_;
650 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_;
742 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3;
748 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384;
analysis_enc.c 31 const int h = enc->mb_h_;
213 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
415 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
485 const int last_row = enc->mb_h_;
iterator_enc.c 54 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default
302 if (y < enc->mb_h_ - 1) { // top
vp8i_enc.h 352 int mb_w_, mb_h_; member in struct:VP8Encoder
syntax_enc.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_;
quant_enc.c 391 int i = enc->mb_w_ * enc->mb_h_;
    [all...]
  /external/webp/src/dec/
vp8i_dec.h 206 int mb_w_, mb_h_; member in struct:VP8Decoder
frame_dec.c 169 if (mb_y < dec->mb_h_ - 1) {
596 if (dec->br_mb_y_ > dec->mb_h_) {
597 dec->br_mb_y_ = dec->mb_h_;
vp8_dec.c 318 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
idec_dec.c 455 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) {

Completed in 71 milliseconds