Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c66 unsigned int mb_width, mb_height; in s5p_mfc_alloc_codec_buffers_v6() local
69 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()
86 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
89 ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
95 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
100 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
116 mb_width, in s5p_mfc_alloc_codec_buffers_v6()
121 mb_width, in s5p_mfc_alloc_codec_buffers_v6()
[all …]
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c514 int mb_width; in coda_setup_iram() local
545 mb_width = DIV_ROUND_UP(q_data_src->width, 16); in coda_setup_iram()
546 w128 = mb_width * 128; in coda_setup_iram()
547 w64 = mb_width * 64; in coda_setup_iram()
551 iram_info->search_ram_size = round_up(mb_width * 16 * in coda_setup_iram()
585 mb_width = DIV_ROUND_UP(q_data_dst->width, 16); in coda_setup_iram()
586 w128 = mb_width * 128; in coda_setup_iram()