/external/chromium_org/third_party/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 | 373 const int in_height = io->mb_h; 422 const uint32_t* const data, int in_stride, int mb_h, 428 while (num_lines_in < mb_h) { 431 num_lines_in += WebPRescalerImport(dec->rescaler, mb_h - num_lines_in, 441 int mb_w, int mb_h, 443 int lines = mb_h; 451 return mb_h; // Num rows out == num rows in. 535 int in_stride, int mb_h) { 539 while (num_lines_in < mb_h) { 541 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 | 775 io->mb_h = h;
|
/external/webp/src/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/chromium_org/third_party/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...] |
/external/webp/src/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...] |