Searched refs:mb_height (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_opr_v6.c | 63 unsigned int mb_width, mb_height; in s5p_mfc_alloc_codec_buffers_v6() local 68 mb_height = MB_HEIGHT(ctx->img_height); in s5p_mfc_alloc_codec_buffers_v6() 79 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V8(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() 83 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V6(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() 91 * ALIGN((mb_height * 16), 32) in s5p_mfc_alloc_codec_buffers_v6() 95 * (mb_height * 8) in s5p_mfc_alloc_codec_buffers_v6() 108 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6() 111 ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6() 118 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() 123 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() [all …]
|
| /Linux-v5.4/drivers/staging/media/hantro/ |
| D | hantro_vp8.c | 149 unsigned int mb_width, mb_height; in hantro_vp8_dec_init() local 155 mb_height = DIV_ROUND_UP(ctx->dst_fmt.height, 16); in hantro_vp8_dec_init() 156 segment_map_size = round_up(DIV_ROUND_UP(mb_width * mb_height, 4), 64); in hantro_vp8_dec_init()
|
| D | hantro_g1_vp8_dec.c | 436 u32 mb_width, mb_height; in hantro_g1_vp8_dec_run() local 474 mb_height = VP8_MB_HEIGHT(height); in hantro_g1_vp8_dec_run() 476 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(mb_height) | in hantro_g1_vp8_dec_run() 478 G1_REG_DEC_CTRL1_PIC_MB_H_EXT(mb_height >> 8); in hantro_g1_vp8_dec_run()
|
| D | rk3399_vpu_hw_vp8_dec.c | 515 u32 mb_width, mb_height; in rk3399_vpu_vp8_dec_run() local 567 mb_height = VP8_MB_HEIGHT(height); in rk3399_vpu_vp8_dec_run() 570 hantro_reg_write(vpu, &vp8_dec_mb_height, mb_height); in rk3399_vpu_vp8_dec_run() 572 hantro_reg_write(vpu, &vp8_dec_mb_height_ext, mb_height >> 8); in rk3399_vpu_vp8_dec_run()
|