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

  /external/chromium_org/third_party/libwebp/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;
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...]
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 389 const int in_height = io->mb_h;
439 uint8_t* in, int in_stride, int mb_h,
444 while (num_lines_in < mb_h) {
447 const int lines_left = mb_h - num_lines_in;
462 int mb_w, int mb_h,
464 int lines = mb_h;
471 return mb_h; // Num rows out == num rows in.
557 uint8_t* in, int in_stride, int mb_h) {
560 while (num_lines_in < mb_h) {
561 const int lines_left = mb_h - num_lines_in
    [all...]
vp8.c 317 io->mb_h = io->height; // ditto
frame.c 324 io->mb_h = y_end - y_start;
webp.c 794 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;
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...]
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 389 const int in_height = io->mb_h;
439 uint8_t* in, int in_stride, int mb_h,
444 while (num_lines_in < mb_h) {
447 const int lines_left = mb_h - num_lines_in;
462 int mb_w, int mb_h,
464 int lines = mb_h;
471 return mb_h; // Num rows out == num rows in.
557 uint8_t* in, int in_stride, int mb_h) {
560 while (num_lines_in < mb_h) {
561 const int lines_left = mb_h - num_lines_in
    [all...]
vp8.c 317 io->mb_h = io->height; // ditto
frame.c 324 io->mb_h = y_end - y_start;
webp.c 806 io->mb_h = h;
  /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 58 milliseconds