Searched defs:mb_h (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/webp/src/dec/ |
H A 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
|
H A D | vp8l_dec.c | 621 uint8_t* in, int in_stride, int mb_h, in EmitRescaledRowsRGBA() 649 int mb_w, int mb_h, in EmitRows() 706 uint8_t* in, int in_stride, int mb_h) { in EmitRescaledRowsYUVA()
|
H A D | vp8_dec.h | 58 int mb_h; // number of rows in the sample member
|
/aosp_15_r20/external/webp/examples/ |
H A D | cwebp.c | 133 const int mb_h = (pic->height + 15) / 16; in AllocExtraInfo() local 275 const int mb_h = (pic->height + 15) / 16; in PrintMapInfo() local
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | webp_enc.c | 150 const int mb_h = (picture->height + 15) >> 4; in InitVP8Encoder() local
|
H A D | vp8l_enc.c | 1881 const int mb_h = (height + 15) >> 4; in VP8LEncodeImage() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/common/ |
H A D | v3d_tiling.c | 176 uint32_t mb_h = align(image_h, 1 << log2_mb_height) >> log2_mb_height; in v3d_get_uif_pixel_offset() local
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv.c | 746 int mb_h, mb_w, mb_y, mb_x, blk_x, blk_y; in enc_tile_comp() local 1602 int mb_h, mb_w, mb_y, mb_x, blk_y, blk_x; in dec_tile_comp() local
|