Home
last modified time | relevance | path

Searched defs:mb_w (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dqp_table.c36 unsigned int mb_w = (frame->width + 15) / 16; in ff_qp_table_extract() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c31 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
Dvp8_dec.h56 int mb_w; // number of columns in the sample member
Dframe_dec.c684 const int mb_w = dec->mb_w_; in AllocateMemory() local
Dvp8l_dec.c619 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/
Dio_dec.c31 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
Dvp8_dec.h56 int mb_w; // number of columns in the sample member
Dframe_dec.c684 const int mb_w = dec->mb_w_; in AllocateMemory() local
Dvp8l_dec.c623 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/
Dwebp_enc.c149 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
Dvp8l_enc.c1902 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dwebp_enc.c149 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
Dvp8l_enc.c2123 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c131 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/
Dcwebp.c129 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/
Dclearvideo.c53 int mb_w; member
344 static void mvi_reset(MVInfo *mvi, int mb_w, int mb_h, int mb_size) in mvi_reset()
Dhqx.c329 int mb_w = (ctx->width + 15) >> 4; in decode_slice() local
Dsnowdec.c37 const int mb_w= s->b_width << s->block_max_depth; in predict_slice_buffered() local
Dsnow.h407 const int mb_w= s->b_width << s->block_max_depth; in predict_slice() local
Dg2meet.c275 int mb_w, mb_h, mb_x, mb_y, i, j; in jpg_decode_data() local