Home
last modified time | relevance | path

Searched refs:mb_h (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dio_dec.c32 const int mb_h = io->mb_h; in EmitYUV() local
34 const int uv_h = (mb_h + 1) / 2; in EmitYUV()
35 WebPCopyPlane(io->y, io->y_stride, y_dst, buf->y_stride, mb_w, mb_h); in EmitYUV()
38 return io->mb_h; in EmitYUV()
48 dst, buf->stride, io->mb_w, io->mb_h, in EmitSampledRGB()
50 return io->mb_h; in EmitSampledRGB()
58 int num_lines_out = io->mb_h; // a priori guess in EmitFancyRGB()
68 const int y_end = io->mb_y + io->mb_h; in EmitFancyRGB()
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.c543 const int in_height = io->mb_h; in AllocateAndInitRescaler()
599 uint8_t* in, int in_stride, int mb_h, in EmitRescaledRowsRGBA()
604 while (num_lines_in < mb_h) { in EmitRescaledRowsRGBA()
607 const int lines_left = mb_h - num_lines_in; in EmitRescaledRowsRGBA()
627 int mb_w, int mb_h, in EmitRows()
629 int lines = mb_h; in EmitRows()
636 return mb_h; // Num rows out == num rows in. in EmitRows()
684 uint8_t* in, int in_stride, int mb_h) { in EmitRescaledRowsYUVA()
687 while (num_lines_in < mb_h) { in EmitRescaledRowsYUVA()
688 const int lines_left = mb_h in EmitRescaledRowsYUVA()
598 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...]
H A Dvp8_dec.h52 // in mb_w / mb_h fields.
57 int mb_h; // number of rows in the sample member
67 // or abort request. The actual size of the area to update is mb_w x mb_h
H A Dvp8_dec.c339 io->mb_h = io->height; // ditto in VP8GetHeaders()
H A Dframe_dec.c481 io->mb_h = y_end - y_start; in FinishRow()
H A Dwebp_dec.c821 io->mb_h = h; in WebPIoInitFromOptions()
/third_party/ffmpeg/libavfilter/
H A Dqp_table.c32 unsigned int mb_h = (frame->height + 15) / 16; in ff_qp_table_extract() local
34 unsigned int nb_mb = mb_h * mb_w; in ff_qp_table_extract()
53 *table_h = mb_h; in ff_qp_table_extract()
/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
152 const int preds_h = 4 * mb_h + 1; in InitVP8Encoder()
156 const size_t info_size = mb_w * mb_h * sizeof(*enc->mb_info_); in InitVP8Encoder()
198 mb_w * mb_h * 384 * sizeof(uint8_t)); in InitVP8Encoder()
211 enc->mb_h_ = mb_h; in InitVP8Encoder()
249 VP8TBufferInit(&enc->tokens_, (int)(mb_w * mb_h * 4 * scale)); in InitVP8Encoder()
H A Dvp8l_enc.c2124 const int mb_h = (height + 15) >> 4; in VP8LEncodeImage() local
2125 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info)); in VP8LEncodeImage()
/third_party/ffmpeg/libavcodec/
H A Dhqx.c330 int mb_h = (ctx->height + 15) >> 4; in decode_slice() local
332 int grp_h = (mb_h + 4) / 5; in decode_slice()
334 int grp_v_edge = grp_h * (mb_h / grp_h); in decode_slice()
336 int grp_h_rest = mb_h - grp_v_edge; in decode_slice()
337 int num_mbs = mb_w * mb_h; in decode_slice()
H A Dsnow.h410 const int mb_h= s->b_height << s->block_max_depth; in predict_slice() local
423 if(mb_y==mb_h) in predict_slice()
459 const int mb_h= s->b_height << s->block_max_depth; in predict_plane() local
461 for(mb_y=0; mb_y<=mb_h; mb_y++) in predict_plane()
H A Dclearvideo.c55 int mb_h; member
331 bot_mv = ((mvi->mb_h - mb_y - 1) * mvi->mb_size); in mvi_predict()
345 static void mvi_reset(MVInfo *mvi, int mb_w, int mb_h, int mb_size) in mvi_reset() argument
349 mvi->mb_h = mb_h; in mvi_reset()
H A Dsnowdec.c35 const int mb_h= s->b_height << s->block_max_depth; in predict_slice_buffered() local
48 if(mb_y==mb_h) in predict_slice_buffered()
88 if(s->avmv && mb_y < mb_h && plane_index == 0) in predict_slice_buffered()
536 const int mb_h= s->b_height << s->block_max_depth; in decode_frame() local
546 for(mb_y=0; mb_y<=mb_h; mb_y++){ in decode_frame()
H A Dg2meet.c277 int mb_w, mb_h, mb_x, mb_y, i, j; in jpg_decode_data() local
293 mb_h = (height + 15) >> 4; in jpg_decode_data()
296 num_mbs = mb_w * mb_h * 4; in jpg_decode_data()
303 for (mb_y = 0; mb_y < mb_h; mb_y++) { in jpg_decode_data()
/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
176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dcwebp.c132 const int mb_h = (pic->height + 15) / 16; in AllocExtraInfo() local
134 (uint8_t*)WebPMalloc(mb_w * mb_h * sizeof(*pic->extra_info)); in AllocExtraInfo()
274 const int mb_h = (pic->height + 15) / 16; in PrintMapInfo() local
277 for (y = 0; y < mb_h; ++y) { in PrintMapInfo()

Completed in 24 milliseconds