Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dqp_table.c32 unsigned int mb_h = (frame->height + 15) / 16; in ff_qp_table_extract() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.h57 int mb_h; // number of rows in the sample member
H A Dio_dec.c32 const int mb_h = io->mb_h; in EmitYUV() local
130 const int mb_h in EmitAlphaYUV() local
253 const int mb_h = io->mb_h; EmitRescaledYUV() local
385 const int mb_h = io->mb_h; EmitRescaledRGB() local
629 const int mb_h = io->mb_h; CustomPut() local
[all...]
H A Dvp8l_dec.c598 EmitRescaledRowsRGBA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h, uint8_t* const out, int out_stride) EmitRescaledRowsRGBA() argument
625 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
683 EmitRescaledRowsYUVA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h) EmitRescaledRowsYUVA() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dwebp_enc.c150 const int mb_h = (picture->height + 15) >> 4; in InitVP8Encoder() local
H A Dvp8l_enc.c2124 const int mb_h = (height + 15) >> 4; in VP8LEncodeImage() local
/third_party/ffmpeg/libavcodec/
H A Dhqx.c330 int mb_h = (ctx->height + 15) >> 4; in decode_slice() local
H A Dsnowdec.c35 const int mb_h= s->b_height << s->block_max_depth; in predict_slice_buffered() local
536 const int mb_h= s->b_height << s->block_max_depth; in decode_frame() local
H A Dclearvideo.c55 int mb_h; 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.h410 const int mb_h= s->b_height << s->block_max_depth; in predict_slice() local
459 const int mb_h= s->b_height << s->block_max_depth; in predict_plane() local
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_tiling.c175 uint32_t mb_h = align(image_h, 1 << log2_mb_height) >> log2_mb_height; in v3d_get_uif_pixel_offset() local
/third_party/skia/third_party/externals/libwebp/examples/
H A 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

Completed in 21 milliseconds