Home
last modified time | relevance | path

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

/linux/drivers/media/platform/s5p-mfc/
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 + 128)
25 (((MB_HEIGHT(y)+1)/2)*2) * 64 + 512)
A 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()
/linux/drivers/staging/media/hantro/
A Dhantro_g1_h264_dec.c53 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) | in set_params()
234 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
242 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
A Drockchip_vpu2_hw_h264_dec.c263 VDPU_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) | in set_params()
451 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
459 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
A Drockchip_vpu2_hw_jpeg_enc.c163 | VEPU_REG_MB_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in rockchip_vpu2_jpeg_enc_run()
A Dhantro_h1_jpeg_enc.c131 | H1_REG_ENC_CTRL_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in hantro_h1_jpeg_enc_run()
A Dhantro_hw.h21 #define MB_HEIGHT(h) DIV_ROUND_UP(h, MB_DIM) macro
A Dhantro_postproc.c102 HANTRO_PP_REG_WRITE(vpu, input_height, MB_HEIGHT(ctx->dst_fmt.height)); in hantro_postproc_enable()
A Dhantro_g1_mpeg2_dec.c197 G1_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) | in hantro_g1_mpeg2_dec_run()
A Drockchip_vpu2_hw_mpeg2_dec.c214 VDPU_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) | in rockchip_vpu2_mpeg2_dec_run()
A Dhantro_g1_vp8_dec.c478 mb_height = MB_HEIGHT(height); in hantro_g1_vp8_dec_run()
A Drockchip_vpu2_hw_vp8_dec.c568 mb_height = MB_HEIGHT(height); in rockchip_vpu2_vp8_dec_run()

Completed in 16 milliseconds