Searched defs:mb_h (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | qp_table.c | 35 unsigned int mb_h = (frame->height + 15) / 16; in ff_qp_table_extract() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 32 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
|
D | vp8_dec.h | 57 int mb_h; // number of rows in the sample member
|
D | vp8l_dec.c | 599 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/ |
D | webp_enc.c | 150 const int mb_h = (picture->height + 15) >> 4; in InitVP8Encoder() local
|
D | vp8l_enc.c | 2124 const int mb_h = (height + 15) >> 4; in VP8LEncodeImage() local
|
/third_party/ffmpeg/libavcodec/ |
D | snowdec.c | 38 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
|
D | clearvideo.c | 54 int mb_h; member 344 static void mvi_reset(MVInfo *mvi, int mb_w, int mb_h, int mb_size) in mvi_reset()
|
D | hqx.c | 330 int mb_h = (ctx->height + 15) >> 4; in decode_slice() local
|
D | snow.h | 408 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
|
D | g2meet.c | 275 int mb_w, mb_h, mb_x, mb_y, i, j; in jpg_decode_data() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | cwebp.c | 132 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/ |
D | v3d_tiling.c | 175 uint32_t mb_h = align(image_h, 1 << log2_mb_height) >> log2_mb_height; in v3d_get_uif_pixel_offset() local
|