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

/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v6.c66 unsigned int mb_width, mb_height; s5p_mfc_alloc_codec_buffers_v6() local
69 mb_width = MB_WIDTH(ctx->img_width); s5p_mfc_alloc_codec_buffers_v6()
79 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V8(mb_width, mb_height), s5p_mfc_alloc_codec_buffers_v6()
83 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V6(mb_width, mb_height), s5p_mfc_alloc_codec_buffers_v6()
86 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * s5p_mfc_alloc_codec_buffers_v6()
89 ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) * s5p_mfc_alloc_codec_buffers_v6()
95 mb_width, mb_height), s5p_mfc_alloc_codec_buffers_v6()
100 mb_width, mb_height), s5p_mfc_alloc_codec_buffers_v6()
116 mb_width, s5p_mfc_alloc_codec_buffers_v6()
121 mb_width, s5p_mfc_alloc_codec_buffers_v6()
133 mb_width, s5p_mfc_alloc_codec_buffers_v6()
138 mb_width, s5p_mfc_alloc_codec_buffers_v6()
150 mb_width, s5p_mfc_alloc_codec_buffers_v6()
163 mb_width, s5p_mfc_alloc_codec_buffers_v6()
173 mb_width, s5p_mfc_alloc_codec_buffers_v6()
178 mb_width, s5p_mfc_alloc_codec_buffers_v6()
188 mb_width, s5p_mfc_alloc_codec_buffers_v6()
193 mb_width, s5p_mfc_alloc_codec_buffers_v6()
207 mb_width, s5p_mfc_alloc_codec_buffers_v6()
221 mb_width, s5p_mfc_alloc_codec_buffers_v6()
226 mb_width, s5p_mfc_alloc_codec_buffers_v6()
387 unsigned int mb_width, mb_height; s5p_mfc_enc_calc_src_size_v6() local
389 mb_width = MB_WIDTH(ctx->img_width); s5p_mfc_enc_calc_src_size_v6()
393 ctx->luma_size = ALIGN((mb_width * mb_height) * 256, 256); s5p_mfc_enc_calc_src_size_v6()
394 ctx->chroma_size = ALIGN((mb_width * mb_height) * 128, 256); s5p_mfc_enc_calc_src_size_v6()
/linux-4.4.14/drivers/media/platform/coda/
H A Dcoda-bit.c546 int mb_width; coda_setup_iram() local
577 mb_width = DIV_ROUND_UP(q_data_src->width, 16); coda_setup_iram()
578 w128 = mb_width * 128; coda_setup_iram()
579 w64 = mb_width * 64; coda_setup_iram()
583 iram_info->search_ram_size = round_up(mb_width * 16 * coda_setup_iram()
617 mb_width = DIV_ROUND_UP(q_data_dst->width, 16); coda_setup_iram()
618 w128 = mb_width * 128; coda_setup_iram()

Completed in 127 milliseconds