Home
last modified time | relevance | path

Searched refs:mb_width (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c66 unsigned int mb_width, mb_height; in s5p_mfc_alloc_codec_buffers_v6() local
70 mb_width = MB_WIDTH(ctx->img_width); in s5p_mfc_alloc_codec_buffers_v6()
82 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V8(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
86 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V6(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
93 ALIGN((mb_width * 16), 64) in s5p_mfc_alloc_codec_buffers_v6()
97 ALIGN((mb_width * 16), 64) in s5p_mfc_alloc_codec_buffers_v6()
111 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
114 ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
121 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
126 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
[all …]
/Linux-v4.19/drivers/media/platform/coda/
Dcoda-bit.c612 int mb_width; in coda_setup_iram() local
652 mb_width = DIV_ROUND_UP(q_data_src->rect.width, 16); in coda_setup_iram()
653 w128 = mb_width * 128; in coda_setup_iram()
654 w64 = mb_width * 64; in coda_setup_iram()
659 iram_info->search_ram_size = round_up(mb_width * 16 * in coda_setup_iram()
692 mb_width = DIV_ROUND_UP(q_data_dst->width, 16); in coda_setup_iram()
693 w128 = mb_width * 128; in coda_setup_iram()