mb_width          794 drivers/media/platform/coda/coda-bit.c 	int mb_width;
mb_width          834 drivers/media/platform/coda/coda-bit.c 		mb_width = DIV_ROUND_UP(q_data_src->rect.width, 16);
mb_width          835 drivers/media/platform/coda/coda-bit.c 		w128 = mb_width * 128;
mb_width          836 drivers/media/platform/coda/coda-bit.c 		w64 = mb_width * 64;
mb_width          841 drivers/media/platform/coda/coda-bit.c 			iram_info->search_ram_size = round_up(mb_width * 16 *
mb_width          874 drivers/media/platform/coda/coda-bit.c 		mb_width = DIV_ROUND_UP(q_data_dst->width, 16);
mb_width          875 drivers/media/platform/coda/coda-bit.c 		w128 = mb_width * 128;
mb_width           63 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	unsigned int mb_width, mb_height;
mb_width           67 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	mb_width = MB_WIDTH(ctx->img_width);
mb_width           79 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V8(mb_width, mb_height),
mb_width           83 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V6(mb_width, mb_height),
mb_width           90 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 					ALIGN((mb_width * 16), 64)
mb_width           94 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 					ALIGN((mb_width * 16), 64)
mb_width          108 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ctx->luma_dpb_size = ALIGN((mb_width * mb_height) *
mb_width          111 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) *
mb_width          118 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width, mb_height),
mb_width          123 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width, mb_height),
mb_width          141 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 					mb_width,
mb_width          146 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 					mb_width,
mb_width          160 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          165 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          180 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          197 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          209 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          214 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          236 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ALIGN(ENC_V100_H264_ME_SIZE(mb_width, mb_height), 16);
mb_width          240 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 					mb_width,
mb_width          245 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          260 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 				ALIGN(ENC_V100_MPEG4_ME_SIZE(mb_width,
mb_width          265 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          279 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 				ALIGN(ENC_V100_VP8_ME_SIZE(mb_width, mb_height),
mb_width          284 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 					mb_width,
mb_width          289 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 						mb_width,
mb_width          473 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	unsigned int mb_width, mb_height;
mb_width          475 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	mb_width = MB_WIDTH(ctx->img_width);
mb_width          479 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	ctx->luma_size = ALIGN((mb_width * mb_height) * 256, 256);
mb_width          480 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	ctx->chroma_size = ALIGN((mb_width * mb_height) * 128, 256);
mb_width          436 drivers/staging/media/hantro/hantro_g1_vp8_dec.c 	u32 mb_width, mb_height;
mb_width          473 drivers/staging/media/hantro/hantro_g1_vp8_dec.c 	mb_width = VP8_MB_WIDTH(width);
mb_width          475 drivers/staging/media/hantro/hantro_g1_vp8_dec.c 	reg = G1_REG_DEC_CTRL1_PIC_MB_WIDTH(mb_width) |
mb_width          477 drivers/staging/media/hantro/hantro_g1_vp8_dec.c 	      G1_REG_DEC_CTRL1_PIC_MB_W_EXT(mb_width >> 9) |
mb_width          149 drivers/staging/media/hantro/hantro_vp8.c 	unsigned int mb_width, mb_height;
mb_width          154 drivers/staging/media/hantro/hantro_vp8.c 	mb_width = DIV_ROUND_UP(ctx->dst_fmt.width, 16);
mb_width          156 drivers/staging/media/hantro/hantro_vp8.c 	segment_map_size = round_up(DIV_ROUND_UP(mb_width * mb_height, 4), 64);
mb_width          515 drivers/staging/media/hantro/rk3399_vpu_hw_vp8_dec.c 	u32 mb_width, mb_height;
mb_width          566 drivers/staging/media/hantro/rk3399_vpu_hw_vp8_dec.c 	mb_width = VP8_MB_WIDTH(width);
mb_width          569 drivers/staging/media/hantro/rk3399_vpu_hw_vp8_dec.c 	hantro_reg_write(vpu, &vp8_dec_mb_width, mb_width);
mb_width          571 drivers/staging/media/hantro/rk3399_vpu_hw_vp8_dec.c 	hantro_reg_write(vpu, &vp8_dec_mb_width_ext, mb_width >> 9);