mv_size           650 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int mv_size;
mv_size            71 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 			  ctx->luma_size, ctx->chroma_size, ctx->mv_size);
mv_size           105 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->bank2.size = ctx->total_dpb_count * ctx->mv_size;
mv_size           292 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->mv_size = ALIGN(ctx->buf_width *
mv_size           312 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->mv_size = 0;
mv_size           468 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	frame_size_mv = ctx->mv_size;
mv_size            72 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			  ctx->luma_size, ctx->chroma_size, ctx->mv_size);
mv_size           152 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			(ctx->mv_count * ctx->mv_size);
mv_size           224 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			(ctx->mv_count * ctx->mv_size);
mv_size           456 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ctx->mv_size = S5P_MFC_DEC_MV_SIZE_V10(ctx->img_width,
mv_size           459 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			ctx->mv_size = S5P_MFC_DEC_MV_SIZE_V6(ctx->img_width,
mv_size           463 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->mv_size = s5p_mfc_dec_hevc_mv_size(ctx->img_width,
mv_size           465 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->mv_size = ALIGN(ctx->mv_size, 32);
mv_size           467 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->mv_size = 0;
mv_size           549 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		writel(ctx->mv_size, mfc_regs->d_mv_buffer_size);
mv_size           555 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	frame_size_mv = ctx->mv_size;