Home
last modified time | relevance | path

Searched refs:MB_HEIGHT (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
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 + 128)
25 (((MB_HEIGHT(y)+1)/2)*2) * 64 + 512)
Ds5p_mfc_opr_v6.c68 mb_height = MB_HEIGHT(ctx->img_height); in s5p_mfc_alloc_codec_buffers_v6()
476 mb_height = MB_HEIGHT(ctx->img_height); in s5p_mfc_enc_calc_src_size_v6()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
Dhantro_g1_h264_dec.c54 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) | in set_params()
260 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
268 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
Dhantro_hw.h23 #define MB_HEIGHT(h) DIV_ROUND_UP(h, MB_DIM) macro
Drk3399_vpu_hw_jpeg_enc.c163 | VEPU_REG_MB_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in rk3399_vpu_jpeg_enc_run()
Dhantro_postproc.c88 HANTRO_PP_REG_WRITE(vpu, input_height, MB_HEIGHT(ctx->dst_fmt.height)); in hantro_postproc_enable()
Dhantro_h1_jpeg_enc.c131 | H1_REG_ENC_CTRL_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in hantro_h1_jpeg_enc_run()
Drk3399_vpu_hw_mpeg2_dec.c224 VDPU_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) | in rk3399_vpu_mpeg2_dec_run()
Dhantro_g1_mpeg2_dec.c208 G1_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) | in hantro_g1_mpeg2_dec_run()
Dhantro_g1_vp8_dec.c480 mb_height = MB_HEIGHT(height); in hantro_g1_vp8_dec_run()
Drk3399_vpu_hw_vp8_dec.c572 mb_height = MB_HEIGHT(height); in rk3399_vpu_vp8_dec_run()