Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A 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/dec/
H A Dvp8_dec.h56 int mb_w; // number of columns in the sample member
H A Dframe_dec.c684 const int mb_w = dec->mb_w_; in AllocateMemory() local
[all...]
H A 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; EmitAlphaYUV() local
178 const int mb_w = io->mb_w; EmitAlphaRGB() local
204 const int mb_w = io->mb_w; EmitAlphaRGBA4444() local
628 const int mb_w = io->mb_w; CustomPut() local
[all...]
H A Dvp8l_dec.c625 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) EmitRows() argument
702 EmitRowsYUVA(const VP8LDecoder* const dec, const uint8_t* in, int in_stride, int mb_w, int num_rows) EmitRowsYUVA() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dwebp_enc.c149 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
H A Dvp8l_enc.c2123 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local
/third_party/ffmpeg/libavcodec/
H A Dhqx.c329 int mb_w = (ctx->width + 15) >> 4; in decode_slice() local
H A Dsnowdec.c34 const int mb_w= s->b_width << s->block_max_depth; in predict_slice_buffered() local
H A 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() argument
H A Dg2meet.c277 int mb_w, mb_h, mb_x, mb_y, i, j; in jpg_decode_data() local
H A Dsnow.h409 const int mb_w= s->b_width << s->block_max_depth; in predict_slice() local
/third_party/skia/third_party/externals/libwebp/examples/
H A 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

Completed in 20 milliseconds