Home
last modified time | relevance | path

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

/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.c627 int mb_w, int mb_h, in EmitRows()
704 int mb_w, int num_rows) { in EmitRowsYUVA()
/third_party/ffmpeg/libavfilter/
Dqp_table.c33 unsigned int mb_w = (frame->width + 15) / 16; in ff_qp_table_extract() 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/ffmpeg/libavcodec/
Dclearvideo.c54 int mb_w; member
345 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.c34 const int mb_w= s->b_width << s->block_max_depth; in predict_slice_buffered() local
Dsnow.h409 const int mb_w= s->b_width << s->block_max_depth; in predict_slice() local
Dg2meet.c277 int mb_w, mb_h, mb_x, mb_y, i, j; in jpg_decode_data() local