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

  /external/opencv3/3rdparty/libwebp/dec/
io.c 35 const int mb_h = io->mb_h; local
37 const int uv_h = (mb_h + 1) / 2;
39 for (j = 0; j < mb_h; ++j) {
46 return io->mb_h;
59 const int last = io->mb_h - 1;
72 return io->mb_h;
88 const int last = io->mb_h;
97 return io->mb_h;
106 int num_lines_out = io->mb_h; // a priori gues
169 const int mb_h = io->mb_h; local
294 const int mb_h = io->mb_h; local
385 const int mb_h = io->mb_h; local
598 const int mb_h = io->mb_h; local
    [all...]
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
vp8l.c 372 const int in_height = io->mb_h;
421 const uint32_t* const data, int in_stride, int mb_h,
427 while (num_lines_in < mb_h) {
430 num_lines_in += WebPRescalerImport(dec->rescaler, mb_h - num_lines_in,
440 int mb_w, int mb_h,
442 int lines = mb_h;
450 return mb_h; // Num rows out == num rows in.
534 int in_stride, int mb_h) {
538 while (num_lines_in < mb_h) {
540 num_lines_in += WebPRescalerImport(dec->rescaler, mb_h - num_lines_in
    [all...]
frame.c 235 io->mb_h = y_end - y_start;
vp8.c 342 io->mb_h = io->height; // ditto
webp.c 758 io->mb_h = h;
  /external/webp/src/dec/
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;
63 int num_lines_out = io->mb_h; // a priori guess
73 const int y_end = io->mb_y + io->mb_h;
127 const int mb_h = io->mb_h local
252 const int mb_h = io->mb_h; local
358 const int mb_h = io->mb_h; local
581 const int mb_h = io->mb_h; local
    [all...]
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
vp8l.c 491 const int in_height = io->mb_h;
540 uint8_t* in, int in_stride, int mb_h,
545 while (num_lines_in < mb_h) {
548 const int lines_left = mb_h - num_lines_in;
563 int mb_w, int mb_h,
565 int lines = mb_h;
572 return mb_h; // Num rows out == num rows in.
620 uint8_t* in, int in_stride, int mb_h) {
623 while (num_lines_in < mb_h) {
624 const int lines_left = mb_h - num_lines_in
    [all...]
vp8.c 316 io->mb_h = io->height; // ditto
frame.c 491 io->mb_h = y_end - y_start;
webp.c 798 io->mb_h = h;
  /external/webp/src/enc/
webpenc.c 146 const int mb_h = (picture->height + 15) >> 4; local
148 const int preds_h = 4 * mb_h + 1;
152 const size_t info_size = mb_w * mb_h * sizeof(*enc->mb_info_);
189 mb_w * mb_h * 384 * sizeof(uint8_t));
202 enc->mb_h_ = mb_h;
238 VP8TBufferInit(&enc->tokens_, (int)(mb_w * mb_h * 4 * scale));
vp8l.c 1583 const int mb_h = (height + 15) >> 4; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
webpenc.c 173 const int mb_h = (picture->height + 15) >> 4; local
175 const int preds_h = 4 * mb_h + 1;
180 const size_t info_size = mb_w * mb_h * sizeof(VP8MBInfo);
221 mb_w * mb_h * 384 * sizeof(uint8_t));
234 enc->mb_h_ = mb_h;
vp8l.c 1157 const int mb_h = (height + 15) >> 4; local
    [all...]

Completed in 360 milliseconds