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

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.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.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;
71 const int last = io->mb_h;
80 return io->mb_h;
89 int num_lines_out = io->mb_h; // a priori gues
152 const int mb_h = io->mb_h; local
281 const int mb_h = io->mb_h; local
390 const int mb_h = io->mb_h; local
615 const int mb_h = io->mb_h; local
    [all...]
  /external/webp/src/dec/
decode_vp8.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.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;
71 const int last = io->mb_h;
80 return io->mb_h;
89 int num_lines_out = io->mb_h; // a priori gues
152 const int mb_h = io->mb_h; local
281 const int mb_h = io->mb_h; local
390 const int mb_h = io->mb_h; local
615 const int mb_h = io->mb_h; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
webpenc.c 143 const int mb_h = (picture->height + 15) >> 4; local
145 const int preds_h = 4 * mb_h + 1;
149 const size_t info_size = mb_w * mb_h * sizeof(VP8MBInfo);
186 mb_w * mb_h * 384 * sizeof(uint8_t));
199 enc->mb_h_ = mb_h;
236 VP8TBufferInit(&enc->tokens_, (int)(mb_w * mb_h * 4 * scale));
vp8l.c 1230 const int mb_h = (height + 15) >> 4; local
    [all...]
  /external/webp/src/enc/
webpenc.c 143 const int mb_h = (picture->height + 15) >> 4; local
145 const int preds_h = 4 * mb_h + 1;
149 const size_t info_size = mb_w * mb_h * sizeof(VP8MBInfo);
186 mb_w * mb_h * 384 * sizeof(uint8_t));
199 enc->mb_h_ = mb_h;
236 VP8TBufferInit(&enc->tokens_, (int)(mb_w * mb_h * 4 * scale));
vp8l.c 1230 const int mb_h = (height + 15) >> 4; local
    [all...]

Completed in 237 milliseconds