Searched refs:MB_HEIGHT (Results 1 - 12 of 12) sorted by last modified time

/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_hw.h26 #define MB_HEIGHT(h) DIV_ROUND_UP(h, MB_DIM) macro
H A Drockchip_vpu2_hw_h264_dec.c263 VDPU_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) |
451 MB_HEIGHT(ctx->src_fmt.height);
459 MB_HEIGHT(ctx->src_fmt.height);
H A Dhantro_g1_h264_dec.c53 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) |
234 MB_HEIGHT(ctx->src_fmt.height);
242 MB_HEIGHT(ctx->src_fmt.height);
H A Dhantro_postproc.c99 HANTRO_PP_REG_WRITE(vpu, input_height, MB_HEIGHT(ctx->dst_fmt.height));
H A Drockchip_vpu2_hw_vp8_dec.c568 mb_height = MB_HEIGHT(height);
H A Drockchip_vpu2_hw_jpeg_enc.c177 | VEPU_REG_MB_HEIGHT(MB_HEIGHT(ctx->src_fmt.height))
H A Drockchip_vpu2_hw_mpeg2_dec.c214 VDPU_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) |
H A Dhantro_h1_jpeg_enc.c146 | H1_REG_ENC_CTRL_HEIGHT(MB_HEIGHT(ctx->src_fmt.height))
H A Dhantro_g1_vp8_dec.c478 mb_height = MB_HEIGHT(height);
H A Dhantro_g1_mpeg2_dec.c197 G1_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) |
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.h21 #define MB_HEIGHT(y_size) DIV_ROUND_UP(y_size, 16) macro
23 (((MB_HEIGHT(y) + 1) / 2) * 2) * 64 + (offset))
H A Ds5p_mfc_opr_v6.c68 mb_height = MB_HEIGHT(ctx->img_height);
544 mb_height = MB_HEIGHT(ctx->img_height);

Completed in 200 milliseconds