Searched defs:mb_h (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Ddecode_vp8.h52 // 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
H A Dio.c32 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; //
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...]
H A Dvp8l.c389 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
438 EmitRescaledRowsRGBA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h, uint8_t* const out, int out_stride) argument
460 EmitRows(WEBP_CSP_MODE colorspace, const uint8_t* row_in, int in_stride, int mb_w, int mb_h, uint8_t* const out, int out_stride) argument
556 EmitRescaledRowsYUVA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h) argument
[all...]
/external/webp/src/dec/
H A Ddecode_vp8.h52 // 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
H A Dio.c32 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; //
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...]
H A Dvp8l.c389 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
438 EmitRescaledRowsRGBA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h, uint8_t* const out, int out_stride) argument
460 EmitRows(WEBP_CSP_MODE colorspace, const uint8_t* row_in, int in_stride, int mb_w, int mb_h, uint8_t* const out, int out_stride) argument
556 EmitRescaledRowsYUVA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h) argument
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dwebpenc.c143 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));
H A Dvp8l.c1230 const int mb_h = (height + 15) >> 4; local
1231 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info));
/external/webp/src/enc/
H A Dwebpenc.c143 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));
H A Dvp8l.c1230 const int mb_h = (height + 15) >> 4; local
1231 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info));

Completed in 2047 milliseconds