Searched defs:mb_w (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/webp/src/dec/ |
H A D | io_dec.c | 31 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
|
H A D | vp8_dec.h | 57 int mb_w; // number of columns in the sample member
|
H A D | vp8l_dec.c | 649 int mb_w, int mb_h, in EmitRows() 726 int mb_w, int num_rows) { in EmitRowsYUVA()
|
H A D | frame_dec.c | 684 const int mb_w = dec->mb_w_; in AllocateMemory() local
|
/aosp_15_r20/external/webp/examples/ |
H A D | cwebp.c | 132 const int mb_w = (pic->width + 15) / 16; in AllocExtraInfo() local 274 const int mb_w = (pic->width + 15) / 16; in PrintMapInfo() local
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | webp_enc.c | 149 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
|
H A D | vp8l_enc.c | 1880 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() 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
|