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

  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 243 int mb_w_, mb_h_; member in struct:VP8Decoder
frame.c 439 if (dec->br_mb_y_ > dec->mb_h_) {
440 dec->br_mb_y_ = dec->mb_h_;
803 if (mb_y < dec->mb_h_ - 1) {
vp8.c 306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
idec.c 442 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) {
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 31 const int h = enc->mb_h_;
209 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
376 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
446 const int last_row = enc->mb_h_;
webpenc.c 64 for (i = 0; i < 4 * enc->mb_h_; ++i) {
199 enc->mb_h_ = mb_h;
frame.c 116 const int nb_mbs = enc->mb_w_ * enc->mb_h_;
196 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;
iterator.c 54 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default
305 if (y < enc->mb_h_ - 1) { // top
vp8enci.h 410 int mb_w_, mb_h_; member in struct:VP8Encoder
syntax.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_;
quant.c 350 int i = enc->mb_w_ * enc->mb_h_;
    [all...]
  /external/webp/src/dec/
vp8i.h 243 int mb_w_, mb_h_; member in struct:VP8Decoder
frame.c 439 if (dec->br_mb_y_ > dec->mb_h_) {
440 dec->br_mb_y_ = dec->mb_h_;
803 if (mb_y < dec->mb_h_ - 1) {
vp8.c 306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
idec.c 442 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) {
  /external/webp/src/enc/
analysis.c 31 const int h = enc->mb_h_;
209 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
376 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
446 const int last_row = enc->mb_h_;
webpenc.c 64 for (i = 0; i < 4 * enc->mb_h_; ++i) {
199 enc->mb_h_ = mb_h;
frame.c 116 const int nb_mbs = enc->mb_w_ * enc->mb_h_;
196 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;
iterator.c 54 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default
305 if (y < enc->mb_h_ - 1) { // top
vp8enci.h 410 int mb_w_, mb_h_; member in struct:VP8Encoder
syntax.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_;
quant.c 350 int i = enc->mb_w_ * enc->mb_h_;
    [all...]

Completed in 216 milliseconds