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

  /external/webp/src/dec/
decode_vp8.h 50 // in mb_w / mb_h fields.
55 int mb_h; // number of rows in the sample member in struct:VP8Io
65 // or abort request. The actual size of the area to update is mb_w x mb_h
io.c 33 const int mb_h = io->mb_h; local
35 const int uv_h = (mb_h + 1) / 2;
37 for (j = 0; j < mb_h; ++j) {
44 return io->mb_h;
57 const int last = io->mb_h - 1;
70 return io->mb_h;
86 const int last = io->mb_h;
95 return io->mb_h;
104 int num_lines_out = io->mb_h; // a priori gues
167 const int mb_h = io->mb_h; local
292 const int mb_h = io->mb_h; local
383 const int mb_h = io->mb_h; local
596 const int mb_h = io->mb_h; local
    [all...]
  /external/webp/src/enc/
webpenc.c 171 const int mb_h = (picture->height + 15) >> 4; local
173 const int preds_h = 4 * mb_h + 1;
178 const size_t info_size = mb_w * mb_h * sizeof(VP8MBInfo);
219 mb_w * mb_h * 384 * sizeof(uint8_t));
232 enc->mb_h_ = mb_h;
vp8l.c 1137 const int mb_h = (height + 15) >> 4; local
    [all...]

Completed in 365 milliseconds