Searched refs:mb_width (Results 1 – 5 of 5) 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 67 mb_width = MB_WIDTH(ctx->img_width); 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() 90 ALIGN((mb_width * 16), 64) in s5p_mfc_alloc_codec_buffers_v6() 94 ALIGN((mb_width * 16), 64) 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 154 mb_width = DIV_ROUND_UP(ctx->dst_fmt.width, 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 473 mb_width = VP8_MB_WIDTH(width); in hantro_g1_vp8_dec_run() 475 reg = G1_REG_DEC_CTRL1_PIC_MB_WIDTH(mb_width) | in hantro_g1_vp8_dec_run() 477 G1_REG_DEC_CTRL1_PIC_MB_W_EXT(mb_width >> 9) | 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 566 mb_width = VP8_MB_WIDTH(width); in rk3399_vpu_vp8_dec_run() 569 hantro_reg_write(vpu, &vp8_dec_mb_width, mb_width); in rk3399_vpu_vp8_dec_run() 571 hantro_reg_write(vpu, &vp8_dec_mb_width_ext, mb_width >> 9); in rk3399_vpu_vp8_dec_run()
|
/Linux-v5.4/drivers/media/platform/coda/ |
D | coda-bit.c | 794 int mb_width; in coda_setup_iram() local 834 mb_width = DIV_ROUND_UP(q_data_src->rect.width, 16); in coda_setup_iram() 835 w128 = mb_width * 128; in coda_setup_iram() 836 w64 = mb_width * 64; in coda_setup_iram() 841 iram_info->search_ram_size = round_up(mb_width * 16 * in coda_setup_iram() 874 mb_width = DIV_ROUND_UP(q_data_dst->width, 16); in coda_setup_iram() 875 w128 = mb_width * 128; in coda_setup_iram()
|