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

  /external/webp/src/dec/
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...]
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
vp8l.c 370 const int in_height = io->mb_h;
419 const uint32_t* const data, int in_stride, int mb_h,
425 while (num_lines_in < mb_h) {
428 num_lines_in += WebPRescalerImport(dec->rescaler, mb_h - num_lines_in,
438 int mb_w, int mb_h,
440 int lines = mb_h;
448 return mb_h; // Num rows out == num rows in.
532 int in_stride, int mb_h) {
536 while (num_lines_in < mb_h) {
538 num_lines_in += WebPRescalerImport(dec->rescaler, mb_h - num_lines_in
    [all...]
webp.c 738 io->mb_h = h;
frame.c 233 io->mb_h = y_end - y_start;
vp8.c 340 io->mb_h = io->height; // ditto
  /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 112 milliseconds