Searched refs:mb_w_ (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dlayer.c29 VP8BitWriterInit(&enc->layer_bw_, enc->mb_w_ * enc->mb_h_ * 3);
H A Diterator.c38 const size_t top_size = enc->mb_w_ * 16;
40 memset(enc->nz_, 0, enc->mb_w_ * sizeof(*enc->nz_));
53 it->done_ = enc->mb_w_* enc->mb_h_;
254 if (x < enc->mb_w_ - 1) { // left
278 if (it->x_ == enc->mb_w_) {
379 if (it->x_ < enc->mb_w_ - 1) {
H A Danalysis.c34 const int w = enc->mb_w_;
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_;
H A Dframe.c77 const int nb_mbs = enc->mb_w_ * enc->mb_h_;
229 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
666 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
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;
H A Dwebpenc.c89 for (i = -1; i < 4 * enc->mb_w_; ++i) {
233 enc->mb_w_ = mb_w;
H A Dvp8enci.h382 int mb_w_, mb_h_; member in struct:VP8Encoder
435 VP8MBInfo* mb_info_; // contextual macroblock infos (mb_w_ + 1)
H A Dsyntax.c304 const int mb_size = enc->mb_w_ * enc->mb_h_;
H A Dquant.c292 int i = enc->mb_w_ * enc->mb_h_;
/external/webp/src/enc/
H A Dlayer.c29 VP8BitWriterInit(&enc->layer_bw_, enc->mb_w_ * enc->mb_h_ * 3);
H A Diterator.c38 const size_t top_size = enc->mb_w_ * 16;
40 memset(enc->nz_, 0, enc->mb_w_ * sizeof(*enc->nz_));
53 it->done_ = enc->mb_w_* enc->mb_h_;
254 if (x < enc->mb_w_ - 1) { // left
278 if (it->x_ == enc->mb_w_) {
379 if (it->x_ < enc->mb_w_ - 1) {
H A Danalysis.c34 const int w = enc->mb_w_;
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_;
H A Dframe.c77 const int nb_mbs = enc->mb_w_ * enc->mb_h_;
229 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) {
666 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
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;
H A Dwebpenc.c89 for (i = -1; i < 4 * enc->mb_w_; ++i) {
233 enc->mb_w_ = mb_w;
H A Dvp8enci.h382 int mb_w_, mb_h_; member in struct:VP8Encoder
435 VP8MBInfo* mb_info_; // contextual macroblock infos (mb_w_ + 1)
H A Dsyntax.c304 const int mb_size = enc->mb_w_ * enc->mb_h_;
H A Dquant.c292 int i = enc->mb_w_ * enc->mb_h_;
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8i.h207 int mb_w_, mb_h_; member in struct:VP8Decoder
239 uint8_t* intra_t_; // top intra modes values: 4 * mb_w_
241 uint8_t* y_t_; // top luma samples: 16 * mb_w_
242 uint8_t* u_t_, *v_t_; // top u/v samples: 8 * mb_w_ each
244 VP8MB* mb_info_; // contextual macroblock info (mb_w_ + 1)
H A Dframe.c334 if (dec->br_mb_x_ > dec->mb_w_) {
335 dec->br_mb_x_ = dec->mb_w_;
412 const int mb_w = dec->mb_w_;
609 if (dec->mb_x_ >= dec->mb_w_ - 1) { // on rightmost border
H A Dvp8.c330 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4;
690 for (dec->mb_x_ = 0; dec->mb_x_ < dec->mb_w_; dec->mb_x_++) {
H A Didec.c442 for (; dec->mb_x_ < dec->mb_w_; dec->mb_x_++) {
/external/webp/src/dec/
H A Dvp8i.h207 int mb_w_, mb_h_; member in struct:VP8Decoder
239 uint8_t* intra_t_; // top intra modes values: 4 * mb_w_
241 uint8_t* y_t_; // top luma samples: 16 * mb_w_
242 uint8_t* u_t_, *v_t_; // top u/v samples: 8 * mb_w_ each
244 VP8MB* mb_info_; // contextual macroblock info (mb_w_ + 1)
H A Dframe.c334 if (dec->br_mb_x_ > dec->mb_w_) {
335 dec->br_mb_x_ = dec->mb_w_;
412 const int mb_w = dec->mb_w_;
609 if (dec->mb_x_ >= dec->mb_w_ - 1) { // on rightmost border
H A Dvp8.c330 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4;
690 for (dec->mb_x_ = 0; dec->mb_x_ < dec->mb_w_; dec->mb_x_++) {
H A Didec.c442 for (; dec->mb_x_ < dec->mb_w_; dec->mb_x_++) {

Completed in 191 milliseconds