/third_party/ffmpeg/libavfilter/ |
D | qp_table.c | 36 unsigned int mb_w = (frame->width + 15) / 16; in ff_qp_table_extract() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 31 const int mb_w = io->mb_w; in EmitYUV() local 74 const int mb_w = io->mb_w; in EmitFancyRGB() local 134 const int mb_w = io->mb_w; in EmitAlphaYUV() local 183 const int mb_w = io->mb_w; in EmitAlphaRGB() local 209 const int mb_w = io->mb_w; in EmitAlphaRGBA4444() local 615 const int mb_w = io->mb_w; in CustomPut() local
|
D | vp8_dec.h | 56 int mb_w; // number of columns in the sample member
|
D | frame_dec.c | 684 const int mb_w = dec->mb_w_; in AllocateMemory() local
|
D | vp8l_dec.c | 619 int mb_w, int mb_h, in EmitRows() 696 int mb_w, int num_rows) { in EmitRowsYUVA()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 31 const int mb_w = io->mb_w; in EmitYUV() local 69 const int mb_w = io->mb_w; in EmitFancyRGB() local 129 const int mb_w = io->mb_w; in EmitAlphaYUV() local 178 const int mb_w = io->mb_w; in EmitAlphaRGB() local 204 const int mb_w = io->mb_w; in EmitAlphaRGBA4444() local 628 const int mb_w = io->mb_w; in CustomPut() local
|
D | vp8_dec.h | 56 int mb_w; // number of columns in the sample member
|
D | frame_dec.c | 684 const int mb_w = dec->mb_w_; in AllocateMemory() local
|
D | vp8l_dec.c | 623 int mb_w, int mb_h, in EmitRows() 700 int mb_w, int num_rows) { in EmitRowsYUVA()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | webp_enc.c | 149 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
|
D | vp8l_enc.c | 1902 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | webp_enc.c | 149 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
|
D | vp8l_enc.c | 2123 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | cwebp.c | 131 const int mb_w = (pic->width + 15) / 16; in AllocExtraInfo() local 273 const int mb_w = (pic->width + 15) / 16; in PrintMapInfo() local
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | cwebp.c | 129 const int mb_w = (pic->width + 15) / 16; in AllocExtraInfo() local 270 const int mb_w = (pic->width + 15) / 16; in PrintMapInfo() local
|
/third_party/ffmpeg/libavcodec/ |
D | clearvideo.c | 53 int mb_w; member 344 static void mvi_reset(MVInfo *mvi, int mb_w, int mb_h, int mb_size) in mvi_reset()
|
D | hqx.c | 329 int mb_w = (ctx->width + 15) >> 4; in decode_slice() local
|
D | snowdec.c | 37 const int mb_w= s->b_width << s->block_max_depth; in predict_slice_buffered() local
|
D | snow.h | 407 const int mb_w= s->b_width << s->block_max_depth; in predict_slice() local
|
D | g2meet.c | 275 int mb_w, mb_h, mb_x, mb_y, i, j; in jpg_decode_data() local
|