Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dqp_table.c35 unsigned int mb_h = (frame->height + 15) / 16; in ff_qp_table_extract() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c32 const int mb_h = io->mb_h; in EmitYUV() local
130 const int mb_h = io->mb_h; in EmitAlphaYUV() local
253 const int mb_h = io->mb_h; in EmitRescaledYUV() local
385 const int mb_h = io->mb_h; in EmitRescaledRGB() local
629 const int mb_h = io->mb_h; in CustomPut() local
Dvp8_dec.h57 int mb_h; // number of rows in the sample member
Dvp8l_dec.c599 uint8_t* in, int in_stride, int mb_h, in EmitRescaledRowsRGBA()
627 int mb_w, int mb_h, in EmitRows()
684 uint8_t* in, int in_stride, int mb_h) { in EmitRescaledRowsYUVA()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dwebp_enc.c150 const int mb_h = (picture->height + 15) >> 4; in InitVP8Encoder() local
Dvp8l_enc.c2124 const int mb_h = (height + 15) >> 4; in VP8LEncodeImage() local
/third_party/ffmpeg/libavcodec/
Dsnowdec.c38 const int mb_h= s->b_height << s->block_max_depth; in predict_slice_buffered() local
540 const int mb_h= s->b_height << s->block_max_depth; in decode_frame() local
Dclearvideo.c54 int mb_h; member
344 static void mvi_reset(MVInfo *mvi, int mb_w, int mb_h, int mb_size) in mvi_reset()
Dhqx.c330 int mb_h = (ctx->height + 15) >> 4; in decode_slice() local
Dsnow.h408 const int mb_h= s->b_height << s->block_max_depth; in predict_slice() local
457 const int mb_h= s->b_height << s->block_max_depth; in predict_plane() local
Dg2meet.c275 int mb_w, mb_h, mb_x, mb_y, i, j; in jpg_decode_data() local
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c132 const int mb_h = (pic->height + 15) / 16; in AllocExtraInfo() local
274 const int mb_h = (pic->height + 15) / 16; in PrintMapInfo() local
/third_party/mesa3d/src/broadcom/common/
Dv3d_tiling.c175 uint32_t mb_h = align(image_h, 1 << log2_mb_height) >> log2_mb_height; in v3d_get_uif_pixel_offset() local