HomeSort by relevance Sort by last modified time
    Searched defs:mb_h (Results 1 - 4 of 4) sorted by null

  /external/webp/src/dec/
vp8_dec.h 52 // in mb_w / mb_h fields.
57 int mb_h; // number of rows in the sample member in struct:VP8Io
67 // or abort request. The actual size of the area to update is mb_w x mb_h
io_dec.c 32 const int mb_h = io->mb_h; local
34 const int uv_h = (mb_h + 1) / 2;
36 for (j = 0; j < mb_h; ++j) {
43 return io->mb_h;
53 dst, buf->stride, io->mb_w, io->mb_h,
55 return io->mb_h;
63 int num_lines_out = io->mb_h; // a priori guess
73 const int y_end = io->mb_y + io->mb_h;
135 const int mb_h = io->mb_h local
258 const int mb_h = io->mb_h; local
379 const int mb_h = io->mb_h; local
616 const int mb_h = io->mb_h; local
    [all...]
  /external/webp/src/enc/
webp_enc.c 150 const int mb_h = (picture->height + 15) >> 4; local
152 const int preds_h = 4 * mb_h + 1;
156 const size_t info_size = mb_w * mb_h * sizeof(*enc->mb_info_);
193 mb_w * mb_h * 384 * sizeof(uint8_t));
206 enc->mb_h_ = mb_h;
242 VP8TBufferInit(&enc->tokens_, (int)(mb_w * mb_h * 4 * scale));
vp8l_enc.c 1966 const int mb_h = (height + 15) >> 4; local
    [all...]

Completed in 185 milliseconds