summaryrefslogtreecommitdiff
authorNanxin Qin <nanxin.qin@amlogic.com>2017-03-04 17:01:36 (GMT)
committer Nanxin Qin <nanxin.qin@amlogic.com>2017-03-13 12:32:24 (GMT)
commita3759dc2cc036d6528e7ebcea2287a81eb503efb (patch)
tree510045de1c6a314f9b17be2c0c42da48235963cb
parent33cc5317127793575c7abc1af99692674f28a7e9 (diff)
downloadmedia-a3759dc2cc036d6528e7ebcea2287a81eb503efb.zip
media-a3759dc2cc036d6528e7ebcea2287a81eb503efb.tar.gz
media-a3759dc2cc036d6528e7ebcea2287a81eb503efb.tar.bz2
add decoder modules and update form trunk.
1.update the code from commit-id efafd96 on the branch of amlogic-3.14-dev 2.h264,h264_mvc,h265,vp9,mpeg12,mpeg4,mjpeg,real,avs,vc1 all tests ok 3.h264_multi,mpeg4_multi,mjpeg_multi needs to verify Change-Id: I6cd8843013b5bf3bcd20b9d31bad96b63f4b35fb Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
Diffstat
-rw-r--r--Media.mk19
-rw-r--r--drivers/common/firmware/firmware_drv.c24
-rw-r--r--drivers/common/firmware/firmware_type.c9
-rw-r--r--drivers/common/firmware/firmware_type.h9
-rw-r--r--drivers/common/media_clock/clk/clkgx.c109
-rw-r--r--drivers/frame_provider/decoder/Makefile29
-rw-r--r--drivers/frame_provider/decoder/avs/Makefile2
-rw-r--r--drivers/frame_provider/decoder/avs/avs.c1539
-rw-r--r--drivers/frame_provider/decoder/avs/avs.h70
-rw-r--r--drivers/frame_provider/decoder/avs/avsp_trans.c4944
-rw-r--r--drivers/frame_provider/decoder/h264/Makefile1
-rw-r--r--drivers/frame_provider/decoder/h264/vh264.c295
-rw-r--r--drivers/frame_provider/decoder/h264/vh264_4k2k.c1836
-rw-r--r--drivers/frame_provider/decoder/h264/vh264_mvc.c1592
-rw-r--r--drivers/frame_provider/decoder/h264_multi/Makefile2
-rw-r--r--drivers/frame_provider/decoder/h264_multi/h264_dpb.c5238
-rw-r--r--drivers/frame_provider/decoder/h264_multi/h264_dpb.h788
-rw-r--r--drivers/frame_provider/decoder/h264_multi/vmh264.c2774
-rw-r--r--drivers/frame_provider/decoder/h265/Makefile1
-rw-r--r--drivers/frame_provider/decoder/h265/vh265.c4272
-rw-r--r--drivers/frame_provider/decoder/mjpeg/vmjpeg.c910
-rw-r--r--drivers/frame_provider/decoder/mjpeg/vmjpeg_multi.c721
-rw-r--r--drivers/frame_provider/decoder/mpeg12/vmpeg12.c1108
-rw-r--r--drivers/frame_provider/decoder/mpeg12/vmpeg12.h26
-rw-r--r--drivers/frame_provider/decoder/mpeg4/vmpeg4.c1125
-rw-r--r--drivers/frame_provider/decoder/mpeg4/vmpeg4.h26
-rw-r--r--drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c1302
-rw-r--r--drivers/frame_provider/decoder/real/vreal.c1021
-rw-r--r--drivers/frame_provider/decoder/real/vreal.h26
-rw-r--r--drivers/frame_provider/decoder/utils/Makefile4
-rw-r--r--drivers/frame_provider/decoder/utils/amvdec.c62
-rw-r--r--drivers/frame_provider/decoder/utils/amvdec.h4
-rw-r--r--drivers/frame_provider/decoder/utils/config_parser.c62
-rw-r--r--drivers/frame_provider/decoder/utils/config_parser.h21
-rw-r--r--drivers/frame_provider/decoder/utils/decoder_bmmu_box.c418
-rw-r--r--drivers/frame_provider/decoder/utils/decoder_bmmu_box.h61
-rw-r--r--drivers/frame_provider/decoder/utils/decoder_mmu_box.c16
-rw-r--r--drivers/frame_provider/decoder/utils/decoder_mmu_box.h12
-rw-r--r--drivers/frame_provider/decoder/utils/utils.c2
-rw-r--r--drivers/frame_provider/decoder/utils/vdec.c317
-rw-r--r--drivers/frame_provider/decoder/utils/vdec.h51
-rw-r--r--drivers/frame_provider/decoder/utils/vdec_input.c24
-rw-r--r--drivers/frame_provider/decoder/utils/vdec_input.h8
-rw-r--r--drivers/frame_provider/decoder/vc1/vvc1.c1157
-rw-r--r--drivers/frame_provider/decoder/vp9/vvp9.c6904
-rw-r--r--drivers/frame_provider/decoder/vp9/vvp9.h25
-rw-r--r--drivers/frame_sink/encoder/Makefile4
-rw-r--r--drivers/stream_input/Makefile1
-rw-r--r--drivers/stream_input/amports/amstream.c390
-rw-r--r--drivers/stream_input/parser/Makefile6
-rw-r--r--drivers/stream_input/parser/esparser.c67
-rw-r--r--drivers/stream_input/parser/psparser.c8
-rw-r--r--drivers/stream_input/parser/rmparser.c338
-rw-r--r--drivers/stream_input/parser/rmparser.h136
-rw-r--r--drivers/stream_input/parser/streambuf.c18
-rw-r--r--drivers/stream_input/parser/thread_rw.c207
-rw-r--r--drivers/stream_input/parser/thread_rw.h18
-rw-r--r--drivers/stream_input/parser/tsdemux.c32
-rw-r--r--drivers/stream_input/parser/tsdemux.h10
59 files changed, 37858 insertions, 2343 deletions
diff --git a/Media.mk b/Media.mk
index 42580d8..bc17e84 100644
--- a/Media.mk
+++ b/Media.mk
@@ -1,10 +1,23 @@
ARCH ?= arm64
TOOLS := aarch64-linux-gnu-
-CONFIGS := CONFIG_AMLOGIC_MEDIA_VDEC_H264=m \
+CONFIGS := CONFIG_AMLOGIC_MEDIA_VDEC_MPEG12=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_MPEG4=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_MPEG4_MULTI=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_VC1=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_H264=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_H264_MULTI=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_H264_MVC=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_H264_4K2K=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_H264_MVC=m \
CONFIG_AMLOGIC_MEDIA_VDEC_H265=m \
- CONFIG_AMLOGIC_MEDIA_ENCODER_H264=m \
- CONFIG_AMLOGIC_MEDIA_ENCODER_H265=m
+ CONFIG_AMLOGIC_MEDIA_VDEC_VP9=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_MJPEG=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_MJPEG_MULTI=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_REAL=m \
+ CONFIG_AMLOGIC_MEDIA_VDEC_AVS=m \
+ CONFIG_AMLOGIC_MEDIA_VENC_H264=m \
+ CONFIG_AMLOGIC_MEDIA_VECN_H265=m
define copy-media-modules
$(foreach m, $(shell find $(strip $(1)) -name "*.ko"),\
diff --git a/drivers/common/firmware/firmware_drv.c b/drivers/common/firmware/firmware_drv.c
index 8b1e73b..81084c7 100644
--- a/drivers/common/firmware/firmware_drv.c
+++ b/drivers/common/firmware/firmware_drv.c
@@ -356,27 +356,16 @@ static int check_repeat(struct firmware_s *data, enum firmware_type_e type)
if (list_empty(&mgr->head)) {
pr_info("the info list is empty.\n");
- return 0;
+ return -1;
}
list_for_each_entry(info, &mgr->head, node) {
- struct firmware_s *tmp;
-
if (info->type != type)
continue;
- if (IS_ERR_OR_NULL(info->data)) {
- pr_info("the %s data is null.\n", info->name);
+ if (IS_ERR_OR_NULL(info->data))
info->data = data;
- return 1;
- }
-
- pr_info("the %s data is new.\n", info->name);
- tmp = info->data;
- info->data = data;
- kfree(tmp);
-
return 1;
}
@@ -446,14 +435,19 @@ static int firmware_parse_package(struct firmware_info_s *package,
pack_data += (pack_info->header.length + info_len);
pack_info = (struct package_info_s *)pack_data;
- if (!checksum(data)) {
+ ret = checksum(data);
+ if (!ret) {
pr_info("check sum fail !\n");
kfree(data);
kfree(info);
goto out;
}
- if (check_repeat(data, info->type)) {
+ ret = check_repeat(data, info->type);
+ if (ret < 0)
+ goto err;
+
+ if (ret) {
kfree(info);
continue;
}
diff --git a/drivers/common/firmware/firmware_type.c b/drivers/common/firmware/firmware_type.c
index 033e7c1..cf5e306 100644
--- a/drivers/common/firmware/firmware_type.c
+++ b/drivers/common/firmware/firmware_type.c
@@ -7,13 +7,20 @@ static const struct type_name_s type_name[] = {
{VIDEO_DEC_MPEG4_5, "xvid"},
{VIDEO_DEC_H263, "h263"},
{VIDEO_DEC_MJPEG, "mjpeg"},
- {VIDEO_DEC_REAL, "real"},
+ {VIDEO_DEC_MJPEG_MULTI, "mjpeg_multi"},
+ {VIDEO_DEC_REAL_V8, "real_v8"},
+ {VIDEO_DEC_REAL_V9, "real_v9"},
{VIDEO_DEC_VC1, "vc1"},
{VIDEO_DEC_AVS, "avs"},
{VIDEO_DEC_H264, "h264"},
+ {VIDEO_DEC_H264_4k2K, "h264_4k2k"},
+ {VIDEO_DEC_H264_4k2K_SINGLE, "h264_4k2k_single"},
+ {VIDEO_DEC_H264_MVC, "h264_mvc"},
{VIDEO_DEC_H264_MULTI, "h264_multi"},
{VIDEO_DEC_HEVC, "hevc"},
+ {VIDEO_DEC_HEVC_MMU, "hevc_mmu"},
{VIDEO_DEC_VP9, "vp9"},
+ {VIDEO_DEC_VP9_MMU, "vp9_mmu"},
{VIDEO_ENC_H264, "h264_enc"},
{VIDEO_ENC_JPEG, "jpeg_enc"},
{FIRMWARE_MAX, "unknown"},
diff --git a/drivers/common/firmware/firmware_type.h b/drivers/common/firmware/firmware_type.h
index b5cd58f..74c962f 100644
--- a/drivers/common/firmware/firmware_type.h
+++ b/drivers/common/firmware/firmware_type.h
@@ -10,13 +10,20 @@ enum firmware_type_e {
VIDEO_DEC_MPEG4_5,
VIDEO_DEC_H263,
VIDEO_DEC_MJPEG,
- VIDEO_DEC_REAL,
+ VIDEO_DEC_MJPEG_MULTI,
+ VIDEO_DEC_REAL_V8,
+ VIDEO_DEC_REAL_V9,
VIDEO_DEC_VC1,
VIDEO_DEC_AVS,
VIDEO_DEC_H264,
+ VIDEO_DEC_H264_4k2K,
+ VIDEO_DEC_H264_4k2K_SINGLE,
+ VIDEO_DEC_H264_MVC,
VIDEO_DEC_H264_MULTI,
VIDEO_DEC_HEVC,
+ VIDEO_DEC_HEVC_MMU,
VIDEO_DEC_VP9,
+ VIDEO_DEC_VP9_MMU,
VIDEO_ENC_H264,
VIDEO_ENC_JPEG,
VIDEO_PACKAGE,
diff --git a/drivers/common/media_clock/clk/clkgx.c b/drivers/common/media_clock/clk/clkgx.c
index a32dceb..bf4cdab 100644
--- a/drivers/common/media_clock/clk/clkgx.c
+++ b/drivers/common/media_clock/clk/clkgx.c
@@ -29,7 +29,6 @@
#include <linux/amlogic/media/utils/log.h>
#include <linux/amlogic/media/registers/register_ops.h>
-#define debug_print pr_info
#define MHz (1000000)
@@ -57,7 +56,7 @@ struct clk_mux_s gclk;
void vdec1_set_clk(int source, int div)
{
- debug_print("vdec1_set_clk %d, %d\n", source, div);
+ pr_info("vdec1_set_clk %d, %d\n", source, div);
WRITE_HHI_REG_BITS(HHI_VDEC_CLK_CNTL, (source << 9) | (div - 1), 0, 16);
}
EXPORT_SYMBOL(vdec1_set_clk);
@@ -78,7 +77,7 @@ EXPORT_SYMBOL(vdec2_set_clk);
void hevc_set_clk(int source, int div)
{
- debug_print("hevc_set_clk %d, %d\n", source, div);
+ pr_info("hevc_set_clk %d, %d\n", source, div);
WRITE_HHI_REG_BITS(HHI_VDEC2_CLK_CNTL,
(source << 9) | (div - 1), 16, 16);
}
@@ -155,34 +154,37 @@ EXPORT_SYMBOL(vdec_get_clk_source);
static int vdec_set_clk(int dec, int rate)
{
- struct clk *clk;
+ struct clk *clk = NULL;
switch (dec) {
case VDEC_1:
clk = gclk.vdec_clk;
+ WRITE_VREG_BITS(DOS_GCLK_EN0, 0x3ff, 0, 10);
break;
case VDEC_HCODEC:
clk = gclk.hcodec_clk;
+ WRITE_VREG_BITS(DOS_GCLK_EN0, 0x7fff, 12, 15);
break;
case VDEC_2:
clk = gclk.vdec_clk;
+ WRITE_VREG(DOS_GCLK_EN1, 0x3ff);
break;
case VDEC_HEVC:
clk = gclk.hevc_clk;
+ WRITE_VREG(DOS_GCLK_EN3, 0xffffffff);
break;
case VDEC_MAX:
break;
default:
- pr_info("invaild vdec type.");
+ pr_info("invaild vdec type.\n");
}
clk_set_rate(clk, rate);
- WRITE_VREG_BITS(DOS_GCLK_EN0, 0x3ff, 0, 10);
return 0;
}
@@ -418,7 +420,7 @@ static int vdec_clock_init(void)
}
return (gp_pll_user_vdec) ? 0 : -ENOMEM;
}
-
+#if 0
static void update_clk_with_clk_configs(int clk, int *source, int *div,
int *rclk)
{
@@ -433,7 +435,7 @@ static void update_clk_with_clk_configs(int clk, int *source, int *div,
vdec_get_clk_source(wantclk, source, div, rclk);
}
}
-
+#endif
#define NO_GP0_PLL 0/*(get_vdec_clk_config_settings() == 1)*//*mask*/
#define ALWAYS_GP0_PLL 0/*(get_vdec_clk_config_settings() == 2)*//*mask*/
@@ -488,7 +490,7 @@ static int vdec_clock_set(int clk)
if (!clk_seted) {/*if 648 not set, */
vdec_set_clk(VDEC_1, clk * MHz);
- pr_info("get clock : %lu", clk_get_rate(gclk.vdec_clk));
+ pr_info("get clock : %lu\n", clk_get_rate(gclk.vdec_clk));
}
if (!use_gpll)
@@ -531,23 +533,12 @@ static void hcodec_clock_off(void)
static int gp_pll_user_cb_hevc(struct gp_pll_user_handle_s *user, int event)
{
- debug_print("gp_pll_user_cb_hevc callback\n");
+ pr_info("gp_pll_user_cb_hevc callback\n");
if (event == GP_PLL_USER_EVENT_GRANT) {
- struct clk *clk = clk_get(NULL, "gp0_pll");
-
- if (!IS_ERR(clk)) {
- if (is_gp0_div2)
- clk_set_rate(clk, 1296000000UL);
- else
- clk_set_rate(clk, 648000000UL);
- HEVC_SAFE_CLOCK();
- HEVC_CLOCK_OFF();
- if (is_gp0_div2)
- HEVC_648M_DIV();
- else
- HEVC_648M();
- HEVC_CLOCK_ON();
- debug_print("gp_pll_user_cb_hevc callback2\n");
+ if (!IS_ERR(gclk.hevc_clk)) {
+ vdec_set_clk(VDEC_HEVC, 648 * MHz);
+ pr_info("get clock : %lu\n",
+ clk_get_rate(gclk.hevc_clk));
}
}
@@ -564,11 +555,9 @@ static int hevc_clock_init(void)
static int hevc_clock_set(int clk)
{
int use_gpll = 0;
- int source, div, rclk;
- int gp_pll_wait = 0;
int clk_seted = 0;
+ int pll_wait = 0;
- debug_print("hevc_clock_set 1 to clk %d\n", clk);
if (clk == 1)
clk = 200;
else if (clk == 2) {
@@ -577,57 +566,47 @@ static int hevc_clock_set(int clk)
else
clk = 648;
} else if (clk == 0) {
- /*
- *used for release gp pull.
- *if used, release it.
- *if not used gp pll
- *do nothing.
- */
- if ((clock_real_clk[VDEC_HEVC] == 667) ||
+ if (clock_real_clk[VDEC_HEVC] == 667 ||
(clock_real_clk[VDEC_HEVC] == 648) ||
- (clock_real_clk[VDEC_HEVC] <= 0))
+ clock_real_clk[VDEC_HEVC] <= 0)
clk = 200;
else
clk = clock_real_clk[VDEC_HEVC];
}
- vdec_get_clk_source(clk, &source, &div, &rclk);
- update_clk_with_clk_configs(clk, &source, &div, &rclk);
-
- if (rclk == clock_real_clk[VDEC_HEVC])
- return rclk; /*clk not changed, */
- if (NO_GP0_PLL) {
- use_gpll = 0;
- clk_seted = 0;
- } else if ((rclk > 500 && clk != 667) || ALWAYS_GP0_PLL) {
+
+ if ((clk > 500 && clk != 667)) {
if (clock_real_clk[VDEC_HEVC] == 648)
return 648;
- use_gpll = 1;
+
gp_pll_request(gp_pll_user_hevc);
- while (!HEVC_WITH_GP_PLL() && gp_pll_wait++ < 1000000)
+
+ while (pll_wait++ < 1000000) {
+ if (clk_get_rate(gclk.hevc_clk) == 648) {
+ clk_seted = 1;
+ break;
+ }
udelay(1);
- if (HEVC_WITH_GP_PLL()) {
- clk_seted = 1;
- rclk = 648;
- } else {
- rclk = 667;
- /*gp_pull request failed,used default 500Mhz */
- pr_info("get gp pll failed used fix pull\n");
+ }
+
+ if (!clk_seted) {
+ use_gpll = 0;
+ clk = 667;
+ pr_info("get pll failed used fix pll\n");
}
}
- if (!clk_seted) { /*if 648 not set, */
- //HEVC_SAFE_CLOCK();
- //HEVC_CLOCK_OFF();
- //vdec_set_clk(VDEC_HEVC, source, div);
- //HEVC_CLOCK_ON();
+
+ if (!clk_seted) {/*if 648 not set, */
+ vdec_set_clk(VDEC_HEVC, clk * MHz);
+ pr_info("get clock : %lu\n", clk_get_rate(gclk.hevc_clk));
}
+
if (!use_gpll)
gp_pll_release(gp_pll_user_hevc);
- clock_real_clk[VDEC_HEVC] = rclk;
-/*
-* debug_print("hevc_clock_set 2 to rclk=%d, configs=%d\n",
-* rclk, get_vdec_clk_config_settings());
-*/
- return rclk;
+
+ clock_real_clk[VDEC_HEVC] = clk;
+ pr_info("hevc_clock_set to %d\n", clk);
+
+ return clk;
}
static void hevc_clock_on(void)
diff --git a/drivers/frame_provider/decoder/Makefile b/drivers/frame_provider/decoder/Makefile
index 2010cbb..3a5774a 100644
--- a/drivers/frame_provider/decoder/Makefile
+++ b/drivers/frame_provider/decoder/Makefile
@@ -1,13 +1,16 @@
-obj-y += utils/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MPEG12) += mpeg12/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MPEG4) += mpeg4/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MMPEG4) += mmpeg4/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_VC1) += vc1/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H264) += h264/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MH264) += mh264/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H264MVC) += h264_mvc/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H265) += h265/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_VP9) += vp9/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MJPEG) += mjpeg/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_REAL) += real/
-obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_AVS) += avs/
+obj-y += utils/
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MPEG12) += mpeg12/vmpeg12.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MPEG4) += mpeg4/vmpeg4.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MPEG4_MULTI) += mpeg4/vmpeg4_multi.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_VC1) += vc1/vvc1.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H264) += h264/vh264.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H264_MULTI) += h264_multi/
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H264_MVC) += h264/vh264_mvc.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H264_4K2K) += h264/vh264_4k2k.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H264_MVC) += h264/vh264_mvc.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_H265) += h265/vh265.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_VP9) += vp9/vvp9.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MJPEG) += mjpeg/vmjpeg.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_MJPEG_MULTI) += mjpeg/vmjpeg_multi.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_REAL) += real/vreal.o
+obj-$(CONFIG_AMLOGIC_MEDIA_VDEC_AVS) += avs/
diff --git a/drivers/frame_provider/decoder/avs/Makefile b/drivers/frame_provider/decoder/avs/Makefile
new file mode 100644
index 0000000..cf154c9
--- a/dev/null
+++ b/drivers/frame_provider/decoder/avs/Makefile
@@ -0,0 +1,2 @@
+obj-m += vavs.o
+vavs-objs += avs.o avsp_trans.o
diff --git a/drivers/frame_provider/decoder/avs/avs.c b/drivers/frame_provider/decoder/avs/avs.c
new file mode 100644
index 0000000..1578943
--- a/dev/null
+++ b/drivers/frame_provider/decoder/avs/avs.c
@@ -0,0 +1,1539 @@
+/*
+ * drivers/amlogic/amports/vavs.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../../../stream_input/parser/streambuf_reg.h"
+#include "../utils/amvdec.h"
+#include <linux/amlogic/media/registers/register.h>
+#include "../../../stream_input/amports/amports_priv.h"
+#include <linux/dma-mapping.h>
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+#include <linux/slab.h>
+#include "avs.h"
+
+#define DRIVER_NAME "amvdec_avs"
+#define MODULE_NAME "amvdec_avs"
+
+#if 1/* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+#define NV21
+#endif
+
+#define USE_AVS_SEQ_INFO
+#define HANDLE_AVS_IRQ
+#define DEBUG_PTS
+
+#define I_PICTURE 0
+#define P_PICTURE 1
+#define B_PICTURE 2
+
+/* #define ORI_BUFFER_START_ADDR 0x81000000 */
+#define ORI_BUFFER_START_ADDR 0x80000000
+
+#define INTERLACE_FLAG 0x80
+#define TOP_FIELD_FIRST_FLAG 0x40
+
+/* protocol registers */
+#define AVS_PIC_RATIO AV_SCRATCH_0
+#define AVS_PIC_WIDTH AV_SCRATCH_1
+#define AVS_PIC_HEIGHT AV_SCRATCH_2
+#define AVS_FRAME_RATE AV_SCRATCH_3
+
+#define AVS_ERROR_COUNT AV_SCRATCH_6
+#define AVS_SOS_COUNT AV_SCRATCH_7
+#define AVS_BUFFERIN AV_SCRATCH_8
+#define AVS_BUFFEROUT AV_SCRATCH_9
+#define AVS_REPEAT_COUNT AV_SCRATCH_A
+#define AVS_TIME_STAMP AV_SCRATCH_B
+#define AVS_OFFSET_REG AV_SCRATCH_C
+#define MEM_OFFSET_REG AV_SCRATCH_F
+#define AVS_ERROR_RECOVERY_MODE AV_SCRATCH_G
+
+#define VF_POOL_SIZE 32
+#define PUT_INTERVAL (HZ/100)
+
+#if 1 /*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8*/
+#define INT_AMVENCODER INT_DOS_MAILBOX_1
+#else
+/* #define AMVENC_DEV_VERSION "AML-MT" */
+#define INT_AMVENCODER INT_MAILBOX_1A
+#endif
+
+#define VPP_VD1_POSTBLEND (1 << 10)
+
+static int debug_flag;
+
+static int firmware_sel; /* 0, normal; 1, old ucode */
+
+int avs_get_debug_flag(void)
+{
+ return debug_flag;
+}
+
+static struct vframe_s *vavs_vf_peek(void *);
+static struct vframe_s *vavs_vf_get(void *);
+static void vavs_vf_put(struct vframe_s *, void *);
+static int vavs_vf_states(struct vframe_states *states, void *);
+
+static const char vavs_dec_id[] = "vavs-dev";
+
+#define PROVIDER_NAME "decoder.avs"
+static DEFINE_SPINLOCK(lock);
+static DEFINE_MUTEX(vavs_mutex);
+
+static const struct vframe_operations_s vavs_vf_provider = {
+ .peek = vavs_vf_peek,
+ .get = vavs_vf_get,
+ .put = vavs_vf_put,
+ .vf_states = vavs_vf_states,
+};
+
+static struct vframe_provider_s vavs_vf_prov;
+
+#define VF_BUF_NUM_MAX 16
+
+/*static u32 vf_buf_num = 4*/
+static u32 vf_buf_num = 4;
+static u32 vf_buf_num_used;
+static u32 canvas_base = 128;
+#ifdef NV21
+ int canvas_num = 2; /*NV21*/
+#else
+ int canvas_num = 3;
+#endif
+static u32 work_buf_size;
+
+static struct vframe_s vfpool[VF_POOL_SIZE];
+/*static struct vframe_s vfpool2[VF_POOL_SIZE];*/
+static struct vframe_s *cur_vfpool;
+static unsigned char recover_flag;
+static s32 vfbuf_use[VF_BUF_NUM_MAX];
+static u32 saved_resolution;
+static u32 frame_width, frame_height, frame_dur, frame_prog;
+static struct timer_list recycle_timer;
+static u32 stat;
+static unsigned long buf_start;
+static u32 buf_size, buf_offset;
+static u32 avi_flag;
+static u32 vavs_ratio;
+static u32 pic_type;
+static u32 pts_by_offset = 1;
+static u32 total_frame;
+static u32 next_pts;
+static unsigned char throw_pb_flag;
+#ifdef DEBUG_PTS
+static u32 pts_hit, pts_missed, pts_i_hit, pts_i_missed;
+#endif
+
+static u32 radr, rval;
+static struct dec_sysinfo vavs_amstream_dec_info;
+
+#ifdef AVSP_LONG_CABAC
+static struct work_struct long_cabac_wd_work;
+void *es_write_addr_virt;
+dma_addr_t es_write_addr_phy;
+
+void *bitstream_read_tmp;
+dma_addr_t bitstream_read_tmp_phy;
+void *avsp_heap_adr;
+
+#endif
+
+static DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(recycle_q, struct vframe_s *, VF_POOL_SIZE);
+
+static inline u32 index2canvas(u32 index)
+{
+ const u32 canvas_tab[VF_BUF_NUM_MAX] = {
+ 0x010100, 0x030302, 0x050504, 0x070706,
+ 0x090908, 0x0b0b0a, 0x0d0d0c, 0x0f0f0e,
+ 0x111110, 0x131312, 0x151514, 0x171716,
+ 0x191918, 0x1b1b1a, 0x1d1d1c, 0x1f1f1e,
+ };
+ const u32 canvas_tab_3[4] = {
+ 0x010100, 0x040403, 0x070706, 0x0a0a09
+ };
+
+ if (canvas_num == 2)
+ return canvas_tab[index] + (canvas_base << 16)
+ + (canvas_base << 8) + canvas_base;
+
+ return canvas_tab_3[index] + (canvas_base << 16)
+ + (canvas_base << 8) + canvas_base;
+}
+
+static const u32 frame_rate_tab[16] = {
+ 96000 / 30, /* forbidden */
+ 96000 / 24, /* 24000/1001 (23.967) */
+ 96000 / 24,
+ 96000 / 25,
+ 96000 / 30, /* 30000/1001 (29.97) */
+ 96000 / 30,
+ 96000 / 50,
+ 96000 / 60, /* 60000/1001 (59.94) */
+ 96000 / 60,
+ /* > 8 reserved, use 24 */
+ 96000 / 24, 96000 / 24, 96000 / 24, 96000 / 24,
+ 96000 / 24, 96000 / 24, 96000 / 24
+};
+
+static void set_frame_info(struct vframe_s *vf, unsigned *duration)
+{
+ int ar = 0;
+
+ unsigned pixel_ratio = READ_VREG(AVS_PIC_RATIO);
+#ifndef USE_AVS_SEQ_INFO
+ if (vavs_amstream_dec_info.width > 0
+ && vavs_amstream_dec_info.height > 0) {
+ vf->width = vavs_amstream_dec_info.width;
+ vf->height = vavs_amstream_dec_info.height;
+ } else
+#endif
+ {
+ vf->width = READ_VREG(AVS_PIC_WIDTH);
+ vf->height = READ_VREG(AVS_PIC_HEIGHT);
+ frame_width = vf->width;
+ frame_height = vf->height;
+ /* pr_info("%s: (%d,%d)\n", __func__,vf->width, vf->height);*/
+ }
+
+#ifndef USE_AVS_SEQ_INFO
+ if (vavs_amstream_dec_info.rate > 0)
+ *duration = vavs_amstream_dec_info.rate;
+ else
+#endif
+ {
+ *duration = frame_rate_tab[READ_VREG(AVS_FRAME_RATE) & 0xf];
+ /* pr_info("%s: duration = %d\n", __func__, *duration); */
+ frame_dur = *duration;
+ }
+
+ if (vavs_ratio == 0) {
+ /* always stretch to 16:9 */
+ vf->ratio_control |= (0x90 <<
+ DISP_RATIO_ASPECT_RATIO_BIT);
+ } else {
+ switch (pixel_ratio) {
+ case 1:
+ ar = (vf->height * vavs_ratio) / vf->width;
+ break;
+ case 2:
+ ar = (vf->height * 3 * vavs_ratio) / (vf->width * 4);
+ break;
+ case 3:
+ ar = (vf->height * 9 * vavs_ratio) / (vf->width * 16);
+ break;
+ case 4:
+ ar = (vf->height * 100 * vavs_ratio) / (vf->width *
+ 221);
+ break;
+ default:
+ ar = (vf->height * vavs_ratio) / vf->width;
+ break;
+ }
+ }
+
+ ar = min(ar, DISP_RATIO_ASPECT_RATIO_MAX);
+
+ vf->ratio_control = (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+ /*vf->ratio_control |= DISP_RATIO_FORCECONFIG | DISP_RATIO_KEEPRATIO; */
+
+ vf->flag = 0;
+}
+
+#ifdef HANDLE_AVS_IRQ
+static irqreturn_t vavs_isr(int irq, void *dev_id)
+#else
+static void vavs_isr(void)
+#endif
+{
+ u32 reg;
+ struct vframe_s *vf;
+ u32 dur;
+ u32 repeat_count;
+ u32 picture_type;
+ u32 buffer_index;
+ u32 picture_struct;
+ unsigned int pts, pts_valid = 0, offset;
+ if (debug_flag & AVS_DEBUG_UCODE) {
+ if (READ_VREG(AV_SCRATCH_E) != 0) {
+ pr_info("dbg%x: %x\n", READ_VREG(AV_SCRATCH_E),
+ READ_VREG(AV_SCRATCH_D));
+ WRITE_VREG(AV_SCRATCH_E, 0);
+ }
+ }
+#ifdef AVSP_LONG_CABAC
+ if (firmware_sel == 0 && READ_VREG(LONG_CABAC_REQ)) {
+#ifdef PERFORMANCE_DEBUG
+ pr_info("%s:schedule long_cabac_wd_work\r\n", __func__);
+#endif
+ schedule_work(&long_cabac_wd_work);
+ }
+#endif
+ reg = READ_VREG(AVS_BUFFEROUT);
+
+ if (reg) {
+ picture_struct = READ_VREG(AV_SCRATCH_5);
+ if (debug_flag & AVS_DEBUG_PRINT)
+ pr_info("AVS_BUFFEROUT=%x, picture_struct is 0x%x\n",
+ reg, picture_struct);
+ if (pts_by_offset) {
+ offset = READ_VREG(AVS_OFFSET_REG);
+ if (debug_flag & AVS_DEBUG_PRINT)
+ pr_info("AVS OFFSET=%x\n", offset);
+ if (pts_lookup_offset(PTS_TYPE_VIDEO, offset, &pts, 0)
+ == 0) {
+ pts_valid = 1;
+#ifdef DEBUG_PTS
+ pts_hit++;
+#endif
+ } else {
+#ifdef DEBUG_PTS
+ pts_missed++;
+#endif
+ }
+ }
+
+ repeat_count = READ_VREG(AVS_REPEAT_COUNT);
+ if (firmware_sel == 0)
+ buffer_index =
+ ((reg & 0x7) +
+ (((reg >> 8) & 0x3) << 3) - 1) & 0x1f;
+ else
+ buffer_index =
+ ((reg & 0x7) - 1) & 3;
+
+ picture_type = (reg >> 3) & 7;
+#ifdef DEBUG_PTS
+ if (picture_type == I_PICTURE) {
+ /* pr_info("I offset 0x%x, pts_valid %d\n",
+ offset, pts_valid); */
+ if (!pts_valid)
+ pts_i_missed++;
+ else
+ pts_i_hit++;
+ }
+#endif
+
+ if (throw_pb_flag && picture_type != I_PICTURE) {
+
+ if (debug_flag & AVS_DEBUG_PRINT) {
+ pr_info("picture type %d throwed\n",
+ picture_type);
+ }
+ WRITE_VREG(AVS_BUFFERIN, ~(1 << buffer_index));
+ } else if (reg & INTERLACE_FLAG) { /* interlace */
+ throw_pb_flag = 0;
+
+ if (debug_flag & AVS_DEBUG_PRINT) {
+ pr_info("interlace, picture type %d\n",
+ picture_type);
+ }
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ set_frame_info(vf, &dur);
+ vf->bufWidth = 1920;
+ pic_type = 2;
+ if ((I_PICTURE == picture_type) && pts_valid) {
+ vf->pts = pts;
+ if ((repeat_count > 1) && avi_flag) {
+ /* next_pts = pts +
+ (vavs_amstream_dec_info.rate *
+ repeat_count >> 1)*15/16; */
+ next_pts =
+ pts +
+ (dur * repeat_count >> 1) *
+ 15 / 16;
+ } else
+ next_pts = 0;
+ } else {
+ vf->pts = next_pts;
+ if ((repeat_count > 1) && avi_flag) {
+ /* vf->duration =
+ vavs_amstream_dec_info.rate *
+ repeat_count >> 1; */
+ vf->duration = dur * repeat_count >> 1;
+ if (next_pts != 0) {
+ next_pts +=
+ ((vf->duration) -
+ ((vf->duration) >> 4));
+ }
+ } else {
+ /* vf->duration =
+ vavs_amstream_dec_info.rate >> 1; */
+ vf->duration = dur >> 1;
+ next_pts = 0;
+ }
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->duration_pulldown = 0;
+ vf->type =
+ (reg & TOP_FIELD_FIRST_FLAG)
+ ? VIDTYPE_INTERLACE_TOP
+ : VIDTYPE_INTERLACE_BOTTOM;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->type_original = vf->type;
+
+ if (debug_flag & AVS_DEBUG_PRINT) {
+ pr_info("buffer_index %d, canvas addr %x\n",
+ buffer_index, vf->canvas0Addr);
+ }
+
+ vfbuf_use[buffer_index]++;
+
+ kfifo_put(&display_q,
+ (const struct vframe_s *)vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ set_frame_info(vf, &dur);
+ vf->bufWidth = 1920;
+
+ vf->pts = next_pts;
+ if ((repeat_count > 1) && avi_flag) {
+ /* vf->duration = vavs_amstream_dec_info.rate *
+ repeat_count >> 1; */
+ vf->duration = dur * repeat_count >> 1;
+ if (next_pts != 0) {
+ next_pts +=
+ ((vf->duration) -
+ ((vf->duration) >> 4));
+ }
+ } else {
+ /* vf->duration = vavs_amstream_dec_info.rate
+ >> 1; */
+ vf->duration = dur >> 1;
+ next_pts = 0;
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->duration_pulldown = 0;
+ vf->type =
+ (reg & TOP_FIELD_FIRST_FLAG) ?
+ VIDTYPE_INTERLACE_BOTTOM :
+ VIDTYPE_INTERLACE_TOP;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->type_original = vf->type;
+ vfbuf_use[buffer_index]++;
+
+ kfifo_put(&display_q,
+ (const struct vframe_s *)vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ total_frame++;
+ } else { /* progressive */
+ throw_pb_flag = 0;
+
+ if (debug_flag & AVS_DEBUG_PRINT) {
+ pr_info("progressive picture type %d\n",
+ picture_type);
+ }
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ set_frame_info(vf, &dur);
+ vf->bufWidth = 1920;
+ pic_type = 1;
+
+ if ((I_PICTURE == picture_type) && pts_valid) {
+ vf->pts = pts;
+ if ((repeat_count > 1) && avi_flag) {
+ /* next_pts = pts +
+ (vavs_amstream_dec_info.rate *
+ repeat_count)*15/16; */
+ next_pts =
+ pts +
+ (dur * repeat_count) * 15 / 16;
+ } else
+ next_pts = 0;
+ } else {
+ vf->pts = next_pts;
+ if ((repeat_count > 1) && avi_flag) {
+ /* vf->duration =
+ vavs_amstream_dec_info.rate *
+ repeat_count; */
+ vf->duration = dur * repeat_count;
+ if (next_pts != 0) {
+ next_pts +=
+ ((vf->duration) -
+ ((vf->duration) >> 4));
+ }
+ } else {
+ /* vf->duration =
+ vavs_amstream_dec_info.rate; */
+ vf->duration = dur;
+ next_pts = 0;
+ }
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->duration_pulldown = 0;
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->type_original = vf->type;
+ if (debug_flag & AVS_DEBUG_PRINT) {
+ pr_info("buffer_index %d, canvas addr %x\n",
+ buffer_index, vf->canvas0Addr);
+ }
+
+ vfbuf_use[buffer_index]++;
+ kfifo_put(&display_q,
+ (const struct vframe_s *)vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ total_frame++;
+ }
+
+ /* pr_info("PicType = %d, PTS = 0x%x\n",
+ picture_type, vf->pts); */
+ WRITE_VREG(AVS_BUFFEROUT, 0);
+ }
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+#ifdef HANDLE_AVS_IRQ
+ return IRQ_HANDLED;
+#else
+ return;
+#endif
+}
+/*
+static int run_flag = 1;
+static int step_flag;
+*/
+static int error_recovery_mode; /*0: blocky 1: mosaic*/
+/*
+static uint error_watchdog_threshold=10;
+static uint error_watchdog_count;
+static uint error_watchdog_buf_threshold = 0x4000000;
+*/
+static uint long_cabac_busy;
+
+static struct vframe_s *vavs_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (recover_flag)
+ return NULL;
+
+ if (kfifo_peek(&display_q, &vf))
+ return vf;
+
+ return NULL;
+
+}
+
+static struct vframe_s *vavs_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (recover_flag)
+ return NULL;
+
+ if (kfifo_get(&display_q, &vf))
+ return vf;
+
+ return NULL;
+
+}
+
+static void vavs_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ int i;
+ if (recover_flag)
+ return;
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ if (vf == &cur_vfpool[i])
+ break;
+ }
+ if (i < VF_POOL_SIZE)
+ kfifo_put(&recycle_q, (const struct vframe_s *)vf);
+
+}
+
+int vavs_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = frame_width; /* vavs_amstream_dec_info.width; */
+ vstatus->height = frame_height; /* vavs_amstream_dec_info.height; */
+ if (0 != frame_dur /*vavs_amstream_dec_info.rate */)
+ vstatus->fps = 96000 / frame_dur;
+ else
+ vstatus->fps = 96000;
+ vstatus->error_count = READ_VREG(AVS_ERROR_COUNT);
+ vstatus->status = stat;
+
+ return 0;
+}
+
+/****************************************/
+static void vavs_canvas_init(void)
+{
+ int i;
+ u32 canvas_width, canvas_height;
+ u32 decbuf_size, decbuf_y_size, decbuf_uv_size;
+ u32 disp_addr = 0xffffffff;
+ int vf_buf_num_avail = 0;
+ vf_buf_num_used = vf_buf_num;
+ if (buf_size <= 0x00400000) {
+ /* SD only */
+ canvas_width = 768;
+ canvas_height = 576;
+ decbuf_y_size = 0x80000;
+ decbuf_uv_size = 0x20000;
+ decbuf_size = 0x100000;
+ vf_buf_num_avail =
+ ((buf_size - work_buf_size) / decbuf_size) - 1;
+ pr_info
+ ("avs(SD):buf_start %p, size %x, offset %x avail %d\n",
+ (void *)buf_start, buf_size, buf_offset,
+ vf_buf_num_avail);
+ } else {
+ /* HD & SD */
+ canvas_width = 1920;
+ canvas_height = 1088;
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;
+ vf_buf_num_avail =
+ ((buf_size - work_buf_size) / decbuf_size) - 1;
+ pr_info("avs: buf_start %p, buf_size %x, buf_offset %x buf avail %d\n",
+ (void *)buf_start, buf_size, buf_offset,
+ vf_buf_num_avail);
+ }
+ if (vf_buf_num_used > vf_buf_num_avail)
+ vf_buf_num_used = vf_buf_num_avail;
+
+ if (firmware_sel == 0)
+ buf_offset = buf_offset + ((vf_buf_num_used + 1) * decbuf_size);
+
+ if (READ_MPEG_REG(VPP_MISC) & VPP_VD1_POSTBLEND) {
+ struct canvas_s cur_canvas;
+
+ canvas_read((READ_MPEG_REG(VD1_IF0_CANVAS0) & 0xff),
+ &cur_canvas);
+ disp_addr = (cur_canvas.addr + 7) >> 3;
+ }
+
+ for (i = 0; i < vf_buf_num_used; i++) {
+ if (((buf_start + i * decbuf_size + 7) >> 3) == disp_addr) {
+#ifdef NV21
+ canvas_config(canvas_base + canvas_num * i + 0,
+ buf_start +
+ vf_buf_num_used * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(canvas_base + canvas_num * i + 1,
+ buf_start +
+ vf_buf_num_used * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#else
+ canvas_config(canvas_num * i + 0,
+ buf_start + 4 * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(canvas_num * i + 1,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(canvas_num * i + 2,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#endif
+ if (debug_flag & AVS_DEBUG_PRINT) {
+ pr_info("canvas config %d, addr %p\n",
+ vf_buf_num_used,
+ (void *)(buf_start +
+ vf_buf_num_used * decbuf_size));
+ }
+
+ } else {
+#ifdef NV21
+ canvas_config(canvas_base + canvas_num * i + 0,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(canvas_base + canvas_num * i + 1,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#else
+ canvas_config(canvas_num * i + 0,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(canvas_num * i + 1,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(canvas_num * i + 2,
+ buf_start + i * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#endif
+ if (debug_flag & AVS_DEBUG_PRINT) {
+ pr_info("canvas config %d, addr %p\n", i,
+ (void *)(buf_start +
+ i * decbuf_size));
+ }
+ }
+ }
+}
+
+void vavs_recover(void)
+{
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 9) | (1 << 8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ if (firmware_sel == 1) {
+ WRITE_VREG(POWER_CTL_VLD, 0x10);
+ WRITE_VREG_BITS(VLD_MEM_VIFIFO_CONTROL, 2,
+ MEM_FIFO_CNT_BIT, 2);
+ WRITE_VREG_BITS(VLD_MEM_VIFIFO_CONTROL, 8,
+ MEM_LEVEL_CNT_BIT, 6);
+ }
+ if (firmware_sel == 0)
+ WRITE_VREG(AV_SCRATCH_5, 0);
+
+ if (firmware_sel == 0) {
+ /* fixed canvas index */
+ WRITE_VREG(AV_SCRATCH_0, canvas_base);
+ WRITE_VREG(AV_SCRATCH_1, vf_buf_num_used);
+ } else {
+ int ii;
+ for (ii = 0; ii < 4; ii++) {
+ WRITE_VREG(AV_SCRATCH_0 + ii,
+ (canvas_base + canvas_num * ii) |
+ ((canvas_base + canvas_num * ii + 1)
+ << 8) |
+ ((canvas_base + canvas_num * ii + 1)
+ << 16)
+ );
+ }
+ }
+
+ /* notify ucode the buffer offset */
+ WRITE_VREG(AV_SCRATCH_F, buf_offset);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ WRITE_VREG(AVS_SOS_COUNT, 0);
+ WRITE_VREG(AVS_BUFFERIN, 0);
+ WRITE_VREG(AVS_BUFFEROUT, 0);
+ if (error_recovery_mode)
+ WRITE_VREG(AVS_ERROR_RECOVERY_MODE, 0);
+ else
+ WRITE_VREG(AVS_ERROR_RECOVERY_MODE, 1);
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+#if 1 /* def DEBUG_UCODE */
+ WRITE_VREG(AV_SCRATCH_D, 0);
+#endif
+
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+
+#ifdef PIC_DC_NEED_CLEAR
+ CLEAR_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 31);
+#endif
+
+#ifdef AVSP_LONG_CABAC
+ if (firmware_sel == 0) {
+ WRITE_VREG(LONG_CABAC_DES_ADDR, es_write_addr_phy);
+ WRITE_VREG(LONG_CABAC_REQ, 0);
+ WRITE_VREG(LONG_CABAC_PIC_SIZE, 0);
+ WRITE_VREG(LONG_CABAC_SRC_ADDR, 0);
+ }
+#endif
+
+}
+
+static void vavs_prot_init(void)
+{
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 9) | (1 << 8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+ READ_MPEG_REG(RESET0_REGISTER);
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+
+ WRITE_MPEG_REG(RESET2_REGISTER, RESET_PIC_DC | RESET_DBLK);
+#endif
+
+ /***************** reset vld **********************************/
+ WRITE_VREG(POWER_CTL_VLD, 0x10);
+ WRITE_VREG_BITS(VLD_MEM_VIFIFO_CONTROL, 2, MEM_FIFO_CNT_BIT, 2);
+ WRITE_VREG_BITS(VLD_MEM_VIFIFO_CONTROL, 8, MEM_LEVEL_CNT_BIT, 6);
+ /*************************************************************/
+
+ vavs_canvas_init();
+ if (firmware_sel == 0)
+ WRITE_VREG(AV_SCRATCH_5, 0);
+#ifdef NV21
+ if (firmware_sel == 0) {
+ /* fixed canvas index */
+ WRITE_VREG(AV_SCRATCH_0, canvas_base);
+ WRITE_VREG(AV_SCRATCH_1, vf_buf_num_used);
+ } else {
+ int ii;
+ for (ii = 0; ii < 4; ii++) {
+ WRITE_VREG(AV_SCRATCH_0 + ii,
+ (canvas_base + canvas_num * ii) |
+ ((canvas_base + canvas_num * ii + 1)
+ << 8) |
+ ((canvas_base + canvas_num * ii + 1)
+ << 16)
+ );
+ }
+ /*
+ WRITE_VREG(AV_SCRATCH_0, 0x010100);
+ WRITE_VREG(AV_SCRATCH_1, 0x040403);
+ WRITE_VREG(AV_SCRATCH_2, 0x070706);
+ WRITE_VREG(AV_SCRATCH_3, 0x0a0a09);
+ */
+ }
+#else
+ /* index v << 16 | u << 8 | y */
+ WRITE_VREG(AV_SCRATCH_0, 0x020100);
+ WRITE_VREG(AV_SCRATCH_1, 0x050403);
+ WRITE_VREG(AV_SCRATCH_2, 0x080706);
+ WRITE_VREG(AV_SCRATCH_3, 0x0b0a09);
+#endif
+ /* notify ucode the buffer offset */
+ WRITE_VREG(AV_SCRATCH_F, buf_offset);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ WRITE_VREG(AVS_SOS_COUNT, 0);
+ WRITE_VREG(AVS_BUFFERIN, 0);
+ WRITE_VREG(AVS_BUFFEROUT, 0);
+ if (error_recovery_mode)
+ WRITE_VREG(AVS_ERROR_RECOVERY_MODE, 0);
+ else
+ WRITE_VREG(AVS_ERROR_RECOVERY_MODE, 1);
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+#if 1 /* def DEBUG_UCODE */
+ WRITE_VREG(AV_SCRATCH_D, 0);
+#endif
+
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+
+#ifdef PIC_DC_NEED_CLEAR
+ CLEAR_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 31);
+#endif
+
+#ifdef AVSP_LONG_CABAC
+ if (firmware_sel == 0) {
+ WRITE_VREG(LONG_CABAC_DES_ADDR, es_write_addr_phy);
+ WRITE_VREG(LONG_CABAC_REQ, 0);
+ WRITE_VREG(LONG_CABAC_PIC_SIZE, 0);
+ WRITE_VREG(LONG_CABAC_SRC_ADDR, 0);
+ }
+#endif
+}
+
+#if 0
+#ifdef AVSP_LONG_CABAC
+static unsigned char es_write_addr[MAX_CODED_FRAME_SIZE] __aligned(64);
+#endif
+#endif
+
+static void vavs_local_init(void)
+{
+ int i;
+
+ vavs_ratio = vavs_amstream_dec_info.ratio;
+
+ avi_flag = (unsigned long) vavs_amstream_dec_info.param;
+
+ frame_width = frame_height = frame_dur = frame_prog = 0;
+
+ throw_pb_flag = 1;
+
+ total_frame = 0;
+ saved_resolution = 0;
+ next_pts = 0;
+
+#ifdef DEBUG_PTS
+ pts_hit = pts_missed = pts_i_hit = pts_i_missed = 0;
+#endif
+ INIT_KFIFO(display_q);
+ INIT_KFIFO(recycle_q);
+ INIT_KFIFO(newframe_q);
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &vfpool[i];
+ vfpool[i].index = vf_buf_num;
+ vfpool[i].bufWidth = 1920;
+ kfifo_put(&newframe_q, vf);
+ }
+ for (i = 0; i < vf_buf_num; i++)
+ vfbuf_use[i] = 0;
+
+ cur_vfpool = vfpool;
+
+}
+
+static int vavs_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ spin_lock_irqsave(&lock, flags);
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&newframe_q);
+ states->buf_avail_num = kfifo_len(&display_q);
+ states->buf_recycle_num = kfifo_len(&recycle_q);
+ spin_unlock_irqrestore(&lock, flags);
+ return 0;
+}
+
+#ifdef CONFIG_POST_PROCESS_MANAGER
+static void vavs_ppmgr_reset(void)
+{
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_RESET, NULL);
+
+ vavs_local_init();
+
+ pr_info("vavs: vf_ppmgr_reset\n");
+}
+#endif
+
+static void vavs_local_reset(void)
+{
+ mutex_lock(&vavs_mutex);
+ recover_flag = 1;
+ pr_info("error, local reset\n");
+ amvdec_stop();
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_RESET, NULL);
+ vavs_local_init();
+ vavs_recover();
+ amvdec_start();
+ recover_flag = 0;
+#if 0
+ error_watchdog_count = 0;
+
+ pr_info("pc %x stream buf wp %x rp %x level %x\n",
+ READ_VREG(MPC_E),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP),
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL));
+#endif
+ mutex_unlock(&vavs_mutex);
+}
+
+static void vavs_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+
+#ifndef HANDLE_AVS_IRQ
+ vavs_isr();
+#endif
+
+ if (READ_VREG(AVS_SOS_COUNT)) {
+ if (!error_recovery_mode) {
+ if (debug_flag & AVS_DEBUG_OLD_ERROR_HANDLE) {
+ mutex_lock(&vavs_mutex);
+ pr_info("vavs fatal error reset !\n");
+ amvdec_stop();
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vavs_ppmgr_reset();
+#else
+ vf_light_unreg_provider(&vavs_vf_prov);
+ vavs_local_init();
+ vf_reg_provider(&vavs_vf_prov);
+#endif
+ vavs_recover();
+ amvdec_start();
+ mutex_unlock(&vavs_mutex);
+ } else {
+ vavs_local_reset();
+ }
+ }
+ }
+#if 0
+ if (long_cabac_busy == 0 &&
+ error_watchdog_threshold > 0 &&
+ kfifo_len(&display_q) == 0 &&
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL) >
+ error_watchdog_buf_threshold) {
+ pr_info("newq %d dispq %d recyq %d\r\n",
+ kfifo_len(&newframe_q),
+ kfifo_len(&display_q),
+ kfifo_len(&recycle_q));
+ pr_info("pc %x stream buf wp %x rp %x level %x\n",
+ READ_VREG(MPC_E),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP),
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL));
+ error_watchdog_count++;
+ if (error_watchdog_count >= error_watchdog_threshold)
+ vavs_local_reset();
+ } else
+ error_watchdog_count = 0;
+#endif
+ if (radr != 0) {
+ if (rval != 0) {
+ WRITE_VREG(radr, rval);
+ pr_info("WRITE_VREG(%x,%x)\n", radr, rval);
+ } else
+ pr_info("READ_VREG(%x)=%x\n", radr, READ_VREG(radr));
+ rval = 0;
+ radr = 0;
+ }
+
+ if (!kfifo_is_empty(&recycle_q) && (READ_VREG(AVS_BUFFERIN) == 0)) {
+ struct vframe_s *vf;
+ if (kfifo_get(&recycle_q, &vf)) {
+ if ((vf->index < vf_buf_num) &&
+ (--vfbuf_use[vf->index] == 0)) {
+ WRITE_VREG(AVS_BUFFERIN, ~(1 << vf->index));
+ vf->index = vf_buf_num;
+ }
+ kfifo_put(&newframe_q,
+ (const struct vframe_s *)vf);
+ }
+
+ }
+ if (frame_dur > 0 && saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ saved_resolution = frame_width * frame_height * fps;
+ if (firmware_sel == 0 &&
+ (debug_flag & AVS_DEBUG_USE_FULL_SPEED)) {
+ vdec_source_changed(VFORMAT_AVS,
+ 4096, 2048, 60);
+ } else {
+ vdec_source_changed(VFORMAT_AVS,
+ frame_width, frame_height, fps);
+ }
+
+ }
+
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+#ifdef AVSP_LONG_CABAC
+
+static void long_cabac_do_work(struct work_struct *work)
+{
+ int status = 0;
+#ifdef PERFORMANCE_DEBUG
+ pr_info("enter %s buf level (new %d, display %d, recycle %d)\r\n",
+ __func__,
+ kfifo_len(&newframe_q),
+ kfifo_len(&display_q),
+ kfifo_len(&recycle_q)
+ );
+#endif
+ mutex_lock(&vavs_mutex);
+ long_cabac_busy = 1;
+ while (READ_VREG(LONG_CABAC_REQ)) {
+ if (process_long_cabac() < 0) {
+ status = -1;
+ break;
+ }
+ }
+ long_cabac_busy = 0;
+ mutex_unlock(&vavs_mutex);
+#ifdef PERFORMANCE_DEBUG
+ pr_info("exit %s buf level (new %d, display %d, recycle %d)\r\n",
+ __func__,
+ kfifo_len(&newframe_q),
+ kfifo_len(&display_q),
+ kfifo_len(&recycle_q)
+ );
+#endif
+ if (status < 0) {
+ pr_info("transcoding error, local reset\r\n");
+ vavs_local_reset();
+ }
+
+}
+#endif
+
+#if 0
+#ifdef AVSP_LONG_CABAC
+static void init_avsp_long_cabac_buf(void)
+{
+#if 0
+ es_write_addr_phy = (unsigned long)codec_mm_alloc_for_dma(
+ "vavs",
+ PAGE_ALIGN(MAX_CODED_FRAME_SIZE)/PAGE_SIZE,
+ 0, CODEC_MM_FLAGS_DMA_CPU);
+ es_write_addr_virt = codec_mm_phys_to_virt(es_write_addr_phy);
+
+#elif 0
+ es_write_addr_virt =
+ (void *)dma_alloc_coherent(amports_get_dma_device(),
+ MAX_CODED_FRAME_SIZE, &es_write_addr_phy,
+ GFP_KERNEL);
+#else
+ /*es_write_addr_virt = kmalloc(MAX_CODED_FRAME_SIZE, GFP_KERNEL);
+ es_write_addr_virt = (void *)__get_free_pages(GFP_KERNEL,
+ get_order(MAX_CODED_FRAME_SIZE));
+ */
+ es_write_addr_virt = &es_write_addr[0];
+ if (es_write_addr_virt == NULL) {
+ pr_err("%s: failed to alloc es_write_addr_virt buffer\n",
+ __func__);
+ return;
+ }
+
+ es_write_addr_phy = dma_map_single(amports_get_dma_device(),
+ es_write_addr_virt,
+ MAX_CODED_FRAME_SIZE, DMA_BIDIRECTIONAL);
+ if (dma_mapping_error(amports_get_dma_device(),
+ es_write_addr_phy)) {
+ pr_err("%s: failed to map es_write_addr_virt buffer\n",
+ __func__);
+ /*kfree(es_write_addr_virt);*/
+ es_write_addr_virt = NULL;
+ return;
+ }
+#endif
+
+
+#ifdef BITSTREAM_READ_TMP_NO_CACHE
+ bitstream_read_tmp =
+ (void *)dma_alloc_coherent(amports_get_dma_device(),
+ SVA_STREAM_BUF_SIZE, &bitstream_read_tmp_phy,
+ GFP_KERNEL);
+
+#else
+
+ bitstream_read_tmp = kmalloc(SVA_STREAM_BUF_SIZE, GFP_KERNEL);
+ /*bitstream_read_tmp = (void *)__get_free_pages(GFP_KERNEL,
+ get_order(MAX_CODED_FRAME_SIZE));
+ */
+ if (bitstream_read_tmp == NULL) {
+ pr_err("%s: failed to alloc bitstream_read_tmp buffer\n",
+ __func__);
+ return;
+ }
+
+ bitstream_read_tmp_phy = dma_map_single(amports_get_dma_device(),
+ bitstream_read_tmp,
+ SVA_STREAM_BUF_SIZE, DMA_FROM_DEVICE);
+ if (dma_mapping_error(amports_get_dma_device(),
+ bitstream_read_tmp_phy)) {
+ pr_err("%s: failed to map rpm buffer\n", __func__);
+ kfree(bitstream_read_tmp);
+ bitstream_read_tmp = NULL;
+ return;
+ }
+#endif
+}
+#endif
+#endif
+
+static s32 vavs_init(void)
+{
+ int size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ pr_info("vavs_init\n");
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ amvdec_enable();
+
+ vavs_local_init();
+
+ size = get_firmware_data(VIDEO_DEC_AVS, buf);
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amvdec_loadmc_ex(VFORMAT_AVS, NULL, buf) < 0) {
+ amvdec_disable();
+ vfree(buf);
+ return -EBUSY;
+ }
+
+ vfree(buf);
+
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vavs_prot_init();
+
+#ifdef HANDLE_AVS_IRQ
+ if (vdec_request_irq(VDEC_IRQ_1, vavs_isr,
+ "vavs-irq", (void *)vavs_dec_id)) {
+ amvdec_disable();
+ pr_info("vavs irq register error.\n");
+ return -ENOENT;
+ }
+#endif
+
+ stat |= STAT_ISR_REG;
+
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vf_provider_init(&vavs_vf_prov, PROVIDER_NAME, &vavs_vf_provider, NULL);
+ vf_reg_provider(&vavs_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+#else
+ vf_provider_init(&vavs_vf_prov, PROVIDER_NAME, &vavs_vf_provider, NULL);
+ vf_reg_provider(&vavs_vf_prov);
+#endif
+
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)
+ vavs_amstream_dec_info.rate));
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong)(&recycle_timer);
+ recycle_timer.function = vavs_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+#ifdef AVSP_LONG_CABAC
+ if (firmware_sel == 0)
+ INIT_WORK(&long_cabac_wd_work, long_cabac_do_work);
+#endif
+
+ amvdec_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ return 0;
+}
+
+static int amvdec_avs_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ if (pdata == NULL) {
+ pr_info("amvdec_avs memory resource undefined.\n");
+ return -EFAULT;
+ }
+ if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXM)
+ firmware_sel = 1;
+
+ if (firmware_sel == 1) {
+ vf_buf_num = 4;
+ canvas_base = 0;
+ canvas_num = 3;
+ } else {
+ /*if(vf_buf_num <= 4)
+ canvas_base = 0;
+ else */
+ canvas_base = 128;
+ canvas_num = 2; /*NV21*/
+ }
+
+#ifdef AVSP_LONG_CABAC
+ buf_start = pdata->mem_start;
+ buf_size = pdata->mem_end - pdata->mem_start + 1
+ - (MAX_CODED_FRAME_SIZE * 2)
+ - LOCAL_HEAP_SIZE;
+ avsp_heap_adr = codec_mm_phys_to_virt(
+ pdata->mem_start + buf_size);
+#else
+ buf_start = pdata->mem_start;
+ buf_size = pdata->mem_end - pdata->mem_start + 1;
+#endif
+
+ if (buf_start > ORI_BUFFER_START_ADDR)
+ buf_offset = buf_start - ORI_BUFFER_START_ADDR;
+ else
+ buf_offset = buf_start;
+
+ if (pdata->sys_info)
+ vavs_amstream_dec_info = *pdata->sys_info;
+
+ pr_info("%s (%d,%d) %d\n", __func__, vavs_amstream_dec_info.width,
+ vavs_amstream_dec_info.height, vavs_amstream_dec_info.rate);
+
+ pdata->dec_status = vavs_dec_status;
+
+ if (vavs_init() < 0) {
+ pr_info("amvdec_avs init failed.\n");
+
+ return -ENODEV;
+ }
+
+ return 0;
+}
+
+static int amvdec_avs_remove(struct platform_device *pdev)
+{
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ vdec_free_irq(VDEC_IRQ_1, (void *)vavs_dec_id);
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+#ifdef AVSP_LONG_CABAC
+ if (firmware_sel == 0) {
+ mutex_lock(&vavs_mutex);
+ cancel_work_sync(&long_cabac_wd_work);
+ mutex_unlock(&vavs_mutex);
+
+ if (es_write_addr_virt) {
+#if 0
+ codec_mm_free_for_dma("vavs", es_write_addr_phy);
+#else
+ dma_unmap_single(amports_get_dma_device(),
+ es_write_addr_phy,
+ MAX_CODED_FRAME_SIZE, DMA_FROM_DEVICE);
+ /*kfree(es_write_addr_virt);*/
+ es_write_addr_virt = NULL;
+#endif
+ }
+
+#ifdef BITSTREAM_READ_TMP_NO_CACHE
+ if (bitstream_read_tmp) {
+ dma_free_coherent(amports_get_dma_device(),
+ SVA_STREAM_BUF_SIZE, bitstream_read_tmp,
+ bitstream_read_tmp_phy);
+ bitstream_read_tmp = NULL;
+ }
+#else
+ if (bitstream_read_tmp) {
+ dma_unmap_single(amports_get_dma_device(),
+ bitstream_read_tmp_phy,
+ SVA_STREAM_BUF_SIZE, DMA_FROM_DEVICE);
+ kfree(bitstream_read_tmp);
+ bitstream_read_tmp = NULL;
+ }
+#endif
+ }
+#endif
+ if (stat & STAT_VF_HOOK) {
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vavs_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+
+ amvdec_disable();
+
+ pic_type = 0;
+#ifdef DEBUG_PTS
+ pr_info("pts hit %d, pts missed %d, i hit %d, missed %d\n", pts_hit,
+ pts_missed, pts_i_hit, pts_i_missed);
+ pr_info("total frame %d, avi_flag %d, rate %d\n", total_frame, avi_flag,
+ vavs_amstream_dec_info.rate);
+#endif
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_avs_driver = {
+ .probe = amvdec_avs_probe,
+ .remove = amvdec_avs_remove,
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_avs_profile = {
+ .name = "avs",
+ .profile = ""
+};
+
+static int __init amvdec_avs_driver_init_module(void)
+{
+ pr_debug("amvdec_avs module init\n");
+
+ if (platform_driver_register(&amvdec_avs_driver)) {
+ pr_info("failed to register amvdec_avs driver\n");
+ return -ENODEV;
+ }
+
+ if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXBB)
+ amvdec_avs_profile.profile = "avs+";
+
+ vcodec_profile_register(&amvdec_avs_profile);
+
+ return 0;
+}
+
+static void __exit amvdec_avs_driver_remove_module(void)
+{
+ pr_debug("amvdec_avs module remove.\n");
+
+ platform_driver_unregister(&amvdec_avs_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_avs stat\n");
+
+/******************************************
+module_param(run_flag, uint, 0664);
+MODULE_PARM_DESC(run_flag, "\n run_flag\n");
+
+module_param(step_flag, uint, 0664);
+MODULE_PARM_DESC(step_flag, "\n step_flag\n");
+*******************************************/
+
+module_param(debug_flag, uint, 0664);
+MODULE_PARM_DESC(debug_flag, "\n debug_flag\n");
+
+module_param(error_recovery_mode, uint, 0664);
+MODULE_PARM_DESC(error_recovery_mode, "\n error_recovery_mode\n");
+
+/******************************************
+module_param(error_watchdog_threshold, uint, 0664);
+MODULE_PARM_DESC(error_watchdog_threshold, "\n error_watchdog_threshold\n");
+
+module_param(error_watchdog_buf_threshold, uint, 0664);
+MODULE_PARM_DESC(error_watchdog_buf_threshold,
+ "\n error_watchdog_buf_threshold\n");
+*******************************************/
+
+module_param(pic_type, uint, 0444);
+MODULE_PARM_DESC(pic_type, "\n amdec_vas picture type\n");
+
+module_param(radr, uint, 0664);
+MODULE_PARM_DESC(radr, "\nradr\n");
+
+module_param(rval, uint, 0664);
+MODULE_PARM_DESC(rval, "\nrval\n");
+
+module_param(vf_buf_num, uint, 0664);
+MODULE_PARM_DESC(vf_buf_num, "\nvf_buf_num\n");
+
+module_param(vf_buf_num_used, uint, 0664);
+MODULE_PARM_DESC(vf_buf_num_used, "\nvf_buf_num_used\n");
+
+module_param(canvas_base, uint, 0664);
+MODULE_PARM_DESC(canvas_base, "\ncanvas_base\n");
+
+module_param(work_buf_size, uint, 0664);
+MODULE_PARM_DESC(work_buf_size, "\nwork_buf_size\n");
+
+module_param(firmware_sel, uint, 0664);
+MODULE_PARM_DESC(firmware_sel, "\firmware_sel\n");
+
+
+module_init(amvdec_avs_driver_init_module);
+module_exit(amvdec_avs_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC AVS Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Qi Wang <qi.wang@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/avs/avs.h b/drivers/frame_provider/decoder/avs/avs.h
new file mode 100644
index 0000000..d415645
--- a/dev/null
+++ b/drivers/frame_provider/decoder/avs/avs.h
@@ -0,0 +1,70 @@
+#ifndef AVS_H_
+#define AVS_H_
+
+#define AVSP_LONG_CABAC
+/*#define BITSTREAM_READ_TMP_NO_CACHE*/
+
+#ifdef AVSP_LONG_CABAC
+#define MAX_CODED_FRAME_SIZE 1500000 /*!< bytes for one frame*/
+#define LOCAL_HEAP_SIZE (1024*1024*10)
+/*
+#define MAX_CODED_FRAME_SIZE 240000
+#define MAX_CODED_FRAME_SIZE 700000
+*/
+#define SVA_STREAM_BUF_SIZE 1024
+
+extern void *es_write_addr_virt;
+extern dma_addr_t es_write_addr_phy;
+
+extern void *bitstream_read_tmp;
+extern dma_addr_t bitstream_read_tmp_phy;
+extern void *avsp_heap_adr;
+
+int avs_get_debug_flag(void);
+
+int process_long_cabac(void);
+
+/* bit [6] - skip_mode_flag
+ bit [5:4] - picture_type
+ bit [3] - picture_structure (0-Field, 1-Frame)
+ bit [2] - fixed_picture_qp
+ bit [1] - progressive_sequence
+ bit [0] - active
+*/
+#define LONG_CABAC_REQ AV_SCRATCH_K
+#define LONG_CABAC_SRC_ADDR AV_SCRATCH_H
+#define LONG_CABAC_DES_ADDR AV_SCRATCH_I
+/* bit[31:16] - vertical_size
+ bit[15:0] - horizontal_size
+*/
+#define LONG_CABAC_PIC_SIZE AV_SCRATCH_J
+
+#endif
+
+/*
+#define PERFORMANCE_DEBUG
+#define DUMP_DEBUG
+*/
+#define AVS_DEBUG_PRINT 0x01
+#define AVS_DEBUG_UCODE 0x02
+#define AVS_DEBUG_OLD_ERROR_HANDLE 0x10
+#define AVS_DEBUG_USE_FULL_SPEED 0x80
+#define AEC_DUMP 0x100
+#define STREAM_INFO_DUMP 0x200
+#define SLICE_INFO_DUMP 0x400
+#define MB_INFO_DUMP 0x800
+#define MB_NUM_DUMP 0x1000
+#define BLOCK_NUM_DUMP 0x2000
+#define COEFF_DUMP 0x4000
+#define ES_DUMP 0x8000
+#define DQUANT_DUMP 0x10000
+#define STREAM_INFO_DUMP_MORE 0x20000
+#define STREAM_INFO_DUMP_MORE2 0x40000
+
+extern void *es_write_addr_virt;
+extern void *bitstream_read_tmp;
+extern dma_addr_t bitstream_read_tmp_phy;
+int read_bitstream(unsigned char *Buf, int size);
+int u_v(int LenInBits, char *tracestring);
+
+#endif
diff --git a/drivers/frame_provider/decoder/avs/avsp_trans.c b/drivers/frame_provider/decoder/avs/avsp_trans.c
new file mode 100644
index 0000000..3c7f3ab
--- a/dev/null
+++ b/drivers/frame_provider/decoder/avs/avsp_trans.c
@@ -0,0 +1,4944 @@
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/amlogic/media/utils/vformat.h>
+#include <linux/dma-mapping.h>
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+#include <linux/slab.h>
+/* #include <mach/am_regs.h> */
+#include <linux/module.h>
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../../../stream_input/parser/streambuf_reg.h"
+#include "../utils/amvdec.h"
+#include <linux/amlogic/media/registers/register.h>
+#include "../../../stream_input/amports/amports_priv.h"
+
+#include "avs.h"
+#ifdef AVSP_LONG_CABAC
+
+#define DECODING_SANITY_CHECK
+
+#define TRACE 0
+#define LIWR_FIX 0
+#define pow2(a, b) (1<<b)
+#define io_printf pr_info
+
+static unsigned char *local_heap_adr;
+static int local_heap_size;
+static int local_heap_pos;
+static int transcoding_error_flag;
+
+unsigned char *local_alloc(int num, int size)
+{
+ unsigned char *ret_buf = NULL;
+ int alloc_size = num * size;
+ if ((local_heap_pos + alloc_size) <= local_heap_size) {
+ ret_buf = local_heap_adr + local_heap_pos;
+ local_heap_pos += alloc_size;
+ } else {
+ pr_info(
+ "!!!local_alloc(%d) error, local_heap (size %d) is not enough\r\n",
+ alloc_size, local_heap_size);
+ }
+ return ret_buf;
+}
+
+int local_heap_init(int size)
+{
+ /*local_heap_adr = &local_heap[0];*/
+ local_heap_adr = (unsigned char *)(avsp_heap_adr +
+ MAX_CODED_FRAME_SIZE);
+ memset(local_heap_adr, 0, LOCAL_HEAP_SIZE);
+
+ local_heap_size = LOCAL_HEAP_SIZE;
+ local_heap_pos = 0;
+ return 0;
+}
+
+void local_heap_uninit(void)
+{
+ local_heap_adr = NULL;
+ local_heap_size = 0;
+ local_heap_pos = 0;
+}
+
+#define CODE2D_ESCAPE_SYMBOL 59
+
+const int vlc_golomb_order[3][7][2] =
+
+{{{2, 9}, {2, 9}, {2, 9}, {2, 9}, {2, 9}, {2, 9}, {2, 9}, }, {{3, 9}, {2, 9}, {
+ 2, 9}, {2, 9}, {2, 9}, {2, 9}, {2, 9}, }, {{2, 9}, {0, 9},
+ {1, 9}, {1, 9}, {0, 9}, {-1, -1}, {-1, -1}, }, };
+
+const int MaxRun[3][7] = {{22, 14, 9, 6, 4, 2, 1}, {25, 18, 13, 9, 6, 4, 3}, {
+ 24, 19, 10, 7, 4, -1, -1} };
+
+const int refabslevel[19][26] = {{4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 2, 2, -1, -1, -1}, {7, 4, 4, 3, 3, 3, 3, 3, 2,
+ 2, 2, 2, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ 10, 6, 4, 4, 3, 3, 3, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1}, {13, 7, 5, 4, 3, 2, 2, -1, -1,
+ -1 - 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {18, 8, 4, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {22, 7, 3, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {27, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {4,
+ 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+ 2, 2, 2, 2}, {5, 4, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+ 2, 2, -1, -1, -1, -1, -1, -1, -1}, {7, 5, 4, 4, 3, 3, 3, 2, 2,
+ 2, 2, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},
+ {10, 6, 5, 4, 3, 3, 2, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1}, {13, 7, 5, 4,
+ 3, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {17, 8, 4,
+ 3, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ 22, 6, 3, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {5, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, -1}, {6, 4, 3,
+ 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+ 2, -1, -1, -1, -1, -1, -1}, {10, 6, 4, 4, 3, 3,
+ 2, 2, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {14, 7, 4, 3, 3, 2,
+ 2, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1}, {20, 7, 3, 2,
+ 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1} };
+
+static const int incvlc_intra[7] = {0, 1, 2, 4, 7, 10, 3000};
+static const int incvlc_chroma[5] = {0, 1, 2, 4, 3000};
+
+const int AVS_2DVLC_INTRA[7][26][27] = {{{0, 22, 38, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {2, 32, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {4, 44, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {6, 50, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {8, 54, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {10, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {12, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {14, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {16, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {18, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {20, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {24, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {26, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {28, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {30, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {34, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {36, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {40, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {42, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {46, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {48, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {52, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {56, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, }, {{8, 0, 4, 15, 27, 41,
+ 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, 2, 17, 35, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},
+ {-1, 6, 25, 53, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 9, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 11, 39, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 13, 45, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 19, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 21, 51, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 23, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 29, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 31, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 37, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 43, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 47, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 57, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, }, {{8, 0, 2, 6,
+ 13, 17, 27, 35, 45, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 4, 11, 21, 33, 49, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, 9, 23, 37, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 15,
+ 29, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 19, 39, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, 25, 43, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, 31, 53, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 41,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 47, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, 57, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, }, {{8, 0, 2, 4, 9, 11, 17, 21, 25, 33, 39, 45, 55, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 6, 13, 19,
+ 29, 35, 47, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 15, 27, 41, 57, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 23, 37, 53, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 31, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 43, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 49, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, }, {{6, 0, 2, 4, 7, 9, 11, 15, 17,
+ 21, 23, 29, 33, 35, 43, 47, 49, 57, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, 13, 19, 27, 31, 37, 45, 55, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ 25, 41, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 39, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, 53, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, }, {{0,
+ 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 23, 25, 27, 31, 33, 37, 41,
+ 45, 49, 51, 55, -1, -1, -1, -1, -1}, {-1, 21, 29, 35, 43, 47,
+ 53, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, 39, 57, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, }, {{0, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19,
+ 21, 23, 25, 27, 29, 31, 35, 37, 39, 41, 43, 47, 49, 51, 53, 57},
+ {-1, 33, 45, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1} } };
+
+const int AVS_2DVLC_CHROMA[5][26][27] = {{{0, 14, 32, 56, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {2, 48, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {4, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1}, {6, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {10,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {12, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {16, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {20,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {22, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {24, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {26, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {28,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {30, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {34, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {36, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {38,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {40, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {42, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {46,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {50, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {52, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {54, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, }, {{0, 1, 5, 15, 29,
+ 43, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, 3, 21, 45, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1}, {-1, 7, 37, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 9, 41, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 11, 53, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 13, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 19, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 23, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 27, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 31, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 33, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 39, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 47, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, 49, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 57, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, },
+ {{2, 0, 3, 7, 11, 17, 27, 33, 47, 53, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 5, 13, 21, 37, 55, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 9, 23, 41, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, 15, 31, 57, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ 19, 43, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, 25, 45, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, 29, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ 35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, 39, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, 49, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, }, {{0, 1, 3, 5, 7, 11, 15, 19, 23, 29,
+ 35, 43, 47, 53, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1}, {-1, 9, 13, 21, 31, 39, 51,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1}, {-1, 17, 27,
+ 37, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},
+ {-1, 25, 41, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 33, 55, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 45, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, 49, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, 57, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, {
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1}, {-1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1}, },
+ {{0, 1, 3, 5, 7, 9, 11, 13, 15, 19, 21, 23, 27, 29, 33, 37, 41,
+ 43, 51, 55, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ 17, 25, 31, 39, 45, 53, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, 35, 49, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, 47, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ 57, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, {-1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1}, {-1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, {-1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1}, } };
+
+const int UE[64][2] = {{1, 1}, {2, 3}, {3, 3}, {4, 5}, {5, 5}, {6, 5}, {7, 5}, {
+ 8, 7}, {9, 7}, {10, 7}, {11, 7}, {12, 7}, {13, 7}, {14, 7}, {15,
+ 7}, {16, 9}, {17, 9}, {18, 9}, {19, 9}, {20, 9}, {21, 9},
+ {22, 9}, {23, 9}, {24, 9}, {25, 9}, {26, 9}, {27, 9}, {28, 9}, {
+ 29, 9}, {30, 9}, {31, 9}, {32, 11}, {33, 11}, {
+ 34, 11}, {35, 11}, {36, 11}, {37, 11}, {38, 11},
+ {39, 11}, {40, 11}, {41, 11}, {42, 11}, {43, 11}, {44, 11}, {45,
+ 11}, {46, 11}, {47, 11}, {48, 11}, {49, 11}, {
+ 50, 11}, {51, 11}, {52, 11}, {53, 11}, {54, 11},
+ {55, 11}, {56, 11}, {57, 11}, {58, 11}, {59, 11}, {60, 11}, {61,
+ 11}, {62, 11}, {63, 11}, {64, 13} };
+
+unsigned int src_start;
+unsigned int des_start;
+
+#ifdef AVSP_LONG_CABAC
+
+unsigned char *es_buf;
+int es_buf_ptr;
+int es_write_addr;
+#else
+FILE *f_es;
+#endif
+int es_ptr;
+unsigned int es_res;
+int es_res_ptr;
+unsigned int previous_es;
+
+void init_es(void)
+{
+
+#ifdef AVSP_LONG_CABAC
+ es_write_addr = des_start;
+ es_buf[0] = 0x00;
+ es_buf[1] = 0x00;
+ es_buf[2] = 0x01;
+ es_buf_ptr = 3;
+ es_ptr = 3;
+#else
+ f_es = fopen("es.out", "wb");
+ if (f_es == NULL)
+ io_printf(" ERROR : Can not open es.out for write\n");
+ putc(0x00, f_es);
+ putc(0x00, f_es);
+ putc(0x01, f_es);
+
+ es_ptr = 3;
+#endif
+ es_res = 0;
+ es_res_ptr = 0;
+ previous_es = 0xff;
+
+}
+
+void push_es(int value, int num)
+{
+ unsigned char wr_es_data;
+ int push_num;
+ int push_value;
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & ES_DUMP)
+ io_printf(" push_es : value : 0x%x, num : %d\n", value, num);
+#endif
+ while (num > 0) {
+ if (num >= 8)
+ push_num = 8;
+ else
+ push_num = num;
+
+ num = num - push_num;
+ push_value = (value >> num);
+
+ es_res = (es_res << push_num) | push_value;
+ es_res_ptr = es_res_ptr + push_num;
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & ES_DUMP)
+ io_printf(" #### es_res : 0x%X, es_res_ptr : %d\n",
+ es_res, es_res_ptr);
+#endif
+
+ while (es_res_ptr >= 8) {
+ es_res_ptr = es_res_ptr & 7;
+ wr_es_data = (es_res >> es_res_ptr) & 0xff;
+ if ((previous_es == 0) & (wr_es_data < 4)) {
+ io_printf(
+ " Insert 2'b10 for emu at position : %d\n",
+ es_ptr);
+
+ es_res_ptr = es_res_ptr + 2;
+ wr_es_data = 2;
+ }
+#ifdef AVSP_LONG_CABAC
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & ES_DUMP)
+ pr_info("es_buf[%d] = 0x%02x\r\n",
+ es_buf_ptr, wr_es_data);
+#endif
+ es_buf[es_buf_ptr++] = wr_es_data;
+#else
+ putc(wr_es_data, f_es);
+#endif
+ es_ptr++;
+ previous_es = ((previous_es << 8) | wr_es_data)
+ & 0xffff;
+ }
+
+ }
+}
+
+#define MIN_QP 0
+#define MAX_QP 63
+
+#ifdef BLOCK_SIZE
+#undef BLOCK_SIZE
+#endif
+
+#define BLOCK_SIZE 4
+#define B8_SIZE 8
+#define MB_BLOCK_SIZE 16
+
+#define BLOCK_MULTIPLE (MB_BLOCK_SIZE/(BLOCK_SIZE*2))
+
+#define DECODE_COPY_MB 0
+#define DECODE_MB 1
+
+#define NO_INTRA_PMODE 5
+#define INTRA_PMODE_4x4 10
+#define NO_INTRA_PMODE_4x4 19
+/* 8x8 intra prediction modes */
+#define VERT_PRED 0
+#define HOR_PRED 1
+#define DC_PRED 2
+#define DOWN_LEFT_PRED 3
+#define DOWN_RIGHT_PRED 4
+
+#define VERT_PRED_4x4 0
+#define HOR_PRED_4x4 1
+#define DC_PRED_4x4 2
+#define DOWN_LEFT_PRED_4x4 3
+#define DOWN_RIGHT_PRED_4x4 4
+
+#define HOR_DOWN_PRED_4x4 5
+#define VERT_LEFT_PRED_4x4 6
+#define HOR_UP_PRED_4x4 7
+#define VERT_RIGHT_PRED_4x4 8
+
+#define DC_PRED_8 0
+#define HOR_PRED_8 1
+#define VERT_PRED_8 2
+#define PLANE_8 3
+
+#define LUMA_16DC 0
+#define LUMA_16AC 1
+#define LUMA_8x8 2
+#define LUMA_8x4 3
+#define LUMA_4x8 4
+#define LUMA_4x4 5
+#define CHROMA_DC 6
+#define CHROMA_AC 7
+#define NUM_BLOCK_TYPES 8
+
+#define I_PICTURE_START_CODE 0xB3
+#define PB_PICTURE_START_CODE 0xB6
+#define SLICE_START_CODE_MIN 0x00
+#define SLICE_START_CODE_MAX 0xAF
+#define USER_DATA_START_CODE 0xB2
+#define SEQUENCE_HEADER_CODE 0xB0
+#define EXTENSION_START_CODE 0xB5
+#define SEQUENCE_END_CODE 0xB1
+#define VIDEO_EDIT_CODE 0xB7
+
+#define EOS 1
+#define SOP 2
+#define SOS 3
+#define P8x8 8
+#define I8MB 9
+#define I4MB 10
+#define IBLOCK 11
+#define SI4MB 12
+#define MAXMODE 13
+
+#define IS_INTRA(MB) ((MB)->mb_type == I8MB || (MB)->mb_type == I4MB)
+#define IS_NEWINTRA(MB) ((MB)->mb_type == I4MB)
+#define IS_OLDINTRA(MB) ((MB)->mb_type == I8MB)
+#define IS_INTER(MB) ((MB)->mb_type != I8MB && (MB)->mb_type != I4MB)
+#define IS_INTERMV(MB) ((MB)->mb_type != I8MB && (MB)->mb_type != I4MB\
+ && (MB)->mb_type != 0)
+
+#define IS_DIRECT(MB) ((MB)->mb_type == 0 && (img->type == B_IMG))
+#define IS_COPY(MB) ((MB)->mb_type == 0 && (img->type == P_IMG))
+#define IS_P8x8(MB) ((MB)->mb_type == P8x8)
+
+#define P_IMG 0
+#define B_IMG 1
+#define I_IMG 2
+
+#define FIELD 0
+#define FRAME 1
+
+#define SE_CABP 21
+struct decoding_environment_s {
+ unsigned int dbuffer;
+ int dbits_to_go;
+ unsigned char *dcodestrm;
+ int *dcodestrm_len;
+};
+
+struct bi_context_type_s {
+ unsigned char MPS;
+ unsigned int LG_PMPS;
+ unsigned char cycno;
+};
+
+
+/**********************************************************************
+ * C O N T E X T S F O R R M S Y N T A X E L E M E N T S
+ **********************************************************************
+ */
+
+#define NUM_MB_TYPE_CTX 11
+#define NUM_B8_TYPE_CTX 9
+#define NUM_MV_RES_CTX 10
+#define NUM_REF_NO_CTX 6
+#define NUM_DELTA_QP_CTX 4
+#define NUM_MB_AFF_CTX 4
+
+struct motion_info_contexts_s {
+ struct bi_context_type_s mb_type_contexts[4][NUM_MB_TYPE_CTX];
+ struct bi_context_type_s b8_type_contexts[2][NUM_B8_TYPE_CTX];
+ struct bi_context_type_s mv_res_contexts[2][NUM_MV_RES_CTX];
+ struct bi_context_type_s ref_no_contexts[2][NUM_REF_NO_CTX];
+ struct bi_context_type_s delta_qp_contexts[NUM_DELTA_QP_CTX];
+ struct bi_context_type_s mb_aff_contexts[NUM_MB_AFF_CTX];
+#ifdef TEST_WEIGHTING_AEC
+struct bi_context_type_s mb_weighting_pred;
+#endif
+};
+
+#define NUM_IPR_CTX 2
+#define NUM_CIPR_CTX 4
+#define NUM_CBP_CTX 4
+#define NUM_BCBP_CTX 4
+#define NUM_MAP_CTX 16
+#define NUM_LAST_CTX 16
+
+#define NUM_ONE_CTX 5
+#define NUM_ABS_CTX 5
+
+struct texture_info_contexts {
+ struct bi_context_type_s ipr_contexts[NUM_IPR_CTX];
+ struct bi_context_type_s cipr_contexts[NUM_CIPR_CTX];
+ struct bi_context_type_s cbp_contexts[3][NUM_CBP_CTX];
+ struct bi_context_type_s bcbp_contexts[NUM_BLOCK_TYPES][NUM_BCBP_CTX];
+ struct bi_context_type_s one_contexts[NUM_BLOCK_TYPES][NUM_ONE_CTX];
+ struct bi_context_type_s abs_contexts[NUM_BLOCK_TYPES][NUM_ABS_CTX];
+ struct bi_context_type_s fld_map_contexts[NUM_BLOCK_TYPES][NUM_MAP_CTX];
+ struct bi_context_type_s fld_last_contexts
+ [NUM_BLOCK_TYPES][NUM_LAST_CTX];
+ struct bi_context_type_s map_contexts[NUM_BLOCK_TYPES][NUM_MAP_CTX];
+ struct bi_context_type_s last_contexts[NUM_BLOCK_TYPES][NUM_LAST_CTX];
+};
+struct img_par;
+
+struct syntaxelement {
+ int type;
+ int value1;
+ int value2;
+ int len;
+ int inf;
+ unsigned int bitpattern;
+ int context;
+ int k;
+ int golomb_grad;
+ int golomb_maxlevels;
+#if TRACE
+#define TRACESTRING_SIZE 100
+ char tracestring[TRACESTRING_SIZE];
+#endif
+
+ void (*mapping)(int len, int info, int *value1, int *value2);
+
+ void (*reading)(struct syntaxelement *, struct img_par *,
+ struct decoding_environment_s *);
+
+};
+
+struct bitstream_s {
+
+ int read_len;
+ int code_len;
+
+ int frame_bitoffset;
+ int bitstream_length;
+
+ unsigned char *stream_buffer;
+};
+
+struct datapartition {
+
+ struct bitstream_s *bitstream;
+ struct decoding_environment_s de_aec;
+
+ int (*read_syntax_element)(struct syntaxelement *, struct img_par *,
+ struct datapartition *);
+/*!< virtual function;
+ actual method depends on chosen data partition and
+ entropy coding method */
+};
+
+struct slice_s {
+ int picture_id;
+ int qp;
+ int picture_type;
+ int start_mb_nr;
+ int max_part_nr;
+ int num_mb;
+
+ struct datapartition *part_arr;
+ struct motion_info_contexts_s *mot_ctx;
+ struct texture_info_contexts *tex_ctx;
+ int field_ctx[3][2];
+};
+
+struct img_par {
+ int number;
+ int current_mb_nr;
+ int max_mb_nr;
+ int current_slice_nr;
+ int tr;
+ int qp;
+ int type;
+
+ int typeb;
+
+ int width;
+ int height;
+ int width_cr;
+ int height_cr;
+ int source_bitdepth;
+ int mb_y;
+ int mb_x;
+ int block_y;
+ int pix_y;
+ int pix_x;
+ int pix_c_y;
+ int block_x;
+ int pix_c_x;
+
+ int ***mv;
+ int mpr[16][16];
+
+ int m7[16][16];
+ int m8[/*2*/4][8][8];
+ int cof[4][/*6*/8][4][4];
+ int cofu[4];
+ int **ipredmode;
+ int quad[256];
+ int cod_counter;
+
+ int ***dfmv;
+ int ***dbmv;
+ int **fw_reffrarr;
+ int **bw_reffrarr;
+
+ int ***mv_frm;
+ int **fw_reffrarr_frm;
+ int **bw_reffrarr_frm;
+ int imgtr_next_p;
+ int imgtr_last_p;
+ int tr_frm;
+ int tr_fld;
+ int imgtr_last_prev_p;
+
+ int no_forward_reference;
+ int seq_header_indicate;
+ int b_discard_flag;
+
+ int ***fw_mv;
+ int ***bw_mv;
+ int subblock_x;
+ int subblock_y;
+
+ int buf_cycle;
+
+ int direct_type;
+
+ int ***mv_top;
+ int ***mv_bot;
+ int **fw_reffrarr_top;
+ int **bw_reffrarr_top;
+ int **fw_reffrarr_bot;
+ int **bw_reffrarr_bot;
+
+ int **ipredmode_top;
+ int **ipredmode_bot;
+ int ***fw_mv_top;
+ int ***fw_mv_bot;
+ int ***bw_mv_top;
+ int ***bw_mv_bot;
+ int ***dfmv_top;
+ int ***dbmv_top;
+ int ***dfmv_bot;
+ int ***dbm_bot;
+
+ int toppoc;
+ int bottompoc;
+ int framepoc;
+ unsigned int frame_num;
+
+ unsigned int pic_distance;
+ int delta_pic_order_cnt_bottom;
+
+ signed int pic_distance_msb;
+ unsigned int prev_pic_distance_lsb;
+ signed int curr_pic_distance_msb;
+ unsigned int this_poc;
+
+ int pic_width_inmbs;
+ int pic_height_inmbs;
+ int pic_size_inmbs;
+
+ int block8_x, block8_y;
+ int structure;
+ int pn;
+ int buf_used;
+ int buf_size;
+ int picture_structure;
+ int advanced_pred_mode_disable;
+ int types;
+ int current_mb_nr_fld;
+
+ int p_field_enhanced;
+ int b_field_enhanced;
+
+ int slice_weighting_flag;
+ int lum_scale[4];
+ int lum_shift[4];
+ int chroma_scale[4];
+ int chroma_shift[4];
+ int mb_weighting_flag;
+ int weighting_prediction;
+ int mpr_weight[16][16];
+ int top_bot;
+ int bframe_number;
+
+ int auto_crop_right;
+ int auto_crop_bottom;
+
+ struct slice_s *current_slice;
+ int is_v_block;
+ int is_intra_block;
+
+ int new_seq_header_flag;
+ int new_sequence_flag;
+ int last_pic_bbv_delay;
+
+ int sequence_end_flag;
+ int is_top_field;
+
+ int abt_flag;
+ int qp_shift;
+
+#ifdef EIGHTH
+int eighth_subpixel_flag;
+int subpixel_precision;
+int unit_length;
+int subpixel_mask;
+
+int max_mvd;
+int min_mvd;
+#endif
+
+};
+
+struct macroblock {
+ int qp;
+ int slice_nr;
+ int delta_quant;
+ struct macroblock *mb_available[3][3];
+ /*!< pointer to neighboring MBs in a 3x3 window of current MB,
+ which is located at [1][1]
+ NULL pointer identifies neighboring MBs which are unavailable */
+
+ int mb_type;
+ int mvd[2][BLOCK_MULTIPLE][BLOCK_MULTIPLE][2];
+ int cbp, cbp_blk, cbp01;
+ unsigned long cbp_bits;
+
+ int b8mode[4];
+ int b8pdir[4];
+ int mb_type_2;
+ int c_ipred_mode_2;
+ int dct_mode;
+
+ int c_ipred_mode;
+ int lf_disable;
+ int lf_alpha_c0_offset;
+ int lf_beta_offset;
+
+ int CABT[4];
+ int CABP[4];
+ int cbp_4x4[4];
+
+ int skip_flag;
+
+ struct macroblock *mb_available_up;
+ struct macroblock *mb_available_left;
+ int mbaddr_a, mbaddr_b, mbaddr_c, mbaddr_d;
+ int mbavail_a, mbavail_b, mbavail_c, mbavail_d;
+
+};
+
+struct macroblock *mb_data;
+
+struct img_par *img;
+
+struct bitstream_s *curr_stream;
+
+struct datapartition *alloc_partition(int n);
+
+unsigned int vld_mem_start_addr;
+unsigned int vld_mem_end_addr;
+
+int marker_bit;
+
+int progressive_sequence;
+int horizontal_size;
+int vertical_size;
+
+int second_ifield;
+int pre_img_type;
+
+/* slice_header() */
+int slice_vertical_position;
+int slice_vertical_position_extension;
+int fixed_picture_qp;
+int fixed_slice_qp;
+int slice_qp;
+
+/*
+ *************************************************************************
+ * Function:ue_v, reads an u(v) syntax element, the length in bits is stored in
+ the global UsedBits variable
+ * Input:
+ tracestring
+ the string for the trace file
+ bitstream
+ the stream to be read from
+ * Output:
+ * Return: the value of the coded syntax element
+ * Attention:
+ *************************************************************************
+ */
+/*!
+ * definition of AVS syntaxelements
+ * order of elements follow dependencies for picture reconstruction
+ */
+/*!
+ * \brief Assignment of old TYPE partition elements to new
+ * elements
+ *
+ * old element | new elements
+ * TYPE_HEADER | SE_HEADER, SE_PTYPE
+ * TYPE_MBHEADER | SE_MBTYPE, SE_REFFRAME, SE_INTRAPREDMODE
+ * TYPE_MVD | SE_MVD
+ * TYPE_CBP | SE_CBP_INTRA, SE_CBP_INTER * SE_DELTA_QUANT_INTER
+ * SE_DELTA_QUANT_INTRA
+ * TYPE_COEFF_Y | SE_LUM_DC_INTRA, SE_LUM_AC_INTRA,
+ SE_LUM_DC_INTER, SE_LUM_AC_INTER
+ * TYPE_2x2DC | SE_CHR_DC_INTRA, SE_CHR_DC_INTER
+ * TYPE_COEFF_C | SE_CHR_AC_INTRA, SE_CHR_AC_INTER
+ * TYPE_EOS | SE_EOS
+ */
+
+#define SE_HEADER 0
+#define SE_PTYPE 1
+#define SE_MBTYPE 2
+#define SE_REFFRAME 3
+#define SE_INTRAPREDMODE 4
+#define SE_MVD 5
+#define SE_CBP_INTRA 6
+#define SE_LUM_DC_INTRA 7
+#define SE_CHR_DC_INTRA 8
+#define SE_LUM_AC_INTRA 9
+#define SE_CHR_AC_INTRA 10
+#define SE_CBP_INTER 11
+#define SE_LUM_DC_INTER 12
+#define SE_CHR_DC_INTER 13
+#define SE_LUM_AC_INTER 14
+#define SE_CHR_AC_INTER 15
+#define SE_DELTA_QUANT_INTER 16
+#define SE_DELTA_QUANT_INTRA 17
+#define SE_BFRAME 18
+#define SE_EOS 19
+#define SE_MAX_ELEMENTS 20
+#define SE_CBP01 21
+int chroma_format;
+/*
+ *************************************************************************
+ * Function:Reads bits from the bitstream buffer
+ * Input:
+ byte buffer[]
+ containing VLC-coded data bits
+ int totbitoffset
+ bit offset from start of partition
+ int bytecount
+ total bytes in bitstream
+ int numbits
+ number of bits to read
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+int get_bits(unsigned char buffer[], int totbitoffset, int *info, int bytecount,
+ int numbits)
+{
+ register int inf;
+ long byteoffset;
+ int bitoffset;
+
+ int bitcounter = numbits;
+
+ byteoffset = totbitoffset / 8;
+ bitoffset = 7 - (totbitoffset % 8);
+
+ inf = 0;
+ while (numbits) {
+ inf <<= 1;
+ inf |= (buffer[byteoffset] & (0x01 << bitoffset)) >> bitoffset;
+ numbits--;
+ bitoffset--;
+ if (bitoffset < 0) {
+ byteoffset++;
+ bitoffset += 8;
+ if (byteoffset > bytecount)
+ return -1;
+ }
+ }
+
+ *info = inf;
+
+
+ return bitcounter;
+}
+
+/*
+ *************************************************************************
+ * Function:read FLC codeword from UVLC-partition
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+int read_syntaxelement_flc(struct syntaxelement *sym)
+{
+ int frame_bitoffset = curr_stream->frame_bitoffset;
+ unsigned char *buf = curr_stream->stream_buffer;
+ int bitstreamlengthinbytes = curr_stream->bitstream_length;
+
+ if ((get_bits(buf, frame_bitoffset, &(sym->inf), bitstreamlengthinbytes,
+ sym->len)) < 0)
+ return -1;
+
+ curr_stream->frame_bitoffset += sym->len;
+ sym->value1 = sym->inf;
+
+#if TRACE
+ tracebits2(sym->tracestring, sym->len, sym->inf);
+#endif
+
+ return 1;
+}
+
+/*
+ *************************************************************************
+ * Function:ue_v, reads an u(1) syntax element, the length in bits is stored in
+ the global UsedBits variable
+ * Input:
+ tracestring
+ the string for the trace file
+ bitstream
+ the stream to be read from
+ * Output:
+ * Return: the value of the coded syntax element
+ * Attention:
+ *************************************************************************
+ */
+int u_1(char *tracestring)
+{
+ return u_v(1, tracestring);
+}
+
+/*
+ *************************************************************************
+ * Function:mapping rule for ue(v) syntax elements
+ * Input:lenght and info
+ * Output:number in the code table
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+void linfo_ue(int len, int info, int *value1, int *dummy)
+{
+ *value1 = (int)pow2(2, (len / 2)) + info - 1;
+}
+
+int u_v(int leninbits, char *tracestring)
+{
+ struct syntaxelement symbol, *sym = &symbol;
+
+#ifdef AVSP_LONG_CABAC
+#else
+ assert(curr_stream->stream_buffer != NULL);
+#endif
+ sym->type = SE_HEADER;
+ sym->mapping = linfo_ue;
+ sym->len = leninbits;
+ read_syntaxelement_flc(sym);
+
+ return sym->inf;
+}
+
+/*
+ *************************************************************************
+ * Function:mapping rule for se(v) syntax elements
+ * Input:lenght and info
+ * Output:signed mvd
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void linfo_se(int len, int info, int *value1, int *dummy)
+{
+ int n;
+ n = (int)pow2(2, (len / 2)) + info - 1;
+ *value1 = (n + 1) / 2;
+ if ((n & 0x01) == 0)
+ *value1 = -*value1;
+
+}
+
+/*
+ *************************************************************************
+ * Function:lenght and info
+ * Input:
+ * Output:cbp (intra)
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void linfo_cbp_intra(int len, int info, int *cbp, int *dummy)
+{
+}
+
+const int NCBP[64][2] = {{4, 0}, {16, 19}, {17, 16}, {19, 15}, {14, 18},
+ {9, 11}, {22, 31}, {8, 13}, {11, 17}, {21, 30}, {10, 12},
+ {7, 9}, {12, 10}, {6, 7}, {5, 8}, {1, 1}, {35, 4}, {47, 42}, {
+ 48, 38}, {38, 27}, {46, 39}, {36, 33}, {50, 59},
+ {26, 26}, {45, 40}, {52, 58}, {41, 35}, {28, 25}, {37, 29}, {23,
+ 24}, {31, 28}, {2, 3}, {43, 5}, {51, 51}, {56,
+ 52}, {39, 37}, {55, 50}, {33, 43}, {62, 63}, {
+ 27, 44}, {54, 53}, {60, 62}, {40, 48}, {32, 47},
+ {42, 34}, {24, 45}, {29, 49}, {3, 6}, {49, 14}, {53, 55}, {57,
+ 56}, {25, 36}, {58, 54}, {30, 41}, {59, 60}, {
+ 15, 21}, {61, 57}, {63, 61}, {44, 46}, {18, 22},
+ {34, 32}, {13, 20}, {20, 23}, {0, 2} };
+
+unsigned int s1, t1, value_s, value_t;
+unsigned char dec_bypass, dec_final;
+
+#define get_byte() { \
+ dbuffer = dcodestrm[(*dcodestrm_len)++];\
+ dbits_to_go = 7; \
+}
+
+#define dbuffer (dep->dbuffer)
+#define dbits_to_go (dep->dbits_to_go)
+#define dcodestrm (dep->dcodestrm)
+#define dcodestrm_len (dep->dcodestrm_len)
+
+#define B_BITS 10
+
+#define LG_PMPS_SHIFTNO 2
+
+#define HALF (1 << (B_BITS-1))
+#define QUARTER (1 << (B_BITS-2))
+
+unsigned int biari_decode_symbol(struct decoding_environment_s *dep,
+ struct bi_context_type_s *bi_ct)
+{
+ register unsigned char bit;
+ register unsigned char s_flag;
+ register unsigned char is_lps = 0;
+ register unsigned char cwr;
+ register unsigned char cycno = bi_ct->cycno;
+ register unsigned int lg_pmps = bi_ct->LG_PMPS;
+ register unsigned int t_rlps;
+ register unsigned int s2, t2;
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & AEC_DUMP)
+ io_printf("LG_PMPS : %03X, MPS : %d, cycno : %d -- %p\n",
+ bi_ct->LG_PMPS, bi_ct->MPS, bi_ct->cycno, bi_ct);
+#endif
+
+ bit = bi_ct->MPS;
+
+ cwr = (cycno <= 1) ? 3 : (cycno == 2) ? 4 : 5;
+
+ if (t1 >= (lg_pmps >> LG_PMPS_SHIFTNO)) {
+ s2 = s1;
+ t2 = t1 - (lg_pmps >> LG_PMPS_SHIFTNO);
+ s_flag = 0;
+ } else {
+ s2 = s1 + 1;
+ t2 = 256 + t1 - (lg_pmps >> LG_PMPS_SHIFTNO);
+ s_flag = 1;
+ }
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & AEC_DUMP)
+ io_printf(" s2 : %d, t2 : %03X\n", s2, t2);
+#endif
+
+ if (s2 > value_s || (s2 == value_s && value_t >= t2)) {
+ is_lps = 1;
+ bit = !bit;
+
+ t_rlps = (s_flag == 0) ?
+ (lg_pmps >> LG_PMPS_SHIFTNO) :
+ (t1 + (lg_pmps >> LG_PMPS_SHIFTNO));
+
+ if (s2 == value_s)
+ value_t = (value_t - t2);
+ else {
+ if (--dbits_to_go < 0)
+ get_byte();
+
+ value_t = (value_t << 1)
+ | ((dbuffer >> dbits_to_go) & 0x01);
+ value_t = 256 + value_t - t2;
+
+ }
+
+ while (t_rlps < QUARTER) {
+ t_rlps = t_rlps << 1;
+ if (--dbits_to_go < 0)
+ get_byte();
+
+ value_t = (value_t << 1)
+ | ((dbuffer >> dbits_to_go) & 0x01);
+ }
+
+ s1 = 0;
+ t1 = t_rlps & 0xff;
+
+ value_s = 0;
+ while (value_t < QUARTER) {
+ int j;
+ if (--dbits_to_go < 0)
+ get_byte();
+ j = (dbuffer >> dbits_to_go) & 0x01;
+
+ value_t = (value_t << 1) | j;
+ value_s++;
+ }
+ value_t = value_t & 0xff;
+ } else {
+
+ s1 = s2;
+ t1 = t2;
+ }
+
+ if (dec_bypass)
+ return bit;
+
+ if (is_lps)
+ cycno = (cycno <= 2) ? (cycno + 1) : 3;
+ else if (cycno == 0)
+ cycno = 1;
+ bi_ct->cycno = cycno;
+
+ if (is_lps) {
+ switch (cwr) {
+ case 3:
+ lg_pmps = lg_pmps + 197;
+ break;
+ case 4:
+ lg_pmps = lg_pmps + 95;
+ break;
+ default:
+ lg_pmps = lg_pmps + 46;
+ }
+
+ if (lg_pmps >= (256 << LG_PMPS_SHIFTNO)) {
+ lg_pmps = (512 << LG_PMPS_SHIFTNO) - 1 - lg_pmps;
+ bi_ct->MPS = !(bi_ct->MPS);
+ }
+ } else {
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & AEC_DUMP)
+ io_printf(" - lg_pmps_MPS : %X (%X - %X - %X)\n",
+ lg_pmps - (unsigned int)(lg_pmps>>cwr)
+ - (unsigned int)(lg_pmps>>(cwr+2)),
+ lg_pmps,
+ (unsigned int)(lg_pmps>>cwr),
+ (unsigned int)(lg_pmps>>(cwr+2))
+ );
+#endif
+ lg_pmps = lg_pmps - (unsigned int)(lg_pmps >> cwr)
+ - (unsigned int)(lg_pmps >> (cwr + 2));
+ }
+
+ bi_ct->LG_PMPS = lg_pmps;
+
+ return bit;
+}
+
+unsigned int biari_decode_symbolw(struct decoding_environment_s *dep,
+ struct bi_context_type_s *bi_ct1,
+ struct bi_context_type_s *bi_ct2)
+{
+ register unsigned char bit1, bit2;
+ register unsigned char pred_mps, bit;
+ register unsigned int lg_pmps;
+ register unsigned char cwr1, cycno1 = bi_ct1->cycno;
+ register unsigned char cwr2, cycno2 = bi_ct2->cycno;
+ register unsigned int lg_pmps1 = bi_ct1->LG_PMPS;
+ register unsigned int lg_pmps2 =
+ bi_ct2->LG_PMPS;
+ register unsigned int t_rlps;
+ register unsigned char s_flag, is_lps = 0;
+ register unsigned int s2, t2;
+
+
+ bit1 = bi_ct1->MPS;
+ bit2 = bi_ct2->MPS;
+
+ cwr1 = (cycno1 <= 1) ? 3 : (cycno1 == 2) ? 4 : 5;
+ cwr2 = (cycno2 <= 1) ? 3 : (cycno2 == 2) ? 4 : 5;
+
+ if (bit1 == bit2) {
+ pred_mps = bit1;
+ lg_pmps = (lg_pmps1 + lg_pmps2) / 2;
+ } else {
+ if (lg_pmps1 < lg_pmps2) {
+ pred_mps = bit1;
+ lg_pmps = (256 << LG_PMPS_SHIFTNO) - 1
+ - ((lg_pmps2 - lg_pmps1) >> 1);
+ } else {
+ pred_mps = bit2;
+ lg_pmps = (256 << LG_PMPS_SHIFTNO) - 1
+ - ((lg_pmps1 - lg_pmps2) >> 1);
+ }
+ }
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & AEC_DUMP)
+ io_printf(" - Begin - LG_PMPS : %03X, MPS : %d\n",
+ lg_pmps, pred_mps);
+#endif
+ if (t1 >= (lg_pmps >> LG_PMPS_SHIFTNO)) {
+ s2 = s1;
+ t2 = t1 - (lg_pmps >> LG_PMPS_SHIFTNO);
+ s_flag = 0;
+ } else {
+ s2 = s1 + 1;
+ t2 = 256 + t1 - (lg_pmps >> LG_PMPS_SHIFTNO);
+ s_flag = 1;
+ }
+
+ bit = pred_mps;
+ if (s2 > value_s || (s2 == value_s && value_t >= t2)) {
+ is_lps = 1;
+ bit = !bit;
+ t_rlps = (s_flag == 0) ?
+ (lg_pmps >> LG_PMPS_SHIFTNO) :
+ (t1 + (lg_pmps >> LG_PMPS_SHIFTNO));
+
+ if (s2 == value_s)
+ value_t = (value_t - t2);
+ else {
+ if (--dbits_to_go < 0)
+ get_byte();
+
+ value_t = (value_t << 1)
+ | ((dbuffer >> dbits_to_go) & 0x01);
+ value_t = 256 + value_t - t2;
+ }
+
+ while (t_rlps < QUARTER) {
+ t_rlps = t_rlps << 1;
+ if (--dbits_to_go < 0)
+ get_byte();
+
+ value_t = (value_t << 1)
+ | ((dbuffer >> dbits_to_go) & 0x01);
+ }
+ s1 = 0;
+ t1 = t_rlps & 0xff;
+
+ value_s = 0;
+ while (value_t < QUARTER) {
+ int j;
+ if (--dbits_to_go < 0)
+ get_byte();
+ j = (dbuffer >> dbits_to_go) & 0x01;
+
+ value_t = (value_t << 1) | j;
+ value_s++;
+ }
+ value_t = value_t & 0xff;
+ } else {
+ s1 = s2;
+ t1 = t2;
+ }
+
+ if (bit != bit1) {
+ cycno1 = (cycno1 <= 2) ? (cycno1 + 1) : 3;
+ } else {
+ if (cycno1 == 0)
+ cycno1 = 1;
+ }
+
+ if (bit != bit2) {
+ cycno2 = (cycno2 <= 2) ? (cycno2 + 1) : 3;
+ } else {
+ if (cycno2 == 0)
+ cycno2 = 1;
+ }
+ bi_ct1->cycno = cycno1;
+ bi_ct2->cycno = cycno2;
+
+ {
+
+ if (bit == bit1) {
+ lg_pmps1 =
+ lg_pmps1
+ - (unsigned int)(lg_pmps1
+ >> cwr1)
+ - (unsigned int)(lg_pmps1
+ >> (cwr1
+ + 2));
+ } else {
+ switch (cwr1) {
+ case 3:
+ lg_pmps1 = lg_pmps1 + 197;
+ break;
+ case 4:
+ lg_pmps1 = lg_pmps1 + 95;
+ break;
+ default:
+ lg_pmps1 = lg_pmps1 + 46;
+ }
+
+ if (lg_pmps1 >= (256 << LG_PMPS_SHIFTNO)) {
+ lg_pmps1 = (512 << LG_PMPS_SHIFTNO) - 1
+ - lg_pmps1;
+ bi_ct1->MPS = !(bi_ct1->MPS);
+ }
+ }
+ bi_ct1->LG_PMPS = lg_pmps1;
+
+ if (bit == bit2) {
+ lg_pmps2 =
+ lg_pmps2
+ - (unsigned int)(lg_pmps2
+ >> cwr2)
+ - (unsigned int)(lg_pmps2
+ >> (cwr2
+ + 2));
+ } else {
+ switch (cwr2) {
+ case 3:
+ lg_pmps2 = lg_pmps2 + 197;
+ break;
+ case 4:
+ lg_pmps2 = lg_pmps2 + 95;
+ break;
+ default:
+ lg_pmps2 = lg_pmps2 + 46;
+ }
+
+ if (lg_pmps2 >= (256 << LG_PMPS_SHIFTNO)) {
+ lg_pmps2 = (512 << LG_PMPS_SHIFTNO) - 1
+ - lg_pmps2;
+ bi_ct2->MPS = !(bi_ct2->MPS);
+ }
+ }
+ bi_ct2->LG_PMPS = lg_pmps2;
+ }
+
+
+ return bit;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * biari_decode_symbol_eq_prob():
+ * \return
+ * the decoded symbol
+ ************************************************************************
+ */
+unsigned int biari_decode_symbol_eq_prob(struct decoding_environment_s *dep)
+{
+ unsigned char bit;
+ struct bi_context_type_s octx;
+ struct bi_context_type_s *ctx = &octx;
+ ctx->LG_PMPS = (QUARTER << LG_PMPS_SHIFTNO) - 1;
+ ctx->MPS = 0;
+ ctx->cycno = 0xfe;
+ dec_bypass = 1;
+ bit = biari_decode_symbol(dep, ctx);
+ dec_bypass = 0;
+ return bit;
+}
+
+unsigned int biari_decode_final(struct decoding_environment_s *dep)
+{
+ unsigned char bit;
+ struct bi_context_type_s octx;
+ struct bi_context_type_s *ctx = &octx;
+ ctx->LG_PMPS = 1 << LG_PMPS_SHIFTNO;
+ ctx->MPS = 0;
+ ctx->cycno = 0xff;
+ dec_final = 1;
+ bit = biari_decode_symbol(dep, ctx);
+ dec_final = 0;
+ return bit;
+}
+
+int i_8(char *tracestring)
+{
+ int frame_bitoffset = curr_stream->frame_bitoffset;
+ unsigned char *buf = curr_stream->stream_buffer;
+ int bitstreamlengthinbytes = curr_stream->bitstream_length;
+ struct syntaxelement symbol, *sym = &symbol;
+#ifdef AVSP_LONG_CABAC
+#else
+ assert(curr_stream->stream_buffer != NULL);
+#endif
+
+ sym->len = 8;
+ sym->type = SE_HEADER;
+ sym->mapping = linfo_ue;
+
+ if ((get_bits(buf, frame_bitoffset, &(sym->inf), bitstreamlengthinbytes,
+ sym->len)) < 0)
+ return -1;
+ curr_stream->frame_bitoffset += sym->len;
+ sym->value1 = sym->inf;
+ if (sym->inf & 0x80)
+ sym->inf = -(~((int)0xffffff00 | sym->inf) + 1);
+#if TRACE
+ tracebits2(sym->tracestring, sym->len, sym->inf);
+#endif
+ return sym->inf;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * arideco_bits_read
+ ************************************************************************
+ */
+int arideco_bits_read(struct decoding_environment_s *dep)
+{
+
+ return 8 * ((*dcodestrm_len) - 1) + (8 - dbits_to_go);
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * arithmetic decoding
+ ************************************************************************
+ */
+int read_syntaxelement_aec(struct syntaxelement *se, struct img_par *img,
+ struct datapartition *this_data_part)
+{
+ int curr_len;
+ struct decoding_environment_s *dep_dp = &(this_data_part->de_aec);
+
+ curr_len = arideco_bits_read(dep_dp);
+
+ se->reading(se, img, dep_dp);
+
+ se->len = (arideco_bits_read(dep_dp) - curr_len);
+ return se->len;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * This function is used to arithmetically decode the
+ * run length info of the skip mb
+ ************************************************************************
+ */
+void readrunlenghtfrombuffer_aec(struct syntaxelement *se, struct img_par *img,
+ struct decoding_environment_s *dep_dp)
+{
+ struct bi_context_type_s *pctx;
+ int ctx, symbol;
+ pctx = img->current_slice->tex_ctx->one_contexts[0];
+ symbol = 0;
+ ctx = 0;
+ while (biari_decode_symbol(dep_dp, pctx + ctx) == 0) {
+ symbol += 1;
+ ctx++;
+ if (ctx >= 3)
+ ctx = 3;
+ }
+ se->value1 = symbol;
+#if TRACE
+ fprintf(p_trace, "@%d%s\t\t\t%d\n",
+ symbol_count++, se->tracestring, se->value1);
+ fflush(p_trace);
+#endif
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * This function is used to arithmetically decode a pair of
+ * intra prediction modes of a given MB.
+ ************************************************************************
+ */
+int mapd_intrap[5] = {0, 2, 3, 4, 1};
+void read_intrapredmode_aec(struct syntaxelement *se, struct img_par *img,
+ struct decoding_environment_s *dep_dp)
+{
+ struct bi_context_type_s *pctx;
+ int ctx, symbol;
+ pctx = img->current_slice->tex_ctx->one_contexts[1];
+ symbol = 0;
+ ctx = 0;
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & AEC_DUMP)
+ io_printf(" -- read_intrapredmode_aec ctx : %d\n", ctx);
+#endif
+ while (biari_decode_symbol(dep_dp, pctx + ctx) == 0) {
+ symbol += 1;
+ ctx++;
+ if (ctx >= 3)
+ ctx = 3;
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & AEC_DUMP)
+ io_printf(" -- read_intrapredmode_aec ctx : %d\n", ctx);
+#endif
+ if (symbol == 4)
+ break;
+ }
+ se->value1 = mapd_intrap[symbol] - 1;
+
+#if TRACE
+ fprintf(p_trace, "@%d %s\t\t\t%d\n",
+ symbol_count++, se->tracestring, se->value1);
+ fflush(p_trace);
+#endif
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * decoding of unary binarization using one or 2 distinct
+ * models for the first and all remaining bins; no terminating
+ * "0" for max_symbol
+ ***********************************************************************
+ */
+unsigned int unary_bin_max_decode(struct decoding_environment_s *dep_dp,
+ struct bi_context_type_s *ctx,
+ int ctx_offset, unsigned int max_symbol)
+{
+ unsigned int l;
+ unsigned int symbol;
+ struct bi_context_type_s *ictx;
+
+ symbol = biari_decode_symbol(dep_dp, ctx);
+
+ if (symbol == 0)
+ return 0;
+ else {
+ if (max_symbol == 1)
+ return symbol;
+ symbol = 0;
+ ictx = ctx + ctx_offset;
+ do {
+ l = biari_decode_symbol(dep_dp, ictx);
+ symbol++;
+ } while ((l != 0) && (symbol < max_symbol - 1));
+ if ((l != 0) && (symbol == max_symbol - 1))
+ symbol++;
+ return symbol;
+ }
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * decoding of unary binarization using one or 2 distinct
+ * models for the first and all remaining bins
+ ***********************************************************************
+ */
+unsigned int unary_bin_decode(struct decoding_environment_s *dep_dp,
+ struct bi_context_type_s *ctx, int ctx_offset)
+{
+ unsigned int l;
+ unsigned int symbol;
+ struct bi_context_type_s *ictx;
+
+ symbol = 1 - biari_decode_symbol(dep_dp, ctx);
+
+ if (symbol == 0)
+ return 0;
+ else {
+ symbol = 0;
+ ictx = ctx + ctx_offset;
+ do {
+ l = 1 - biari_decode_symbol(dep_dp, ictx);
+ symbol++;
+ } while (l != 0);
+ return symbol;
+ }
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * This function is used to arithmetically decode the chroma
+ * intra prediction mode of a given MB.
+ ************************************************************************
+ */
+void read_cipredmode_aec(struct syntaxelement *se,
+ struct img_par *img,
+ struct decoding_environment_s *dep_dp)
+{
+ struct texture_info_contexts *ctx = img->current_slice->tex_ctx;
+ struct macroblock *curr_mb = &mb_data[img->current_mb_nr];
+ int act_ctx, a, b;
+ int act_sym = se->value1;
+
+ if (curr_mb->mb_available_up == NULL)
+ b = 0;
+ else {
+ /*if ( (curr_mb->mb_available_up)->mb_type==IPCM)
+ b=0;
+ else*/
+ b = (((curr_mb->mb_available_up)->c_ipred_mode != 0) ? 1 : 0);
+ }
+
+ if (curr_mb->mb_available_left == NULL)
+ a = 0;
+ else {
+ /* if ( (curr_mb->mb_available_left)->mb_type==IPCM)
+ a=0;
+ else*/
+ a = (((curr_mb->mb_available_left)->c_ipred_mode != 0) ? 1 : 0);
+ }
+
+ act_ctx = a + b;
+
+
+ act_sym = biari_decode_symbol(dep_dp, ctx->cipr_contexts + act_ctx);
+
+ if (act_sym != 0)
+ act_sym = unary_bin_max_decode(dep_dp, ctx->cipr_contexts + 3,
+ 0, 2) + 1;
+
+ se->value1 = act_sym;
+
+#if TRACE
+ fprintf(p_trace, "@%d %s\t\t%d\n",
+ symbol_count++, se->tracestring, se->value1);
+ fflush(p_trace);
+#endif
+
+}
+
+int slice_header(char *buf, int startcodepos, int length)
+{
+ int i;
+
+ int weight_para_num = 0;
+ int mb_row;
+ int mb_column;
+ int mb_index;
+ int mb_width, mb_height;
+
+ mb_column = 0;
+
+ memcpy(curr_stream->stream_buffer, buf, length);
+ curr_stream->code_len = curr_stream->bitstream_length = length;
+
+ curr_stream->read_len =
+ curr_stream->frame_bitoffset = (startcodepos) * 8;
+ slice_vertical_position = u_v(8, "slice vertical position");
+
+ push_es(slice_vertical_position, 8);
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & SLICE_INFO_DUMP)
+ io_printf(" * 8-bits slice_vertical_position : %d\n",
+ slice_vertical_position);
+#endif
+
+ if (vertical_size > 2800) {
+ slice_vertical_position_extension = u_v(3,
+ "slice vertical position extension");
+ push_es(slice_vertical_position_extension, 3);
+
+ }
+
+ if (vertical_size > 2800)
+ mb_row = (slice_vertical_position_extension << 7)
+ + slice_vertical_position;
+ else
+ mb_row = slice_vertical_position;
+
+ mb_width = (horizontal_size + 15) / 16;
+ if (!progressive_sequence)
+ mb_height = 2 * ((vertical_size + 31) / 32);
+ else
+ mb_height = (vertical_size + 15) / 16;
+
+
+ mb_index = mb_row * mb_width + mb_column;
+
+ if (!img->picture_structure && img->type == I_IMG
+ && (mb_index >= mb_width * mb_height / 2)) {
+ second_ifield = 1;
+ img->type = P_IMG;
+ pre_img_type = P_IMG;
+ }
+
+ {
+ if (!fixed_picture_qp) {
+ fixed_slice_qp = u_v(1, "fixed_slice_qp");
+ push_es(fixed_slice_qp, 1);
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & SLICE_INFO_DUMP)
+ io_printf(" * 1-bit fixed_slice_qp : %d\n",
+ fixed_slice_qp);
+#endif
+ slice_qp = u_v(6, "slice_qp");
+ push_es(slice_qp, 6);
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & SLICE_INFO_DUMP)
+ io_printf(" * 6-bits slice_qp : %d\n",
+ slice_qp);
+#endif
+
+ img->qp = slice_qp;
+ }
+
+ if (img->type != I_IMG) {
+ img->slice_weighting_flag = u_v(1,
+ "slice weighting flag");
+
+ if (img->slice_weighting_flag) {
+
+ if (second_ifield && !img->picture_structure)
+ weight_para_num = 1;
+ else if (img->type == P_IMG
+ && img->picture_structure)
+ weight_para_num = 2;
+ else if (img->type == P_IMG
+ && !img->picture_structure)
+ weight_para_num = 4;
+ else if (img->type == B_IMG
+ && img->picture_structure)
+ weight_para_num = 2;
+ else if (img->type == B_IMG
+ && !img->picture_structure)
+ weight_para_num = 4;
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & SLICE_INFO_DUMP)
+ io_printf(" - weight_para_num : %d\n",
+ weight_para_num);
+#endif
+ for (i = 0; i < weight_para_num; i++) {
+ img->lum_scale[i] = u_v(8,
+ "luma scale");
+
+ img->lum_shift[i] = i_8("luma shift");
+
+ marker_bit = u_1("insert bit");
+
+
+ {
+ img->chroma_scale[i] = u_v(8,
+ "chroma scale");
+
+ img->chroma_shift[i] = i_8(
+ "chroma shift");
+
+ marker_bit = u_1("insert bit");
+
+ }
+ }
+ img->mb_weighting_flag = u_v(1,
+ "MB weighting flag");
+
+ }
+ }
+ }
+
+
+#if 1
+ return mb_index;
+#endif
+}
+
+void no_mem_exit(char *where)
+{
+ io_printf("%s\r\n", where);
+}
+
+unsigned char bit[8] = {0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01};
+
+struct inputstream_s {
+ /*FILE *f;*/
+ unsigned char buf[SVA_STREAM_BUF_SIZE];
+ unsigned int uclear_bits;
+ unsigned int upre_3bytes;
+ int ibyte_position;
+ int ibuf_bytesnum;
+ int iclear_bitsnum;
+ int istuff_bitsnum;
+ int ibits_count;
+};
+
+struct inputstream_s IRABS;
+struct inputstream_s *p_irabs = &IRABS;
+
+struct stat_bits {
+ int curr_frame_bits;
+ int prev_frame_bits;
+ int emulate_bits;
+ int prev_emulate_bits;
+ int last_unit_bits;
+ int bitrate;
+ int total_bitrate[1000];
+ int coded_pic_num;
+ int time_s;
+};
+
+struct stat_bits *stat_bits_ptr;
+
+unsigned char *temp_slice_buf;
+int start_codeposition;
+int first_slice_length;
+int first_slice_startpos;
+
+int bitstream_buf_used;
+int startcode_offset;
+
+int bitstream_read_ptr;
+
+int demulate_enable;
+
+int last_dquant;
+
+int total_mb_count;
+
+int current_mb_skip;
+
+int skip_mode_flag;
+
+int current_mb_intra;
+
+/*
+ *************************************************************************
+ * Function: Check start code's type
+ * Input:
+ * Output:
+ * Return:
+ * Author: XZHENG, 20080515
+ *************************************************************************
+ */
+void check_type(int startcode)
+{
+ startcode = startcode & 0x000000ff;
+ switch (startcode) {
+ case 0xb0:
+ case 0xb2:
+ case 0xb5:
+ demulate_enable = 0;
+ break;
+ default:
+ demulate_enable = 1;
+ break;
+ }
+
+}
+/*
+ *************************************************************************
+ * Function:
+ * Input:
+ * Output:
+ * Return: 0 : OK
+ -1 : arrive at stream end
+ -2 : meet another start code
+ * Attention:
+ *************************************************************************
+ */
+int clear_nextbyte(struct inputstream_s *p)
+{
+ int i, k, j;
+ unsigned char temp[3];
+ i = p->ibyte_position;
+ k = p->ibuf_bytesnum - i;
+ if (k < 3) {
+ for (j = 0; j < k; j++)
+ temp[j] = p->buf[i + j];
+
+ p->ibuf_bytesnum = read_bitstream(p->buf + k,
+ SVA_STREAM_BUF_SIZE - k);
+ bitstream_buf_used++;
+ if (p->ibuf_bytesnum == 0) {
+ if (k > 0) {
+ while (k > 0) {
+ p->upre_3bytes = ((p->upre_3bytes << 8)
+ | p->buf[i])
+ & 0x00ffffff;
+ if (p->upre_3bytes < 4
+ && demulate_enable) {
+ p->uclear_bits =
+ (p->uclear_bits
+ << 6)
+ | (p->buf[i]
+ >> 2);
+ p->iclear_bitsnum += 6;
+ stat_bits_ptr->emulate_bits
+ += 2;
+ } else {
+ p->uclear_bits = (p->uclear_bits
+ << 8)
+ | p->buf[i];
+ p->iclear_bitsnum += 8;
+ }
+ p->ibyte_position++;
+ k--;
+ i++;
+ }
+ return 0;
+ } else {
+ return -1;
+ }
+ } else {
+ for (j = 0; j < k; j++)
+ p->buf[j] = temp[j];
+ p->ibuf_bytesnum += k;
+ i = p->ibyte_position = 0;
+ }
+ }
+ if (p->buf[i] == 0 && p->buf[i + 1] == 0 && p->buf[i + 2] == 1)
+ return -2;
+ p->upre_3bytes = ((p->upre_3bytes << 8) | p->buf[i]) & 0x00ffffff;
+ if (p->upre_3bytes < 4 && demulate_enable) {
+ p->uclear_bits = (p->uclear_bits << 6) | (p->buf[i] >> 2);
+ p->iclear_bitsnum += 6;
+ stat_bits_ptr->emulate_bits += 2;
+ } else {
+ p->uclear_bits = (p->uclear_bits << 8) | p->buf[i];
+ p->iclear_bitsnum += 8;
+ }
+ p->ibyte_position++;
+ return 0;
+}
+
+/*
+ *************************************************************************
+ * Function:
+ * Input:
+ * Output:
+ * Return: 0 : OK
+ -1 : arrive at stream end
+ -2 : meet another start code
+ * Attention:
+ *************************************************************************
+ */
+int read_n_bit(struct inputstream_s *p, int n, int *v)
+{
+ int r;
+ unsigned int t;
+ while (n > p->iclear_bitsnum) {
+ r = clear_nextbyte(p);
+ if (r) {
+ if (r == -1) {
+ if (p->ibuf_bytesnum - p->ibyte_position > 0)
+ break;
+ }
+ return r;
+ }
+ }
+ t = p->uclear_bits;
+ r = 32 - p->iclear_bitsnum;
+ *v = (t << r) >> (32 - n);
+ p->iclear_bitsnum -= n;
+ return 0;
+}
+
+#ifdef AVSP_LONG_CABAC
+unsigned char TMP_BUF[2 * SVA_STREAM_BUF_SIZE];
+int tmp_buf_wr_ptr;
+int tmp_buf_rd_ptr;
+int tmp_buf_count;
+#endif
+void open_irabs(struct inputstream_s *p)
+{
+ p->uclear_bits = 0xffffffff;
+ p->ibyte_position = 0;
+ p->ibuf_bytesnum = 0;
+ p->iclear_bitsnum = 0;
+ p->istuff_bitsnum = 0;
+ p->ibits_count = 0;
+ p->upre_3bytes = 0;
+
+ bitstream_buf_used = 0;
+ bitstream_read_ptr = (src_start - 16) & 0xfffffff0;
+
+#ifdef AVSP_LONG_CABAC
+ tmp_buf_count = 0;
+ tmp_buf_wr_ptr = 0;
+ tmp_buf_rd_ptr = 0;
+#endif
+
+}
+
+void move_bitstream(unsigned int move_from_addr, unsigned int move_to_addr,
+ int move_size)
+{
+ int move_bytes_left = move_size;
+ unsigned int move_read_addr;
+ unsigned int move_write_addr = move_to_addr;
+
+ int move_byte;
+ unsigned int data32;
+
+ while (move_from_addr > vld_mem_end_addr) {
+ move_from_addr = move_from_addr + vld_mem_start_addr
+ - vld_mem_end_addr - 8;
+ }
+ move_read_addr = move_from_addr;
+ while (move_bytes_left > 0) {
+ move_byte = move_bytes_left;
+ if (move_byte > 512)
+ move_byte = 512;
+ if ((move_read_addr + move_byte) > vld_mem_end_addr)
+ move_byte = (vld_mem_end_addr + 8) - move_read_addr;
+
+ WRITE_VREG(LMEM_DMA_ADR, move_read_addr);
+ WRITE_VREG(LMEM_DMA_COUNT, move_byte / 2);
+ WRITE_VREG(LMEM_DMA_CTRL, 0xc200);
+
+ data32 = 0x8000;
+ while (data32 & 0x8000)
+ data32 = READ_VREG(LMEM_DMA_CTRL);
+
+ WRITE_VREG(LMEM_DMA_ADR, move_write_addr);
+ WRITE_VREG(LMEM_DMA_COUNT, move_byte / 2);
+ WRITE_VREG(LMEM_DMA_CTRL, 0x8200);
+
+ data32 = 0x8000;
+ while (data32 & 0x8000)
+ data32 = READ_VREG(LMEM_DMA_CTRL);
+
+ data32 = 0x0fff;
+ while (data32 & 0x0fff)
+ data32 = READ_VREG(WRRSP_LMEM);
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & STREAM_INFO_DUMP)
+ io_printf(" 2 MOVE %d Bytes from 0x%x to 0x%x\n",
+ move_byte, move_read_addr, move_write_addr);
+#endif
+
+ move_read_addr = move_read_addr + move_byte;
+ if (move_read_addr > vld_mem_end_addr)
+ move_read_addr = vld_mem_start_addr;
+ move_write_addr = move_write_addr + move_byte;
+ move_bytes_left = move_bytes_left - move_byte;
+ }
+
+}
+
+int read_bitstream(unsigned char *buf, int size)
+{
+ int i;
+
+#ifdef AVSP_LONG_CABAC
+
+ unsigned int *TMP_BUF_32 = (unsigned int *)bitstream_read_tmp;
+ if (tmp_buf_count < size) {
+ dma_sync_single_for_cpu(amports_get_dma_device(),
+ bitstream_read_tmp_phy, SVA_STREAM_BUF_SIZE,
+ DMA_FROM_DEVICE);
+
+ move_bitstream(bitstream_read_ptr, bitstream_read_tmp_phy,
+ SVA_STREAM_BUF_SIZE);
+
+ for (i = 0; i < SVA_STREAM_BUF_SIZE / 8; i++) {
+ TMP_BUF[tmp_buf_wr_ptr++] =
+ (TMP_BUF_32[2 * i + 1] >> 24) & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ TMP_BUF[tmp_buf_wr_ptr++] =
+ (TMP_BUF_32[2 * i + 1] >> 16) & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ TMP_BUF[tmp_buf_wr_ptr++] = (TMP_BUF_32[2 * i + 1] >> 8)
+ & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ TMP_BUF[tmp_buf_wr_ptr++] = (TMP_BUF_32[2 * i + 1] >> 0)
+ & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ TMP_BUF[tmp_buf_wr_ptr++] =
+ (TMP_BUF_32[2 * i + 0] >> 24) & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ TMP_BUF[tmp_buf_wr_ptr++] =
+ (TMP_BUF_32[2 * i + 0] >> 16) & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ TMP_BUF[tmp_buf_wr_ptr++] = (TMP_BUF_32[2 * i + 0] >> 8)
+ & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ TMP_BUF[tmp_buf_wr_ptr++] = (TMP_BUF_32[2 * i + 0] >> 0)
+ & 0xff;
+ if (tmp_buf_wr_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_wr_ptr = 0;
+ }
+ tmp_buf_count = tmp_buf_count + SVA_STREAM_BUF_SIZE;
+ bitstream_read_ptr = bitstream_read_ptr + SVA_STREAM_BUF_SIZE;
+ }
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & STREAM_INFO_DUMP)
+ io_printf(" Read %d bytes from %d, size left : %d\n",
+ size, tmp_buf_rd_ptr, tmp_buf_count);
+#endif
+ for (i = 0; i < size; i++) {
+ buf[i] = TMP_BUF[tmp_buf_rd_ptr++];
+ if (tmp_buf_rd_ptr >= (2 * SVA_STREAM_BUF_SIZE))
+ tmp_buf_rd_ptr = 0;
+ }
+ tmp_buf_count = tmp_buf_count - size;
+
+#else
+ for (i = 0; i < size; i++)
+ buf[i] = tmp_stream[bitstream_read_ptr + i];
+ bitstream_read_ptr = bitstream_read_ptr + size;
+#endif
+
+ return size;
+}
+
+int next_startcode(struct inputstream_s *p)
+{
+ int i, m;
+ unsigned char a = 0, b = 0;
+ m = 0;
+
+ while (1) {
+ if (p->ibyte_position >= p->ibuf_bytesnum - 2) {
+ m = p->ibuf_bytesnum - p->ibyte_position;
+ if (m < 0)
+ return -2;
+ if (m == 1)
+ b = p->buf[p->ibyte_position + 1];
+ if (m == 2) {
+ b = p->buf[p->ibyte_position + 1];
+ a = p->buf[p->ibyte_position];
+ }
+ p->ibuf_bytesnum = read_bitstream(p->buf,
+ SVA_STREAM_BUF_SIZE);
+ p->ibyte_position = 0;
+ bitstream_buf_used++;
+ }
+
+ if (p->ibuf_bytesnum + m < 3)
+ return -1;
+
+ if (m == 1 && b == 0 && p->buf[0] == 0 && p->buf[1] == 1) {
+ p->ibyte_position = 2;
+ p->iclear_bitsnum = 0;
+ p->istuff_bitsnum = 0;
+ p->ibits_count += 24;
+ p->upre_3bytes = 1;
+ return 0;
+ }
+
+ if (m == 2 && b == 0 && a == 0 && p->buf[0] == 1) {
+ p->ibyte_position = 1;
+ p->iclear_bitsnum = 0;
+ p->istuff_bitsnum = 0;
+ p->ibits_count += 24;
+ p->upre_3bytes = 1;
+ return 0;
+ }
+
+ if (m == 2 && b == 0 && p->buf[0] == 0 && p->buf[1] == 1) {
+ p->ibyte_position = 2;
+ p->iclear_bitsnum = 0;
+ p->istuff_bitsnum = 0;
+ p->ibits_count += 24;
+ p->upre_3bytes = 1;
+ return 0;
+ }
+
+ for (i = p->ibyte_position; i < p->ibuf_bytesnum - 2; i++) {
+ if (p->buf[i] == 0 && p->buf[i + 1] == 0
+ && p->buf[i + 2] == 1) {
+ p->ibyte_position = i + 3;
+ p->iclear_bitsnum = 0;
+ p->istuff_bitsnum = 0;
+ p->ibits_count += 24;
+ p->upre_3bytes = 1;
+ return 0;
+ }
+ p->ibits_count += 8;
+ }
+ p->ibyte_position = i;
+ }
+}
+
+int get_oneunit(char *buf, int *startcodepos, int *length)
+{
+ int i, j, k;
+ i = next_startcode(p_irabs);
+
+ if (i != 0) {
+ if (i == -1)
+ io_printf(
+ "\narrive at stream end and start code is not found!");
+ if (i == -2)
+ io_printf("\np->ibyte_position error!");
+
+ }
+ startcode_offset =
+ p_irabs->ibyte_position
+ - 3 + (bitstream_buf_used-1)
+ * SVA_STREAM_BUF_SIZE;
+ buf[0] = 0;
+ buf[1] = 0;
+ buf[2] = 1;
+ *startcodepos = 3;
+ i = read_n_bit(p_irabs, 8, &j);
+ buf[3] = (char)j;
+
+ check_type(buf[3]);
+ if (buf[3] == SEQUENCE_END_CODE) {
+ *length = 4;
+ return -1;
+ }
+ k = 4;
+ while (1) {
+ i = read_n_bit(p_irabs, 8, &j);
+ if (i < 0)
+ break;
+ buf[k++] = (char)j;
+ if (k >= (MAX_CODED_FRAME_SIZE - 1))
+ break;
+ }
+ if (p_irabs->iclear_bitsnum > 0) {
+ int shift;
+ shift = 8 - p_irabs->iclear_bitsnum;
+ i = read_n_bit(p_irabs, p_irabs->iclear_bitsnum, &j);
+
+ if (j != 0)
+ buf[k++] = (char)(j << shift);
+ stat_bits_ptr->last_unit_bits += shift;
+ }
+ *length = k;
+ return k;
+}
+
+/*unsigned char tmp_buf[MAX_CODED_FRAME_SIZE] __attribute__ ((aligned(64)));*/
+/*unsigned char tmp_buf[MAX_CODED_FRAME_SIZE] __aligned(64);*/
+int header(void)
+{
+ unsigned char *buf;
+ int startcodepos, length;
+
+ unsigned char *tmp_buf;
+ tmp_buf = (unsigned char *)avsp_heap_adr;
+
+ buf = &tmp_buf[0];
+ while (1) {
+ start_codeposition = get_oneunit(buf, &startcodepos, &length);
+
+ switch (buf[startcodepos]) {
+ case SEQUENCE_HEADER_CODE:
+ io_printf(
+ "# SEQUENCE_HEADER_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+ break;
+ case EXTENSION_START_CODE:
+ io_printf(
+ "# EXTENSION_START_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+ break;
+ case USER_DATA_START_CODE:
+ io_printf(
+ "# USER_DATA_START_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+ break;
+ case VIDEO_EDIT_CODE:
+ io_printf(
+ "# VIDEO_EDIT_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+ break;
+ case I_PICTURE_START_CODE:
+ io_printf(
+ "# I_PICTURE_START_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+ break;
+ case PB_PICTURE_START_CODE:
+ io_printf(
+ "# PB_PICTURE_START_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+ break;
+ case SEQUENCE_END_CODE:
+ io_printf(
+ "# SEQUENCE_END_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+ break;
+ default:
+ io_printf(
+ "# SLICE_START_CODE (0x%02x) found at offset %d (0x%x)\n",
+ buf[startcodepos], startcode_offset,
+ startcode_offset);
+#if 0
+ io_printf("VLD_MEM_VIFIFO_START_PTR %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_START_PTR));
+ io_printf("VLD_MEM_VIFIFO_CURR_PTR %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_CURR_PTR));
+ io_printf("VLD_MEM_VIFIFO_END_PTR %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_END_PTR));
+ io_printf("VLD_MEM_VIFIFO_WP %x\r\n"
+ READ_VREG(VLD_MEM_VIFIFO_WP));
+ io_printf("VLD_MEM_VIFIFO_RP %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_RP));
+ io_printf("VLD_MEM_VBUF_RD_PTR %x\r\n"
+ READ_VREG(VLD_MEM_VBUF_RD_PTR));
+ io_printf("VLD_MEM_VIFIFO_BUF_CNTL %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_BUF_CNTL));
+ io_printf("PARSER_VIDEO_HOLE %x\r\n",
+ READ_MPEG_REG(PARSER_VIDEO_HOLE));
+#endif
+ if ((buf[startcodepos] >= SLICE_START_CODE_MIN
+ && buf[startcodepos]
+ <= SLICE_START_CODE_MAX)
+ && ((!img->seq_header_indicate)
+ || (img->type == B_IMG
+ && img->b_discard_flag
+ == 1
+ && !img->no_forward_reference))) {
+ break;
+ } else if (buf[startcodepos] >= SLICE_START_CODE_MIN) {
+
+ first_slice_length = length;
+ first_slice_startpos = startcodepos;
+
+ temp_slice_buf = &tmp_buf[0];
+ return SOP;
+ } else {
+ io_printf("Can't find start code");
+ return -EOS;
+ }
+ }
+ }
+
+}
+
+/*
+ *************************************************************************
+ * Function:Allocates a Bitstream
+ * Input:
+ * Output:allocated Bitstream point
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+struct bitstream_s *alloc_bitstream(void)
+{
+ struct bitstream_s *bitstream;
+
+ bitstream = (struct bitstream_s *)local_alloc(1,
+ sizeof(struct bitstream_s));
+ if (bitstream == NULL) {
+ io_printf(
+ "AllocBitstream: Memory allocation for Bitstream failed");
+ }
+ bitstream->stream_buffer = (unsigned char *)local_alloc(
+ MAX_CODED_FRAME_SIZE,
+ sizeof(unsigned char));
+ if (bitstream->stream_buffer == NULL) {
+ io_printf(
+ "AllocBitstream: Memory allocation for streamBuffer failed");
+ }
+
+ return bitstream;
+}
+
+void biari_init_context_logac(struct bi_context_type_s *ctx)
+{
+ ctx->LG_PMPS = (QUARTER << LG_PMPS_SHIFTNO) - 1;
+ ctx->MPS = 0;
+ ctx->cycno = 0;
+}
+
+#define BIARI_CTX_INIT1_LOG(jj, ctx)\
+{\
+ for (j = 0; j < jj; j++)\
+ biari_init_context_logac(&(ctx[j]));\
+}
+
+#define BIARI_CTX_INIT2_LOG(ii, jj, ctx)\
+{\
+ for (i = 0; i < ii; i++)\
+ for (j = 0; j < jj; j++)\
+ biari_init_context_logac(&(ctx[i][j]));\
+}
+
+#define BIARI_CTX_INIT3_LOG(ii, jj, kk, ctx)\
+{\
+ for (i = 0; i < ii; i++)\
+ for (j = 0; j < jj; j++)\
+ for (k = 0; k < kk; k++)\
+ biari_init_context_logac(&(ctx[i][j][k]));\
+}
+
+#define BIARI_CTX_INIT4_LOG(ii, jj, kk, ll, ctx)\
+{\
+ for (i = 0; i < ii; i++)\
+ for (j = 0; j < jj; j++)\
+ for (k = 0; k < kk; k++)\
+ for (l = 0; l < ll; l++)\
+ biari_init_context_logac\
+ (&(ctx[i][j][k][l]));\
+}
+
+void init_contexts(struct img_par *img)
+{
+ struct motion_info_contexts_s *mc = img->current_slice->mot_ctx;
+ struct texture_info_contexts *tc = img->current_slice->tex_ctx;
+ int i, j;
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & SLICE_INFO_DUMP)
+ io_printf(" ---- init_contexts ----\n");
+#endif
+
+ BIARI_CTX_INIT2_LOG(3, NUM_MB_TYPE_CTX, mc->mb_type_contexts);
+ BIARI_CTX_INIT2_LOG(2, NUM_B8_TYPE_CTX, mc->b8_type_contexts);
+ BIARI_CTX_INIT2_LOG(2, NUM_MV_RES_CTX, mc->mv_res_contexts);
+ BIARI_CTX_INIT2_LOG(2, NUM_REF_NO_CTX, mc->ref_no_contexts);
+ BIARI_CTX_INIT1_LOG(NUM_DELTA_QP_CTX, mc->delta_qp_contexts);
+ BIARI_CTX_INIT1_LOG(NUM_MB_AFF_CTX, mc->mb_aff_contexts);
+
+ BIARI_CTX_INIT1_LOG(NUM_IPR_CTX, tc->ipr_contexts);
+ BIARI_CTX_INIT1_LOG(NUM_CIPR_CTX, tc->cipr_contexts);
+ BIARI_CTX_INIT2_LOG(3, NUM_CBP_CTX, tc->cbp_contexts);
+ BIARI_CTX_INIT2_LOG(NUM_BLOCK_TYPES, NUM_BCBP_CTX, tc->bcbp_contexts);
+ BIARI_CTX_INIT2_LOG(NUM_BLOCK_TYPES, NUM_ONE_CTX, tc->one_contexts);
+ BIARI_CTX_INIT2_LOG(NUM_BLOCK_TYPES, NUM_ABS_CTX, tc->abs_contexts);
+ BIARI_CTX_INIT2_LOG(NUM_BLOCK_TYPES, NUM_MAP_CTX, tc->fld_map_contexts);
+ BIARI_CTX_INIT2_LOG(NUM_BLOCK_TYPES, NUM_LAST_CTX,
+ tc->fld_last_contexts);
+ BIARI_CTX_INIT2_LOG(NUM_BLOCK_TYPES, NUM_MAP_CTX, tc->map_contexts);
+ BIARI_CTX_INIT2_LOG(NUM_BLOCK_TYPES, NUM_LAST_CTX, tc->last_contexts);
+#ifdef TEST_WEIGHTING_AEC
+ biari_init_context_logac(&mc->mb_weighting_pred);
+#endif
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Allocation of contexts models for the motion info
+ * used for arithmetic decoding
+ *
+ ************************************************************************
+ */
+struct motion_info_contexts_s *create_contexts_motioninfo(void)
+{
+ struct motion_info_contexts_s *deco_ctx;
+
+ deco_ctx = (struct motion_info_contexts_s *)local_alloc(1,
+ sizeof(struct motion_info_contexts_s));
+ if (deco_ctx == NULL)
+ no_mem_exit("create_contexts_motioninfo: deco_ctx");
+
+ return deco_ctx;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Allocates of contexts models for the texture info
+ * used for arithmetic decoding
+ ************************************************************************
+ */
+struct texture_info_contexts *create_contexts_textureinfo(void)
+{
+ struct texture_info_contexts *deco_ctx;
+
+ deco_ctx = (struct texture_info_contexts *)local_alloc(1,
+ sizeof(struct texture_info_contexts));
+ if (deco_ctx == NULL)
+ no_mem_exit("create_contexts_textureinfo: deco_ctx");
+
+ return deco_ctx;
+}
+
+struct datapartition *alloc_partition(int n)
+{
+ struct datapartition *part_arr, *datapart;
+ int i;
+
+ part_arr =
+ (struct datapartition *)local_alloc(n, sizeof(struct datapartition));
+ if (part_arr == NULL) {
+ no_mem_exit(
+ "alloc_partition: Memory allocation for Data Partition failed");
+ }
+
+#if LIWR_FIX
+ part_arr[0].bitstream = NULL;
+#else
+ for (i = 0; i < n; i++) {
+ datapart = &(part_arr[i]);
+ datapart->bitstream = (struct bitstream_s *)local_alloc(1,
+ sizeof(struct bitstream_s));
+ if (datapart->bitstream == NULL) {
+ no_mem_exit(
+ "alloc_partition: Memory allocation for Bitstream failed");
+ }
+ }
+#endif
+ return part_arr;
+}
+
+void malloc_slice(struct img_par *img)
+{
+ struct slice_s *currslice;
+
+ img->current_slice =
+ (struct slice_s *)local_alloc(1, sizeof(struct slice_s));
+ currslice = img->current_slice;
+ if (currslice == NULL)
+ no_mem_exit(
+ "Memory allocation for struct slice_s datastruct Failed"
+ );
+ if (1) {
+
+ currslice->mot_ctx = create_contexts_motioninfo();
+ currslice->tex_ctx = create_contexts_textureinfo();
+ }
+#if LIWR_FIX
+ currslice->max_part_nr = 1;
+#else
+ currslice->max_part_nr = 3;
+#endif
+ currslice->part_arr = alloc_partition(currslice->max_part_nr);
+}
+
+void init(struct img_par *img)
+{
+ int i;
+
+ for (i = 0; i < 256; i++)
+ img->quad[i] = i * i;
+}
+
+/*
+ *************************************************************************
+ * Function:Allocate 2D memory array -> int array2D[rows][columns]
+ * Input:
+ * Output: memory size in bytes
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+int get_mem2Dint(int ***array2D, int rows, int columns)
+{
+ int i;
+
+ *array2D = (int **)local_alloc(rows, sizeof(int *));
+ if (*array2D == NULL)
+ no_mem_exit("get_mem2Dint: array2D");
+ (*array2D)[0] = (int *)local_alloc(rows * columns, sizeof(int));
+ if ((*array2D)[0] == NULL)
+ no_mem_exit("get_mem2Dint: array2D");
+
+ for (i = 1; i < rows; i++)
+ (*array2D)[i] = (*array2D)[i - 1] + columns;
+
+ return rows * columns * sizeof(int);
+}
+
+void initial_decode(void)
+{
+ int i, j;
+ int img_height = (vertical_size + img->auto_crop_bottom);
+ int memory_size = 0;
+
+ malloc_slice(img);
+ mb_data = (struct macroblock *)local_alloc(
+ (img->width / MB_BLOCK_SIZE)
+ * (img_height /*vertical_size*/
+ / MB_BLOCK_SIZE), sizeof(struct macroblock));
+ if (mb_data == NULL)
+ no_mem_exit("init_global_buffers: mb_data");
+
+ if (progressive_sequence)
+ memory_size += get_mem2Dint(&(img->ipredmode),
+ img->width / B8_SIZE * 2 + 4,
+ vertical_size / B8_SIZE * 2 + 4);
+ else
+ memory_size += get_mem2Dint(&(img->ipredmode),
+ img->width / B8_SIZE * 2 + 4,
+ (vertical_size + 32) / (2 * B8_SIZE) * 4 + 4);
+
+ for (i = 0; i < img->width / (B8_SIZE) * 2 + 4; i++) {
+ for (j = 0; j < img->height / (B8_SIZE) * 2 + 4; j++)
+ img->ipredmode[i][j] = -1;
+ }
+
+ init(img);
+ img->number = 0;
+ img->type = I_IMG;
+ img->imgtr_last_p = 0;
+ img->imgtr_next_p = 0;
+
+ img->new_seq_header_flag = 1;
+ img->new_sequence_flag = 1;
+
+}
+
+void aec_new_slice(void)
+{
+ last_dquant = 0;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Initializes the DecodingEnvironment for the arithmetic coder
+ ************************************************************************
+ */
+
+void arideco_start_decoding(struct decoding_environment_s *dep,
+ unsigned char *cpixcode,
+ int firstbyte, int *cpixcode_len, int slice_type)
+{
+
+ dcodestrm = cpixcode;
+ dcodestrm_len = cpixcode_len;
+ *dcodestrm_len = firstbyte;
+
+ s1 = 0;
+ t1 = QUARTER - 1;
+ value_s = 0;
+
+ value_t = 0;
+
+ {
+ int i;
+ dbits_to_go = 0;
+ for (i = 0; i < B_BITS - 1; i++) {
+ if (--dbits_to_go < 0)
+ get_byte();
+
+ value_t = (value_t << 1)
+ | ((dbuffer >> dbits_to_go) & 0x01);
+ }
+ }
+
+ while (value_t < QUARTER) {
+ if (--dbits_to_go < 0)
+ get_byte();
+
+ value_t = (value_t << 1) | ((dbuffer >> dbits_to_go) & 0x01);
+ value_s++;
+ }
+ value_t = value_t & 0xff;
+
+ dec_final = dec_bypass = 0;
+
+
+
+}
+
+/*
+ *************************************************************************
+ * Function:Checks the availability of neighboring macroblocks of
+ the current macroblock for prediction and context determination;
+ marks the unavailable MBs for intra prediction in the
+ ipredmode-array by -1. Only neighboring MBs in the causal
+ past of the current MB are checked.
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void checkavailabilityofneighbors(struct img_par *img)
+{
+ int i, j;
+ const int mb_width = img->width / MB_BLOCK_SIZE;
+ const int mb_nr = img->current_mb_nr;
+ struct macroblock *curr_mb = &mb_data[mb_nr];
+ int check_value;
+ int remove_prediction;
+
+ curr_mb->mb_available_up = NULL;
+ curr_mb->mb_available_left = NULL;
+
+ for (i = 0; i < 3; i++)
+ for (j = 0; j < 3; j++)
+ mb_data[mb_nr].mb_available[i][j] = NULL;
+
+ mb_data[mb_nr].mb_available[1][1] = curr_mb;
+
+ if (img->pix_x >= MB_BLOCK_SIZE) {
+ remove_prediction = curr_mb->slice_nr
+ != mb_data[mb_nr - 1].slice_nr;
+
+ if (remove_prediction)
+
+ {
+
+ img->ipredmode[(img->block_x + 1) * 2 - 1][(img->block_y
+ + 1) * 2] = -1;
+ img->ipredmode[(img->block_x + 1) * 2 - 1][(img->block_y
+ + 1) * 2 + 1] = -1;
+ img->ipredmode[(img->block_x + 1) * 2 - 1][(img->block_y
+ + 2) * 2] = -1;
+ img->ipredmode[(img->block_x + 1) * 2 - 1][(img->block_y
+ + 2) * 2 + 1] = -1;
+ }
+ if (!remove_prediction)
+ curr_mb->mb_available[1][0] = &(mb_data[mb_nr - 1]);
+
+ }
+
+ check_value = (img->pix_y >= MB_BLOCK_SIZE);
+ if (check_value) {
+ remove_prediction = curr_mb->slice_nr
+ != mb_data[mb_nr - mb_width].slice_nr;
+
+ if (remove_prediction) {
+ img->ipredmode
+ [(img->block_x + 1) * 2][(img->block_y + 1)
+ * 2 - 1] = -1;
+ img->ipredmode[(img->block_x + 1) * 2 + 1][(img->block_y
+ + 1) * 2 - 1] = -1;
+ img->ipredmode[(img->block_x + 1) * 2 + 2][(img->block_y
+ + 1) * 2 - 1] = -1;
+ img->ipredmode[(img->block_x + 1) * 2 + 3][(img->block_y
+ + 1) * 2 - 1] = -1;
+ }
+
+ if (!remove_prediction) {
+ curr_mb->mb_available[0][1] =
+ &(mb_data[mb_nr - mb_width]);
+ }
+ }
+
+ if (img->pix_y >= MB_BLOCK_SIZE && img->pix_x >= MB_BLOCK_SIZE) {
+ remove_prediction = curr_mb->slice_nr
+ != mb_data[mb_nr - mb_width - 1].slice_nr;
+
+ if (remove_prediction) {
+ img->ipredmode[img->block_x * 2 + 1][img->block_y * 2
+ + 1] = -1;
+ }
+ if (!remove_prediction) {
+ curr_mb->mb_available[0][0] = &(mb_data[mb_nr - mb_width
+ - 1]);
+ }
+ }
+
+ if (img->pix_y >= MB_BLOCK_SIZE
+ && img->pix_x < (img->width - MB_BLOCK_SIZE)) {
+ if (curr_mb->slice_nr == mb_data[mb_nr - mb_width + 1].slice_nr)
+ curr_mb->mb_available[0][2] = &(mb_data[mb_nr - mb_width
+ + 1]);
+ }
+
+ if (1) {
+ curr_mb->mbaddr_a = mb_nr - 1;
+ curr_mb->mbaddr_b = mb_nr - img->pic_width_inmbs;
+ curr_mb->mbaddr_c = mb_nr - img->pic_width_inmbs + 1;
+ curr_mb->mbaddr_d = mb_nr - img->pic_width_inmbs - 1;
+
+ curr_mb->mbavail_a =
+ (curr_mb->mb_available[1][0] != NULL) ? 1 : 0;
+ curr_mb->mbavail_b =
+ (curr_mb->mb_available[0][1] != NULL) ? 1 : 0;
+ curr_mb->mbavail_c =
+ (curr_mb->mb_available[0][2] != NULL) ? 1 : 0;
+ curr_mb->mbavail_d =
+ (curr_mb->mb_available[0][0] != NULL) ? 1 : 0;
+
+ }
+
+}
+
+void checkavailabilityofneighborsaec(void)
+{
+
+ int i, j;
+ const int mb_width = img->width / MB_BLOCK_SIZE;
+ const int mb_nr = img->current_mb_nr;
+ struct macroblock *curr_mb = &(mb_data[mb_nr]);
+ int check_value;
+ for (i = 0; i < 3; i++)
+ for (j = 0; j < 3; j++)
+ mb_data[mb_nr].mb_available[i][j] = NULL;
+ mb_data[mb_nr].mb_available[1][1] = &(mb_data[mb_nr]);
+
+ if (img->pix_x >= MB_BLOCK_SIZE) {
+ int remove_prediction = curr_mb->slice_nr
+ != mb_data[mb_nr - 1].slice_nr;
+ if (!remove_prediction)
+ curr_mb->mb_available[1][0] = &(mb_data[mb_nr - 1]);
+ }
+
+ check_value = (img->pix_y >= MB_BLOCK_SIZE);
+ if (check_value) {
+ int remove_prediction = curr_mb->slice_nr
+ != mb_data[mb_nr - mb_width].slice_nr;
+
+ if (!remove_prediction) {
+ curr_mb->mb_available[0][1] =
+ &(mb_data[mb_nr - mb_width]);
+ }
+ }
+
+ if (img->pix_y >= MB_BLOCK_SIZE && img->pix_x >= MB_BLOCK_SIZE) {
+ int remove_prediction = curr_mb->slice_nr
+ != mb_data[mb_nr - mb_width - 1].slice_nr;
+ if (!remove_prediction) {
+ curr_mb->mb_available[0][0] = &(mb_data[mb_nr - mb_width
+ - 1]);
+ }
+ }
+
+ if (img->pix_y >= MB_BLOCK_SIZE
+ && img->pix_x < (img->width - MB_BLOCK_SIZE)) {
+ if (curr_mb->slice_nr == mb_data[mb_nr - mb_width + 1].slice_nr)
+ curr_mb->mb_available[0][2] = &(mb_data[mb_nr - mb_width
+ + 1]);
+ }
+ curr_mb->mb_available_left = curr_mb->mb_available[1][0];
+ curr_mb->mb_available_up = curr_mb->mb_available[0][1];
+ curr_mb->mbaddr_a = mb_nr - 1;
+ curr_mb->mbaddr_b = mb_nr - img->pic_width_inmbs;
+ curr_mb->mbaddr_c = mb_nr - img->pic_width_inmbs + 1;
+ curr_mb->mbaddr_d = mb_nr - img->pic_width_inmbs - 1;
+
+ curr_mb->mbavail_a = (curr_mb->mb_available[1][0] != NULL) ? 1 : 0;
+ curr_mb->mbavail_b = (curr_mb->mb_available[0][1] != NULL) ? 1 : 0;
+ curr_mb->mbavail_c = (curr_mb->mb_available[0][2] != NULL) ? 1 : 0;
+ curr_mb->mbavail_d = (curr_mb->mb_available[0][0] != NULL) ? 1 : 0;
+}
+
+/*
+ *************************************************************************
+ * Function:initializes the current macroblock
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void start_macroblock(struct img_par *img)
+{
+ int i, j, k, l;
+ struct macroblock *curr_mb;
+
+#ifdef AVSP_LONG_CABAC
+#else
+
+#endif
+
+ curr_mb = &mb_data[img->current_mb_nr];
+
+ /* Update coordinates of the current macroblock */
+ img->mb_x = (img->current_mb_nr) % (img->width / MB_BLOCK_SIZE);
+ img->mb_y = (img->current_mb_nr) / (img->width / MB_BLOCK_SIZE);
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & MB_NUM_DUMP)
+ io_printf(" #Begin MB : %d, (%x, %x) es_ptr %d\n",
+ img->current_mb_nr, img->mb_x, img->mb_y, es_ptr);
+#endif
+
+
+ total_mb_count = total_mb_count + 1;
+
+ /* Define vertical positions */
+ img->block_y = img->mb_y * BLOCK_SIZE / 2; /* luma block position */
+ img->block8_y = img->mb_y * BLOCK_SIZE / 2;
+ img->pix_y = img->mb_y * MB_BLOCK_SIZE; /* luma macroblock position */
+ if (chroma_format == 2)
+ img->pix_c_y = img->mb_y *
+ MB_BLOCK_SIZE; /* chroma macroblock position */
+ else
+ img->pix_c_y = img->mb_y *
+ MB_BLOCK_SIZE / 2; /* chroma macroblock position */
+
+ /* Define horizontal positions */
+ img->block_x = img->mb_x * BLOCK_SIZE / 2; /* luma block position */
+ img->block8_x = img->mb_x * BLOCK_SIZE / 2;
+ img->pix_x = img->mb_x * MB_BLOCK_SIZE; /* luma pixel position */
+ img->pix_c_x = img->mb_x *
+ MB_BLOCK_SIZE / 2; /* chroma pixel position */
+
+ checkavailabilityofneighbors(img);
+
+ /*<!*******EDIT START BY lzhang ******************/
+
+ if (1)
+ checkavailabilityofneighborsaec();
+ /*<!*******EDIT end BY lzhang ******************/
+
+ curr_mb->qp = img->qp;
+ curr_mb->mb_type = 0;
+ curr_mb->delta_quant = 0;
+ curr_mb->cbp = 0;
+ curr_mb->cbp_blk = 0;
+ curr_mb->c_ipred_mode = DC_PRED_8;
+ curr_mb->c_ipred_mode_2 = DC_PRED_8;
+
+ for (l = 0; l < 2; l++)
+ for (j = 0; j < BLOCK_MULTIPLE; j++)
+ for (i = 0; i < BLOCK_MULTIPLE; i++)
+ for (k = 0; k < 2; k++)
+ curr_mb->mvd[l][j][i][k] = 0;
+
+ curr_mb->cbp_bits = 0;
+
+ for (j = 0; j < MB_BLOCK_SIZE; j++)
+ for (i = 0; i < MB_BLOCK_SIZE; i++)
+ img->m7[i][j] = 0;
+
+ for (j = 0; j < 2 * BLOCK_SIZE; j++)
+ for (i = 0; i < 2 * BLOCK_SIZE; i++) {
+ img->m8[0][i][j] = 0;
+ img->m8[1][i][j] = 0;
+ img->m8[2][i][j] = 0;
+ img->m8[3][i][j] = 0;
+ }
+
+ curr_mb->lf_disable = 1;
+
+ img->weighting_prediction = 0;
+}
+
+/*
+ *************************************************************************
+ * Function:init macroblock I and P frames
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void init_macroblock(struct img_par *img)
+{
+ int i, j;
+
+
+ for (i = 0; i < 4; i++) {
+ for (j = 0; j < 4; j++) {
+ img->ipredmode[img->block_x * 2 + i + 2][img->block_y
+ * 2 + j + 2] = -1;
+ }
+ }
+
+}
+
+/*
+ *************************************************************************
+ * Function:Interpret the mb mode for I-Frames
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void interpret_mb_mode_i(struct img_par *img)
+{
+ int i;
+
+ struct macroblock *curr_mb = &mb_data[img->current_mb_nr];
+ int num = 4;
+
+ curr_mb->mb_type = I8MB;
+
+
+ current_mb_intra = 1;
+
+ for (i = 0; i < 4; i++) {
+ curr_mb->b8mode[i] = IBLOCK;
+ curr_mb->b8pdir[i] = -1;
+ }
+
+ for (i = num; i < 4; i++) {
+ curr_mb->b8mode[i] =
+ curr_mb->mb_type_2 == P8x8 ?
+ 4 : curr_mb->mb_type_2;
+ curr_mb->b8pdir[i] = 0;
+ }
+}
+
+const int pred_4x4[9][9] = {{0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 1, 1, 1, 1,
+ 1, 1}, {0, 1, 2, 3, 4, 5, 6, 7, 8}, {0, 0, 0, 3, 3, 3, 3, 3, 3},
+ {0, 1, 4, 4, 4, 4, 4, 4, 4}, {0, 1, 5, 5, 5, 5, 5, 5, 5}, {0, 0,
+ 0, 0, 0, 0, 6, 0, 0},
+ {0, 1, 7, 7, 7, 7, 7, 7, 7}, {0, 0, 0, 0, 4, 5, 6, 7, 8}
+
+};
+
+const int pred_4x4to8x8[9] = {0, 1, 2, 3, 4, 1, 0, 1, 0
+
+};
+
+const int pred_8x8to4x4[5] = {0, 1, 2, 3, 4};
+
+void read_ipred_block_modes(struct img_par *img, int b8)
+{
+ int bi, bj, dec;
+ struct syntaxelement curr_se;
+ struct macroblock *curr_mb;
+ int j2;
+ int mostprobableintrapredmode;
+ int upintrapredmode;
+ int uprightintrapredmode;
+ int leftintrapredmode;
+ int leftdownintrapredmode;
+ int intrachromapredmodeflag;
+
+ struct slice_s *currslice = img->current_slice;
+ struct datapartition *dp;
+
+ curr_mb = mb_data + img->current_mb_nr;
+ intrachromapredmodeflag = IS_INTRA(curr_mb);
+
+ curr_se.type = SE_INTRAPREDMODE;
+#if TRACE
+ strncpy(curr_se.tracestring, "Ipred Mode", TRACESTRING_SIZE);
+#endif
+
+ if (b8 < 4) {
+ if (curr_mb->b8mode[b8] == IBLOCK) {
+ intrachromapredmodeflag = 1;
+
+ if (1) {
+ dp = &(currslice->part_arr[0]);
+ curr_se.reading = read_intrapredmode_aec;
+ dp->read_syntax_element(&curr_se, img, dp);
+
+ if (curr_se.value1 == -1)
+ push_es(1, 1);
+ else
+ push_es(curr_se.value1, 3);
+
+
+ }
+ bi = img->block_x + (b8 & 1);
+ bj = img->block_y + (b8 / 2);
+
+ upintrapredmode = img->ipredmode[(bi + 1) * 2][(bj) * 2
+ + 1];
+ uprightintrapredmode =
+ img->ipredmode[(bi + 1) * 2 + 1][(bj)
+ * 2 + 1];
+ leftintrapredmode =
+ img->ipredmode[(bi) * 2 + 1][(bj + 1)
+ * 2];
+ leftdownintrapredmode = img->ipredmode[(bi) * 2 + 1][(bj
+ + 1) * 2 + 1];
+
+ if ((upintrapredmode < 0) || (leftintrapredmode < 0)) {
+ mostprobableintrapredmode = DC_PRED;
+ } else if ((upintrapredmode < NO_INTRA_PMODE)
+ && (leftintrapredmode <
+ NO_INTRA_PMODE)) {
+ mostprobableintrapredmode =
+ upintrapredmode
+ < leftintrapredmode ?
+ upintrapredmode :
+ leftintrapredmode;
+ } else if (upintrapredmode < NO_INTRA_PMODE) {
+ mostprobableintrapredmode = upintrapredmode;
+ } else if (leftintrapredmode < NO_INTRA_PMODE) {
+ mostprobableintrapredmode = leftintrapredmode;
+ } else {
+ mostprobableintrapredmode =
+ pred_4x4[leftintrapredmode
+ - INTRA_PMODE_4x4][upintrapredmode
+ - INTRA_PMODE_4x4];
+ mostprobableintrapredmode =
+ pred_4x4to8x8[mostprobableintrapredmode];
+ }
+
+
+
+ dec =
+ (curr_se.value1 == -1) ?
+ mostprobableintrapredmode :
+ curr_se.value1
+ + (curr_se.value1
+ >= mostprobableintrapredmode);
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & MB_INFO_DUMP)
+ io_printf(" - ipredmode[%d] : %d\n", b8, dec);
+#endif
+
+ img->ipredmode[(1 + bi) * 2][(1 + bj) * 2] = dec;
+ img->ipredmode[(1 + bi) * 2 + 1][(1 + bj) * 2] = dec;
+ img->ipredmode[(1 + bi) * 2][(1 + bj) * 2 + 1] = dec;
+ img->ipredmode[(1 + bi) * 2 + 1][(1 + bj) * 2 + 1] =
+ dec;
+
+ j2 = bj;
+ }
+ } else if (b8 == 4 && curr_mb->b8mode[b8 - 3] == IBLOCK) {
+
+ curr_se.type = SE_INTRAPREDMODE;
+#if TRACE
+ strncpy(curr_se.tracestring,
+ "Chroma intra pred mode", TRACESTRING_SIZE);
+#endif
+
+ if (1) {
+ dp = &(currslice->part_arr[0]);
+ curr_se.reading = read_cipredmode_aec;
+ dp->read_syntax_element(&curr_se, img, dp);
+ } else
+
+ {
+ }
+ curr_mb->c_ipred_mode = curr_se.value1;
+
+ push_es(UE[curr_se.value1][0], UE[curr_se.value1][1]);
+
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & MB_INFO_DUMP)
+ io_printf(" * UE c_ipred_mode read : %d\n",
+ curr_mb->c_ipred_mode);
+#endif
+
+ if (curr_se.value1 < DC_PRED_8 || curr_se.value1 > PLANE_8) {
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & MB_INFO_DUMP)
+ io_printf("%d\n", img->current_mb_nr);
+#endif
+ pr_info("illegal chroma intra pred mode!\n");
+ }
+ }
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * This function is used to arithmetically decode the coded
+ * block pattern of a given MB.
+ ************************************************************************
+ */
+void readcp_aec(struct syntaxelement *se, struct img_par *img,
+ struct decoding_environment_s *dep_dp)
+{
+ struct texture_info_contexts *ctx = img->current_slice->tex_ctx;
+ struct macroblock *curr_mb = &mb_data[img->current_mb_nr];
+
+ int mb_x, mb_y;
+ int a, b;
+ int curr_cbp_ctx, curr_cbp_idx;
+ int cbp = 0;
+ int cbp_bit;
+ int mask;
+
+ for (mb_y = 0; mb_y < 4; mb_y += 2) {
+ for (mb_x = 0; mb_x < 4; mb_x += 2) {
+ if (curr_mb->b8mode[mb_y + (mb_x / 2)] == IBLOCK)
+ curr_cbp_idx = 0;
+ else
+ curr_cbp_idx = 1;
+
+ if (mb_y == 0) {
+ if (curr_mb->mb_available_up == NULL)
+ b = 0;
+ else {
+ b = ((((curr_mb->mb_available_up)->cbp
+ & (1 << (2 + mb_x / 2)))
+ == 0) ? 1 : 0);
+ }
+
+ } else
+ b = (((cbp & (1 << (mb_x / 2))) == 0) ? 1 : 0);
+
+ if (mb_x == 0) {
+ if (curr_mb->mb_available_left == NULL)
+ a = 0;
+ else {
+ a =
+ ((((curr_mb->mb_available_left)->cbp
+ & (1
+ << (2
+ * (mb_y
+ / 2)
+ + 1)))
+ == 0) ?
+ 1 : 0);
+ }
+ } else
+ a = (((cbp & (1 << mb_y)) == 0) ? 1 : 0);
+ curr_cbp_ctx = a + 2 * b;
+ mask = (1 << (mb_y + mb_x / 2));
+ cbp_bit = biari_decode_symbol(dep_dp,
+ ctx->cbp_contexts[0] + curr_cbp_ctx);
+
+ if (cbp_bit)
+ cbp += mask;
+ }
+ }
+ curr_cbp_ctx = 0;
+ cbp_bit = biari_decode_symbol(dep_dp,
+ ctx->cbp_contexts[1] + curr_cbp_ctx);
+
+ if (cbp_bit) {
+ curr_cbp_ctx = 1;
+ cbp_bit = biari_decode_symbol(dep_dp,
+ ctx->cbp_contexts[1] + curr_cbp_ctx);
+ if (cbp_bit) {
+ cbp += 48;
+
+ } else {
+ curr_cbp_ctx = 1;
+ cbp_bit = biari_decode_symbol(dep_dp,
+ ctx->cbp_contexts[1] + curr_cbp_ctx);
+ cbp += (cbp_bit == 1) ? 32 : 16;
+
+ }
+ }
+
+ se->value1 = cbp;
+ if (!cbp)
+ last_dquant = 0;
+
+
+
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * This function is used to arithmetically decode the delta qp
+ * of a given MB.
+ ************************************************************************
+ */
+void readdquant_aec(struct syntaxelement *se, struct img_par *img,
+ struct decoding_environment_s *dep_dp)
+{
+ struct motion_info_contexts_s *ctx = img->current_slice->mot_ctx;
+
+ int act_ctx;
+ int act_sym;
+ int dquant;
+
+
+ act_ctx = ((last_dquant != 0) ? 1 : 0);
+
+ act_sym = 1
+ - biari_decode_symbol(dep_dp,
+ ctx->delta_qp_contexts + act_ctx);
+ if (act_sym != 0) {
+ act_ctx = 2;
+ act_sym = unary_bin_decode(dep_dp,
+ ctx->delta_qp_contexts + act_ctx, 1);
+ act_sym++;
+ }
+ act_sym &= 0x3f;
+ push_es(UE[act_sym][0], UE[act_sym][1]);
+
+ dquant = (act_sym + 1) / 2;
+ if ((act_sym & 0x01) == 0)
+ dquant = -dquant;
+ se->value1 = dquant;
+
+ last_dquant = dquant;
+
+}
+
+int csyntax;
+
+#define CHECKDELTAQP {\
+ if (img->qp+curr_mb->delta_quant > 63\
+ || img->qp+curr_mb->delta_quant < 0) {\
+ csyntax = 0;\
+ transcoding_error_flag = 1;\
+ io_printf("error(0) (%3d|%3d) @ MB%d\n",\
+ curr_mb->delta_quant,\
+ img->qp+curr_mb->delta_quant,\
+ img->picture_structure == 0 \
+ ? img->current_mb_nr_fld : img->current_mb_nr);\
+ } }
+
+int dct_level[65];
+int dct_run[65];
+int pair_pos;
+int dct_pairs = -1;
+const int t_chr[5] = {0, 1, 2, 4, 3000};
+
+void readrunlevel_aec_ref(struct syntaxelement *se, struct img_par *img,
+ struct decoding_environment_s *dep_dp)
+{
+ int pairs, rank, pos;
+ int run, level, abslevel, symbol;
+ int sign;
+
+ if (dct_pairs < 0) {
+ struct bi_context_type_s (*primary)[NUM_MAP_CTX];
+ struct bi_context_type_s *pctx;
+ struct bi_context_type_s *pCTX2;
+ int ctx, ctx2, offset;
+ if (se->context == LUMA_8x8) {
+ if (img->picture_structure == 0) {
+ primary =
+ img->current_slice->tex_ctx->fld_map_contexts;
+ } else {
+ primary =
+ img->current_slice->tex_ctx->map_contexts;
+ }
+ } else {
+ if (img->picture_structure == 0) {
+ primary =
+ img->current_slice->tex_ctx->fld_last_contexts;
+ } else {
+ primary =
+ img->current_slice->tex_ctx->last_contexts;
+ }
+ }
+
+ rank = 0;
+ pos = 0;
+ for (pairs = 0; pairs < 65; pairs++) {
+#ifdef DECODING_SANITY_CHECK
+ /*max index is NUM_BLOCK_TYPES - 1*/
+ pctx = primary[rank & 0x7];
+#else
+ pctx = primary[rank];
+#endif
+ if (rank > 0) {
+#ifdef DECODING_SANITY_CHECK
+ /*max index is NUM_BLOCK_TYPES - 1*/
+ pCTX2 = primary[(5 + (pos >> 5)) & 0x7];
+#else
+ pCTX2 = primary[5 + (pos >> 5)];
+#endif
+ ctx2 = (pos >> 1) & 0x0f;
+ ctx = 0;
+
+
+ if (biari_decode_symbolw(dep_dp, pctx + ctx,
+ pCTX2 + ctx2)) {
+ break;
+ }
+ }
+
+ ctx = 1;
+ symbol = 0;
+ while (biari_decode_symbol(dep_dp, pctx + ctx) == 0) {
+ symbol += 1;
+ ctx++;
+ if (ctx >= 2)
+ ctx = 2;
+ }
+ abslevel = symbol + 1;
+
+ if (biari_decode_symbol_eq_prob(dep_dp)) {
+ level = -abslevel;
+ sign = 1;
+ } else {
+ level = abslevel;
+ sign = 0;
+ }
+#if TRACE
+ tracebits2("level", 1, level);
+#endif
+
+ if (abslevel == 1)
+ offset = 4;
+ else
+ offset = 6;
+ symbol = 0;
+ ctx = 0;
+ while (biari_decode_symbol(dep_dp, pctx + ctx + offset)
+ == 0) {
+ symbol += 1;
+ ctx++;
+ if (ctx >= 1)
+ ctx = 1;
+ }
+ run = symbol;
+
+#if TRACE
+ tracebits2("run", 1, run);
+#endif
+ dct_level[pairs] = level;
+ dct_run[pairs] = run;
+ if (abslevel > t_chr[rank]) {
+ if (abslevel <= 2)
+ rank = abslevel;
+ else if (abslevel <= 4)
+ rank = 3;
+ else
+ rank = 4;
+ }
+ pos += (run + 1);
+ if (pos >= 64)
+ pos = 63;
+ }
+ dct_pairs = pairs;
+ pair_pos = dct_pairs;
+ }
+
+ if (dct_pairs > 0) {
+ se->value1 = dct_level[pair_pos - 1];
+ se->value2 = dct_run[pair_pos - 1];
+ pair_pos--;
+ } else {
+
+ se->value1 = se->value2 = 0;
+ }
+
+ if ((dct_pairs--) == 0)
+ pair_pos = 0;
+}
+
+int b8_ctr;
+#if 0
+int curr_residual_chroma[4][16][16];
+int curr_residual_luma[16][16];
+#endif
+
+const int SCAN[2][64][2] = {{{0, 0}, {0, 1}, {0, 2}, {1, 0}, {0, 3}, {0, 4}, {1,
+ 1}, {1, 2}, {0, 5}, {0, 6}, {1, 3}, {2, 0}, {2, 1}, {0, 7}, {1,
+ 4}, {2, 2}, {3, 0}, {1, 5}, {1, 6}, {2, 3}, {3, 1}, {3, 2}, {4,
+ 0}, {1, 7}, {2, 4}, {4, 1}, {2, 5}, {3, 3}, {4, 2}, {2, 6}, {3,
+ 4}, {4, 3}, {5, 0}, {5, 1}, {2, 7}, {3, 5}, {4, 4}, {5, 2}, {6,
+ 0}, {5, 3}, {3, 6}, {4, 5}, {6, 1}, {6, 2}, {5, 4}, {3, 7}, {4,
+ 6}, {6, 3}, {5, 5}, {4, 7}, {6, 4}, {5, 6}, {6, 5}, {5, 7}, {6,
+ 6}, {7, 0}, {6, 7}, {7, 1}, {7, 2}, {7, 3}, {7, 4}, {7, 5}, {7,
+ 6}, {7, 7} }, {{0, 0}, {1, 0}, {0, 1}, {0, 2}, {1, 1}, {2, 0}, {
+ 3, 0}, {2, 1}, {1, 2}, {0, 3}, {0, 4}, {1, 3}, {2, 2}, {3, 1}, {
+ 4, 0}, {5, 0}, {4, 1}, {3, 2}, {2, 3}, {1, 4}, {0, 5}, {0, 6}, {
+ 1, 5}, {2, 4}, {3, 3}, {4, 2}, {5, 1}, {6, 0}, {7, 0}, {6, 1}, {
+ 5, 2}, {4, 3}, {3, 4}, {2, 5}, {1, 6}, {0, 7}, {1, 7}, {2, 6}, {
+ 3, 5}, {4, 4}, {5, 3}, {6, 2}, {7, 1}, {7, 2}, {6, 3}, {5, 4}, {
+ 4, 5}, {3, 6}, {2, 7}, {3, 7}, {4, 6}, {5, 5}, {6, 4}, {7, 3}, {
+ 7, 4}, {6, 5}, {5, 6}, {4, 7}, {5, 7}, {6, 6}, {7, 5}, {7, 6}, {
+ 6, 7}, {7, 7} } };
+
+const int SCAN_4x4[16][2] = {{0, 0}, {1, 0}, {0, 1}, {0, 2}, {1, 1}, {2, 0}, {3,
+ 0}, {2, 1}, {1, 2}, {0, 3}, {1, 3}, {2, 2}, {3, 1}, {3, 2}, {2,
+ 3}, {3, 3} };
+
+/*
+ *************************************************************************
+ * Function:
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void encode_golomb_word(unsigned int symbol, unsigned int grad0,
+ unsigned int max_levels, unsigned int *res_bits,
+ unsigned int *res_len)
+{
+ unsigned int level, res, numbits;
+
+ res = 1UL << grad0;
+ level = 1UL;
+ numbits = 1UL + grad0;
+
+ while (symbol >= res && level < max_levels) {
+ symbol -= res;
+ res = res << 1;
+ level++;
+ numbits += 2UL;
+ }
+
+ if (level >= max_levels) {
+ if (symbol >= res)
+ symbol = res - 1UL;
+ }
+
+ *res_bits = res | symbol;
+ *res_len = numbits;
+}
+
+/*
+ *************************************************************************
+ * Function:
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void encode_multilayer_golomb_word(unsigned int symbol,
+ const unsigned int *grad, const unsigned int *max_levels,
+ unsigned int *res_bits, unsigned int *res_len)
+{
+ unsigned accbits, acclen, bits, len, tmp;
+
+ accbits = acclen = 0UL;
+
+ while (1) {
+ encode_golomb_word(symbol, *grad, *max_levels, &bits, &len);
+ accbits = (accbits << len) | bits;
+ acclen += len;
+#ifdef AVSP_LONG_CABAC
+#else
+ assert(acclen <= 32UL);
+#endif
+ tmp = *max_levels - 1UL;
+
+ if (!((len == (tmp << 1) + (*grad))
+ && (bits == (1UL << (tmp + *grad)) - 1UL)))
+ break;
+
+ tmp = *max_levels;
+ symbol -= (((1UL << tmp) - 1UL) << (*grad)) - 1UL;
+ grad++;
+ max_levels++;
+ }
+ *res_bits = accbits;
+ *res_len = acclen;
+}
+
+/*
+ *************************************************************************
+ * Function:
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+int writesyntaxelement_golomb(struct syntaxelement *se, int write_to_stream)
+{
+ unsigned int bits, len, i;
+ unsigned int grad[4], max_lev[4];
+
+ if (!(se->golomb_maxlevels & ~0xFF))
+ encode_golomb_word(se->value1, se->golomb_grad,
+ se->golomb_maxlevels, &bits, &len);
+ else {
+ for (i = 0UL; i < 4UL; i++) {
+ grad[i] = (se->golomb_grad >> (i << 3)) & 0xFFUL;
+ max_lev[i] = (se->golomb_maxlevels >> (i << 3))
+ & 0xFFUL;
+ }
+ encode_multilayer_golomb_word(se->value1, grad, max_lev, &bits,
+ &len);
+ }
+
+ se->len = len;
+ se->bitpattern = bits;
+
+ if (write_to_stream)
+ push_es(bits, len);
+ return se->len;
+}
+
+/*
+ *************************************************************************
+ * Function:Get coded block pattern and coefficients (run/level)
+ from the bitstream
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+void read_cbpandcoeffsfrom_nal(struct img_par *img)
+{
+
+ int tablenum;
+ int inumblk;
+ int inumcoeff;
+ int symbol2D;
+ int escape_level_diff;
+ const int (*AVS_2DVLC_table_intra)[26][27];
+ const int (*AVS_2DVLC_table_chroma)[26][27];
+ int write_to_stream;
+ struct syntaxelement currse_enc;
+ struct syntaxelement *e_currse = &currse_enc;
+
+ int coeff_save[65][2];
+ int coeff_ptr;
+
+ int ii, jj;
+ int mb_nr = img->current_mb_nr;
+
+ int m2, jg2;
+ struct macroblock *curr_mb = &mb_data[mb_nr];
+
+ int block8x8;
+
+ int block_x, block_y;
+
+ struct slice_s *currslice = img->current_slice;
+ int level, run, coef_ctr, len, k, i0, j0, uv, qp;
+
+ int boff_x, boff_y, start_scan;
+ struct syntaxelement curr_se;
+ struct datapartition *dp;
+
+ AVS_2DVLC_table_intra = AVS_2DVLC_INTRA;
+ AVS_2DVLC_table_chroma = AVS_2DVLC_CHROMA;
+ write_to_stream = 1;
+
+ dct_pairs = -1;
+
+ curr_mb->qp = img->qp;
+ qp = curr_mb->qp;
+
+
+ for (block_y = 0; block_y < 4; block_y += 2) {/* all modes */
+ for (block_x = 0; block_x < 4; block_x += 2) {
+ block8x8 = 2 * (block_y / 2) + block_x / 2;
+ if (curr_mb->cbp & (1 << block8x8)) {
+ tablenum = 0;
+ inumblk = 1;
+ inumcoeff = 65;
+ coeff_save[0][0] = 0;
+ coeff_save[0][1] = 0;
+ coeff_ptr = 1;
+
+ b8_ctr = block8x8;
+
+ boff_x = (block8x8 % 2) << 3;
+ boff_y = (block8x8 / 2) << 3;
+
+ img->subblock_x = boff_x >> 2;
+ img->subblock_y = boff_y >> 2;
+
+ start_scan = 0;
+ coef_ctr = start_scan - 1;
+ level = 1;
+ img->is_v_block = 0;
+ img->is_intra_block = IS_INTRA(curr_mb);
+ for (k = start_scan;
+ (k < 65) && (level != 0);
+ k++) {
+
+ curr_se.context = LUMA_8x8;
+ curr_se.type =
+ (IS_INTRA(curr_mb)) ?
+ SE_LUM_AC_INTRA :
+ SE_LUM_AC_INTER;
+
+ dp = &(currslice->part_arr[0]);
+ curr_se.reading =
+ readrunlevel_aec_ref;
+ dp->
+ read_syntax_element(&curr_se,
+ img, dp);
+ level = curr_se.value1;
+ run = curr_se.value2;
+ len = curr_se.len;
+
+ if (level != 0) {
+ coeff_save[coeff_ptr][0] =
+ run;
+ coeff_save[coeff_ptr][1] =
+ level;
+ coeff_ptr++;
+ }
+
+
+
+ if (level != 0) {/* leave if len = 1 */
+ coef_ctr += run + 1;
+ if ((img->picture_structure
+ == FRAME)) {
+ ii =
+ SCAN[img->picture_structure]
+ [coef_ctr][0];
+ jj =
+ SCAN[img->picture_structure]
+ [coef_ctr][1];
+ } else {
+ ii =
+ SCAN[img->picture_structure]
+ [coef_ctr][0];
+ jj =
+ SCAN[img->picture_structure]
+ [coef_ctr][1];
+ }
+
+ }
+ }
+
+ while (coeff_ptr > 0) {
+ run =
+ coeff_save[coeff_ptr
+ - 1][0];
+ level =
+ coeff_save[coeff_ptr
+ - 1][1];
+
+ coeff_ptr--;
+
+ symbol2D = CODE2D_ESCAPE_SYMBOL;
+ if (level > -27 && level < 27
+ && run < 26) {
+ if (tablenum == 0)
+
+ symbol2D =
+ AVS_2DVLC_table_intra
+ [tablenum]
+ [run][abs(
+ level)
+ - 1];
+ else
+
+ symbol2D =
+ AVS_2DVLC_table_intra
+ [tablenum]
+ [run][abs(
+ level)];
+ if (symbol2D >= 0
+ && level
+ < 0)
+ symbol2D++;
+ if (symbol2D < 0)
+
+ symbol2D =
+ (CODE2D_ESCAPE_SYMBOL
+ + (run
+ << 1)
+ + ((level
+ > 0) ?
+ 1 :
+ 0));
+ }
+
+ else {
+
+ symbol2D =
+ (CODE2D_ESCAPE_SYMBOL
+ + (run
+ << 1)
+ + ((level
+ > 0) ?
+ 1 :
+ 0));
+ }
+
+
+
+ e_currse->type = SE_LUM_AC_INTER;
+ e_currse->value1 = symbol2D;
+ e_currse->value2 = 0;
+
+ e_currse->golomb_grad =
+ vlc_golomb_order
+ [0][tablenum][0];
+ e_currse->golomb_maxlevels =
+ vlc_golomb_order
+ [0][tablenum][1];
+
+ writesyntaxelement_golomb(
+ e_currse,
+ write_to_stream);
+
+ if (symbol2D
+ >= CODE2D_ESCAPE_SYMBOL) {
+
+ e_currse->type =
+ SE_LUM_AC_INTER;
+ e_currse->golomb_grad =
+ 1;
+ e_currse->golomb_maxlevels =
+ 11;
+ escape_level_diff =
+ abs(
+ level)
+ - ((run
+ > MaxRun[0][tablenum]) ?
+ 1 :
+ refabslevel[tablenum][run]);
+ e_currse->value1 =
+ escape_level_diff;
+
+ writesyntaxelement_golomb(
+ e_currse,
+ write_to_stream);
+
+ }
+
+ if (abs(level)
+ > incvlc_intra[tablenum]) {
+ if (abs(level) <= 2)
+ tablenum =
+ abs(
+ level);
+ else if (abs(level) <= 4)
+ tablenum = 3;
+ else if (abs(level) <= 7)
+ tablenum = 4;
+ else if (abs(level)
+ <= 10)
+ tablenum = 5;
+ else
+ tablenum = 6;
+ }
+ }
+
+
+ }
+ }
+ }
+
+
+
+ m2 = img->mb_x * 2;
+ jg2 = img->mb_y * 2;
+
+
+ uv = -1;
+ block_y = 4;
+#if 0
+ qp = QP_SCALE_CR[curr_mb->qp];
+#endif
+ for (block_x = 0; block_x < 4; block_x += 2) {
+
+ uv++;
+
+
+ b8_ctr = (uv + 4);
+ if ((curr_mb->cbp >> (uv + 4)) & 0x1) {
+
+ tablenum = 0;
+ inumblk = 1;
+ inumcoeff = 65;
+ coeff_save[0][0] = 0;
+ coeff_save[0][1] = 0;
+ coeff_ptr = 1;
+
+ coef_ctr = -1;
+ level = 1;
+ img->subblock_x = 0;
+ img->subblock_y = 0;
+ curr_se.context = CHROMA_AC;
+ curr_se.type = (IS_INTRA(curr_mb) ?
+ SE_CHR_AC_INTRA :
+ SE_CHR_AC_INTER);
+ dp = &(currslice->part_arr[0]);
+ curr_se.reading = readrunlevel_aec_ref;
+ img->is_v_block = uv;
+ img->is_intra_block = IS_INTRA(curr_mb);
+ for (k = 0; (k < 65) && (level != 0); k++) {
+
+ dp->read_syntax_element
+ (&curr_se, img, dp);
+ level = curr_se.value1;
+ run = curr_se.value2;
+ len = curr_se.len;
+
+ if (level != 0) {
+ coeff_save[coeff_ptr][0] = run;
+ coeff_save[coeff_ptr][1] =
+ level;
+ coeff_ptr++;
+ }
+
+
+ if (level != 0) {
+ coef_ctr = coef_ctr + run + 1;
+ if ((img->picture_structure
+ == FRAME)
+ /*&& (!curr_mb->mb_field)*/) {
+ i0 =
+ SCAN[img->picture_structure]
+ [coef_ctr][0];
+ j0 =
+ SCAN[img->picture_structure]
+ [coef_ctr][1];
+ } else {
+ i0 =
+ SCAN[img->picture_structure]
+ [coef_ctr][0];
+ j0 =
+ SCAN[img->picture_structure]
+ [coef_ctr][1];
+ }
+
+ }
+ }
+
+ while (coeff_ptr > 0) {
+
+ run = coeff_save[coeff_ptr - 1][0];
+ level = coeff_save[coeff_ptr - 1][1];
+
+ coeff_ptr--;
+
+ symbol2D = CODE2D_ESCAPE_SYMBOL;
+ if (level > -27 && level < 27
+ && run < 26) {
+ if (tablenum == 0)
+
+ symbol2D =
+ AVS_2DVLC_table_chroma
+ [tablenum][run][abs(
+ level)
+ - 1];
+ else
+ symbol2D =
+ AVS_2DVLC_table_chroma
+ [tablenum][run][abs(
+ level)];
+ if (symbol2D >= 0
+ && level < 0)
+ symbol2D++;
+ if (symbol2D < 0)
+ symbol2D =
+ (CODE2D_ESCAPE_SYMBOL
+ + (run
+ << 1)
+ + ((level
+ > 0) ?
+ 1 :
+ 0));
+ }
+
+ else {
+ symbol2D =
+ (CODE2D_ESCAPE_SYMBOL
+ + (run
+ << 1)
+ + ((level
+ > 0) ?
+ 1 :
+ 0));
+ }
+
+ e_currse->type = SE_LUM_AC_INTER;
+ e_currse->value1 = symbol2D;
+ e_currse->value2 = 0;
+ e_currse->golomb_grad =
+ vlc_golomb_order[2]
+ [tablenum][0];
+ e_currse->golomb_maxlevels =
+ vlc_golomb_order[2]
+ [tablenum][1];
+
+ writesyntaxelement_golomb(e_currse,
+ write_to_stream);
+
+ /*
+ if (write_to_stream)
+ {
+ bitCount[BITS_COEFF_UV_MB]+=e_currse->len;
+ e_currse++;
+ curr_mb->currSEnr++;
+ }
+ no_bits+=e_currse->len;
+
+
+ if (icoef == 0) break;
+ */
+
+ if (symbol2D >= CODE2D_ESCAPE_SYMBOL) {
+
+ e_currse->type = SE_LUM_AC_INTER;
+ e_currse->golomb_grad = 0;
+ e_currse->golomb_maxlevels = 11;
+ escape_level_diff =
+ abs(level)
+ - ((run
+ > MaxRun[2][tablenum]) ?
+ 1 :
+ refabslevel[tablenum
+ + 14][run]);
+ e_currse->value1 =
+ escape_level_diff;
+
+ writesyntaxelement_golomb(
+ e_currse,
+ write_to_stream);
+
+ }
+
+ if (abs(level)
+ > incvlc_chroma[tablenum]) {
+ if (abs(level) <= 2)
+ tablenum = abs(level);
+ else if (abs(level) <= 4)
+ tablenum = 3;
+ else
+ tablenum = 4;
+ }
+ }
+
+ }
+ }
+}
+
+/*
+ *************************************************************************
+ * Function:Get the syntax elements from the NAL
+ * Input:
+ * Output:
+ * Return:
+ * Attention:
+ *************************************************************************
+ */
+
+int read_one_macroblock(struct img_par *img)
+{
+ int i, j;
+
+ struct syntaxelement curr_se;
+ struct macroblock *curr_mb = &mb_data[img->current_mb_nr];
+
+ int cabp_flag;
+
+ int tempcbp;
+ int fixqp;
+
+ struct slice_s *currslice = img->current_slice;
+ struct datapartition *dp;
+
+ fixqp = (fixed_picture_qp || fixed_slice_qp);
+
+ for (i = 0; i < 8; i++)
+ for (j = 0; j < 8; j++) {
+ img->m8[0][i][j] = 0;
+ img->m8[1][i][j] = 0;
+ img->m8[2][i][j] = 0;
+ img->m8[3][i][j] = 0;
+ }
+
+ current_mb_skip = 0;
+
+ curr_mb->qp = img->qp;
+ curr_se.type = SE_MBTYPE;
+ curr_se.mapping = linfo_ue;
+
+ curr_mb->mb_type_2 = 0;
+
+ if (img->type == I_IMG)
+ curr_mb->mb_type = 0;
+
+ interpret_mb_mode_i(img);
+
+ init_macroblock(img);
+
+ if ((IS_INTRA(curr_mb)) && (img->abt_flag)) {
+
+#if TRACE
+ strncpy(curr_se.tracestring, "cabp_flag", TRACESTRING_SIZE);
+#endif
+
+ curr_se.len = 1;
+ curr_se.type = SE_CABP;
+ read_syntaxelement_flc(&curr_se);
+ cabp_flag = curr_se.value1;
+ if (cabp_flag == 0) {
+ curr_mb->CABP[0] = 0;
+ curr_mb->CABP[1] = 0;
+ curr_mb->CABP[2] = 0;
+ curr_mb->CABP[3] = 0;
+ } else {
+ for (i = 0; i < 4; i++) {
+ curr_se.len = 1;
+ curr_se.type = SE_CABP;
+ read_syntaxelement_flc(&curr_se);
+ curr_mb->CABP[i] = curr_se.value1;
+ }
+ }
+
+ } else {
+ curr_mb->CABP[0] = 0;
+ curr_mb->CABP[1] = 0;
+ curr_mb->CABP[2] = 0;
+ curr_mb->CABP[3] = 0;
+
+ }
+
+ if (IS_INTRA(curr_mb)) {
+ for (i = 0; i < /*5*/(chroma_format + 4); i++)
+
+ read_ipred_block_modes(img, i);
+ }
+
+ curr_se.type = SE_CBP_INTRA;
+ curr_se.mapping = linfo_cbp_intra;
+
+#if TRACE
+ snprintf(curr_se.tracestring, TRACESTRING_SIZE, "CBP");
+#endif
+
+ if (img->type == I_IMG || IS_INTER(curr_mb)) {
+ curr_se.golomb_maxlevels = 0;
+
+ if (1) {
+ dp = &(currslice->part_arr[0]);
+ curr_se.reading = readcp_aec;
+ dp->read_syntax_element(&curr_se, img, dp);
+ }
+
+
+ curr_mb->cbp = curr_se.value1;
+ push_es(UE[NCBP[curr_se.value1][0]][0],
+ UE[NCBP[curr_se.value1][0]][1]);
+
+ }
+
+# if 1
+ if (curr_mb->cbp != 0)
+ tempcbp = 1;
+ else
+ tempcbp = 0;
+#else
+
+ if (chroma_format == 2) {
+#if TRACE
+ snprintf(curr_se.tracestring, TRACESTRING_SIZE, "CBP422");
+#endif
+ curr_se.mapping = /*linfo_se*/linfo_ue;
+ curr_se.type = SE_CBP_INTRA;
+ readsyntaxelement_uvlc(&curr_se, inp);
+ curr_mb->cbp01 = curr_se.value1;
+ io_printf(" * UE cbp01 read : 0x%02X\n", curr_mb->cbp01);
+ }
+
+ if (chroma_format == 2) {
+ if (curr_mb->cbp != 0 || curr_mb->cbp01 != 0)
+ tempcbp = 1;
+ else
+ tempcbp = 0;
+
+ } else {
+ if (curr_mb->cbp != 0)
+ tempcbp = 1;
+ else
+ tempcbp = 0;
+ }
+
+#endif
+
+ if (IS_INTRA(curr_mb) && (img->abt_flag) && (curr_mb->cbp & (0xF))) {
+ curr_mb->CABT[0] = curr_mb->CABP[0];
+ curr_mb->CABT[1] = curr_mb->CABP[1];
+ curr_mb->CABT[2] = curr_mb->CABP[2];
+ curr_mb->CABT[3] = curr_mb->CABP[3];
+ } else {
+
+ curr_mb->CABT[0] = 0;
+ curr_mb->CABT[1] = 0;
+ curr_mb->CABT[2] = 0;
+ curr_mb->CABT[3] = 0;
+
+ if (!fixqp && (tempcbp)) {
+ if (IS_INTER(curr_mb))
+ curr_se.type = SE_DELTA_QUANT_INTER;
+ else
+ curr_se.type = SE_DELTA_QUANT_INTRA;
+
+#if TRACE
+ snprintf(curr_se.tracestring,
+ TRACESTRING_SIZE, "Delta quant ");
+#endif
+
+ if (1) {
+ dp = &(currslice->part_arr[0]);
+ curr_se.reading = readdquant_aec;
+ dp->read_syntax_element(&curr_se, img, dp);
+ }
+
+ curr_mb->delta_quant = curr_se.value1;
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & MB_INFO_DUMP) {
+ io_printf(" * SE delta_quant read : %d\n",
+ curr_mb->delta_quant);
+ }
+#endif
+ CHECKDELTAQP
+
+ img->qp = (img->qp - MIN_QP + curr_mb->delta_quant
+ + (MAX_QP - MIN_QP + 1))
+ % (MAX_QP - MIN_QP + 1) + MIN_QP;
+ }
+
+ if (fixqp) {
+ curr_mb->delta_quant = 0;
+ img->qp = (img->qp - MIN_QP + curr_mb->delta_quant
+ + (MAX_QP - MIN_QP + 1))
+ % (MAX_QP - MIN_QP + 1) + MIN_QP;
+
+ }
+#ifdef DUMP_DEBUG
+ if (avs_get_debug_flag() & MB_INFO_DUMP)
+ io_printf(" - img->qp : %d\n", img->qp);
+#endif
+ }
+
+ read_cbpandcoeffsfrom_nal(img);
+ return DECODE_MB;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * finding end of a slice in case this is not the end of a frame
+ *
+ * Unsure whether the "correction" below actually solves an off-by-one
+ * problem or whether it introduces one in some cases :-( Anyway,
+ * with this change the bit stream format works with AEC again.
+ * StW, 8.7.02
+ ************************************************************************
+ */
+int aec_startcode_follows(struct img_par *img, int eos_bit)
+{
+ struct slice_s *currslice = img->current_slice;
+ struct datapartition *dp;
+ unsigned int bit;
+ struct decoding_environment_s *dep_dp;
+
+ dp = &(currslice->part_arr[0]);
+ dep_dp = &(dp->de_aec);
+
+ if (eos_bit)
+ bit = biari_decode_final(dep_dp);
+ else
+ bit = 0;
+
+ return bit == 1 ? 1 : 0;
+}
+
+#ifdef AVSP_LONG_CABAC
+int process_long_cabac(void)
+#else
+void main(void)
+#endif
+{
+ int data32;
+ int current_header;
+ int i;
+ int tmp;
+
+ int byte_startposition;
+ int aec_mb_stuffing_bit;
+ struct slice_s *currslice;
+#ifdef PERFORMANCE_DEBUG
+ pr_info("enter %s\r\n", __func__);
+#endif
+ transcoding_error_flag = 0;
+ es_buf = es_write_addr_virt;
+
+ if (local_heap_init(MAX_CODED_FRAME_SIZE * 4) < 0)
+ return -1;
+
+ img = (struct img_par *)local_alloc(1, sizeof(struct img_par));
+ if (img == NULL)
+ no_mem_exit("main: img");
+ stat_bits_ptr = (struct stat_bits *)local_alloc(1,
+ sizeof(struct stat_bits));
+ if (stat_bits_ptr == NULL)
+ no_mem_exit("main: stat_bits");
+
+ curr_stream = alloc_bitstream();
+
+ chroma_format = 1;
+ demulate_enable = 0;
+ img->seq_header_indicate = 1;
+
+#ifdef AVSP_LONG_CABAC
+ data32 = READ_VREG(LONG_CABAC_REQ);
+ progressive_sequence = (data32 >> 1) & 1;
+ fixed_picture_qp = (data32 >> 2) & 1;
+ img->picture_structure = (data32 >> 3) & 1;
+ img->type = (data32 >> 4) & 3;
+ skip_mode_flag = (data32 >> 6) & 1;
+
+ src_start = READ_VREG(LONG_CABAC_SRC_ADDR);
+ des_start = READ_VREG(LONG_CABAC_DES_ADDR);
+
+ data32 = READ_VREG(LONG_CABAC_PIC_SIZE);
+ horizontal_size = (data32 >> 0) & 0xffff;
+ vertical_size = (data32 >> 16) & 0xffff;
+
+ vld_mem_start_addr = READ_VREG(VLD_MEM_VIFIFO_START_PTR);
+ vld_mem_end_addr = READ_VREG(VLD_MEM_VIFIFO_END_PTR);
+
+#else
+ progressive_sequence = 0;
+ fixed_picture_qp = 0;
+ img->picture_structure = 0;
+ img->type = I_IMG;
+ skip_mode_flag = 1;
+ horizontal_size = 1920;
+ vertical_size = 1080;
+
+ src_start = 0;
+#endif
+
+ if (horizontal_size % 16 != 0)
+ img->auto_crop_right = 16 - (horizontal_size % 16);
+ else
+ img->auto_crop_right = 0;
+
+ if (!progressive_sequence) {
+ if (vertical_size % 32 != 0)
+ img->auto_crop_bottom = 32 - (vertical_size % 32);
+ else
+ img->auto_crop_bottom = 0;
+ } else {
+ if (vertical_size % 16 != 0)
+ img->auto_crop_bottom = 16 - (vertical_size % 16);
+ else
+ img->auto_crop_bottom = 0;
+ }
+
+ img->width = (horizontal_size + img->auto_crop_right);
+ if (img->picture_structure)
+ img->height = (vertical_size + img->auto_crop_bottom);
+ else
+ img->height = (vertical_size + img->auto_crop_bottom) / 2;
+ img->width_cr = (img->width >> 1);
+
+ img->pic_width_inmbs = img->width / MB_BLOCK_SIZE;
+ img->pic_height_inmbs = img->height / MB_BLOCK_SIZE;
+ img->pic_size_inmbs = img->pic_width_inmbs * img->pic_height_inmbs;
+
+ io_printf(
+ "[LONG CABAC] Start Transcoding from 0x%x to 0x%x Size : %d x %d\r\n",
+ src_start, des_start, horizontal_size, vertical_size);
+#if 0
+ io_printf("VLD_MEM_VIFIFO_START_PTR %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_START_PTR));
+ io_printf("VLD_MEM_VIFIFO_CURR_PTR %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_CURR_PTR));
+ io_printf("VLD_MEM_VIFIFO_END_PTR %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_END_PTR));
+ io_printf("VLD_MEM_VIFIFO_WP %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_WP));
+ io_printf("VLD_MEM_VIFIFO_RP %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_RP));
+ io_printf("VLD_MEM_VBUF_RD_PTR %x\r\n",
+ READ_VREG(VLD_MEM_VBUF_RD_PTR));
+ io_printf("VLD_MEM_VIFIFO_BUF_CNTL %x\r\n",
+ READ_VREG(VLD_MEM_VIFIFO_BUF_CNTL));
+#endif
+ io_printf(
+ "[LONG CABAC] progressive_sequence : %d, fixed_picture_qp : %d, skip_mode_flag : %d\r\n",
+ progressive_sequence, fixed_picture_qp, skip_mode_flag);
+ io_printf("[LONG CABAC] picture_structure : %d, picture_type : %d\r\n",
+ img->picture_structure, img->type);
+
+ open_irabs(p_irabs);
+
+ initial_decode();
+
+ init_es();
+
+ current_header = header();
+ io_printf("[LONG CABAC] header Return : %d\n", current_header);
+
+ tmp = slice_header(temp_slice_buf, first_slice_startpos,
+ first_slice_length);
+
+ init_contexts(img);
+ aec_new_slice();
+ byte_startposition = (curr_stream->frame_bitoffset) / 8;
+
+ currslice = img->current_slice;
+
+ if (1) {
+ for (i = 0; i < 1; i++) {
+ img->current_slice->part_arr[i].read_syntax_element =
+ read_syntaxelement_aec;
+ img->current_slice->part_arr[i].bitstream = curr_stream;
+ }
+ curr_stream = currslice->part_arr[0].bitstream;
+ }
+ if ((curr_stream->frame_bitoffset) % 8 != 0)
+ byte_startposition++;
+
+ arideco_start_decoding(&img->current_slice->part_arr[0].de_aec,
+ curr_stream->stream_buffer, (byte_startposition),
+ &(curr_stream->read_len), img->type);
+
+ img->current_mb_nr = 0;
+ total_mb_count = 0;
+ while (img->current_mb_nr < img->pic_size_inmbs)
+
+ {
+ start_macroblock(img);
+ read_one_macroblock(img);
+ if (img->cod_counter <= 0)
+ aec_mb_stuffing_bit = aec_startcode_follows(img, 1);
+ img->current_mb_nr++;
+ }
+
+ push_es(0xff, 8);
+ io_printf(" Total ES_LENGTH : %d\n", es_ptr);
+
+#ifdef AVSP_LONG_CABAC
+ push_es(0xff, 64);
+
+ if (transcoding_error_flag == 0) {
+#if 1
+ dma_sync_single_for_device(amports_get_dma_device(),
+ es_write_addr_phy,
+ es_ptr, DMA_TO_DEVICE);
+
+ wmb(); /**/
+#endif
+ WRITE_VREG(LONG_CABAC_REQ, 0);
+ }
+#else
+ fclose(f_es);
+#endif
+
+ local_heap_uninit();
+#ifdef PERFORMANCE_DEBUG
+ pr_info("exit %s\r\n", __func__);
+#endif
+ return (transcoding_error_flag == 0) ? 0 : -1;
+}
+#endif
diff --git a/drivers/frame_provider/decoder/h264/Makefile b/drivers/frame_provider/decoder/h264/Makefile
deleted file mode 100644
index b7a7ce5..0000000
--- a/drivers/frame_provider/decoder/h264/Makefile
+++ b/dev/null
@@ -1 +0,0 @@
-obj-m += vh264.o
diff --git a/drivers/frame_provider/decoder/h264/vh264.c b/drivers/frame_provider/decoder/h264/vh264.c
index 9d554a0..8a9861c 100644
--- a/drivers/frame_provider/decoder/h264/vh264.c
+++ b/drivers/frame_provider/decoder/h264/vh264.c
@@ -42,6 +42,7 @@
#include "../utils/vdec.h"
#include <linux/amlogic/media/utils/vdec_reg.h>
#include "../utils/amvdec.h"
+#include "../utils/decoder_bmmu_box.h"
#include "vh264.h"
#include "../../../stream_input/parser/streambuf.h"
#include <linux/delay.h>
@@ -185,6 +186,8 @@ static struct vframe_s vfpool[VF_POOL_SIZE];
static s32 vfbuf_use[VF_BUF_NUM];
static struct buffer_spec_s buffer_spec[VF_BUF_NUM];
static struct buffer_spec_s fense_buffer_spec[2];
+#define MAX_BLK_BUFFERS (VF_BUF_NUM + 3)
+#define FENSE_BUFFER_IDX(n) (VF_BUF_NUM + n)
static struct vframe_s fense_vf[2];
static struct timer_list recycle_timer;
@@ -199,6 +202,7 @@ static u32 dec_control;
static u32 vh264_ratio;
static u32 vh264_rotation;
static u32 use_idr_framerate;
+static u32 high_bandwith;
static u32 seq_info;
static u32 timing_info_present_flag;
@@ -209,6 +213,8 @@ static u32 num_units_in_tick;
static u32 time_scale;
static u32 h264_ar;
static u32 decoder_debug_flag;
+static u32 dpb_size_adj = 6;
+
#ifdef DROP_B_FRAME_FOR_1080P_50_60FPS
static u32 last_interlaced;
#endif
@@ -225,7 +231,8 @@ static u32 max_refer_buf = 1;
static u32 decoder_force_reset;
static unsigned int no_idr_error_count;
static unsigned int no_idr_error_max = 60;
-
+static unsigned int enable_switch_fense = 1;
+#define EN_SWITCH_FENCE() (enable_switch_fense && !is_4k)
#if 0
static u32 vh264_no_disp_wd_count;
#endif
@@ -234,6 +241,7 @@ static s32 vh264_stream_switching_state;
static s32 vh264_eos;
static struct vframe_s *p_last_vf;
static s32 iponly_early_mode;
+static void *mm_blk_handle;
/*TODO irq*/
#if 1
@@ -250,6 +258,7 @@ static uint error_recovery_mode_in = 3;
static uint error_recovery_mode_use = 3;
static uint mb_total = 0, mb_width = 0, mb_height;
+static uint saved_idc_level;
#define UCODE_IP_ONLY 2
#define UCODE_IP_ONLY_PARAM 1
static uint ucode_type;
@@ -426,7 +435,7 @@ static void prepare_display_q(void)
kfifo_len(&newframe_q);
if ((vh264_stream_switching_state != SWITCHING_STATE_OFF)
- || is_4k)
+ || !EN_SWITCH_FENCE())
count = 0;
else
count = (count < 2) ? 0 : 2;
@@ -659,6 +668,10 @@ static void vh264_set_params(struct work_struct *work)
num_units_in_tick = READ_VREG(AV_SCRATCH_4);
time_scale = READ_VREG(AV_SCRATCH_5);
level_idc = READ_VREG(AV_SCRATCH_A);
+ if (level_idc > 0)
+ saved_idc_level = level_idc;
+ else if (saved_idc_level > 0)
+ level_idc = saved_idc_level;
video_signal = READ_VREG(AV_SCRATCH_H);
video_signal_from_vui =
((video_signal & 0xffff) << 8) |
@@ -763,14 +776,21 @@ static void vh264_set_params(struct work_struct *work)
/*max_reference_size <= max_dpb_size <= actual_dpb_size*/
is_4k = (mb_total > 8160) ? true:false;
- if (is_4k) {
+
+ if (is_4k || dpb_size_adj) {
/*4k2k*/
if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXTVBB) {
max_dpb_size = get_max_dpb_size(
level_idc, mb_width, mb_height);
- actual_dpb_size = max_dpb_size + 4;
- if (actual_dpb_size > VF_BUF_NUM)
- actual_dpb_size = VF_BUF_NUM;
+ actual_dpb_size = max_dpb_size + 5;
+ if (dpb_size_adj)
+ actual_dpb_size
+ = max_reference_size + dpb_size_adj;
+ if (actual_dpb_size > VF_BUF_NUM)
+ actual_dpb_size = VF_BUF_NUM;
+ pr_info
+ ("actual_dpb_size %d max_ref_size %d\n",
+ actual_dpb_size, max_reference_size);
} else {
vh264_running = 0;
fatal_error_flag =
@@ -843,53 +863,37 @@ static void vh264_set_params(struct work_struct *work)
PAGE_ALIGN((mb_total << 8) +
(mb_total << 7)) / PAGE_SIZE;
#endif
- if (buffer_spec[i].phy_addr) {
- if (page_count !=
- buffer_spec[i].alloc_count) {
- pr_info("Delay release cma buf %d\n",
- i);
- codec_mm_free_for_dma(MEM_NAME,
- buffer_spec[i].phy_addr);
- buffer_spec[i].phy_addr = 0;
- buffer_spec[i].alloc_count = 0;
- } else
- pr_info("Re-use CMA buffer %d\n", i);
- }
- if (!buffer_spec[i].phy_addr) {
- if (!codec_mm_enough_for_size(
- page_count * PAGE_SIZE, 1)) {
- buffer_spec[i].alloc_count = 0;
- fatal_error_flag =
- DECODER_FATAL_ERROR_NO_MEM;
- vh264_running = 0;
- mutex_unlock(&vh264_mutex);
- pr_err("CMA not enough mem! %d\n",
- i);
- return;
- }
- buffer_spec[i].alloc_count = page_count;
+ buffer_spec[i].alloc_count = page_count;
+ if (!decoder_bmmu_box_alloc_idx_wait(
+ mm_blk_handle,
+ i,
+ page_count << PAGE_SHIFT,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR
+ )) {
buffer_spec[i].phy_addr =
- codec_mm_alloc_for_dma(MEM_NAME,
- buffer_spec[i].alloc_count,
- 4 + PAGE_SHIFT,
- CODEC_MM_FLAGS_CMA_CLEAR |
- CODEC_MM_FLAGS_FOR_VDECODER);
+ decoder_bmmu_box_get_phy_addr(
+ mm_blk_handle,
+ i);
pr_info("CMA malloc ok %d\n", i);
- }
- alloc_count++;
- if (!buffer_spec[i].phy_addr) {
+ alloc_count++;
+ } else {
buffer_spec[i].alloc_count = 0;
- pr_err("264-4k mem alloc failed %d\n",
- i);
+ fatal_error_flag =
+ DECODER_FATAL_ERROR_NO_MEM;
vh264_running = 0;
mutex_unlock(&vh264_mutex);
+ pr_err("CMA not enough mem! %d\n",
+ i);
return;
}
addr = buffer_spec[i].phy_addr;
} else {
if (buffer_spec[i].phy_addr) {
- codec_mm_free_for_dma(MEM_NAME,
- buffer_spec[i].phy_addr);
+ decoder_bmmu_box_free_idx(
+ mm_blk_handle,
+ i);
buffer_spec[i].phy_addr = 0;
buffer_spec[i].alloc_count = 0;
}
@@ -1143,7 +1147,13 @@ static inline bool vh264_isr_parser(struct vframe_s *vf,
h264_pts_count = 0;
h264_first_pts_ready = 1;
} else {
-
+ if (pts < h264pts1) {
+ if (h264_pts_count > 24) {
+ pr_info("invalid h264pts1, reset\n");
+ h264pts1 = pts;
+ h264_pts_count = 0;
+ }
+ }
if (pts_valid && (pts > h264pts1) && (h264_pts_count > 24)
&& (duration_from_pts_done == 0)) {
unsigned int
@@ -1672,7 +1682,10 @@ static void vh264_isr(void)
spec2canvas(&buffer_spec[buffer_index]);
vf->type_original = vf->type;
vfbuf_use[buffer_index]++;
-
+ vf->mem_handle =
+ decoder_bmmu_box_get_mem_handle(
+ mm_blk_handle,
+ buffer_index);
if ((error_recovery_mode_use & 2) && error) {
kfifo_put(&recycle_q,
(const struct vframe_s *)vf);
@@ -1698,6 +1711,13 @@ static void vh264_isr(void)
vf->type |= VIDTYPE_VIU_NV21;
vf->type |= VIDTYPE_INTERLACE_FIRST;
+ high_bandwith |=
+ ((codec_mm_get_total_size() < 80 * SZ_1M)
+ & ((READ_VREG(AV_SCRATCH_N) & 0xf) == 3)
+ & ((frame_width * frame_height) >= 1920*1080));
+ if (high_bandwith)
+ vf->flag |= VFRAME_FLAG_HIGH_BANDWIDTH;
+
vf->duration >>= 1;
vf->duration_pulldown = 0;
vf->signal_type = video_signal_from_vui;
@@ -1712,7 +1732,10 @@ static void vh264_isr(void)
vf->type_original = vf->type;
vfbuf_use[buffer_index]++;
vf->ready_jiffies64 = jiffies_64;
-
+ vf->mem_handle =
+ decoder_bmmu_box_get_mem_handle(
+ mm_blk_handle,
+ buffer_index);
if ((error_recovery_mode_use & 2) && error) {
kfifo_put(&recycle_q,
(const struct vframe_s *)vf);
@@ -1758,10 +1781,15 @@ static void vh264_isr(void)
spec2canvas(&buffer_spec[buffer_index]);
vf->type_original = vf->type;
vfbuf_use[buffer_index]++;
+ if (high_bandwith)
+ vf->flag |= VFRAME_FLAG_HIGH_BANDWIDTH;
p_last_vf = vf;
vf->ready_jiffies64 = jiffies_64;
-
+ vf->mem_handle =
+ decoder_bmmu_box_get_mem_handle(
+ mm_blk_handle,
+ buffer_index);
kfifo_put(&delay_display_q,
(const struct vframe_s *)vf);
}
@@ -1811,44 +1839,45 @@ static void vh264_isr(void)
WRITE_VREG(AV_SCRATCH_0, 0);
} else if ((cpu_cmd & 0xff) == 0xa) {
- int b_offset = READ_VREG(AV_SCRATCH_2);
+ int b_offset = READ_VREG(AV_SCRATCH_2);
+ buffer_index = READ_VREG(AV_SCRATCH_1);
+ /*pr_info("iponly output %d b_offset %x\n",
+ buffer_index,b_offset);*/
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ WRITE_VREG(AV_SCRATCH_0, 0);
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ if (pts_lookup_offset_us64 (PTS_TYPE_VIDEO, b_offset,
+ &pts, 0, &pts_us64) != 0)
+ vf->pts_us64 = vf->pts = 0;
+ else {
+ vf->pts_us64 = pts_us64;
+ vf->pts = pts;
+ }
- buffer_index = READ_VREG(AV_SCRATCH_1);
- /*pr_info("iponly output %d b_offset %x\n",
- * buffer_index,b_offset);
- */
- if (kfifo_get(&newframe_q, &vf) == 0) {
+ set_frame_info(vf);
+ vf->type = VIDTYPE_PROGRESSIVE |
+ VIDTYPE_VIU_FIELD |
+ VIDTYPE_VIU_NV21;
+ vf->duration_pulldown = 0;
+ vf->signal_type = video_signal_from_vui;
+ vf->index = buffer_index;
+ vf->canvas0Addr = vf->canvas1Addr =
+ spec2canvas(&buffer_spec[buffer_index]);
+ vf->type_original = vf->type;
+ vf->mem_handle = decoder_bmmu_box_get_mem_handle(
+ mm_blk_handle,
+ buffer_index);
+ vfbuf_use[buffer_index]++;
+ p_last_vf = vf;
+ pts_discontinue = false;
+ iponly_early_mode = 1;
+ kfifo_put(&delay_display_q,
+ (const struct vframe_s *)vf);
WRITE_VREG(AV_SCRATCH_0, 0);
- pr_info
- ("fatal error, no available buffer slot.");
- return IRQ_HANDLED;
}
- if (pts_lookup_offset_us64 (PTS_TYPE_VIDEO, b_offset,
- &pts, 0, &pts_us64) != 0)
- vf->pts_us64 = vf->pts = 0;
- else {
- vf->pts_us64 = pts_us64;
- vf->pts = pts;
- }
-
- set_frame_info(vf);
- vf->type = VIDTYPE_PROGRESSIVE |
- VIDTYPE_VIU_FIELD |
- VIDTYPE_VIU_NV21;
- vf->duration_pulldown = 0;
- vf->signal_type = video_signal_from_vui;
- vf->index = buffer_index;
- vf->canvas0Addr = vf->canvas1Addr =
- spec2canvas(&buffer_spec[buffer_index]);
- vf->type_original = vf->type;
- vfbuf_use[buffer_index]++;
- p_last_vf = vf;
- pts_discontinue = false;
- iponly_early_mode = 1;
- kfifo_put(&delay_display_q,
- (const struct vframe_s *)vf);
- WRITE_VREG(AV_SCRATCH_0, 0);
- }
sei_itu35_flags = READ_VREG(AV_SCRATCH_J);
if (sei_itu35_flags & (1 << 15)) { /* data ready */
@@ -2139,6 +2168,7 @@ static void vh264_prot_init(void)
WRITE_VREG(AV_SCRATCH_7, 0);
WRITE_VREG(AV_SCRATCH_8, 0);
WRITE_VREG(AV_SCRATCH_9, 0);
+ WRITE_VREG(AV_SCRATCH_N, 0);
error_recovery_mode_use =
(error_recovery_mode !=
@@ -2193,6 +2223,14 @@ static void vh264_local_init(void)
& 0x04) >> 2;
max_refer_buf = !(((unsigned long) vh264_amstream_dec_info.param
& 0x10) >> 4);
+ if (!mm_blk_handle)
+ mm_blk_handle = decoder_bmmu_box_alloc_box(
+ DRIVER_NAME,
+ 0,
+ MAX_BLK_BUFFERS,
+ 4 + PAGE_SHIFT,
+ CODEC_MM_FLAGS_CMA_CLEAR |
+ CODEC_MM_FLAGS_FOR_VDECODER);
pr_info
("H264 sysinfo: %dx%d duration=%d, pts_outside=%d, ",
@@ -2248,6 +2286,7 @@ static void vh264_local_init(void)
wait_buffer_counter = 0;
vh264_no_disp_count = 0;
fatal_error_flag = 0;
+ high_bandwith = 0;
vh264_stream_switching_state = SWITCHING_STATE_OFF;
#ifdef DEBUG_PTS
pts_missed = 0;
@@ -2278,6 +2317,7 @@ static s32 vh264_init(void)
fixed_frame_rate_check_count = 0;
saved_resolution = 0;
iponly_early_mode = 0;
+ saved_idc_level = 0;
vh264_local_init();
query_video_status(0, &trickmode_fffb);
@@ -2404,23 +2444,29 @@ static s32 vh264_init(void)
}
stat |= STAT_MC_LOAD;
-
- for (i = 0; i < ARRAY_SIZE(fense_buffer_spec); i++) {
- struct buffer_spec_s *s = &fense_buffer_spec[i];
-
- if (!codec_mm_enough_for_size(3 * SZ_1M, 1))
- return -ENOMEM;
-
- s->alloc_count = 3 * SZ_1M / PAGE_SIZE;
- s->phy_addr = codec_mm_alloc_for_dma(MEM_NAME,
- s->alloc_count,
- 4 + PAGE_SHIFT,
- CODEC_MM_FLAGS_CMA_CLEAR | CODEC_MM_FLAGS_FOR_VDECODER);
- s->y_canvas_index = 2 * i;
- s->u_canvas_index = 2 * i + 1;
- s->v_canvas_index = 2 * i + 1;
+ if (enable_switch_fense) {
+ for (i = 0; i < ARRAY_SIZE(fense_buffer_spec); i++) {
+ struct buffer_spec_s *s = &fense_buffer_spec[i];
+ s->alloc_count = 3 * SZ_1M / PAGE_SIZE;
+ if (!decoder_bmmu_box_alloc_idx_wait(
+ mm_blk_handle,
+ FENSE_BUFFER_IDX(i),
+ 3 * SZ_1M,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR
+ )) {
+ s->phy_addr = decoder_bmmu_box_get_phy_addr(
+ mm_blk_handle,
+ FENSE_BUFFER_IDX(i));
+ } else {
+ return -ENOMEM;
+ }
+ s->y_canvas_index = 2 * i;
+ s->u_canvas_index = 2 * i + 1;
+ s->v_canvas_index = 2 * i + 1;
+ }
}
-
/* enable AMRISC side protocol */
vh264_prot_init();
@@ -2476,7 +2522,7 @@ static s32 vh264_init(void)
static int vh264_stop(int mode)
{
- int i;
+
if (stat & STAT_VDEC_RUN) {
amvdec_stop();
@@ -2526,28 +2572,12 @@ static int vh264_stop(int mode)
sei_data_buffer_phys = 0;
}
amvdec_disable();
-
- for (i = 0; i < ARRAY_SIZE(fense_buffer_spec); i++) {
- if (fense_buffer_spec[i].phy_addr) {
- codec_mm_free_for_dma(MEM_NAME,
- fense_buffer_spec[i].phy_addr);
- fense_buffer_spec[i].phy_addr = 0;
- fense_buffer_spec[i].alloc_count = 0;
- }
- }
-
- for (i = 0; i < ARRAY_SIZE(buffer_spec); i++) {
- if (buffer_spec[i].phy_addr) {
- if (is_4k && !get_blackout_policy())
- pr_info("Skip releasing CMA buffer %d\n", i);
- else {
- codec_mm_free_for_dma(MEM_NAME,
- buffer_spec[i].phy_addr);
- buffer_spec[i].phy_addr = 0;
- buffer_spec[i].alloc_count = 0;
- }
- }
+ if (mm_blk_handle) {
+ decoder_bmmu_box_free(mm_blk_handle);
+ mm_blk_handle = NULL;
}
+ memset(&fense_buffer_spec, 0, sizeof(fense_buffer_spec));
+ memset(&buffer_spec, 0, sizeof(buffer_spec));
return 0;
}
@@ -2672,7 +2702,7 @@ static void stream_switching_do(struct work_struct *work)
buffer_spec[buffer_index].u_canvas_width,
buffer_spec[buffer_index].u_canvas_height);
#endif
- if (!is_4k) {
+ if (EN_SWITCH_FENCE()) {
y_index = buffer_spec[buffer_index].y_canvas_index;
u_index = buffer_spec[buffer_index].u_canvas_index;
@@ -2707,10 +2737,13 @@ static void stream_switching_do(struct work_struct *work)
des_index);
#endif/*mask*/
}
+ vf->mem_handle = decoder_bmmu_box_get_mem_handle(
+ mm_blk_handle,
+ FENSE_BUFFER_IDX(i));
fense_vf[i] = *vf;
fense_vf[i].index = -1;
- if (!is_4k)
+ if (EN_SWITCH_FENCE())
fense_vf[i].canvas0Addr =
spec2canvas(&fense_buffer_spec[i]);
else
@@ -2766,7 +2799,7 @@ static int amvdec_h264_probe(struct platform_device *pdev)
buf_end = pdata->mem_end;
if (pdata->sys_info)
vh264_amstream_dec_info = *pdata->sys_info;
- if (sei_data_buffer == NULL) {
+ if (NULL == sei_data_buffer) {
sei_data_buffer =
dma_alloc_coherent(amports_get_dma_device(),
USER_DATA_SIZE,
@@ -2854,8 +2887,14 @@ static int __init amvdec_h264_driver_init_module(void)
pr_err("failed to register amvdec_h264 driver\n");
return -ENODEV;
}
- if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXTVBB)
+ if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXTVBB
+ && (codec_mm_get_total_size() > 80 * SZ_1M)) {
amvdec_h264_profile.profile = "4k";
+ dpb_size_adj = 0;
+ }
+ if (get_cpu_type() <= MESON_CPU_MAJOR_ID_GXBB)
+ dpb_size_adj = 0;
+
vcodec_profile_register(&amvdec_h264_profile);
return 0;
}
@@ -2897,12 +2936,20 @@ module_param(decoder_debug_flag, uint, 0664);
MODULE_PARM_DESC(decoder_debug_flag,
"\n amvdec_h264 decoder_debug_flag\n");
+module_param(dpb_size_adj, uint, 0664);
+MODULE_PARM_DESC(dpb_size_adj,
+ "\n amvdec_h264 dpb_size_adj\n");
+
+
module_param(decoder_force_reset, uint, 0664);
MODULE_PARM_DESC(decoder_force_reset,
"\n amvdec_h264 decoder force reset\n");
module_param(no_idr_error_max, uint, 0664);
MODULE_PARM_DESC(no_idr_error_max,
"\n print no_idr_error_max\n");
+module_param(enable_switch_fense, uint, 0664);
+MODULE_PARM_DESC(enable_switch_fense,
+ "\n enable switch fense\n");
module_init(amvdec_h264_driver_init_module);
diff --git a/drivers/frame_provider/decoder/h264/vh264_4k2k.c b/drivers/frame_provider/decoder/h264/vh264_4k2k.c
new file mode 100644
index 0000000..7841f33
--- a/dev/null
+++ b/drivers/frame_provider/decoder/h264/vh264_4k2k.c
@@ -0,0 +1,1836 @@
+/*
+ * drivers/amlogic/amports/vh264_4k2k.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/utils/vformat.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/dma-mapping.h>
+#include <linux/dma-contiguous.h>
+#include <linux/delay.h>
+
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+
+#define MEM_NAME "codec_264_4k"
+
+/* #include <mach/am_regs.h> */
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+
+#include <linux/amlogic/media/vpu/vpu.h>
+#endif
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../../../stream_input/amports/amports_priv.h"
+#include "../utils/vdec.h"
+#include "../utils/amvdec.h"
+
+#if 0 /* MESON_CPU_TYPE == MESON_CPU_TYPE_MESON6TVD */
+#define DOUBLE_WRITE
+#endif
+
+#define DRIVER_NAME "amvdec_h264_4k2k"
+#define MODULE_NAME "amvdec_h264_4k2k"
+
+#define PUT_INTERVAL (HZ/100)
+#define ERROR_RESET_COUNT 500
+
+#if 1 /* MESON_CPU_TYPE == MESON_CPU_TYPE_MESONG9TV */
+#define H264_4K2K_SINGLE_CORE 1
+#else
+#define H264_4K2K_SINGLE_CORE IS_MESON_M8M2_CPU
+#endif
+
+#define SLICE_TYPE_I 2
+
+static int vh264_4k2k_vf_states(struct vframe_states *states, void *);
+static struct vframe_s *vh264_4k2k_vf_peek(void *);
+static struct vframe_s *vh264_4k2k_vf_get(void *);
+static void vh264_4k2k_vf_put(struct vframe_s *, void *);
+static int vh264_4k2k_event_cb(int type, void *data, void *private_data);
+
+static void vh264_4k2k_prot_init(void);
+static void vh264_4k2k_local_init(void);
+static void vh264_4k2k_put_timer_func(unsigned long arg);
+
+static const char vh264_4k2k_dec_id[] = "vh264_4k2k-dev";
+static const char vh264_4k2k_dec_id2[] = "vh264_4k2k-vdec2-dev";
+
+#define PROVIDER_NAME "decoder.h264_4k2k"
+
+static const struct vframe_operations_s vh264_4k2k_vf_provider = {
+ .peek = vh264_4k2k_vf_peek,
+ .get = vh264_4k2k_vf_get,
+ .put = vh264_4k2k_vf_put,
+ .event_cb = vh264_4k2k_event_cb,
+ .vf_states = vh264_4k2k_vf_states,
+};
+
+static struct vframe_provider_s vh264_4k2k_vf_prov;
+
+static u32 mb_width_old, mb_height_old;
+static u32 frame_width, frame_height, frame_dur, frame_ar;
+static u32 saved_resolution;
+static struct timer_list recycle_timer;
+static u32 stat;
+static u32 error_watchdog_count;
+static uint error_recovery_mode;
+static u32 sync_outside;
+static u32 vh264_4k2k_rotation;
+static u32 first_i_recieved;
+static struct vframe_s *p_last_vf;
+
+#ifdef DEBUG_PTS
+static unsigned long pts_missed, pts_hit;
+#endif
+
+static struct dec_sysinfo vh264_4k2k_amstream_dec_info;
+static dma_addr_t mc_dma_handle;
+static void *mc_cpu_addr;
+
+#define AMVDEC_H264_4K2K_CANVAS_INDEX 0x80
+#define AMVDEC_H264_4K2K_CANVAS_MAX 0xc6
+static DEFINE_SPINLOCK(lock);
+static int fatal_error;
+
+static atomic_t vh264_4k2k_active = ATOMIC_INIT(0);
+
+static DEFINE_MUTEX(vh264_4k2k_mutex);
+
+static void (*probe_callback)(void);
+static void (*remove_callback)(void);
+static struct device *cma_dev;
+
+/* bit[3:0] command : */
+/* 0 - command finished */
+/* (DATA0 - {level_idc_mmco, max_reference_frame_num, width, height} */
+/* 1 - alloc view_0 display_buffer and reference_data_area */
+/* 2 - alloc view_1 display_buffer and reference_data_area */
+#define MAILBOX_COMMAND AV_SCRATCH_0
+#define MAILBOX_DATA_0 AV_SCRATCH_1
+#define MAILBOX_DATA_1 AV_SCRATCH_2
+#define MAILBOX_DATA_2 AV_SCRATCH_3
+#define MAILBOX_DATA_3 AV_SCRATCH_4
+#define MAILBOX_DATA_4 AV_SCRATCH_5
+#define CANVAS_START AV_SCRATCH_6
+#define BUFFER_RECYCLE AV_SCRATCH_7
+#define PICTURE_COUNT AV_SCRATCH_9
+#define DECODE_STATUS AV_SCRATCH_A
+#define SPS_STATUS AV_SCRATCH_B
+#define PPS_STATUS AV_SCRATCH_C
+#define MS_ID AV_SCRATCH_D
+#define WORKSPACE_START AV_SCRATCH_E
+#define DECODED_PIC_NUM AV_SCRATCH_F
+#define DECODE_ERROR_CNT AV_SCRATCH_G
+#define CURRENT_UCODE AV_SCRATCH_H
+/* bit[15:9]-SPS, bit[8:0]-PPS */
+#define CURRENT_SPS_PPS AV_SCRATCH_I
+#define DECODE_SKIP_PICTURE AV_SCRATCH_J
+#define DECODE_MODE AV_SCRATCH_K
+#define RESERVED_REG_L AV_SCRATCH_L
+#define REF_START_VIEW_0 AV_SCRATCH_M
+#define REF_START_VIEW_1 AV_SCRATCH_N
+
+#define VDEC2_MAILBOX_COMMAND VDEC2_AV_SCRATCH_0
+#define VDEC2_MAILBOX_DATA_0 VDEC2_AV_SCRATCH_1
+#define VDEC2_MAILBOX_DATA_1 VDEC2_AV_SCRATCH_2
+#define VDEC2_MAILBOX_DATA_2 VDEC2_AV_SCRATCH_3
+#define VDEC2_MAILBOX_DATA_3 VDEC2_AV_SCRATCH_4
+#define VDEC2_MAILBOX_DATA_4 VDEC2_AV_SCRATCH_5
+#define VDEC2_CANVAS_START VDEC2_AV_SCRATCH_6
+#define VDEC2_BUFFER_RECYCLE VDEC2_AV_SCRATCH_7
+#define VDEC2_PICTURE_COUNT VDEC2_AV_SCRATCH_9
+#define VDEC2_DECODE_STATUS VDEC2_AV_SCRATCH_A
+#define VDEC2_SPS_STATUS VDEC2_AV_SCRATCH_B
+#define VDEC2_PPS_STATUS VDEC2_AV_SCRATCH_C
+#define VDEC2_MS_ID VDEC2_AV_SCRATCH_D
+#define VDEC2_WORKSPACE_START VDEC2_AV_SCRATCH_E
+#define VDEC2_DECODED_PIC_NUM VDEC2_AV_SCRATCH_F
+#define VDEC2_DECODE_ERROR_CNT VDEC2_AV_SCRATCH_G
+#define VDEC2_CURRENT_UCODE VDEC2_AV_SCRATCH_H
+/* bit[15:9]-SPS, bit[8:0]-PPS */
+#define VDEC2_CURRENT_SPS_PPS VDEC2_AV_SCRATCH_I
+#define VDEC2_DECODE_SKIP_PICTURE VDEC2_AV_SCRATCH_J
+#define VDEC2_RESERVED_REG_K VDEC2_AV_SCRATCH_K
+#define VDEC2_RESERVED_REG_L VDEC2_AV_SCRATCH_L
+#define VDEC2_REF_START_VIEW_0 VDEC2_AV_SCRATCH_M
+#define VDEC2_REF_START_VIEW_1 VDEC2_AV_SCRATCH_N
+
+/********************************************
+ * DECODE_STATUS Define
+********************************************/
+#define DECODE_IDLE 0
+#define DECODE_START_HEADER 1
+#define DECODE_HEADER 2
+#define DECODE_START_MMCO 3
+#define DECODE_MMCO 4
+#define DECODE_START_SLICE 5
+#define DECODE_SLICE 6
+#define DECODE_WAIT_BUFFER 7
+
+/********************************************
+ * Dual Core Communication
+********************************************/
+#define FATAL_ERROR DOS_SCRATCH16
+#define PRE_MASTER_UPDATE_TIMES DOS_SCRATCH20
+/* bit[31] - REQUEST */
+/* bit[30:0] - MASTER_UPDATE_TIMES */
+#define SLAVE_WAIT_DPB_UPDATE DOS_SCRATCH21
+/* [15:8] - current_ref, [7:0] current_dpb (0x80 means no buffer found) */
+#define SLAVE_REF_DPB DOS_SCRATCH22
+#define SAVE_MVC_ENTENSION_0 DOS_SCRATCH23
+#define SAVE_I_POC DOS_SCRATCH24
+/* bit[31:30] - core_status 0-idle, 1-mmco, 2-decoding, 3-finished */
+/* bit[29:0] - core_pic_count */
+#define CORE_STATUS_M DOS_SCRATCH25
+#define CORE_STATUS_S DOS_SCRATCH26
+#define SAVE_ref_status_view_0 DOS_SCRATCH27
+#define SAVE_ref_status_view_1 DOS_SCRATCH28
+#define ALLOC_INFO_0 DOS_SCRATCH29
+#define ALLOC_INFO_1 DOS_SCRATCH30
+
+/********************************************
+ * Mailbox command
+ ********************************************/
+#define CMD_FINISHED 0
+#define CMD_ALLOC_VIEW 1
+#define CMD_FRAME_DISPLAY 3
+#define CMD_DEBUG 10
+
+#define MC_TOTAL_SIZE (28*SZ_1K)
+#define MC_SWAP_SIZE (4*SZ_1K)
+
+static unsigned long work_space_adr, decoder_buffer_start, decoder_buffer_end;
+static unsigned long reserved_buffer;
+
+#define DECODE_BUFFER_NUM_MAX 32
+#define DISPLAY_BUFFER_NUM 6
+
+#define video_domain_addr(adr) (adr&0x7fffffff)
+#define DECODER_WORK_SPACE_SIZE 0x400000
+
+struct buffer_spec_s {
+ unsigned int y_addr;
+ unsigned int uv_addr;
+#ifdef DOUBLE_WRITE
+ unsigned int y_dw_addr;
+ unsigned int uv_dw_addr;
+#endif
+
+ int y_canvas_index;
+ int uv_canvas_index;
+#ifdef DOUBLE_WRITE
+ int y_dw_canvas_index;
+ int uv_dw_canvas_index;
+#endif
+
+ struct page *alloc_pages;
+ unsigned long phy_addr;
+ int alloc_count;
+};
+
+static struct buffer_spec_s buffer_spec[DECODE_BUFFER_NUM_MAX +
+ DISPLAY_BUFFER_NUM];
+
+#ifdef DOUBLE_WRITE
+#define spec2canvas(x) \
+ (((x)->uv_dw_canvas_index << 16) | \
+ ((x)->uv_dw_canvas_index << 8) | \
+ ((x)->y_dw_canvas_index << 0))
+#else
+#define spec2canvas(x) \
+ (((x)->uv_canvas_index << 16) | \
+ ((x)->uv_canvas_index << 8) | \
+ ((x)->y_canvas_index << 0))
+#endif
+
+#define VF_POOL_SIZE 32
+
+static DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(recycle_q, struct vframe_s *, VF_POOL_SIZE);
+
+static s32 vfbuf_use[DECODE_BUFFER_NUM_MAX];
+static struct vframe_s vfpool[VF_POOL_SIZE];
+
+static struct work_struct alloc_work;
+
+static void set_frame_info(struct vframe_s *vf)
+{
+ unsigned int ar;
+
+#ifdef DOUBLE_WRITE
+ vf->width = frame_width / 2;
+ vf->height = frame_height / 2;
+#else
+ vf->width = frame_width;
+ vf->height = frame_height;
+#endif
+ vf->duration = frame_dur;
+ vf->duration_pulldown = 0;
+ vf->flag = 0;
+
+ ar = min_t(u32, frame_ar, DISP_RATIO_ASPECT_RATIO_MAX);
+ vf->ratio_control = (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+ vf->orientation = vh264_4k2k_rotation;
+
+ return;
+}
+
+static int vh264_4k2k_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ spin_lock_irqsave(&lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&newframe_q);
+ states->buf_avail_num = kfifo_len(&display_q);
+ states->buf_recycle_num = kfifo_len(&recycle_q);
+
+ spin_unlock_irqrestore(&lock, flags);
+ return 0;
+}
+
+static struct vframe_s *vh264_4k2k_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_peek(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vh264_4k2k_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_get(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vh264_4k2k_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ kfifo_put(&recycle_q, (const struct vframe_s *)vf);
+}
+
+static int vh264_4k2k_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+ unsigned long flags;
+ amvdec_stop();
+
+ if (!H264_4K2K_SINGLE_CORE)
+ amvdec2_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vh264_4k2k_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vh264_4k2k_local_init();
+ vh264_4k2k_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vh264_4k2k_vf_prov);
+#endif
+ amvdec_start();
+
+ if (!H264_4K2K_SINGLE_CORE)
+ amvdec2_start();
+ }
+
+ return 0;
+}
+
+int init_canvas(int start_addr, long dpb_size, int dpb_number, int mb_width,
+ int mb_height, struct buffer_spec_s *buffer_spec)
+{
+ unsigned long dpb_addr, addr;
+ int i;
+ int mb_total;
+ int canvas_addr = ANC0_CANVAS_ADDR;
+ int vdec2_canvas_addr = VDEC2_ANC0_CANVAS_ADDR;
+ int index = AMVDEC_H264_4K2K_CANVAS_INDEX;
+ u32 disp_addr = 0xffffffff;
+ bool use_alloc = false;
+ int alloc_count = 0;
+ struct canvas_s cur_canvas;
+
+ dpb_addr = start_addr + dpb_size;
+
+ mb_total = mb_width * mb_height;
+
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff), &cur_canvas);
+ disp_addr = (cur_canvas.addr + 7) >> 3;
+
+ mutex_lock(&vh264_4k2k_mutex);
+
+ for (i = 0; i < dpb_number; i++) {
+ WRITE_VREG(canvas_addr++,
+ index | ((index + 1) << 8) |
+ ((index + 1) << 16));
+ if (!H264_4K2K_SINGLE_CORE) {
+ WRITE_VREG(vdec2_canvas_addr++,
+ index | ((index + 1) << 8) |
+ ((index + 1) << 16));
+ }
+
+ if (((dpb_addr + (mb_total << 8) + (mb_total << 7)) >=
+ decoder_buffer_end) && (!use_alloc)) {
+ pr_info("start alloc for %d/%d\n", i, dpb_number);
+ use_alloc = true;
+ }
+
+ if (use_alloc) {
+#ifdef DOUBLE_WRITE
+ int page_count =
+ PAGE_ALIGN((mb_total << 8) + (mb_total << 7) +
+ (mb_total << 6) +
+ (mb_total << 5)) / PAGE_SIZE;
+#else
+ int page_count =
+ PAGE_ALIGN((mb_total << 8) +
+ (mb_total << 7)) / PAGE_SIZE;
+#endif
+
+ if (buffer_spec[i].phy_addr) {
+ if (page_count != buffer_spec[i].alloc_count) {
+ pr_info("Delay release CMA buffer%d\n",
+ i);
+
+ /*dma_release_from_contiguous(cma_dev,
+ buffer_spec[i].
+ alloc_pages,
+ buffer_spec[i].
+ alloc_count);
+ */
+ codec_mm_free_for_dma(MEM_NAME,
+ buffer_spec[i].phy_addr);
+ buffer_spec[i].phy_addr = 0;
+ buffer_spec[i].alloc_pages = NULL;
+ buffer_spec[i].alloc_count = 0;
+ } else
+ pr_info("Re-use CMA buffer %d\n", i);
+ }
+
+ if (!buffer_spec[i].phy_addr) {
+ if (codec_mm_get_free_size()
+ < (page_count * PAGE_SIZE)) {
+ pr_err
+ ("CMA not enough free keep buf! %d\n",
+ i);
+ //try_free_keep_video(1);/*mask*/
+ }
+ if (!codec_mm_enough_for_size(
+ page_count * PAGE_SIZE, 1)) {
+ buffer_spec[i].alloc_count = 0;
+ fatal_error =
+ DECODER_FATAL_ERROR_NO_MEM;
+ mutex_unlock(&vh264_4k2k_mutex);
+ return -1;
+ }
+ buffer_spec[i].alloc_count = page_count;
+ buffer_spec[i].phy_addr =
+ codec_mm_alloc_for_dma(
+ MEM_NAME, buffer_spec[i].alloc_count,
+ 4 + PAGE_SHIFT,
+ CODEC_MM_FLAGS_CMA_CLEAR |
+ CODEC_MM_FLAGS_FOR_VDECODER);
+ }
+ alloc_count++;
+
+ if (!buffer_spec[i].phy_addr) {
+ buffer_spec[i].alloc_count = 0;
+ pr_info
+ ("264 4K2K decoder memory alloc failed %d.\n",
+ i);
+ mutex_unlock(&vh264_4k2k_mutex);
+ return -1;
+ }
+ addr = buffer_spec[i].phy_addr;
+ dpb_addr = addr;
+ } else {
+ if (buffer_spec[i].phy_addr) {
+ codec_mm_free_for_dma(MEM_NAME,
+ buffer_spec[i].phy_addr);
+ buffer_spec[i].phy_addr = 0;
+ buffer_spec[i].alloc_pages = NULL;
+ buffer_spec[i].alloc_count = 0;
+ }
+
+ addr = dpb_addr;
+ dpb_addr += dpb_size;
+#ifdef DOUBLE_WRITE
+ dpb_addr += dpb_size / 4;
+#endif
+ }
+
+ if (((addr + 7) >> 3) == disp_addr)
+ addr = start_addr;
+
+ buffer_spec[i].y_addr = addr;
+ buffer_spec[i].y_canvas_index = index;
+ canvas_config(index,
+ addr,
+ mb_width << 4,
+ mb_height << 4,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+
+ addr += mb_total << 8;
+ index++;
+
+ buffer_spec[i].uv_addr = addr;
+ buffer_spec[i].uv_canvas_index = index;
+ canvas_config(index,
+ addr,
+ mb_width << 4,
+ mb_height << 3,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+
+ addr += mb_total << 7;
+ index++;
+
+#ifdef DOUBLE_WRITE
+ buffer_spec[i].y_dw_addr = addr;
+ buffer_spec[i].y_dw_canvas_index = index;
+ canvas_config(index,
+ addr,
+ mb_width << 3,
+ mb_height << 3,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+
+ addr += mb_total << 6;
+ index++;
+
+ buffer_spec[i].uv_dw_addr = addr;
+ buffer_spec[i].uv_dw_canvas_index = index;
+ canvas_config(index,
+ addr,
+ mb_width << 3,
+ mb_height << 2,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+
+ addr += mb_total << 5;
+ index++;
+#endif
+ }
+
+ mutex_unlock(&vh264_4k2k_mutex);
+
+ pr_info
+ ("H264 4k2k decoder canvas allocation successful, ");
+ pr_info("%d CMA blocks allocated, canvas %d-%d\n",
+ alloc_count, AMVDEC_H264_4K2K_CANVAS_INDEX, index - 1);
+
+ return 0;
+}
+
+static int get_max_dec_frame_buf_size(int level_idc,
+ int max_reference_frame_num, int mb_width,
+ int mb_height)
+{
+ int pic_size = mb_width * mb_height * 384;
+
+ int size = 0;
+
+ switch (level_idc) {
+ case 9:
+ size = 152064;
+ break;
+ case 10:
+ size = 152064;
+ break;
+ case 11:
+ size = 345600;
+ break;
+ case 12:
+ size = 912384;
+ break;
+ case 13:
+ size = 912384;
+ break;
+ case 20:
+ size = 912384;
+ break;
+ case 21:
+ size = 1824768;
+ break;
+ case 22:
+ size = 3110400;
+ break;
+ case 30:
+ size = 3110400;
+ break;
+ case 31:
+ size = 6912000;
+ break;
+ case 32:
+ size = 7864320;
+ break;
+ case 40:
+ size = 12582912;
+ break;
+ case 41:
+ size = 12582912;
+ break;
+ case 42:
+ size = 13369344;
+ break;
+ case 50:
+ size = 42393600;
+ break;
+ case 51:
+ case 52:
+ default:
+ size = 70778880;
+ break;
+ }
+
+ size /= pic_size;
+ size = size + 1; /* need one more buffer */
+
+ if (max_reference_frame_num > size)
+ size = max_reference_frame_num;
+
+ if (size > DECODE_BUFFER_NUM_MAX)
+ size = DECODE_BUFFER_NUM_MAX;
+
+ return size;
+}
+
+static void do_alloc_work(struct work_struct *work)
+{
+ int level_idc, max_reference_frame_num, mb_width, mb_height,
+ frame_mbs_only_flag;
+ int dpb_size, ref_size;
+ int dpb_start_addr, ref_start_addr, max_dec_frame_buffering,
+ total_dec_frame_buffering;
+ unsigned int chroma444;
+ unsigned int crop_infor, crop_bottom, crop_right;
+ int ret = READ_VREG(MAILBOX_COMMAND);
+
+ ref_start_addr = decoder_buffer_start;
+ ret = READ_VREG(MAILBOX_DATA_0);
+ /* MAILBOX_DATA_1 :
+ bit15 : frame_mbs_only_flag
+ bit 0-7 : chroma_format_idc
+ MAILBOX_DATA_2:
+ bit31-16: (left << 8 | right ) << 1
+ bit15-0 : (top << 8 | bottom ) << (2 - frame_mbs_only_flag)
+ */
+ frame_mbs_only_flag = READ_VREG(MAILBOX_DATA_1);
+ crop_infor = READ_VREG(MAILBOX_DATA_2);
+ level_idc = (ret >> 24) & 0xff;
+ max_reference_frame_num = (ret >> 16) & 0xff;
+ mb_width = (ret >> 8) & 0xff;
+ if (mb_width == 0)
+ mb_width = 256;
+ mb_height = (ret >> 0) & 0xff;
+ max_dec_frame_buffering =
+ get_max_dec_frame_buf_size(level_idc, max_reference_frame_num,
+ mb_width, mb_height);
+ total_dec_frame_buffering =
+ max_dec_frame_buffering + DISPLAY_BUFFER_NUM;
+
+ chroma444 = ((frame_mbs_only_flag&0xffff) == 3) ? 1 : 0;
+ frame_mbs_only_flag = (frame_mbs_only_flag >> 16) & 0x01;
+ crop_bottom = (crop_infor & 0xff) >> (2 - frame_mbs_only_flag);
+ crop_right = ((crop_infor >> 16) & 0xff) >> 1;
+ pr_info("crop_right = 0x%x crop_bottom = 0x%x chroma_format_idc = 0x%x\n",
+ crop_right, crop_bottom, chroma444);
+
+ if ((frame_width == 0) || (frame_height == 0) || crop_infor ||
+ mb_width != mb_width_old ||
+ mb_height != mb_height_old) {
+ frame_width = mb_width << 4;
+ frame_height = mb_height << 4;
+ mb_width_old = mb_width;
+ mb_height_old = mb_height;
+ if (frame_mbs_only_flag) {
+ frame_height -= (2 >> chroma444) *
+ min(crop_bottom,
+ (unsigned int)((8 << chroma444) - 1));
+ frame_width -= (2 >> chroma444) *
+ min(crop_right,
+ (unsigned int)((8 << chroma444) - 1));
+ } else {
+ frame_height -= (4 >> chroma444) *
+ min(crop_bottom,
+ (unsigned int)((8 << chroma444) - 1));
+ frame_width -= (4 >> chroma444) *
+ min(crop_right,
+ (unsigned int)((8 << chroma444) - 1));
+ }
+ pr_info("frame_mbs_only_flag %d, crop_bottom %d frame_height %d, mb_height %d crop_right %d, frame_width %d, mb_width %d\n",
+ frame_mbs_only_flag, crop_bottom, frame_height,
+ mb_height, crop_right, frame_width, mb_height);
+ }
+
+ mb_width = (mb_width + 3) & 0xfffffffc;
+ mb_height = (mb_height + 3) & 0xfffffffc;
+
+ dpb_size = mb_width * mb_height * 384;
+ ref_size = mb_width * mb_height * 96;
+ dpb_start_addr =
+ ref_start_addr + (ref_size * (max_reference_frame_num + 1)) * 2;
+ /* dpb_start_addr = reserved_buffer + dpb_size; */
+
+ pr_info
+ ("dpb_start_addr=0x%x, dpb_size=%d, total_dec_frame_buffering=%d, ",
+ dpb_start_addr, dpb_size, total_dec_frame_buffering);
+ pr_info("mb_width=%d, mb_height=%d\n",
+ mb_width, mb_height);
+
+ ret = init_canvas(dpb_start_addr, dpb_size,
+ total_dec_frame_buffering, mb_width, mb_height,
+ buffer_spec);
+
+ if (ret == -1) {
+ pr_info(" Un-expected memory alloc problem\n");
+ return;
+ }
+
+ if (frame_width == 0)
+ frame_width = mb_width << 4;
+ if (frame_height == 0)
+ frame_height = mb_height << 4;
+
+ WRITE_VREG(REF_START_VIEW_0, video_domain_addr(ref_start_addr));
+ if (!H264_4K2K_SINGLE_CORE) {
+ WRITE_VREG(VDEC2_REF_START_VIEW_0,
+ video_domain_addr(ref_start_addr));
+ }
+
+ WRITE_VREG(MAILBOX_DATA_0,
+ (max_dec_frame_buffering << 8) |
+ (total_dec_frame_buffering << 0));
+ WRITE_VREG(MAILBOX_DATA_1, ref_size);
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+
+ /* ///////////// FAKE FIRST PIC */
+#if 0
+
+ pr_info("Debug: send a fake picture to config VPP %dx%d\n", frame_width,
+ frame_height);
+ WRITE_VREG(DOS_SCRATCH0, 4);
+ WRITE_VREG(DOS_SCRATCH1, 0x004c);
+
+ if (kfifo_get(&newframe_q, &vf)) {
+ vfbuf_use[0]++;
+ vf->index = 0;
+ vf->pts = 0;
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+ vf->canvas0Addr = vf->canvas1Addr =
+ spec2canvas(&buffer_spec[0]);
+ set_frame_info(vf);
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY, NULL);
+ }
+ /* ///////////// FAKE END */
+#endif
+}
+
+static irqreturn_t vh264_4k2k_isr(int irq, void *dev_id)
+{
+ int drop_status, display_buff_id, display_POC, slice_type, error;
+ unsigned stream_offset;
+ struct vframe_s *vf = NULL;
+ int ret = READ_VREG(MAILBOX_COMMAND);
+
+ switch (ret & 0xff) {
+ case CMD_ALLOC_VIEW:
+ schedule_work(&alloc_work);
+ break;
+
+ case CMD_FRAME_DISPLAY:
+ ret >>= 8;
+ display_buff_id = (ret >> 0) & 0x3f;
+ drop_status = (ret >> 8) & 0x1;
+ slice_type = (ret >> 9) & 0x7;
+ error = (ret >> 12) & 0x1;
+ display_POC = READ_VREG(MAILBOX_DATA_0);
+ stream_offset = READ_VREG(MAILBOX_DATA_1);
+
+ smp_rmb();/* rmb smp */
+
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ if (vf) {
+ vfbuf_use[display_buff_id]++;
+
+ vf->pts = 0;
+ vf->pts_us64 = 0;
+
+ if ((!sync_outside)
+ || (sync_outside &&
+ (slice_type == SLICE_TYPE_I))) {
+ pts_lookup_offset_us64(PTS_TYPE_VIDEO,
+ stream_offset,
+ &vf->pts,
+ 0,
+ &vf->pts_us64);
+ }
+#ifdef H264_4K2K_SINGLE_CORE
+ if (READ_VREG(DECODE_MODE) & 1) {
+ /* for I only mode, ignore the PTS information
+ and only uses 10fps for each
+ I frame decoded */
+ if (p_last_vf) {
+ vf->pts = 0;
+ vf->pts_us64 = 0;
+ }
+ frame_dur = 96000 / 10;
+ }
+#endif
+ vf->signal_type = 0;
+ vf->index = display_buff_id;
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+ vf->type |= VIDTYPE_VIU_NV21;
+ vf->canvas0Addr = vf->canvas1Addr =
+ spec2canvas(&buffer_spec[display_buff_id]);
+ set_frame_info(vf);
+
+ if (((error_recovery_mode & 2) && error)
+ || (!first_i_recieved
+ && (slice_type != SLICE_TYPE_I))) {
+ kfifo_put(&recycle_q,
+ (const struct vframe_s *)vf);
+ } else {
+ p_last_vf = vf;
+ first_i_recieved = 1;
+ kfifo_put(&display_q,
+ (const struct vframe_s *)vf);
+
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ }
+ }
+ break;
+
+ case CMD_DEBUG:
+ pr_info("M: core_status 0x%08x 0x%08x; ",
+ READ_VREG(CORE_STATUS_M), READ_VREG(CORE_STATUS_S));
+ switch (READ_VREG(MAILBOX_DATA_0)) {
+ case 1:
+ pr_info("H264_BUFFER_INFO_INDEX = 0x%x\n",
+ READ_VREG(MAILBOX_DATA_1));
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 2:
+ pr_info("H264_BUFFER_INFO_DATA = 0x%x\n",
+ READ_VREG(MAILBOX_DATA_1));
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 3:
+ pr_info("REC_CANVAS_ADDR = 0x%x\n",
+ READ_VREG(MAILBOX_DATA_1));
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 4:
+ pr_info("after DPB_MMCO\n");
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 5:
+ pr_info("MBY = 0x%x, S_MBXY = 0x%x\n",
+ READ_VREG(MAILBOX_DATA_1),
+ READ_VREG(0x2c07));
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 6:
+ pr_info("after FIFO_OUT_FRAME\n");
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 7:
+ pr_info("after RELEASE_EXCEED_REF_BUFF\n");
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 0x5a:
+ pr_info("\n");
+ break;
+ default:
+ pr_info("\n");
+ break;
+ }
+ break;
+
+ default:
+ break;
+ }
+
+ return IRQ_HANDLED;
+}
+
+#if 1 /*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8*/
+static irqreturn_t vh264_4k2k_vdec2_isr(int irq, void *dev_id)
+{
+ int ret = READ_VREG(VDEC2_MAILBOX_COMMAND);
+
+ switch (ret & 0xff) {
+ case CMD_DEBUG:
+ pr_info("S: core_status 0x%08x 0x%08x; ",
+ READ_VREG(CORE_STATUS_M), READ_VREG(CORE_STATUS_S));
+ switch (READ_VREG(VDEC2_MAILBOX_DATA_0)) {
+ case 1:
+ pr_info("H264_BUFFER_INFO_INDEX = 0x%x\n",
+ READ_VREG(VDEC2_MAILBOX_DATA_1));
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 2:
+ pr_info("H264_BUFFER_INFO_DATA = 0x%x\n",
+ READ_VREG(VDEC2_MAILBOX_DATA_1));
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 3:
+ pr_info("REC_CANVAS_ADDR = 0x%x\n",
+ READ_VREG(VDEC2_MAILBOX_DATA_1));
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 4:
+ pr_info("after DPB_MMCO\n");
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 5:
+ pr_info("MBY = 0x%x, M/S_MBXY = 0x%x-0x%x\n",
+ READ_VREG(VDEC2_MAILBOX_DATA_1),
+ READ_VREG(0xc07), READ_VREG(0x2c07));
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 6:
+ pr_info("after FIFO_OUT_FRAME\n");
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 7:
+ pr_info("after RELEASE_EXCEED_REF_BUFF\n");
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, CMD_FINISHED);
+ break;
+ case 0x5a:
+ pr_info("\n");
+ break;
+ default:
+ pr_info("\n");
+ break;
+ }
+ break;
+
+ default:
+ break;
+ }
+
+ return IRQ_HANDLED;
+}
+#endif
+
+static void vh264_4k2k_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+ enum receviver_start_e state = RECEIVER_INACTIVE;
+
+ if (vf_get_receiver(PROVIDER_NAME)) {
+ state = vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_QUREY_STATE, NULL);
+ if ((state == RECEIVER_STATE_NULL)
+ || (state == RECEIVER_STATE_NONE))
+ state = RECEIVER_INACTIVE;
+ } else
+ state = RECEIVER_INACTIVE;
+
+ /* error watchdog */
+ if (((READ_VREG(VLD_MEM_VIFIFO_CONTROL) & 0x100) == 0) &&/* dec has in*/
+ (state == RECEIVER_INACTIVE) && /* rec has no buf to recycle */
+ (kfifo_is_empty(&display_q)) && /* no buf in display queue */
+ (kfifo_is_empty(&recycle_q)) && /* no buf to recycle */
+ (READ_VREG(MS_ID) & 0x100)
+#ifdef CONFIG_H264_2K4K_SINGLE_CORE
+ && (READ_VREG(VDEC2_MS_ID) & 0x100)/* with both decoder
+ have started decoding */
+#endif
+ && first_i_recieved) {
+ if (++error_watchdog_count == ERROR_RESET_COUNT) {
+ /* and it lasts for a while */
+ pr_info("H264 4k2k decoder fatal error watchdog.\n");
+ fatal_error = DECODER_FATAL_ERROR_UNKNOWN;
+ }
+ } else
+ error_watchdog_count = 0;
+
+ if (READ_VREG(FATAL_ERROR) != 0) {
+ pr_info("H264 4k2k decoder ucode fatal error.\n");
+ fatal_error = DECODER_FATAL_ERROR_UNKNOWN;
+ WRITE_VREG(FATAL_ERROR, 0);
+ }
+
+ while (!kfifo_is_empty(&recycle_q) &&
+ (READ_VREG(BUFFER_RECYCLE) == 0)) {
+ struct vframe_s *vf;
+ if (kfifo_get(&recycle_q, &vf)) {
+ if ((vf->index >= 0)
+ && (vf->index < DECODE_BUFFER_NUM_MAX)
+ && (--vfbuf_use[vf->index] == 0)) {
+ WRITE_VREG(BUFFER_RECYCLE, vf->index + 1);
+ vf->index = DECODE_BUFFER_NUM_MAX;
+ }
+
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+ }
+ if (first_i_recieved &&/*do switch after first i frame ready.*/
+ frame_dur > 0 && saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ pr_info("H264 4k2k resolution changed!!\n");
+ if (vdec_source_changed(VFORMAT_H264_4K2K,
+ frame_width, frame_height, fps) > 0)/*changed clk ok*/
+ saved_resolution = frame_width * frame_height * fps;
+ }
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+int vh264_4k2k_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = frame_width;
+ vstatus->height = frame_height;
+ if (frame_dur != 0)
+ vstatus->fps = 96000 / frame_dur;
+ else
+ vstatus->fps = -1;
+ vstatus->error_count = 0;
+ vstatus->status = stat | fatal_error;
+ return 0;
+}
+
+int vh264_4k2k_set_trickmode(struct vdec_s *vdec, unsigned long trickmode)
+{
+ if (trickmode == TRICKMODE_I) {
+ WRITE_VREG(DECODE_MODE, 1);
+ trickmode_i = 1;
+ } else if (trickmode == TRICKMODE_NONE) {
+ WRITE_VREG(DECODE_MODE, 0);
+ trickmode_i = 0;
+ }
+
+ return 0;
+}
+
+static void H264_DECODE_INIT(void)
+{
+ int i;
+
+ WRITE_VREG(GCLK_EN, 0x3ff);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 9) | (1 << 8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+ /* fill_weight_pred */
+ WRITE_VREG(MC_MPORT_CTRL, 0x0300);
+ for (i = 0; i < 192; i++)
+ WRITE_VREG(MC_MPORT_DAT, 0x100);
+ WRITE_VREG(MC_MPORT_CTRL, 0);
+
+ WRITE_VREG(MB_WIDTH, 0xff); /* invalid mb_width */
+
+ /* set slice start to 0x000000 or 0x000001 for check more_rbsp_data */
+ WRITE_VREG(SLICE_START_BYTE_01, 0x00000000);
+ WRITE_VREG(SLICE_START_BYTE_23, 0x01010000);
+ /* set to mpeg2 to enable mismatch logic */
+ WRITE_VREG(MPEG1_2_REG, 1);
+ WRITE_VREG(VLD_ERROR_MASK,
+ 0x1011);
+
+ /* Config MCPU Amrisc interrupt */
+ WRITE_VREG(ASSIST_AMR1_INT0, 0x1); /* viu_vsync_int */
+ WRITE_VREG(ASSIST_AMR1_INT1, 0x5); /* mbox_isr */
+ WRITE_VREG(ASSIST_AMR1_INT2, 0x8); /* vld_isr */
+ /* WRITE_VREG(ASSIST_AMR1_INT3, 0x15); // vififo_empty */
+ WRITE_VREG(ASSIST_AMR1_INT4, 0xd); /* rv_ai_mb_finished_int */
+ WRITE_VREG(ASSIST_AMR1_INT7, 0x14); /* dcac_dma_done */
+ WRITE_VREG(ASSIST_AMR1_INT8, 0x15); /* vififo_empty */
+
+ /* Config MCPU Amrisc interrupt */
+ WRITE_VREG(ASSIST_AMR1_INT5, 0x9); /* MCPU interrupt */
+ WRITE_VREG(ASSIST_AMR1_INT6, 0x17); /* CCPU interrupt */
+
+ WRITE_VREG(CPC_P, 0xc00); /* CCPU Code will start from 0xc00 */
+ WRITE_VREG(CINT_VEC_BASE, (0xc20 >> 5));
+ WRITE_VREG(POWER_CTL_VLD, (1 << 10) | /* disable cabac_step_2 */
+ (1 << 9) | /* viff_drop_flag_en */
+ (1 << 6)); /* h264_000003_en */
+ WRITE_VREG(M4_CONTROL_REG, (1 << 13)); /* H264_DECODE_INFO - h264_en */
+
+ WRITE_VREG(CANVAS_START, AMVDEC_H264_4K2K_CANVAS_INDEX);
+ /* Start Address of Workspace (UCODE, temp_data...) */
+ WRITE_VREG(WORKSPACE_START,
+ video_domain_addr(work_space_adr));
+ /* Clear all sequence parameter set available */
+ WRITE_VREG(SPS_STATUS, 0);
+ /* Clear all picture parameter set available */
+ WRITE_VREG(PPS_STATUS, 0);
+ /* Set current microcode to NULL */
+ WRITE_VREG(CURRENT_UCODE, 0xff);
+ /* Set current SPS/PPS to NULL */
+ WRITE_VREG(CURRENT_SPS_PPS, 0xffff);
+ /* Set decode status to DECODE_START_HEADER */
+ WRITE_VREG(DECODE_STATUS, 1);
+}
+
+static void H264_DECODE2_INIT(void)
+{
+ int i;
+
+ WRITE_VREG(VDEC2_GCLK_EN, 0x3ff);
+
+ WRITE_VREG(DOS_SW_RESET2, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET2, 0);
+
+ READ_VREG(DOS_SW_RESET2);
+ READ_VREG(DOS_SW_RESET2);
+ READ_VREG(DOS_SW_RESET2);
+
+ WRITE_VREG(DOS_SW_RESET2, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET2, 0);
+
+ WRITE_VREG(DOS_SW_RESET2, (1 << 9) | (1 << 8));
+ WRITE_VREG(DOS_SW_RESET2, 0);
+
+ READ_VREG(DOS_SW_RESET2);
+ READ_VREG(DOS_SW_RESET2);
+ READ_VREG(DOS_SW_RESET2);
+
+ /* fill_weight_pred */
+ WRITE_VREG(VDEC2_MC_MPORT_CTRL, 0x0300);
+ for (i = 0; i < 192; i++)
+ WRITE_VREG(VDEC2_MC_MPORT_DAT, 0x100);
+ WRITE_VREG(VDEC2_MC_MPORT_CTRL, 0);
+
+ WRITE_VREG(VDEC2_MB_WIDTH, 0xff); /* invalid mb_width */
+
+ /* set slice start to 0x000000 or 0x000001 for check more_rbsp_data */
+ WRITE_VREG(VDEC2_SLICE_START_BYTE_01, 0x00000000);
+ WRITE_VREG(VDEC2_SLICE_START_BYTE_23, 0x01010000);
+ /* set to mpeg2 to enable mismatch logic */
+ WRITE_VREG(VDEC2_MPEG1_2_REG, 1);
+ /* disable COEF_GT_64 , error_m4_table and voff_rw_err */
+ WRITE_VREG(VDEC2_VLD_ERROR_MASK,
+ 0x1011);
+
+ /* Config MCPU Amrisc interrupt */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT0, 0x1);/* viu_vsync_int */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT1, 0x5);/* mbox_isr */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT2, 0x8);/* vld_isr */
+ /* WRITE_VREG(VDEC2_ASSIST_AMR1_INT3, 0x15); // vififo_empty */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT4, 0xd);/* rv_ai_mb_finished_int */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT7, 0x14);/* dcac_dma_done */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT8, 0x15);/* vififo_empty */
+
+ /* Config MCPU Amrisc interrupt */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT5, 0x9);/* MCPU interrupt */
+ WRITE_VREG(VDEC2_ASSIST_AMR1_INT6, 0x17);/* CCPU interrupt */
+
+ WRITE_VREG(VDEC2_CPC_P, 0xc00); /* CCPU Code will start from 0xc00 */
+ WRITE_VREG(VDEC2_CINT_VEC_BASE, (0xc20 >> 5));
+ WRITE_VREG(VDEC2_POWER_CTL_VLD, (1 << 10) |/* disable cabac_step_2 */
+ (1 << 9) | /* viff_drop_flag_en */
+ (1 << 6)); /* h264_000003_en */
+ /* H264_DECODE_INFO - h264_en */
+ WRITE_VREG(VDEC2_M4_CONTROL_REG, (1 << 13));
+
+ WRITE_VREG(VDEC2_CANVAS_START, AMVDEC_H264_4K2K_CANVAS_INDEX);
+ /* Start Address of Workspace (UCODE, temp_data...) */
+ WRITE_VREG(VDEC2_WORKSPACE_START,
+ video_domain_addr(work_space_adr));
+ /* Clear all sequence parameter set available */
+ WRITE_VREG(VDEC2_SPS_STATUS, 0);
+ /* Clear all picture parameter set available */
+ WRITE_VREG(VDEC2_PPS_STATUS, 0);
+ /* Set current microcode to NULL */
+ WRITE_VREG(VDEC2_CURRENT_UCODE, 0xff);
+ /* Set current SPS/PPS to NULL */
+ WRITE_VREG(VDEC2_CURRENT_SPS_PPS, 0xffff);
+ /* Set decode status to DECODE_START_HEADER */
+ WRITE_VREG(VDEC2_DECODE_STATUS, 1);
+}
+
+static void vh264_4k2k_prot_init(void)
+{
+ /* clear mailbox interrupt */
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ if (!H264_4K2K_SINGLE_CORE)
+ WRITE_VREG(VDEC2_ASSIST_MBOX0_CLR_REG, 1);
+#endif
+ WRITE_VREG(VDEC_ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ if (!H264_4K2K_SINGLE_CORE)
+ WRITE_VREG(VDEC2_ASSIST_MBOX0_MASK, 1);
+#endif
+ WRITE_VREG(VDEC_ASSIST_MBOX1_MASK, 1);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ H264_DECODE_INIT();
+ if (!H264_4K2K_SINGLE_CORE)
+ H264_DECODE2_INIT();
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 11));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+ if (!H264_4K2K_SINGLE_CORE) {
+ WRITE_VREG(DOS_SW_RESET2, (1 << 11));
+ WRITE_VREG(DOS_SW_RESET2, 0);
+
+ READ_VREG(DOS_SW_RESET2);
+ READ_VREG(DOS_SW_RESET2);
+ READ_VREG(DOS_SW_RESET2);
+ }
+
+ WRITE_VREG(MAILBOX_COMMAND, 0);
+ WRITE_VREG(BUFFER_RECYCLE, 0);
+
+ if (!H264_4K2K_SINGLE_CORE) {
+ WRITE_VREG(VDEC2_MAILBOX_COMMAND, 0);
+ WRITE_VREG(VDEC2_BUFFER_RECYCLE, 0);
+ }
+
+ CLEAR_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+ if (!H264_4K2K_SINGLE_CORE)
+ CLEAR_VREG_MASK(VDEC2_MDEC_PIC_DC_CTRL, 1 << 17);
+
+ /* set VDEC Master/ID 0 */
+ WRITE_VREG(MS_ID, (1 << 7) | (0 << 0));
+ if (!H264_4K2K_SINGLE_CORE) {
+ /* set VDEC2 Slave/ID 0 */
+ WRITE_VREG(VDEC2_MS_ID, (0 << 7) | (1 << 0));
+ }
+ WRITE_VREG(DECODE_SKIP_PICTURE, 0);
+ if (!H264_4K2K_SINGLE_CORE)
+ WRITE_VREG(VDEC2_DECODE_SKIP_PICTURE, 0);
+
+ WRITE_VREG(PRE_MASTER_UPDATE_TIMES, 0);
+ WRITE_VREG(SLAVE_WAIT_DPB_UPDATE, 0);
+ WRITE_VREG(SLAVE_REF_DPB, 0);
+ WRITE_VREG(SAVE_MVC_ENTENSION_0, 0);
+ WRITE_VREG(SAVE_I_POC, 0);
+ WRITE_VREG(CORE_STATUS_M, 0);
+ WRITE_VREG(CORE_STATUS_S, 0);
+ WRITE_VREG(SAVE_ref_status_view_0, 0);
+ WRITE_VREG(SAVE_ref_status_view_1, 0);
+ WRITE_VREG(ALLOC_INFO_0, 0);
+ WRITE_VREG(ALLOC_INFO_1, 0);
+ WRITE_VREG(FATAL_ERROR, 0);
+
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+ if (!H264_4K2K_SINGLE_CORE)
+ SET_VREG_MASK(VDEC2_MDEC_PIC_DC_CTRL, 1 << 17);
+
+ WRITE_VREG(MDEC_PIC_DC_THRESH, 0x404038aa);
+ if (!H264_4K2K_SINGLE_CORE) {
+ WRITE_VREG(VDEC2_MDEC_PIC_DC_THRESH, 0x404038aa);
+ /*TODO for M8
+ amvenc_dos_top_reg_fix();*/
+ }
+#ifdef DOUBLE_WRITE
+ WRITE_VREG(MDEC_DOUBLEW_CFG0, (0 << 31) | /* half y address */
+ (1 << 30) | /* 0:No Merge 1:Automatic Merge */
+ (0 << 28) | /* Field Picture, 0x:no skip
+ 10:top only
+ 11:bottom only */
+ (0 << 27) | /* Source from, 1:MCW 0:DBLK */
+ (0 << 24) | /* Endian Control for Chroma */
+ (0 << 18) | /* DMA ID */
+ (0 << 12) | /* DMA Burst Number */
+ (0 << 11) | /* DMA Urgent */
+ (0 << 10) | /* 1:Round 0:Truncation */
+ (1 << 9) | /* Size by vertical, 0:original size
+ 1: 1/2 shrunken size */
+ (1 << 8) | /* Size by horizontal, 0:original size
+ 1: 1/2 shrunken size */
+ (0 << 6) | /* Pixel sel by vertical, 0x:1/2
+ 10:up
+ 11:down */
+ (0 << 4) | /* Pixel sel by horizontal, 0x:1/2
+ 10:left
+ 11:right */
+ (0 << 1) | /* Endian Control for Luma */
+ (1 << 0)); /* Double Write Enable */
+ if (!H264_4K2K_SINGLE_CORE) {
+ WRITE_VREG(VDEC2_MDEC_DOUBLEW_CFG0,
+ (0 << 31) | /* half y address */
+ (1 << 30) | /* 0:No Merge
+ 1:Automatic Merge */
+ (0 << 28) | /* Field Picture, 0x:no skip
+ 10:top only
+ 11:bottom only */
+ (0 << 27) | /* Source from, 1:MCW 0:DBLK */
+ (0 << 24) | /* Endian Control for Chroma */
+ (0 << 18) | /* DMA ID */
+ (0 << 12) | /* DMA Burst Number */
+ (0 << 11) | /* DMA Urgent */
+ (0 << 10) | /* 1:Round 0:Truncation */
+ (1 << 9) | /* Size by vertical,
+ 0:original size
+ 1: 1/2 shrunken size */
+ (1 << 8) | /* Size by horizontal,
+ 0:original size
+ 1: 1/2 shrunken size */
+ (0 << 6) | /* Pixel sel by vertical,
+ 0x:1/2
+ 10:up
+ 11:down */
+ (0 << 4) | /* Pixel sel by horizontal,
+ 0x:1/2
+ 10:left
+ 11:right */
+ (0 << 1) | /* Endian Control for Luma */
+ (1 << 0)); /* Double Write Enable */
+ }
+#endif
+}
+
+static void vh264_4k2k_local_init(void)
+{
+ int i;
+
+#ifdef DEBUG_PTS
+ pts_missed = 0;
+ pts_hit = 0;
+#endif
+ mb_width_old = 0;
+ mb_height_old = 0;
+ saved_resolution = 0;
+ vh264_4k2k_rotation =
+ (((unsigned long) vh264_4k2k_amstream_dec_info.param) >> 16)
+ & 0xffff;
+ frame_width = vh264_4k2k_amstream_dec_info.width;
+ frame_height = vh264_4k2k_amstream_dec_info.height;
+ frame_dur =
+ (vh264_4k2k_amstream_dec_info.rate ==
+ 0) ? 3600 : vh264_4k2k_amstream_dec_info.rate;
+ if (frame_width && frame_height)
+ frame_ar = frame_height * 0x100 / frame_width;
+ sync_outside = ((unsigned long) vh264_4k2k_amstream_dec_info.param
+ & 0x02) >> 1;
+ error_watchdog_count = 0;
+
+ pr_info("H264_4K2K: decinfo: %dx%d rate=%d\n",
+ frame_width, frame_height,
+ frame_dur);
+
+ if (frame_dur == 0)
+ frame_dur = 96000 / 24;
+
+ INIT_KFIFO(display_q);
+ INIT_KFIFO(recycle_q);
+ INIT_KFIFO(newframe_q);
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++)
+ vfbuf_use[i] = 0;
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &vfpool[i];
+ vfpool[i].index = DECODE_BUFFER_NUM_MAX;
+ kfifo_put(&newframe_q, vf);
+ }
+
+ reserved_buffer = 0;
+ p_last_vf = NULL;
+ first_i_recieved = 0;
+ INIT_WORK(&alloc_work, do_alloc_work);
+
+ return;
+}
+
+static s32 vh264_4k2k_init(void)
+{
+ int ret = -1, size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ pr_info("\nvh264_4k2k_init\n");
+
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ vh264_4k2k_local_init();
+
+ amvdec_enable();
+
+ /* -- ucode loading (amrisc and swap code) */
+ mc_cpu_addr = dma_alloc_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, &mc_dma_handle, GFP_KERNEL);
+ if (!mc_cpu_addr) {
+ amvdec_disable();
+ vfree(buf);
+ pr_err("vh264_4k2k init: Can not allocate mc memory.\n");
+ return -ENOMEM;
+ }
+
+ WRITE_VREG(AV_SCRATCH_L, mc_dma_handle);
+ if (!H264_4K2K_SINGLE_CORE)
+ WRITE_VREG(VDEC2_AV_SCRATCH_L, mc_dma_handle);
+
+ if (H264_4K2K_SINGLE_CORE)
+ size = get_firmware_data(VIDEO_DEC_H264_4k2K_SINGLE, buf);
+
+ else
+ size = get_firmware_data(VIDEO_DEC_H264_4k2K, buf);
+
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amvdec_loadmc_ex(VFORMAT_H264_4K2K, NULL, buf) < 0) {
+ amvdec_disable();
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, mc_cpu_addr, mc_dma_handle);
+ mc_cpu_addr = NULL;
+ return -EBUSY;
+ }
+
+ if (!H264_4K2K_SINGLE_CORE) {
+ amvdec2_enable();
+
+ if (amvdec2_loadmc_ex(VFORMAT_H264_4K2K, NULL, buf) < 0) {
+ amvdec_disable();
+ amvdec2_disable();
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, mc_cpu_addr, mc_dma_handle);
+ mc_cpu_addr = NULL;
+ return -EBUSY;
+ }
+ }
+
+ /*header*/
+ memcpy((u8 *) mc_cpu_addr, buf + 0x1000, 0x1000);
+
+ /*mmco*/
+ memcpy((u8 *) mc_cpu_addr + 0x1000, buf + 0x2000, 0x2000);
+
+ /*slice*/
+ memcpy((u8 *) mc_cpu_addr + 0x3000, buf + 0x4000, 0x3000);
+
+ if (ret < 0) {
+ amvdec_disable();
+ if (!H264_4K2K_SINGLE_CORE)
+ amvdec2_disable();
+ pr_info("vh264_4k2k load firmware error.\n");
+ if (mc_cpu_addr) {
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, mc_cpu_addr, mc_dma_handle);
+ mc_cpu_addr = NULL;
+ }
+
+ return -EBUSY;
+ }
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vh264_4k2k_prot_init();
+
+ if (vdec_request_irq(VDEC_IRQ_1, vh264_4k2k_isr,
+ "vh264_4k2k-irq", (void *)vh264_4k2k_dec_id)) {
+ pr_info("vh264_4k2k irq register error.\n");
+ amvdec_disable();
+ if (!H264_4K2K_SINGLE_CORE)
+ amvdec2_disable();
+
+ return -ENOENT;
+ }
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ if (!H264_4K2K_SINGLE_CORE) {
+ if (vdec_request_irq(VDEC_IRQ_0, vh264_4k2k_vdec2_isr,
+ "vh264_4k2k-vdec2-irq",
+ (void *)vh264_4k2k_dec_id2)) {
+ pr_info("vh264_4k2k irq register error.\n");
+ vdec_free_irq(VDEC_IRQ_1, (void *)vh264_4k2k_dec_id);
+ amvdec_disable();
+ amvdec2_disable();
+ return -ENOENT;
+ }
+ }
+#endif
+
+ stat |= STAT_ISR_REG;
+
+ vf_provider_init(&vh264_4k2k_vf_prov, PROVIDER_NAME,
+ &vh264_4k2k_vf_provider, NULL);
+ vf_reg_provider(&vh264_4k2k_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)
+ vh264_4k2k_amstream_dec_info.rate));
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong) (&recycle_timer);
+ recycle_timer.function = vh264_4k2k_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+ amvdec_start();
+ if (!H264_4K2K_SINGLE_CORE)
+ amvdec2_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ return 0;
+}
+
+static int vh264_4k2k_stop(void)
+{
+ int i;
+ u32 disp_addr = 0xffffffff;
+ struct canvas_s cur_canvas;
+
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ if (!H264_4K2K_SINGLE_CORE)
+ amvdec2_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ WRITE_VREG(VDEC_ASSIST_MBOX1_MASK, 0);
+ if (!H264_4K2K_SINGLE_CORE)
+ WRITE_VREG(VDEC2_ASSIST_MBOX0_MASK, 0);
+
+ vdec_free_irq(VDEC_IRQ_1, (void *)vh264_4k2k_dec_id);
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ if (!H264_4K2K_SINGLE_CORE)
+ vdec_free_irq(VDEC_IRQ_0, (void *)vh264_4k2k_dec_id2);
+#endif
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (stat & STAT_VF_HOOK) {
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vh264_4k2k_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+#ifdef DOUBLE_WRITE
+ WRITE_VREG(MDEC_DOUBLEW_CFG0, 0);
+ if (!H264_4K2K_SINGLE_CORE)
+ WRITE_VREG(VDEC2_MDEC_DOUBLEW_CFG0, 0);
+#endif
+
+ if (stat & STAT_MC_LOAD) {
+ if (mc_cpu_addr != NULL) {
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, mc_cpu_addr, mc_dma_handle);
+ mc_cpu_addr = NULL;
+ }
+
+ stat &= ~STAT_MC_LOAD;
+ }
+
+ amvdec_disable();
+ if (!H264_4K2K_SINGLE_CORE)
+ amvdec2_disable();
+#ifdef CONFIG_VSYNC_RDMA
+ msleep(100);
+#endif
+ if (!get_blackout_policy()) {
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff),
+ &cur_canvas);
+ disp_addr = cur_canvas.addr;
+ }
+
+ for (i = 0; i < ARRAY_SIZE(buffer_spec); i++) {
+ if (buffer_spec[i].phy_addr) {
+ if (disp_addr ==
+ (u32)buffer_spec[i].phy_addr)
+ pr_info("Skip releasing CMA buffer %d\n", i);
+ else {
+ codec_mm_free_for_dma(MEM_NAME,
+ buffer_spec[i].phy_addr);
+ buffer_spec[i].phy_addr = 0;
+ buffer_spec[i].alloc_pages = NULL;
+ buffer_spec[i].alloc_count = 0;
+ }
+ }
+
+ if (buffer_spec[i].y_addr == disp_addr) {
+ pr_info("4K2K dec stop, keeping buffer index = %d\n",
+ i);
+ }
+ }
+
+ return 0;
+}
+
+void vh264_4k_free_cmabuf(void)
+{
+ int i;
+ if (atomic_read(&vh264_4k2k_active))
+ return;
+ mutex_lock(&vh264_4k2k_mutex);
+ for (i = 0; i < ARRAY_SIZE(buffer_spec); i++) {
+ if (buffer_spec[i].phy_addr) {
+ codec_mm_free_for_dma(MEM_NAME,
+ buffer_spec[i].phy_addr);
+ buffer_spec[i].phy_addr = 0;
+ buffer_spec[i].alloc_pages = NULL;
+ buffer_spec[i].alloc_count = 0;
+ pr_info("force free CMA buffer %d\n", i);
+ }
+ }
+ mutex_unlock(&vh264_4k2k_mutex);
+}
+
+#if 0 /* (MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8) && (HAS_HDEC) */
+/* extern void AbortEncodeWithVdec2(int abort); */
+#endif
+
+static int amvdec_h264_4k2k_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ pr_info("amvdec_h264_4k2k probe start.\n");
+
+ mutex_lock(&vh264_4k2k_mutex);
+
+ fatal_error = 0;
+
+ if (pdata == NULL) {
+ pr_info("\namvdec_h264_4k2k memory resource undefined.\n");
+ mutex_unlock(&vh264_4k2k_mutex);
+ return -EFAULT;
+ }
+
+ work_space_adr = pdata->mem_start;
+ decoder_buffer_start = pdata->mem_start + DECODER_WORK_SPACE_SIZE;
+ decoder_buffer_end = pdata->mem_end + 1;
+
+ if (pdata->sys_info)
+ vh264_4k2k_amstream_dec_info = *pdata->sys_info;
+ cma_dev = pdata->cma_dev;
+
+ pr_info("H.264 4k2k decoder mem resource 0x%x -- 0x%x\n",
+ (u32)decoder_buffer_start, (u32)decoder_buffer_end);
+ pr_info(" sysinfo: %dx%d, rate = %d, param = 0x%lx\n",
+ vh264_4k2k_amstream_dec_info.width,
+ vh264_4k2k_amstream_dec_info.height,
+ vh264_4k2k_amstream_dec_info.rate,
+ (unsigned long) vh264_4k2k_amstream_dec_info.param);
+
+ if (!H264_4K2K_SINGLE_CORE) {
+#if 1 /* (MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8) && (has_hdec()) */
+ int count = 0;
+ if (get_vdec2_usage() != USAGE_NONE)
+ /* AbortEncodeWithVdec2(1); */ /*TODO*/
+ while ((get_vdec2_usage() != USAGE_NONE) && (count < 10)) {
+ msleep(50);
+ count++;
+ }
+
+ if (get_vdec2_usage() != USAGE_NONE) {
+ pr_info
+ ("\namvdec_h264_4k2k - vdec2 is used by encode now.\n");
+ mutex_unlock(&vh264_4k2k_mutex);
+ return -EBUSY;
+ }
+#endif
+
+ if (vdec_on(VDEC_2)) { /* ++++ */
+ vdec_poweroff(VDEC_2); /* ++++ */
+ mdelay(10);
+ }
+#if 1 /* (MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8) && (has_hdec()) */
+ set_vdec2_usage(USAGE_DEC_4K2K);
+ /* AbortEncodeWithVdec2(0); */ /*TODO*/
+#endif
+ vdec_poweron(VDEC_2);
+ }
+
+
+ if (!H264_4K2K_SINGLE_CORE)
+ vdec2_power_mode(1);
+
+ pdata->dec_status = vh264_4k2k_dec_status;
+ if (H264_4K2K_SINGLE_CORE)
+ pdata->set_trickmode = vh264_4k2k_set_trickmode;
+
+ if (vh264_4k2k_init() < 0) {
+ pr_info("\namvdec_h264_4k2k init failed.\n");
+#if 1/* (MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8) && (has_hdec()) */
+ if (!H264_4K2K_SINGLE_CORE) {
+ set_vdec2_usage(USAGE_NONE);
+ /*AbortEncodeWithVdec2(0);*/ /*TODO*/
+ }
+#endif
+ mutex_unlock(&vh264_4k2k_mutex);
+ return -ENODEV;
+ }
+#if 1/*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8*/
+ request_vpu_clk_vmod(360000000, VPU_VIU_VD1);
+#endif
+
+ if (probe_callback)
+ probe_callback();
+ /*set the max clk for smooth playing...*/
+ vdec_source_changed(VFORMAT_H264_4K2K,
+ 4096, 2048, 30);
+ atomic_set(&vh264_4k2k_active, 1);
+ mutex_unlock(&vh264_4k2k_mutex);
+
+ return 0;
+}
+
+static int amvdec_h264_4k2k_remove(struct platform_device *pdev)
+{
+ cancel_work_sync(&alloc_work);
+
+ mutex_lock(&vh264_4k2k_mutex);
+ atomic_set(&vh264_4k2k_active, 0);
+
+ vh264_4k2k_stop();
+
+ vdec_source_changed(VFORMAT_H264_4K2K , 0 , 0 , 0);
+
+ if (!H264_4K2K_SINGLE_CORE) {
+ vdec_poweroff(VDEC_2);
+#if 1/*(MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8) && (has_hdec())*/
+ set_vdec2_usage(USAGE_NONE);
+#endif
+ }
+#ifdef DEBUG_PTS
+ pr_info("pts missed %ld, pts hit %ld, duration %d\n",
+ pts_missed, pts_hit, frame_dur);
+#endif
+
+ if (remove_callback)
+ remove_callback();
+
+ mutex_unlock(&vh264_4k2k_mutex);
+
+ pr_info("amvdec_h264_4k2k_remove\n");
+ return 0;
+}
+
+void vh264_4k2k_register_module_callback(void (*enter_func)(void),
+ void (*remove_func)(void))
+{
+ probe_callback = enter_func;
+ remove_callback = remove_func;
+}
+EXPORT_SYMBOL(vh264_4k2k_register_module_callback);
+
+/****************************************/
+
+static struct platform_driver amvdec_h264_4k2k_driver = {
+ .probe = amvdec_h264_4k2k_probe,
+ .remove = amvdec_h264_4k2k_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_h264_4k2k_profile = {
+ .name = "h264_4k2k",
+ .profile = ""
+};
+
+static int __init amvdec_h264_4k2k_driver_init_module(void)
+{
+ pr_debug("amvdec_h264_4k2k module init\n");
+
+ if (platform_driver_register(&amvdec_h264_4k2k_driver)) {
+ pr_err("failed to register amvdec_h264_4k2k driver\n");
+ return -ENODEV;
+ }
+ if (get_cpu_type() < MESON_CPU_MAJOR_ID_GXTVBB)
+ vcodec_profile_register(&amvdec_h264_4k2k_profile);
+
+ return 0;
+}
+
+static void __exit amvdec_h264_4k2k_driver_remove_module(void)
+{
+ pr_debug("amvdec_h264_4k2k module remove.\n");
+
+ platform_driver_unregister(&amvdec_h264_4k2k_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_h264_4k2k stat\n");
+
+module_param(error_recovery_mode, uint, 0664);
+MODULE_PARM_DESC(error_recovery_mode, "\n amvdec_h264 error_recovery_mode\n");
+
+module_init(amvdec_h264_4k2k_driver_init_module);
+module_exit(amvdec_h264_4k2k_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC h264_4k2k Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Tim Yao <tim.yao@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/h264/vh264_mvc.c b/drivers/frame_provider/decoder/h264/vh264_mvc.c
new file mode 100644
index 0000000..e575c50
--- a/dev/null
+++ b/drivers/frame_provider/decoder/h264/vh264_mvc.c
@@ -0,0 +1,1592 @@
+/*
+ * drivers/amlogic/amports/vh264mvc.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/amlogic/media/utils/vformat.h>
+#include <linux/workqueue.h>
+#include <linux/dma-mapping.h>
+#include <linux/atomic.h>
+
+#include <linux/module.h>
+#include <linux/slab.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../../../stream_input/amports/amports_priv.h"
+#include "../utils/vdec.h"
+#include "../utils/amvdec.h"
+
+#define TIME_TASK_PRINT_ENABLE 0x100
+#define PUT_PRINT_ENABLE 0x200
+
+#define DRIVER_NAME "amvdec_h264mvc"
+#define MODULE_NAME "amvdec_h264mvc"
+
+#define HANDLE_h264mvc_IRQ
+
+#define DEBUG_PTS
+#define DEBUG_SKIP
+
+#define PUT_INTERVAL (HZ/100)
+
+#define STAT_TIMER_INIT 0x01
+#define STAT_MC_LOAD 0x02
+#define STAT_ISR_REG 0x04
+#define STAT_VF_HOOK 0x08
+#define STAT_TIMER_ARM 0x10
+#define STAT_VDEC_RUN 0x20
+
+#define DROPPING_THREAD_HOLD 4
+#define DROPPING_FIRST_WAIT 16
+#define DISPLAY_INVALID_POS -65536
+
+#define INIT_DROP_FRAME_CNT 8
+
+static int vh264mvc_vf_states(struct vframe_states *states, void *);
+static struct vframe_s *vh264mvc_vf_peek(void *);
+static struct vframe_s *vh264mvc_vf_get(void *);
+static void vh264mvc_vf_put(struct vframe_s *, void *);
+static int vh264mvc_event_cb(int type, void *data, void *private_data);
+
+static void vh264mvc_prot_init(void);
+static void vh264mvc_local_init(void);
+static void vh264mvc_put_timer_func(unsigned long arg);
+
+static const char vh264mvc_dec_id[] = "vh264mvc-dev";
+
+#define PROVIDER_NAME "decoder.h264mvc"
+
+static const struct vframe_operations_s vh264mvc_vf_provider = {
+ .peek = vh264mvc_vf_peek,
+ .get = vh264mvc_vf_get,
+ .put = vh264mvc_vf_put,
+ .event_cb = vh264mvc_event_cb,
+ .vf_states = vh264mvc_vf_states,
+};
+
+static struct vframe_provider_s vh264mvc_vf_prov;
+
+static u32 frame_width, frame_height, frame_dur;
+static u32 saved_resolution;
+static struct timer_list recycle_timer;
+static u32 stat;
+static u32 pts_outside;
+static u32 sync_outside;
+static u32 vh264mvc_ratio;
+static u32 h264mvc_ar;
+static u32 no_dropping_cnt;
+static s32 init_drop_cnt;
+
+#ifdef DEBUG_SKIP
+static unsigned long view_total, view_dropped;
+#endif
+
+#ifdef DEBUG_PTS
+static unsigned long pts_missed, pts_hit;
+#endif
+
+static atomic_t vh264mvc_active = ATOMIC_INIT(0);
+static struct work_struct error_wd_work;
+
+static struct dec_sysinfo vh264mvc_amstream_dec_info;
+static dma_addr_t mc_dma_handle;
+static void *mc_cpu_addr;
+
+static DEFINE_SPINLOCK(lock);
+
+static int vh264mvc_stop(void);
+static s32 vh264mvc_init(void);
+
+/***************************
+* new
+***************************/
+
+/* bit[3:0] command : */
+/* 0 - command finished */
+/* (DATA0 - {level_idc_mmco, max_reference_frame_num, width, height} */
+/* 1 - alloc view_0 display_buffer and reference_data_area */
+/* 2 - alloc view_1 display_buffer and reference_data_area */
+#define MAILBOX_COMMAND AV_SCRATCH_0
+#define MAILBOX_DATA_0 AV_SCRATCH_1
+#define MAILBOX_DATA_1 AV_SCRATCH_2
+#define MAILBOX_DATA_2 AV_SCRATCH_3
+#define CANVAS_START AV_SCRATCH_6
+#define BUFFER_RECYCLE AV_SCRATCH_7
+#define DROP_CONTROL AV_SCRATCH_8
+#define PICTURE_COUNT AV_SCRATCH_9
+#define DECODE_STATUS AV_SCRATCH_A
+#define SPS_STATUS AV_SCRATCH_B
+#define PPS_STATUS AV_SCRATCH_C
+#define SIM_RESERV_D AV_SCRATCH_D
+#define WORKSPACE_START AV_SCRATCH_E
+#define SIM_RESERV_F AV_SCRATCH_F
+#define DECODE_ERROR_CNT AV_SCRATCH_G
+#define CURRENT_UCODE AV_SCRATCH_H
+#define CURRENT_SPS_PPS AV_SCRATCH_I/* bit[15:9]-SPS, bit[8:0]-PPS */
+#define DECODE_SKIP_PICTURE AV_SCRATCH_J
+#define UCODE_START_ADDR AV_SCRATCH_K
+#define SIM_RESERV_L AV_SCRATCH_L
+#define REF_START_VIEW_0 AV_SCRATCH_M
+#define REF_START_VIEW_1 AV_SCRATCH_N
+
+/********************************************
+ * Mailbox command
+ ********************************************/
+#define CMD_FINISHED 0
+#define CMD_ALLOC_VIEW_0 1
+#define CMD_ALLOC_VIEW_1 2
+#define CMD_FRAME_DISPLAY 3
+#define CMD_FATAL_ERROR 4
+
+#define CANVAS_INDEX_START 0x78
+/* /AMVDEC_H264MVC_CANVAS_INDEX */
+
+#define MC_TOTAL_SIZE (28*SZ_1K)
+#define MC_SWAP_SIZE (4*SZ_1K)
+
+unsigned DECODE_BUFFER_START = 0x00200000;
+unsigned DECODE_BUFFER_END = 0x05000000;
+
+#define DECODE_BUFFER_NUM_MAX 16
+#define DISPLAY_BUFFER_NUM 4
+
+static unsigned int ANC_CANVAS_ADDR;
+static unsigned int index;
+static unsigned int dpb_start_addr[3];
+static unsigned int ref_start_addr[2];
+static unsigned int max_dec_frame_buffering[2];
+static unsigned int total_dec_frame_buffering[2];
+static unsigned int level_idc, max_reference_frame_num, mb_width, mb_height;
+static unsigned int dpb_size, ref_size;
+
+static int display_buff_id;
+static int display_view_id;
+static int display_POC;
+static int stream_offset;
+
+#define video_domain_addr(adr) (adr&0x7fffffff)
+static unsigned work_space_adr;
+static unsigned work_space_size = 0xa0000;
+
+struct buffer_spec_s {
+ unsigned int y_addr;
+ unsigned int u_addr;
+ unsigned int v_addr;
+
+ int y_canvas_index;
+ int u_canvas_index;
+ int v_canvas_index;
+};
+static struct buffer_spec_s buffer_spec0[DECODE_BUFFER_NUM_MAX +
+ DISPLAY_BUFFER_NUM];
+static struct buffer_spec_s buffer_spec1[DECODE_BUFFER_NUM_MAX +
+ DISPLAY_BUFFER_NUM];
+
+/*
+ dbg_mode:
+ bit 0: 1, print debug information
+ bit 4: 1, recycle buffer without displaying;
+ bit 5: 1, buffer single frame step , set dbg_cmd to 1 to step
+
+*/
+static int dbg_mode;
+static int dbg_cmd;
+static int view_mode =
+ 3; /* 0, left; 1 ,right ; 2, left<->right 3, right<->left */
+static int drop_rate = 2;
+static int drop_thread_hold;
+/**/
+#define MVC_BUF_NUM (DECODE_BUFFER_NUM_MAX+DISPLAY_BUFFER_NUM)
+struct mvc_buf_s {
+ struct list_head list;
+ struct vframe_s vframe;
+ int display_POC;
+ int view0_buff_id;
+ int view1_buff_id;
+ int view0_drop;
+ int view1_drop;
+ int stream_offset;
+ unsigned pts;
+} /*mvc_buf_t */;
+
+#define spec2canvas(x) \
+ (((x)->v_canvas_index << 16) | \
+ ((x)->u_canvas_index << 8) | \
+ ((x)->y_canvas_index << 0))
+
+#define to_mvcbuf(vf) \
+ container_of(vf, struct mvc_buf_s, vframe)
+
+static int vf_buf_init_flag;
+
+static void init_vf_buf(void)
+{
+
+ vf_buf_init_flag = 1;
+}
+
+static void uninit_vf_buf(void)
+{
+
+}
+
+/* #define QUEUE_SUPPORT */
+
+struct mvc_info_s {
+ int view0_buf_id;
+ int view1_buf_id;
+ int view0_drop;
+ int view1_drop;
+ int display_pos;
+ int used;
+ int slot;
+ unsigned stream_offset;
+};
+
+#define VF_POOL_SIZE 20
+static struct vframe_s vfpool[VF_POOL_SIZE];
+static struct mvc_info_s vfpool_idx[VF_POOL_SIZE];
+static s32 view0_vfbuf_use[DECODE_BUFFER_NUM_MAX];
+static s32 view1_vfbuf_use[DECODE_BUFFER_NUM_MAX];
+
+static s32 fill_ptr, get_ptr, putting_ptr, put_ptr;
+static s32 dirty_frame_num;
+static s32 enable_recycle;
+
+static s32 init_drop_frame_id[INIT_DROP_FRAME_CNT];
+#define INCPTR(p) ptr_atomic_wrap_inc(&p)
+static inline void ptr_atomic_wrap_inc(u32 *ptr)
+{
+ u32 i = *ptr;
+
+ i++;
+
+ if (i >= VF_POOL_SIZE)
+ i = 0;
+
+ *ptr = i;
+}
+
+static void set_frame_info(struct vframe_s *vf)
+{
+ unsigned int ar = 0;
+
+ vf->width = frame_width;
+ vf->height = frame_height;
+ vf->duration = frame_dur;
+ vf->duration_pulldown = 0;
+
+ if (vh264mvc_ratio == 0) {
+ /* always stretch to 16:9 */
+ vf->ratio_control |= (0x90 <<
+ DISP_RATIO_ASPECT_RATIO_BIT);
+ } else {
+ /* h264mvc_ar = ((float)frame_height/frame_width)
+ *customer_ratio; */
+ ar = min_t(u32, h264mvc_ar, DISP_RATIO_ASPECT_RATIO_MAX);
+
+ vf->ratio_control = (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+ }
+
+ return;
+}
+
+static int vh264mvc_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ int i;
+ spin_lock_irqsave(&lock, flags);
+ states->vf_pool_size = VF_POOL_SIZE;
+
+ i = put_ptr - fill_ptr;
+ if (i < 0)
+ i += VF_POOL_SIZE;
+ states->buf_free_num = i;
+
+ i = putting_ptr - put_ptr;
+ if (i < 0)
+ i += VF_POOL_SIZE;
+ states->buf_recycle_num = i;
+
+ i = fill_ptr - get_ptr;
+ if (i < 0)
+ i += VF_POOL_SIZE;
+ states->buf_avail_num = i;
+
+ spin_unlock_irqrestore(&lock, flags);
+ return 0;
+}
+
+void send_drop_cmd(void)
+{
+ int ready_cnt = 0;
+ int temp_get_ptr = get_ptr;
+ int temp_fill_ptr = fill_ptr;
+ while (temp_get_ptr != temp_fill_ptr) {
+ if ((vfpool_idx[temp_get_ptr].view0_buf_id >= 0)
+ && (vfpool_idx[temp_get_ptr].view1_buf_id >= 0)
+ && (vfpool_idx[temp_get_ptr].view0_drop == 0)
+ && (vfpool_idx[temp_get_ptr].view1_drop == 0))
+ ready_cnt++;
+ INCPTR(temp_get_ptr);
+ }
+ if (dbg_mode & 0x40) {
+ pr_info("ready_cnt is %d ; no_dropping_cnt is %d\n", ready_cnt,
+ no_dropping_cnt);
+ }
+ if ((no_dropping_cnt >= DROPPING_FIRST_WAIT)
+ && (ready_cnt < drop_thread_hold))
+ WRITE_VREG(DROP_CONTROL, (1 << 31) | (drop_rate));
+ else
+ WRITE_VREG(DROP_CONTROL, 0);
+}
+
+#if 0
+int get_valid_frame(void)
+{
+ int ready_cnt = 0;
+ int temp_get_ptr = get_ptr;
+ int temp_fill_ptr = fill_ptr;
+ while (temp_get_ptr != temp_fill_ptr) {
+ if ((vfpool_idx[temp_get_ptr].view0_buf_id >= 0)
+ && (vfpool_idx[temp_get_ptr].view1_buf_id >= 0)
+ && (vfpool_idx[temp_get_ptr].view0_drop == 0)
+ && (vfpool_idx[temp_get_ptr].view1_drop == 0))
+ ready_cnt++;
+ INCPTR(temp_get_ptr);
+ }
+ return ready_cnt;
+}
+#endif
+static struct vframe_s *vh264mvc_vf_peek(void *op_arg)
+{
+
+ if (get_ptr == fill_ptr)
+ return NULL;
+ send_drop_cmd();
+ return &vfpool[get_ptr];
+
+}
+
+static struct vframe_s *vh264mvc_vf_get(void *op_arg)
+{
+
+ struct vframe_s *vf;
+ int view0_buf_id;
+ int view1_buf_id;
+ if (get_ptr == fill_ptr)
+ return NULL;
+
+ view0_buf_id = vfpool_idx[get_ptr].view0_buf_id;
+ view1_buf_id = vfpool_idx[get_ptr].view1_buf_id;
+ vf = &vfpool[get_ptr];
+
+ if ((view0_buf_id >= 0) && (view1_buf_id >= 0)) {
+ if (view_mode == 0 || view_mode == 1) {
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+ vf->canvas0Addr = vf->canvas1Addr =
+ (view_mode ==
+ 0) ? spec2canvas(&buffer_spec0[view0_buf_id]) :
+ spec2canvas(&buffer_spec1[view1_buf_id]);
+ } else {
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_MVC;
+
+ vf->left_eye.start_x = 0;
+ vf->left_eye.start_y = 0;
+ vf->left_eye.width = vf->width;
+ vf->left_eye.height = vf->height;
+ vf->right_eye.start_x = 0;
+ vf->right_eye.start_y = 0;
+ vf->right_eye.width = vf->width;
+ vf->right_eye.height = vf->height;
+ vf->trans_fmt = TVIN_TFMT_3D_TB;
+
+ if (view_mode == 2) {
+ vf->canvas0Addr =
+ spec2canvas(&buffer_spec1[
+ view1_buf_id]);
+ vf->canvas1Addr =
+ spec2canvas(&buffer_spec0[
+ view0_buf_id]);
+ } else {
+ vf->canvas0Addr =
+ spec2canvas(&buffer_spec0[
+ view0_buf_id]);
+ vf->canvas1Addr =
+ spec2canvas(&buffer_spec1[
+ view1_buf_id]);
+ }
+ }
+ }
+ vf->type_original = vf->type;
+ if (((vfpool_idx[get_ptr].view0_drop != 0)
+ || (vfpool_idx[get_ptr].view1_drop != 0))
+ && ((no_dropping_cnt >= DROPPING_FIRST_WAIT)))
+ vf->frame_dirty = 1;
+ else
+ vf->frame_dirty = 0;
+
+ INCPTR(get_ptr);
+
+ if (vf) {
+ if (frame_width == 0)
+ frame_width = vh264mvc_amstream_dec_info.width;
+ if (frame_height == 0)
+ frame_height = vh264mvc_amstream_dec_info.height;
+
+ vf->width = frame_width;
+ vf->height = frame_height;
+ }
+ if ((no_dropping_cnt < DROPPING_FIRST_WAIT) && (vf->frame_dirty == 0))
+ no_dropping_cnt++;
+ return vf;
+
+}
+
+static void vh264mvc_vf_put(struct vframe_s *vf, void *op_arg)
+{
+
+ if (vf_buf_init_flag == 0)
+ return;
+ if (vf->frame_dirty) {
+
+ vf->frame_dirty = 0;
+ dirty_frame_num++;
+ enable_recycle = 0;
+ if (dbg_mode & PUT_PRINT_ENABLE) {
+ pr_info("invalid: dirty_frame_num is !!! %d\n",
+ dirty_frame_num);
+ }
+ } else {
+ INCPTR(putting_ptr);
+ while (dirty_frame_num > 0) {
+ INCPTR(putting_ptr);
+ dirty_frame_num--;
+ }
+ enable_recycle = 1;
+ if (dbg_mode & PUT_PRINT_ENABLE) {
+ pr_info("valid: dirty_frame_num is @@@ %d\n",
+ dirty_frame_num);
+ }
+ /* send_drop_cmd(); */
+ }
+
+}
+
+static int vh264mvc_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+ unsigned long flags;
+ amvdec_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vh264mvc_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vh264mvc_local_init();
+ vh264mvc_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vh264mvc_vf_prov);
+#endif
+ amvdec_start();
+ }
+ return 0;
+}
+
+/**/
+static long init_canvas(int start_addr, long dpb_size, int dpb_number,
+ int mb_width, int mb_height,
+ struct buffer_spec_s *buffer_spec)
+{
+
+ int dpb_addr, addr;
+ int i;
+ int mb_total;
+
+ /* cav_con canvas; */
+
+ dpb_addr = start_addr;
+
+ mb_total = mb_width * mb_height;
+
+ for (i = 0; i < dpb_number; i++) {
+ WRITE_VREG(ANC_CANVAS_ADDR,
+ index | ((index + 1) << 8) |
+ ((index + 2) << 16));
+ ANC_CANVAS_ADDR++;
+
+ addr = dpb_addr;
+ buffer_spec[i].y_addr = addr;
+ buffer_spec[i].y_canvas_index = index;
+ canvas_config(index,
+ addr,
+ mb_width << 4,
+ mb_height << 4,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+
+ addr += mb_total << 8;
+ index++;
+ buffer_spec[i].u_addr = addr;
+ buffer_spec[i].u_canvas_index = index;
+ canvas_config(index,
+ addr,
+ mb_width << 3,
+ mb_height << 3,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+
+ addr += mb_total << 6;
+ index++;
+ buffer_spec[i].v_addr = addr;
+ buffer_spec[i].v_canvas_index = index;
+ canvas_config(index,
+ addr,
+ mb_width << 3,
+ mb_height << 3,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+
+ addr += mb_total << 6;
+ index++;
+
+ dpb_addr = dpb_addr + dpb_size;
+ if (dpb_addr >= DECODE_BUFFER_END)
+ return -1;
+ }
+
+ return dpb_addr;
+}
+
+static int get_max_dec_frame_buf_size(int level_idc,
+ int max_reference_frame_num, int mb_width,
+ int mb_height)
+{
+ int pic_size = mb_width * mb_height * 384;
+
+ int size = 0;
+
+ switch (level_idc) {
+ case 9:
+ size = 152064;
+ break;
+ case 10:
+ size = 152064;
+ break;
+ case 11:
+ size = 345600;
+ break;
+ case 12:
+ size = 912384;
+ break;
+ case 13:
+ size = 912384;
+ break;
+ case 20:
+ size = 912384;
+ break;
+ case 21:
+ size = 1824768;
+ break;
+ case 22:
+ size = 3110400;
+ break;
+ case 30:
+ size = 3110400;
+ break;
+ case 31:
+ size = 6912000;
+ break;
+ case 32:
+ size = 7864320;
+ break;
+ case 40:
+ size = 12582912;
+ break;
+ case 41:
+ size = 12582912;
+ break;
+ case 42:
+ size = 13369344;
+ break;
+ case 50:
+ size = 42393600;
+ break;
+ case 51:
+ size = 70778880;
+ break;
+ default:
+ break;
+ }
+
+ size /= pic_size;
+ size = size + 1; /* For MVC need onr more buffer */
+ if (max_reference_frame_num > size)
+ size = max_reference_frame_num;
+ if (size > DECODE_BUFFER_NUM_MAX)
+ size = DECODE_BUFFER_NUM_MAX;
+
+ return size;
+}
+
+int check_in_list(int pos, int *slot)
+{
+ int i;
+ int ret = 0;
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ if ((vfpool_idx[i].display_pos == pos)
+ && (vfpool_idx[i].used == 0)) {
+ ret = 1;
+ *slot = vfpool_idx[i].slot;
+ break;
+ }
+ }
+ return ret;
+}
+
+#ifdef HANDLE_h264mvc_IRQ
+static irqreturn_t vh264mvc_isr(int irq, void *dev_id)
+#else
+static void vh264mvc_isr(void)
+#endif
+{
+ int drop_status;
+ struct vframe_s *vf;
+ unsigned int pts, pts_valid = 0;
+ u64 pts_us64;
+ int ret = READ_VREG(MAILBOX_COMMAND);
+ /* pr_info("vh264mvc_isr, cmd =%x\n", ret); */
+ switch (ret & 0xff) {
+ case CMD_ALLOC_VIEW_0:
+ if (dbg_mode & 0x1) {
+ pr_info
+ ("Start H264 display buffer allocation for view 0\n");
+ }
+ if ((dpb_start_addr[0] != -1) | (dpb_start_addr[1] != -1)) {
+ dpb_start_addr[0] = -1;
+ dpb_start_addr[1] = -1;
+ }
+ dpb_start_addr[0] = DECODE_BUFFER_START;
+ ret = READ_VREG(MAILBOX_DATA_0);
+ level_idc = (ret >> 24) & 0xff;
+ max_reference_frame_num = (ret >> 16) & 0xff;
+ mb_width = (ret >> 8) & 0xff;
+ mb_height = (ret >> 0) & 0xff;
+ max_dec_frame_buffering[0] =
+ get_max_dec_frame_buf_size(level_idc,
+ max_reference_frame_num,
+ mb_width, mb_height);
+
+ total_dec_frame_buffering[0] =
+ max_dec_frame_buffering[0] + DISPLAY_BUFFER_NUM;
+
+ mb_width = (mb_width + 3) & 0xfffffffc;
+ mb_height = (mb_height + 3) & 0xfffffffc;
+
+ dpb_size = mb_width * mb_height * 384;
+ ref_size = mb_width * mb_height * 96;
+
+ if (dbg_mode & 0x1) {
+ pr_info("dpb_size: 0x%x\n", dpb_size);
+ pr_info("ref_size: 0x%x\n", ref_size);
+ pr_info("total_dec_frame_buffering[0] : 0x%x\n",
+ total_dec_frame_buffering[0]);
+ pr_info("max_reference_frame_num: 0x%x\n",
+ max_reference_frame_num);
+ }
+ ref_start_addr[0] = dpb_start_addr[0] +
+ (dpb_size * total_dec_frame_buffering[0]);
+ dpb_start_addr[1] = ref_start_addr[0] +
+ (ref_size * (max_reference_frame_num + 1));
+
+ if (dbg_mode & 0x1) {
+ pr_info("dpb_start_addr[0]: 0x%x\n", dpb_start_addr[0]);
+ pr_info("ref_start_addr[0]: 0x%x\n", ref_start_addr[0]);
+ pr_info("dpb_start_addr[1]: 0x%x\n", dpb_start_addr[1]);
+ }
+ if (dpb_start_addr[1] >= DECODE_BUFFER_END) {
+ pr_info(" No enough memory for alloc view 0\n");
+ goto exit;
+ }
+
+ index = CANVAS_INDEX_START;
+ ANC_CANVAS_ADDR = ANC0_CANVAS_ADDR;
+
+ ret =
+ init_canvas(dpb_start_addr[0], dpb_size,
+ total_dec_frame_buffering[0], mb_width,
+ mb_height, buffer_spec0);
+
+ if (ret == -1) {
+ pr_info(" Un-expected memory alloc problem\n");
+ goto exit;
+ }
+
+ WRITE_VREG(REF_START_VIEW_0,
+ video_domain_addr(ref_start_addr[0]));
+ WRITE_VREG(MAILBOX_DATA_0,
+ (max_dec_frame_buffering[0] << 8) |
+ (total_dec_frame_buffering[0] << 0)
+ );
+ WRITE_VREG(MAILBOX_DATA_1, ref_size);
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+
+ if (dbg_mode & 0x1) {
+ pr_info
+ ("End H264 display buffer allocation for view 0\n");
+ }
+ if (frame_width == 0) {
+ if (vh264mvc_amstream_dec_info.width)
+ frame_width = vh264mvc_amstream_dec_info.width;
+ else
+ frame_width = mb_width << 4;
+ }
+ if (frame_height == 0) {
+ frame_height = mb_height << 4;
+ if (frame_height == 1088)
+ frame_height = 1080;
+ }
+ break;
+ case CMD_ALLOC_VIEW_1:
+ if (dbg_mode & 0x1) {
+ pr_info
+ ("Start H264 display buffer allocation for view 1\n");
+ }
+ if ((dpb_start_addr[0] == -1) | (dpb_start_addr[1] == -1)) {
+ pr_info("Error: allocation view 1 before view 0 !!!\n");
+ break;
+ }
+ ret = READ_VREG(MAILBOX_DATA_0);
+ level_idc = (ret >> 24) & 0xff;
+ max_reference_frame_num = (ret >> 16) & 0xff;
+ mb_width = (ret >> 8) & 0xff;
+ mb_height = (ret >> 0) & 0xff;
+ max_dec_frame_buffering[1] =
+ get_max_dec_frame_buf_size(level_idc,
+ max_reference_frame_num,
+ mb_width, mb_height);
+ if (max_dec_frame_buffering[1] != max_dec_frame_buffering[0]) {
+ pr_info
+ (" Warning: view0/1 max_dec_frame_buffering ");
+ pr_info("different : 0x%x/0x%x, Use View0\n",
+ max_dec_frame_buffering[0],
+ max_dec_frame_buffering[1]);
+ max_dec_frame_buffering[1] = max_dec_frame_buffering[0];
+ }
+
+ total_dec_frame_buffering[1] =
+ max_dec_frame_buffering[1] + DISPLAY_BUFFER_NUM;
+
+ mb_width = (mb_width + 3) & 0xfffffffc;
+ mb_height = (mb_height + 3) & 0xfffffffc;
+
+ dpb_size = mb_width * mb_height * 384;
+ ref_size = mb_width * mb_height * 96;
+
+ if (dbg_mode & 0x1) {
+ pr_info("dpb_size: 0x%x\n", dpb_size);
+ pr_info("ref_size: 0x%x\n", ref_size);
+ pr_info("total_dec_frame_buffering[1] : 0x%x\n",
+ total_dec_frame_buffering[1]);
+ pr_info("max_reference_frame_num: 0x%x\n",
+ max_reference_frame_num);
+ }
+ ref_start_addr[1] = dpb_start_addr[1] +
+ (dpb_size * total_dec_frame_buffering[1]);
+ dpb_start_addr[2] = ref_start_addr[1] +
+ (ref_size * (max_reference_frame_num + 1));
+
+ if (dbg_mode & 0x1) {
+ pr_info("dpb_start_addr[1]: 0x%x\n", dpb_start_addr[1]);
+ pr_info("ref_start_addr[1]: 0x%x\n", ref_start_addr[1]);
+ pr_info("dpb_start_addr[2]: 0x%x\n", dpb_start_addr[2]);
+ }
+ if (dpb_start_addr[2] >= DECODE_BUFFER_END) {
+ pr_info(" No enough memory for alloc view 1\n");
+ goto exit;
+ }
+
+ index = CANVAS_INDEX_START + total_dec_frame_buffering[0] * 3;
+ ANC_CANVAS_ADDR =
+ ANC0_CANVAS_ADDR + total_dec_frame_buffering[0];
+
+ ret =
+ init_canvas(dpb_start_addr[1], dpb_size,
+ total_dec_frame_buffering[1], mb_width,
+ mb_height, buffer_spec1);
+
+ if (ret == -1) {
+ pr_info(" Un-expected memory alloc problem\n");
+ goto exit;
+ }
+
+ WRITE_VREG(REF_START_VIEW_1,
+ video_domain_addr(ref_start_addr[1]));
+ WRITE_VREG(MAILBOX_DATA_0,
+ (max_dec_frame_buffering[1] << 8) |
+ (total_dec_frame_buffering[1] << 0)
+ );
+ WRITE_VREG(MAILBOX_DATA_1, ref_size);
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+
+ if (dbg_mode & 0x1) {
+ pr_info
+ ("End H264 display buffer allocation for view 1\n");
+ }
+ if (frame_width == 0) {
+ if (vh264mvc_amstream_dec_info.width)
+ frame_width = vh264mvc_amstream_dec_info.width;
+ else
+ frame_width = mb_width << 4;
+ }
+ if (frame_height == 0) {
+ frame_height = mb_height << 4;
+ if (frame_height == 1088)
+ frame_height = 1080;
+ }
+ break;
+ case CMD_FRAME_DISPLAY:
+ ret = READ_VREG(MAILBOX_DATA_0);
+ display_buff_id = (ret >> 0) & 0x3f;
+ display_view_id = (ret >> 6) & 0x3;
+ drop_status = (ret >> 8) & 0x1;
+ display_POC = READ_VREG(MAILBOX_DATA_1);
+ stream_offset = READ_VREG(MAILBOX_DATA_2);
+ /* if (display_view_id == 0) */
+ WRITE_VREG(MAILBOX_COMMAND, CMD_FINISHED);
+
+#ifdef DEBUG_SKIP
+ view_total++;
+ if (drop_status)
+ view_dropped++;
+#endif
+ if (dbg_mode & 0x1) {
+ pr_info
+ (" H264 display frame ready - View : %x, Buffer : %x\n",
+ display_view_id, display_buff_id);
+ pr_info
+ (" H264 display frame POC -- Buffer : %x, POC : %x\n",
+ display_buff_id, display_POC);
+ pr_info("H264 display frame ready\n");
+ }
+ if (dbg_mode & 0x10) {
+ if ((dbg_mode & 0x20) == 0) {
+ while (READ_VREG(BUFFER_RECYCLE) != 0)
+ ;
+ WRITE_VREG(BUFFER_RECYCLE,
+ (display_view_id << 8) |
+ (display_buff_id + 1));
+ display_buff_id = -1;
+ display_view_id = -1;
+ display_POC = -1;
+ }
+ } else {
+ unsigned char in_list_flag = 0;
+
+ int slot = 0;
+ in_list_flag = check_in_list(display_POC, &slot);
+
+ if ((dbg_mode & 0x40) && (drop_status)) {
+ pr_info
+ ("drop_status:%dview_id=%d,buff_id=%d,",
+ drop_status, display_view_id, display_buff_id);
+ pr_info
+ ("offset=%d, display_POC = %d,fill_ptr=0x%x\n",
+ stream_offset, display_POC, fill_ptr);
+ }
+
+ if ((in_list_flag) && (stream_offset != 0)) {
+ pr_info
+ ("error case ,display_POC is %d, slot is %d\n",
+ display_POC, slot);
+ in_list_flag = 0;
+ }
+ if (!in_list_flag) {
+ if (display_view_id == 0) {
+ vfpool_idx[fill_ptr].view0_buf_id =
+ display_buff_id;
+ view0_vfbuf_use[display_buff_id]++;
+ vfpool_idx[fill_ptr].stream_offset =
+ stream_offset;
+ vfpool_idx[fill_ptr].view0_drop =
+ drop_status;
+ }
+ if (display_view_id == 1) {
+ vfpool_idx[fill_ptr].view1_buf_id =
+ display_buff_id;
+ vfpool_idx[fill_ptr].view1_drop =
+ drop_status;
+ view1_vfbuf_use[display_buff_id]++;
+ }
+ vfpool_idx[fill_ptr].slot = fill_ptr;
+ vfpool_idx[fill_ptr].display_pos = display_POC;
+
+ } else {
+ if (display_view_id == 0) {
+ vfpool_idx[slot].view0_buf_id =
+ display_buff_id;
+ view0_vfbuf_use[display_buff_id]++;
+ vfpool_idx[slot].stream_offset =
+ stream_offset;
+ vfpool_idx[slot].view0_drop =
+ drop_status;
+
+ }
+ if (display_view_id == 1) {
+ vfpool_idx[slot].view1_buf_id =
+ display_buff_id;
+ view1_vfbuf_use[display_buff_id]++;
+ vfpool_idx[slot].view1_drop =
+ drop_status;
+ }
+ vf = &vfpool[slot];
+#if 0
+ if (pts_lookup_offset
+ (PTS_TYPE_VIDEO,
+ vfpool_idx[slot].stream_offset,
+ &vf->pts,
+ 0) != 0)
+ vf->pts = 0;
+#endif
+ if (vfpool_idx[slot].stream_offset == 0) {
+ pr_info
+ ("error case, invalid stream offset\n");
+ }
+ if (pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO,
+ vfpool_idx[slot].stream_offset, &pts,
+ 0x10000, &pts_us64) == 0)
+ pts_valid = 1;
+ else
+ pts_valid = 0;
+ vf->pts = (pts_valid) ? pts : 0;
+ vf->pts_us64 = (pts_valid) ? pts_us64 : 0;
+ /* vf->pts = vf->pts_us64 ? vf->pts_us64
+ : vf->pts ; */
+ /* vf->pts = vf->pts_us64; */
+ if (dbg_mode & 0x80)
+ pr_info("vf->pts:%d\n", vf->pts);
+ vfpool_idx[slot].used = 1;
+ INCPTR(fill_ptr);
+ set_frame_info(vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ }
+ }
+ break;
+ case CMD_FATAL_ERROR:
+ pr_info("fatal error !!!\n");
+ schedule_work(&error_wd_work);
+ break;
+ default:
+ break;
+ }
+exit:
+#ifdef HANDLE_h264mvc_IRQ
+ return IRQ_HANDLED;
+#else
+ return;
+#endif
+}
+
+static void vh264mvc_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+
+ int valid_frame = 0;
+ if (enable_recycle == 0) {
+ if (dbg_mode & TIME_TASK_PRINT_ENABLE) {
+ /* valid_frame = get_valid_frame(); */
+ pr_info("dirty_frame_num is %d , valid frame is %d\n",
+ dirty_frame_num, valid_frame);
+
+ }
+ /* goto RESTART; */
+ }
+
+ while ((putting_ptr != put_ptr) && (READ_VREG(BUFFER_RECYCLE) == 0)) {
+ int view0_buf_id = vfpool_idx[put_ptr].view0_buf_id;
+ int view1_buf_id = vfpool_idx[put_ptr].view1_buf_id;
+ if ((view0_buf_id >= 0) &&
+ (view0_vfbuf_use[view0_buf_id] == 1)) {
+ if (dbg_mode & 0x100) {
+ pr_info
+ ("round 0: put_ptr is %d ;view0_buf_id is %d\n",
+ put_ptr, view0_buf_id);
+ }
+ WRITE_VREG(BUFFER_RECYCLE,
+ (0 << 8) | (view0_buf_id + 1));
+ view0_vfbuf_use[view0_buf_id] = 0;
+ vfpool_idx[put_ptr].view0_buf_id = -1;
+ vfpool_idx[put_ptr].view0_drop = 0;
+ } else if ((view1_buf_id >= 0)
+ && (view1_vfbuf_use[view1_buf_id] == 1)) {
+ if (dbg_mode & 0x100) {
+ pr_info
+ ("round 1: put_ptr is %d ;view1_buf_id %d==\n",
+ put_ptr, view1_buf_id);
+ }
+ WRITE_VREG(BUFFER_RECYCLE,
+ (1 << 8) | (view1_buf_id + 1));
+ view1_vfbuf_use[view1_buf_id] = 0;
+ vfpool_idx[put_ptr].display_pos = DISPLAY_INVALID_POS;
+ vfpool_idx[put_ptr].view1_buf_id = -1;
+ vfpool_idx[put_ptr].view1_drop = 0;
+ vfpool_idx[put_ptr].used = 0;
+ INCPTR(put_ptr);
+ }
+ }
+
+
+ if (frame_dur > 0 && saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ saved_resolution = frame_width * frame_height * fps;
+ vdec_source_changed(VFORMAT_H264MVC,
+ frame_width, frame_height, fps * 2);
+ }
+
+ /* RESTART: */
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+int vh264mvc_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = frame_width;
+ vstatus->height = frame_height;
+ if (frame_dur != 0)
+ vstatus->fps = 96000 / frame_dur;
+ else
+ vstatus->fps = -1;
+ vstatus->error_count = READ_VREG(AV_SCRATCH_D);
+ vstatus->status = stat;
+ return 0;
+}
+
+int vh264mvc_set_trickmode(struct vdec_s *vdec, unsigned long trickmode)
+{
+ if (trickmode == TRICKMODE_I) {
+ WRITE_VREG(AV_SCRATCH_F,
+ (READ_VREG(AV_SCRATCH_F) & 0xfffffffc) | 2);
+ trickmode_i = 1;
+ } else if (trickmode == TRICKMODE_NONE) {
+ WRITE_VREG(AV_SCRATCH_F, READ_VREG(AV_SCRATCH_F) & 0xfffffffc);
+ trickmode_i = 0;
+ }
+
+ return 0;
+}
+
+static void H264_DECODE_INIT(void)
+{
+ int i;
+ i = READ_VREG(DECODE_SKIP_PICTURE);
+
+#if 1 /* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 9) | (1 << 8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+ READ_MPEG_REG(RESET0_REGISTER);
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+ WRITE_MPEG_REG(RESET2_REGISTER, RESET_PIC_DC | RESET_DBLK);
+#endif
+
+ /* Wait for some time for RESET */
+ READ_VREG(DECODE_SKIP_PICTURE);
+ READ_VREG(DECODE_SKIP_PICTURE);
+
+ WRITE_VREG(DECODE_SKIP_PICTURE, i);
+
+ /* fill_weight_pred */
+ WRITE_VREG(MC_MPORT_CTRL, 0x0300);
+ for (i = 0; i < 192; i++)
+ WRITE_VREG(MC_MPORT_DAT, 0x100);
+ WRITE_VREG(MC_MPORT_CTRL, 0);
+
+ WRITE_VREG(MB_WIDTH, 0xff); /* invalid mb_width */
+
+ /* set slice start to 0x000000 or 0x000001 for check more_rbsp_data */
+ WRITE_VREG(SLICE_START_BYTE_01, 0x00000000);
+ WRITE_VREG(SLICE_START_BYTE_23, 0x01010000);
+ /* set to mpeg2 to enable mismatch logic */
+ WRITE_VREG(MPEG1_2_REG, 1);
+ /* disable COEF_GT_64 , error_m4_table and voff_rw_err */
+ WRITE_VREG(VLD_ERROR_MASK, 0x1011);
+
+ /* Config MCPU Amrisc interrupt */
+ WRITE_VREG(ASSIST_AMR1_INT0, 0x1); /* viu_vsync_int */
+ WRITE_VREG(ASSIST_AMR1_INT1, 0x5); /* mbox_isr */
+ WRITE_VREG(ASSIST_AMR1_INT2, 0x8); /* vld_isr */
+ WRITE_VREG(ASSIST_AMR1_INT3, 0x15); /* vififo_empty */
+ WRITE_VREG(ASSIST_AMR1_INT4, 0xd); /* rv_ai_mb_finished_int */
+ WRITE_VREG(ASSIST_AMR1_INT7, 0x14); /* dcac_dma_done */
+
+ /* Config MCPU Amrisc interrupt */
+ WRITE_VREG(ASSIST_AMR1_INT5, 0x9); /* MCPU interrupt */
+ WRITE_VREG(ASSIST_AMR1_INT6, 0x17); /* CCPU interrupt */
+
+ WRITE_VREG(CPC_P, 0xc00); /* CCPU Code will start from 0xc00 */
+ WRITE_VREG(CINT_VEC_BASE, (0xc20 >> 5));
+#if 0
+ WRITE_VREG(POWER_CTL_VLD,
+ READ_VREG(POWER_CTL_VLD) | (0 << 10) |
+ (1 << 9) | (1 << 6));
+#else
+ WRITE_VREG(POWER_CTL_VLD, ((1 << 10) | /* disable cabac_step_2 */
+ (1 << 9) | /* viff_drop_flag_en */
+ (1 << 6) /* h264_000003_en */
+ )
+ );
+#endif
+ WRITE_VREG(M4_CONTROL_REG, (1 << 13)); /* H264_DECODE_INFO - h264_en */
+
+ WRITE_VREG(CANVAS_START, CANVAS_INDEX_START);
+#if 1
+ /* Start Address of Workspace (UCODE, temp_data...) */
+ WRITE_VREG(WORKSPACE_START,
+ video_domain_addr(work_space_adr));
+#else
+ /* Start Address of Workspace (UCODE, temp_data...) */
+ WRITE_VREG(WORKSPACE_START,
+ 0x05000000);
+#endif
+ /* Clear all sequence parameter set available */
+ WRITE_VREG(SPS_STATUS, 0);
+ /* Clear all picture parameter set available */
+ WRITE_VREG(PPS_STATUS, 0);
+ /* Set current microcode to NULL */
+ WRITE_VREG(CURRENT_UCODE, 0xff);
+ /* Set current SPS/PPS to NULL */
+ WRITE_VREG(CURRENT_SPS_PPS, 0xffff);
+ /* Set decode status to DECODE_START_HEADER */
+ WRITE_VREG(DECODE_STATUS, 1);
+}
+
+static void vh264mvc_prot_init(void)
+{
+ while (READ_VREG(DCAC_DMA_CTRL) & 0x8000)
+ ;
+ while (READ_VREG(LMEM_DMA_CTRL) & 0x8000)
+ ; /* reg address is 0x350 */
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ H264_DECODE_INIT();
+
+#if 1 /* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1 << 11));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER, 0x80); /* RESET MCPU */
+#endif
+
+ WRITE_VREG(MAILBOX_COMMAND, 0);
+ WRITE_VREG(BUFFER_RECYCLE, 0);
+ WRITE_VREG(DROP_CONTROL, 0);
+ CLEAR_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#if 1 /* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ WRITE_VREG(MDEC_PIC_DC_THRESH, 0x404038aa);
+#endif
+}
+
+static void vh264mvc_local_init(void)
+{
+ int i;
+ display_buff_id = -1;
+ display_view_id = -1;
+ display_POC = -1;
+ no_dropping_cnt = 0;
+ init_drop_cnt = INIT_DROP_FRAME_CNT;
+
+ for (i = 0; i < INIT_DROP_FRAME_CNT; i++)
+ init_drop_frame_id[i] = 0;
+
+#ifdef DEBUG_PTS
+ pts_missed = 0;
+ pts_hit = 0;
+#endif
+
+#ifdef DEBUG_SKIP
+ view_total = 0;
+ view_dropped = 0;
+#endif
+
+ /* vh264mvc_ratio = vh264mvc_amstream_dec_info.ratio; */
+ vh264mvc_ratio = 0x100;
+
+ /* frame_width = vh264mvc_amstream_dec_info.width; */
+ /* frame_height = vh264mvc_amstream_dec_info.height; */
+ frame_dur = vh264mvc_amstream_dec_info.rate;
+ if (frame_dur == 0)
+ frame_dur = 96000 / 24;
+
+ pts_outside = ((unsigned long) vh264mvc_amstream_dec_info.param) & 0x01;
+ sync_outside = ((unsigned long) vh264mvc_amstream_dec_info.param & 0x02)
+ >> 1;
+
+ /**/ dpb_start_addr[0] = -1;
+ dpb_start_addr[1] = -1;
+ max_dec_frame_buffering[0] = -1;
+ max_dec_frame_buffering[1] = -1;
+ fill_ptr = get_ptr = put_ptr = putting_ptr = 0;
+ dirty_frame_num = 0;
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++) {
+ view0_vfbuf_use[i] = 0;
+ view1_vfbuf_use[i] = 0;
+ }
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ vfpool_idx[i].display_pos = -1;
+ vfpool_idx[i].view0_buf_id = DISPLAY_INVALID_POS;
+ vfpool_idx[i].view1_buf_id = -1;
+ vfpool_idx[i].view0_drop = 0;
+ vfpool_idx[i].view1_drop = 0;
+ vfpool_idx[i].used = 0;
+ }
+ for (i = 0; i < VF_POOL_SIZE; i++)
+ memset(&vfpool[i], 0, sizeof(struct vframe_s));
+ init_vf_buf();
+ return;
+}
+
+static s32 vh264mvc_init(void)
+{
+ int ret = -1, size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ pr_info("\nvh264mvc_init\n");
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ vh264mvc_local_init();
+
+ amvdec_enable();
+
+ /* -- ucode loading (amrisc and swap code) */
+ mc_cpu_addr = dma_alloc_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, &mc_dma_handle, GFP_KERNEL);
+ if (!mc_cpu_addr) {
+ amvdec_disable();
+ vfree(buf);
+ pr_err("vh264_mvc init: Can not allocate mc memory.\n");
+ return -ENOMEM;
+ }
+
+ WRITE_VREG(UCODE_START_ADDR, mc_dma_handle);
+
+ size = get_firmware_data(VIDEO_DEC_H264_MVC, buf);
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return -1;
+ }
+
+ ret = amvdec_loadmc_ex(VFORMAT_H264MVC, NULL, buf);
+
+ /*header*/
+ memcpy((u8 *) mc_cpu_addr, buf + 0x1000, 0x1000);
+ /*mmco*/
+ memcpy((u8 *) mc_cpu_addr + 0x1000, buf + 0x2000, 0x2000);
+ /*slice*/
+ memcpy((u8 *) mc_cpu_addr + 0x3000, buf + 0x4000, 0x3000);
+
+ vfree(buf);
+
+ if (ret < 0) {
+ amvdec_disable();
+
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, mc_cpu_addr, mc_dma_handle);
+ mc_cpu_addr = NULL;
+ return -EBUSY;
+ }
+
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vh264mvc_prot_init();
+
+#ifdef HANDLE_h264mvc_IRQ
+ if (vdec_request_irq(VDEC_IRQ_1, vh264mvc_isr,
+ "vh264mvc-irq", (void *)vh264mvc_dec_id)) {
+ pr_info("vh264mvc irq register error.\n");
+ amvdec_disable();
+ return -ENOENT;
+ }
+#endif
+
+ stat |= STAT_ISR_REG;
+
+ vf_provider_init(&vh264mvc_vf_prov, PROVIDER_NAME,
+ &vh264mvc_vf_provider, NULL);
+ vf_reg_provider(&vh264mvc_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong) (&recycle_timer);
+ recycle_timer.function = vh264mvc_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+ amvdec_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ return 0;
+}
+
+static int vh264mvc_stop(void)
+{
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ WRITE_VREG(ASSIST_MBOX1_MASK, 0);
+#ifdef HANDLE_h264mvc_IRQ
+ vdec_free_irq(VDEC_IRQ_1, (void *)vh264mvc_dec_id);
+#endif
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (stat & STAT_VF_HOOK) {
+ ulong flags;
+ spin_lock_irqsave(&lock, flags);
+ spin_unlock_irqrestore(&lock, flags);
+ vf_unreg_provider(&vh264mvc_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+
+ if (stat & STAT_MC_LOAD) {
+ if (mc_cpu_addr != NULL) {
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, mc_cpu_addr, mc_dma_handle);
+ mc_cpu_addr = NULL;
+ }
+
+ stat &= ~STAT_MC_LOAD;
+ }
+
+ amvdec_disable();
+
+ uninit_vf_buf();
+ return 0;
+}
+
+static void error_do_work(struct work_struct *work)
+{
+ if (atomic_read(&vh264mvc_active)) {
+ vh264mvc_stop();
+ vh264mvc_init();
+ }
+}
+
+static int amvdec_h264mvc_probe(struct platform_device *pdev)
+{
+ struct resource mem;
+ int buf_size;
+
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ pr_info("amvdec_h264mvc probe start.\n");
+
+#if 0
+ mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
+ if (!mem) {
+ pr_info("\namvdec_h264mvc memory resource undefined.\n");
+ return -EFAULT;
+ }
+#endif
+
+ if (pdata == NULL) {
+ pr_info("\namvdec_h264mvc memory resource undefined.\n");
+ return -EFAULT;
+ }
+ mem.start = pdata->mem_start;
+ mem.end = pdata->mem_end;
+
+ buf_size = mem.end - mem.start + 1;
+ /* buf_offset = mem->start - DEF_BUF_START_ADDR; */
+ work_space_adr = mem.start;
+ DECODE_BUFFER_START = work_space_adr + work_space_size;
+ DECODE_BUFFER_END = mem.start + buf_size;
+
+ pr_info
+ ("work_space_adr %x, DECODE_BUFFER_START %x, DECODE_BUFFER_END %x\n",
+ work_space_adr, DECODE_BUFFER_START, DECODE_BUFFER_END);
+ if (pdata->sys_info)
+ vh264mvc_amstream_dec_info = *pdata->sys_info;
+
+ pdata->dec_status = vh264mvc_dec_status;
+ /* pdata->set_trickmode = vh264mvc_set_trickmode; */
+
+ if (vh264mvc_init() < 0) {
+ pr_info("\namvdec_h264mvc init failed.\n");
+
+ return -ENODEV;
+ }
+
+ INIT_WORK(&error_wd_work, error_do_work);
+
+ atomic_set(&vh264mvc_active, 1);
+
+ pr_info("amvdec_h264mvc probe end.\n");
+
+ return 0;
+}
+
+static int amvdec_h264mvc_remove(struct platform_device *pdev)
+{
+ pr_info("amvdec_h264mvc_remove\n");
+ cancel_work_sync(&error_wd_work);
+ vh264mvc_stop();
+ frame_width = 0;
+ frame_height = 0;
+ vdec_source_changed(VFORMAT_H264MVC, 0, 0, 0);
+ atomic_set(&vh264mvc_active, 0);
+
+#ifdef DEBUG_PTS
+ pr_info
+ ("pts missed %ld, pts hit %ld, pts_outside %d, ",
+ pts_missed, pts_hit, pts_outside);
+ pr_info("duration %d, sync_outside %d\n",
+ frame_dur, sync_outside);
+#endif
+
+#ifdef DEBUG_SKIP
+ pr_info("view_total = %ld, dropped %ld\n", view_total, view_dropped);
+#endif
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_h264mvc_driver = {
+ .probe = amvdec_h264mvc_probe,
+ .remove = amvdec_h264mvc_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_hmvc_profile = {
+ .name = "hmvc",
+ .profile = ""
+};
+
+static int __init amvdec_h264mvc_driver_init_module(void)
+{
+ pr_debug("amvdec_h264mvc module init\n");
+
+ if (platform_driver_register(&amvdec_h264mvc_driver)) {
+ pr_err("failed to register amvdec_h264mvc driver\n");
+ return -ENODEV;
+ }
+
+ vcodec_profile_register(&amvdec_hmvc_profile);
+
+ return 0;
+}
+
+static void __exit amvdec_h264mvc_driver_remove_module(void)
+{
+ pr_debug("amvdec_h264mvc module remove.\n");
+
+ platform_driver_unregister(&amvdec_h264mvc_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_h264mvc stat\n");
+
+module_param(dbg_mode, uint, 0664);
+MODULE_PARM_DESC(dbg_mode, "\n amvdec_h264mvc dbg mode\n");
+
+module_param(view_mode, uint, 0664);
+MODULE_PARM_DESC(view_mode, "\n amvdec_h264mvc view mode\n");
+
+module_param(dbg_cmd, uint, 0664);
+MODULE_PARM_DESC(dbg_mode, "\n amvdec_h264mvc cmd mode\n");
+
+module_param(drop_rate, uint, 0664);
+MODULE_PARM_DESC(dbg_mode, "\n amvdec_h264mvc drop rate\n");
+
+module_param(drop_thread_hold, uint, 0664);
+MODULE_PARM_DESC(dbg_mode, "\n amvdec_h264mvc drop thread hold\n");
+module_init(amvdec_h264mvc_driver_init_module);
+module_exit(amvdec_h264mvc_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC h264mvc Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Chen Zhang <chen.zhang@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/h264_multi/Makefile b/drivers/frame_provider/decoder/h264_multi/Makefile
new file mode 100644
index 0000000..17cb87e
--- a/dev/null
+++ b/drivers/frame_provider/decoder/h264_multi/Makefile
@@ -0,0 +1,2 @@
+obj-m += vh264_multi.o
+vh264_multi-objs += vmh264.o h264_dpb.o
diff --git a/drivers/frame_provider/decoder/h264_multi/h264_dpb.c b/drivers/frame_provider/decoder/h264_multi/h264_dpb.c
new file mode 100644
index 0000000..b3e8f0f
--- a/dev/null
+++ b/drivers/frame_provider/decoder/h264_multi/h264_dpb.c
@@ -0,0 +1,5238 @@
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../utils/vdec.h"
+#include "../utils/amvdec.h"
+
+#include "h264_dpb.h"
+
+/* #define OLD_OUTPUT_CODE */
+#undef pr_info
+#define pr_info printk
+int dpb_print(int index, int debug_flag, const char *fmt, ...)
+{
+ if (((h264_debug_flag & debug_flag) &&
+ ((1 << index) & h264_debug_mask))
+ || (debug_flag == PRINT_FLAG_ERROR)) {
+ unsigned char buf[512];
+ int len = 0;
+ va_list args;
+ va_start(args, fmt);
+ if ((index & 0x100) == 0)
+ len = sprintf(buf, "%d: ", index);
+ vsnprintf(buf + len, 512-len, fmt, args);
+ pr_info("%s", buf);
+ va_end(args);
+ }
+ return 0;
+}
+
+unsigned char dpb_is_debug(int index, int debug_flag)
+{
+ if (((h264_debug_flag & debug_flag) &&
+ ((1 << index) & h264_debug_mask))
+ || (debug_flag == PRINT_FLAG_ERROR))
+ return 1;
+ return 0;
+}
+
+#define CHECK_VALID(list_size, mark) {\
+ if (list_size > MAX_LIST_SIZE || list_size < 0) { \
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_ERROR, \
+ "%s(%d): listXsize[%d] %d is larger than max size\r\n",\
+ __func__, __LINE__, mark, list_size);\
+ list_size = 0; \
+ } \
+ }
+
+static struct DecRefPicMarking_s
+ dummy_dec_ref_pic_marking_buffer
+ [DEC_REF_PIC_MARKING_BUFFER_NUM_MAX];
+static struct StorablePicture dummy_pic;
+static struct FrameStore dummy_fs;
+static struct StorablePicture *get_new_pic(
+ struct h264_dpb_stru *p_H264_Dpb,
+ enum PictureStructure structure, unsigned char is_output);
+static void dump_dpb(struct DecodedPictureBuffer *p_Dpb);
+
+static void init_dummy_fs(void)
+{
+ dummy_fs.frame = &dummy_pic;
+ dummy_fs.top_field = &dummy_pic;
+ dummy_fs.bottom_field = &dummy_pic;
+
+ dummy_pic.top_field = &dummy_pic;
+ dummy_pic.bottom_field = &dummy_pic;
+ dummy_pic.frame = &dummy_pic;
+
+ dummy_pic.dec_ref_pic_marking_buffer =
+ &dummy_dec_ref_pic_marking_buffer[0];
+}
+
+enum {
+ LIST_0 = 0,
+ LIST_1 = 1,
+ BI_PRED = 2,
+ BI_PRED_L0 = 3,
+ BI_PRED_L1 = 4
+};
+
+void ref_pic_list_reordering(struct h264_dpb_stru *p_H264_Dpb,
+ struct Slice *currSlice)
+{
+ /* struct VideoParameters *p_Vid = currSlice->p_Vid;
+ byte dP_nr = assignSE2partition[currSlice->dp_mode][SE_HEADER];
+ DataPartition *partition = &(currSlice->partArr[dP_nr]);
+ Bitstream *currStream = partition->bitstream;
+ */
+ int i, j, val;
+ unsigned short *reorder_cmd =
+ &p_H264_Dpb->dpb_param.mmco.l0_reorder_cmd[0];
+ /* alloc_ref_pic_list_reordering_buffer(currSlice); */
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+ if (currSlice->slice_type != I_SLICE &&
+ currSlice->slice_type != SI_SLICE) {
+ /* val = currSlice->ref_pic_list_reordering_flag[LIST_0] =
+ read_u_1 ("SH: ref_pic_list_reordering_flag_l0",
+ currStream, &p_Dec->UsedBits); */
+ if (reorder_cmd[0] != 3) {
+ val = currSlice->
+ ref_pic_list_reordering_flag[LIST_0] = 1;
+ } else {
+ val = currSlice->
+ ref_pic_list_reordering_flag[LIST_0] = 0;
+ }
+ if (val) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "%s, ref_pic_list_reordering_flag[LIST_0] is 1\n",
+ __func__);
+
+ j = 0;
+ i = 0;
+ do {
+ val = currSlice->
+ modification_of_pic_nums_idc[LIST_0][i] =
+ reorder_cmd[j++];
+ /* read_ue_v(
+ "SH: modification_of_pic_nums_idc_l0",
+ currStream, &p_Dec->UsedBits); */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "%d(%d):val %x\n", i, j, val);
+ if (j >= 66) {
+ currSlice->
+ ref_pic_list_reordering_flag[LIST_0] =
+ 0; /* by rain */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s error\n", __func__);
+ break;
+ }
+ if (val == 0 || val == 1) {
+ currSlice->
+ abs_diff_pic_num_minus1[LIST_0][i] =
+ reorder_cmd[j++];
+ /* read_ue_v("SH: "
+ "abs_diff_pic_num_minus1_l0",
+ currStream, &p_Dec->UsedBits); */
+ } else {
+ if (val == 2) {
+ currSlice->
+ long_term_pic_idx[LIST_0][i] =
+ reorder_cmd[j++];
+ /* read_ue_v(
+ "SH: long_term_pic_idx_l0",
+ currStream,
+ &p_Dec->UsedBits); */
+ }
+ }
+ i++;
+ /* assert (i>currSlice->
+ num_ref_idx_active[LIST_0]); */
+ if (/*
+ i>currSlice->num_ref_idx_active[LIST_0] ||
+ */
+ i >= REORDERING_COMMAND_MAX_SIZE) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s error %d %d\n",
+ __func__, i,
+ currSlice->
+ num_ref_idx_active[LIST_0]);
+ currSlice->
+ ref_pic_list_reordering_flag[LIST_0] =
+ 0; /* by rain */
+ break;
+ }
+ if (j >= 66) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR, "%s error\n",
+ __func__);
+ currSlice->
+ ref_pic_list_reordering_flag[LIST_0] =
+ 0; /* by rain */
+ break;
+ }
+
+ } while (val != 3);
+ }
+ }
+
+ if (currSlice->slice_type == B_SLICE) {
+ reorder_cmd = &p_H264_Dpb->dpb_param.mmco.l1_reorder_cmd[0];
+ /* val = currSlice->ref_pic_list_reordering_flag[LIST_1]
+ = read_u_1 ("SH: ref_pic_list_reordering_flag_l1",
+ currStream,
+ &p_Dec->UsedBits); */
+
+ if (reorder_cmd[0] != 3) {
+ val =
+ currSlice->ref_pic_list_reordering_flag[LIST_1] = 1;
+ } else {
+ val =
+ currSlice->ref_pic_list_reordering_flag[LIST_1] = 0;
+ }
+
+ if (val) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "%s, ref_pic_list_reordering_flag[LIST_1] is 1\n",
+ __func__);
+
+ j = 0;
+ i = 0;
+ do {
+ val = currSlice->
+ modification_of_pic_nums_idc[LIST_1][i] =
+ reorder_cmd[j++];
+ /* read_ue_v(
+ "SH: modification_of_pic_nums_idc_l1",
+ currStream,
+ &p_Dec->UsedBits); */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "%d(%d):val %x\n",
+ i, j, val);
+ if (j >= 66) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR, "%s error\n",
+ __func__);
+ currSlice->
+ ref_pic_list_reordering_flag[LIST_1] =
+ 0; /* by rain */
+ break;
+ }
+ if (val == 0 || val == 1) {
+ currSlice->
+ abs_diff_pic_num_minus1[LIST_1][i] =
+ reorder_cmd[j++];
+ /* read_ue_v(
+ "SH: abs_diff_pic_num_minus1_l1",
+ currStream, &p_Dec->UsedBits); */
+ } else {
+ if (val == 2) {
+ currSlice->
+ long_term_pic_idx[LIST_1][i] =
+ reorder_cmd[j++];
+ /* read_ue_v(
+ "SH: long_term_pic_idx_l1",
+ currStream,
+ &p_Dec->UsedBits); */
+ }
+ }
+ i++;
+ /* assert(i>currSlice->
+ num_ref_idx_active[LIST_1]); */
+ if (
+ /*i>currSlice->num_ref_idx_active[LIST_1] || */
+ i >= REORDERING_COMMAND_MAX_SIZE) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s error %d %d\n",
+ __func__, i,
+ currSlice->
+ num_ref_idx_active[LIST_0]);
+ currSlice->
+ ref_pic_list_reordering_flag[LIST_1] =
+ 0; /* by rain */
+ break;
+ }
+ if (j >= 66) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s error\n", __func__);
+ break;
+ }
+ } while (val != 3);
+ }
+ }
+
+ /* set reference index of redundant slices. */
+ /*
+ if (currSlice->redundant_pic_cnt && (currSlice->slice_type != I_SLICE))
+ {
+ currSlice->redundant_slice_ref_idx =
+ currSlice->abs_diff_pic_num_minus1[LIST_0][0] + 1;
+ }*/
+}
+
+void slice_prepare(struct h264_dpb_stru *p_H264_Dpb,
+ struct DecodedPictureBuffer *p_Dpb,
+ struct VideoParameters *p_Vid,
+ struct SPSParameters *sps, struct Slice *pSlice)
+{
+ int i, j;
+ /* p_Vid->active_sps = sps; */
+ unsigned short *mmco_cmd = &p_H264_Dpb->dpb_param.mmco.mmco_cmd[0];
+ /* for decode_poc */
+ sps->pic_order_cnt_type =
+ p_H264_Dpb->dpb_param.l.data[PIC_ORDER_CNT_TYPE];
+ sps->log2_max_pic_order_cnt_lsb_minus4 =
+ p_H264_Dpb->dpb_param.l.data[LOG2_MAX_PIC_ORDER_CNT_LSB] - 4;
+ sps->num_ref_frames_in_pic_order_cnt_cycle =
+ p_H264_Dpb->
+ dpb_param.l.data[NUM_REF_FRAMES_IN_PIC_ORDER_CNT_CYCLE];
+ for (i = 0; i < 128; i++)
+ sps->offset_for_ref_frame[i] =
+ (short) p_H264_Dpb->
+ dpb_param.mmco.offset_for_ref_frame_base[i];
+ sps->offset_for_non_ref_pic =
+ (short) p_H264_Dpb->dpb_param.l.data[OFFSET_FOR_NON_REF_PIC];
+ sps->offset_for_top_to_bottom_field =
+ (short) p_H264_Dpb->dpb_param.l.data
+ [OFFSET_FOR_TOP_TO_BOTTOM_FIELD];
+
+ pSlice->frame_num = p_H264_Dpb->dpb_param.dpb.frame_num;
+ pSlice->idr_flag =
+ (p_H264_Dpb->dpb_param.dpb.NAL_info_mmco & 0x1f)
+ == 5 ? 1 : 0;
+ pSlice->nal_reference_idc =
+ (p_H264_Dpb->dpb_param.dpb.NAL_info_mmco >> 5)
+ & 0x3;
+ pSlice->pic_order_cnt_lsb =
+ p_H264_Dpb->dpb_param.dpb.pic_order_cnt_lsb;
+ pSlice->field_pic_flag = 0;
+ pSlice->bottom_field_flag = 0;
+ pSlice->delta_pic_order_cnt_bottom = val(
+ p_H264_Dpb->dpb_param.dpb.delta_pic_order_cnt_bottom);
+ pSlice->delta_pic_order_cnt[0] = val(
+ p_H264_Dpb->dpb_param.dpb.delta_pic_order_cnt_0);
+ pSlice->delta_pic_order_cnt[1] = val(
+ p_H264_Dpb->dpb_param.dpb.delta_pic_order_cnt_1);
+
+ p_Vid->last_has_mmco_5 = 0;
+ /* last memory_management_control_operation is 5 */
+ p_Vid->last_pic_bottom_field = 0;
+ p_Vid->max_frame_num = 1 <<
+ (p_H264_Dpb->dpb_param.l.data[LOG2_MAX_FRAME_NUM]);
+
+ /**/
+ pSlice->structure = (p_H264_Dpb->
+ dpb_param.l.data[NEW_PICTURE_STRUCTURE] == 3) ?
+ FRAME : p_H264_Dpb->dpb_param.l.data[NEW_PICTURE_STRUCTURE];
+ sps->num_ref_frames = p_H264_Dpb->
+ dpb_param.l.data[MAX_REFERENCE_FRAME_NUM];
+ sps->max_dpb_size = p_H264_Dpb->dpb_param.l.data[MAX_DPB_SIZE];
+ if (pSlice->idr_flag) {
+ pSlice->long_term_reference_flag = mmco_cmd[0] & 1;
+ pSlice->no_output_of_prior_pics_flag = (mmco_cmd[0] >> 1) & 1;
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "IDR: long_term_reference_flag %d no_output_of_prior_pics_flag %d\r\n",
+ pSlice->long_term_reference_flag,
+ pSlice->no_output_of_prior_pics_flag);
+
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "idr set pre_frame_num(%d) to frame_num (%d)\n",
+ p_Vid->pre_frame_num, pSlice->frame_num);
+
+ p_Vid->pre_frame_num = pSlice->frame_num;
+ }
+ /* pSlice->adaptive_ref_pic_buffering_flag; */
+ sps->log2_max_frame_num_minus4 =
+ p_H264_Dpb->dpb_param.l.data[LOG2_MAX_FRAME_NUM] - 4;
+
+ p_Vid->non_conforming_stream =
+ p_H264_Dpb->dpb_param.l.data[NON_CONFORMING_STREAM];
+ p_Vid->recovery_point =
+ p_H264_Dpb->dpb_param.l.data[RECOVERY_POINT];
+ switch (p_H264_Dpb->dpb_param.l.data[SLICE_TYPE]) {
+ case I_Slice:
+ pSlice->slice_type = I_SLICE;
+ break;
+ case P_Slice:
+ pSlice->slice_type = P_SLICE;
+ break;
+ case B_Slice:
+ pSlice->slice_type = B_SLICE;
+ break;
+ default:
+ pSlice->slice_type = NUM_SLICE_TYPES;
+ break;
+ }
+
+ pSlice->num_ref_idx_active[LIST_0] =
+ p_H264_Dpb->dpb_param.dpb.num_ref_idx_l0_active_minus1 +
+ 1;
+ /* p_H264_Dpb->dpb_param.l.data[PPS_NUM_REF_IDX_L0_ACTIVE_MINUS1]; */
+ pSlice->num_ref_idx_active[LIST_1] =
+ p_H264_Dpb->dpb_param.dpb.num_ref_idx_l1_active_minus1 +
+ 1;
+ /* p_H264_Dpb->dpb_param.l.data[PPS_NUM_REF_IDX_L1_ACTIVE_MINUS1]; */
+
+ pSlice->p_Vid = p_Vid;
+ pSlice->p_Dpb = p_Dpb;
+
+ p_H264_Dpb->colocated_buf_size =
+ p_H264_Dpb->dpb_param.l.data[FRAME_SIZE_IN_MB] * 96;
+ pSlice->first_mb_in_slice =
+ p_H264_Dpb->dpb_param.l.data[FIRST_MB_IN_SLICE];
+ pSlice->mode_8x8_flags = p_H264_Dpb->dpb_param.l.data[MODE_8X8_FLAGS];
+ pSlice->picture_structure_mmco =
+ p_H264_Dpb->dpb_param.dpb.picture_structure_mmco;
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s slice_type is %d, num_ref_idx_active[0]=%d, num_ref_idx_active[1]=%d nal_reference_idc %d\n",
+ __func__, pSlice->slice_type,
+ pSlice->num_ref_idx_active[LIST_0],
+ pSlice->num_ref_idx_active[LIST_1],
+ pSlice->nal_reference_idc);
+#ifdef ERROR_CHECK
+ if (pSlice->num_ref_idx_active[LIST_0] >= MAX_LIST_SIZE)
+ pSlice->num_ref_idx_active[LIST_0] = MAX_LIST_SIZE - 1;
+ if (pSlice->num_ref_idx_active[LIST_1] >= MAX_LIST_SIZE)
+ pSlice->num_ref_idx_active[LIST_1] = MAX_LIST_SIZE - 1;
+#endif
+
+#if 1
+ /* dec_ref_pic_marking_buffer */
+ pSlice->adaptive_ref_pic_buffering_flag = 0;
+ if (pSlice->nal_reference_idc) {
+ for (i = 0, j = 0; i < 44; j++) {
+ unsigned short val;
+ struct DecRefPicMarking_s *tmp_drpm =
+ &pSlice->dec_ref_pic_marking_buffer[j];
+ memset(tmp_drpm, 0, sizeof(struct DecRefPicMarking_s));
+ val = tmp_drpm->
+ memory_management_control_operation =
+ mmco_cmd[i++];
+ tmp_drpm->Next = NULL;
+ if (j > 0) {
+ pSlice->
+ dec_ref_pic_marking_buffer[j - 1].Next =
+ tmp_drpm;
+ }
+ if (val == 0 || i >= 44)
+ break;
+ pSlice->adaptive_ref_pic_buffering_flag = 1;
+ if ((val == 1) || (val == 3)) {
+ tmp_drpm->difference_of_pic_nums_minus1 =
+ mmco_cmd[i++];
+ }
+ if (val == 2)
+ tmp_drpm->long_term_pic_num = mmco_cmd[i++];
+ if (i >= 44)
+ break;
+ if ((val == 3) || (val == 6))
+ tmp_drpm->long_term_frame_idx = mmco_cmd[i++];
+ if (val == 4) {
+ tmp_drpm->max_long_term_frame_idx_plus1 =
+ mmco_cmd[i++];
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "dec_ref_pic_marking_buffer[%d]:operation %x diff_pic_minus1 %x long_pic_num %x long_frame_idx %x max_long_frame_idx_plus1 %x\n",
+ j,
+ tmp_drpm->memory_management_control_operation,
+ tmp_drpm->difference_of_pic_nums_minus1,
+ tmp_drpm->long_term_pic_num,
+ tmp_drpm->long_term_frame_idx,
+ tmp_drpm->max_long_term_frame_idx_plus1);
+ }
+ }
+
+ ref_pic_list_reordering(p_H264_Dpb, pSlice);
+#endif
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s return\n", __func__);
+}
+
+static void decode_poc(struct VideoParameters *p_Vid, struct Slice *pSlice)
+{
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Vid,
+ struct h264_dpb_stru, mVideo);
+ struct SPSParameters *active_sps = p_Vid->active_sps;
+ int i;
+ /* for POC mode 0: */
+ unsigned int MaxPicOrderCntLsb = (1 <<
+ (active_sps->log2_max_pic_order_cnt_lsb_minus4 + 4));
+
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DEBUG_POC,
+ "%s:pic_order_cnt_type %d, idr_flag %d last_has_mmco_5 %d last_pic_bottom_field %d pic_order_cnt_lsb %d PrevPicOrderCntLsb %d\r\n",
+ __func__,
+ active_sps->pic_order_cnt_type,
+ pSlice->idr_flag,
+ p_Vid->last_has_mmco_5,
+ p_Vid->last_pic_bottom_field,
+ pSlice->pic_order_cnt_lsb,
+ p_Vid->PrevPicOrderCntLsb
+ );
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DEBUG_POC,
+ "%s:field_pic_flag %d, bottom_field_flag %d frame_num %d PreviousFrameNum %d PreviousFrameNumOffset %d ax_frame_num %d num_ref_frames_in_pic_order_cnt_cycle %d offset_for_non_ref_pic %d\r\n",
+ __func__,
+ pSlice->field_pic_flag,
+ pSlice->bottom_field_flag,
+ pSlice->frame_num,
+ p_Vid->PreviousFrameNum,
+ p_Vid->PreviousFrameNumOffset,
+ p_Vid->max_frame_num,
+ active_sps->num_ref_frames_in_pic_order_cnt_cycle,
+ active_sps->offset_for_non_ref_pic
+ );
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DEBUG_POC,
+ "%s: delta_pic_order_cnt %d %d nal_reference_idc %d\r\n",
+ __func__,
+ pSlice->delta_pic_order_cnt[0], pSlice->delta_pic_order_cnt[1],
+ pSlice->nal_reference_idc
+ );
+
+
+ switch (active_sps->pic_order_cnt_type) {
+ case 0: /* POC MODE 0 */
+ /* 1st */
+ if (pSlice->idr_flag) {
+ p_Vid->PrevPicOrderCntMsb = 0;
+ p_Vid->PrevPicOrderCntLsb = 0;
+ } else {
+ if (p_Vid->last_has_mmco_5) {
+ if (p_Vid->last_pic_bottom_field) {
+ p_Vid->PrevPicOrderCntMsb = 0;
+ p_Vid->PrevPicOrderCntLsb = 0;
+ } else {
+ p_Vid->PrevPicOrderCntMsb = 0;
+ p_Vid->PrevPicOrderCntLsb =
+ pSlice->toppoc;
+ }
+ }
+ }
+ /* Calculate the MSBs of current picture */
+ if (pSlice->pic_order_cnt_lsb < p_Vid->PrevPicOrderCntLsb &&
+ (p_Vid->PrevPicOrderCntLsb - pSlice->pic_order_cnt_lsb) >=
+ (MaxPicOrderCntLsb / 2))
+ pSlice->PicOrderCntMsb = p_Vid->PrevPicOrderCntMsb +
+ MaxPicOrderCntLsb;
+ else if (pSlice->pic_order_cnt_lsb >
+ p_Vid->PrevPicOrderCntLsb &&
+ (pSlice->pic_order_cnt_lsb -
+ p_Vid->PrevPicOrderCntLsb) >
+ (MaxPicOrderCntLsb / 2))
+ pSlice->PicOrderCntMsb = p_Vid->PrevPicOrderCntMsb -
+ MaxPicOrderCntLsb;
+ else
+ pSlice->PicOrderCntMsb = p_Vid->PrevPicOrderCntMsb;
+
+ /* 2nd */
+ if (pSlice->field_pic_flag == 0) {
+ /* frame pix */
+ pSlice->toppoc = pSlice->PicOrderCntMsb +
+ pSlice->pic_order_cnt_lsb;
+ pSlice->bottompoc = pSlice->toppoc +
+ pSlice->delta_pic_order_cnt_bottom;
+ pSlice->ThisPOC = pSlice->framepoc =
+ (pSlice->toppoc < pSlice->bottompoc) ?
+ pSlice->toppoc : pSlice->bottompoc;
+ /* POC200301 */
+ } else if (pSlice->bottom_field_flag == FALSE) {
+ /* top field */
+ pSlice->ThisPOC = pSlice->toppoc =
+ pSlice->PicOrderCntMsb +
+ pSlice->pic_order_cnt_lsb;
+ } else {
+ /* bottom field */
+ pSlice->ThisPOC = pSlice->bottompoc =
+ pSlice->PicOrderCntMsb +
+ pSlice->pic_order_cnt_lsb;
+ }
+ pSlice->framepoc = pSlice->ThisPOC;
+
+ p_Vid->ThisPOC = pSlice->ThisPOC;
+
+ /* if ( pSlice->frame_num != p_Vid->PreviousFrameNum)
+ Seems redundant */
+ p_Vid->PreviousFrameNum = pSlice->frame_num;
+
+ if (pSlice->nal_reference_idc) {
+ p_Vid->PrevPicOrderCntLsb = pSlice->pic_order_cnt_lsb;
+ p_Vid->PrevPicOrderCntMsb = pSlice->PicOrderCntMsb;
+ }
+
+ break;
+
+ case 1: /* POC MODE 1 */
+ /* 1st */
+ if (pSlice->idr_flag) {
+ p_Vid->FrameNumOffset = 0; /* first pix of IDRGOP */
+ if (pSlice->frame_num)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "frame_num not equal to zero in IDR picture %d",
+ -1020);
+ } else {
+ if (p_Vid->last_has_mmco_5) {
+ p_Vid->PreviousFrameNumOffset = 0;
+ p_Vid->PreviousFrameNum = 0;
+ }
+ if (pSlice->frame_num < p_Vid->PreviousFrameNum) {
+ /* not first pix of IDRGOP */
+ p_Vid->FrameNumOffset =
+ p_Vid->PreviousFrameNumOffset +
+ p_Vid->max_frame_num;
+ } else {
+ p_Vid->FrameNumOffset =
+ p_Vid->PreviousFrameNumOffset;
+ }
+ }
+
+ /* 2nd */
+ if (active_sps->num_ref_frames_in_pic_order_cnt_cycle)
+ pSlice->AbsFrameNum =
+ p_Vid->FrameNumOffset + pSlice->frame_num;
+ else
+ pSlice->AbsFrameNum = 0;
+ if ((!pSlice->nal_reference_idc) && pSlice->AbsFrameNum > 0)
+ pSlice->AbsFrameNum--;
+
+ /* 3rd */
+ p_Vid->ExpectedDeltaPerPicOrderCntCycle = 0;
+
+ if (active_sps->num_ref_frames_in_pic_order_cnt_cycle)
+ for (i = 0; i < (int) active_sps->
+ num_ref_frames_in_pic_order_cnt_cycle; i++) {
+ p_Vid->ExpectedDeltaPerPicOrderCntCycle +=
+ active_sps->offset_for_ref_frame[i];
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DEBUG_POC,
+ "%s: offset_for_ref_frame %d\r\n",
+ __func__,
+ active_sps->
+ offset_for_ref_frame[i]);
+ }
+
+ if (pSlice->AbsFrameNum) {
+ p_Vid->PicOrderCntCycleCnt =
+ (pSlice->AbsFrameNum - 1) /
+ active_sps->
+ num_ref_frames_in_pic_order_cnt_cycle;
+ p_Vid->FrameNumInPicOrderCntCycle =
+ (pSlice->AbsFrameNum - 1) %
+ active_sps->
+ num_ref_frames_in_pic_order_cnt_cycle;
+ p_Vid->ExpectedPicOrderCnt =
+ p_Vid->PicOrderCntCycleCnt *
+ p_Vid->ExpectedDeltaPerPicOrderCntCycle;
+ for (i = 0; i <= (int)p_Vid->
+ FrameNumInPicOrderCntCycle; i++) {
+ p_Vid->ExpectedPicOrderCnt +=
+ active_sps->offset_for_ref_frame[i];
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DEBUG_POC,
+ "%s: offset_for_ref_frame %d\r\n",
+ __func__,
+ active_sps->
+ offset_for_ref_frame[i]);
+ }
+ } else
+ p_Vid->ExpectedPicOrderCnt = 0;
+
+ if (!pSlice->nal_reference_idc)
+ p_Vid->ExpectedPicOrderCnt +=
+ active_sps->offset_for_non_ref_pic;
+
+ if (pSlice->field_pic_flag == 0) {
+ /* frame pix */
+ pSlice->toppoc = p_Vid->ExpectedPicOrderCnt +
+ pSlice->delta_pic_order_cnt[0];
+ pSlice->bottompoc = pSlice->toppoc +
+ active_sps->offset_for_top_to_bottom_field +
+ pSlice->delta_pic_order_cnt[1];
+ pSlice->ThisPOC = pSlice->framepoc =
+ (pSlice->toppoc < pSlice->bottompoc) ?
+ pSlice->toppoc : pSlice->bottompoc;
+ /* POC200301 */
+ } else if (pSlice->bottom_field_flag == FALSE) {
+ /* top field */
+ pSlice->ThisPOC = pSlice->toppoc =
+ p_Vid->ExpectedPicOrderCnt +
+ pSlice->delta_pic_order_cnt[0];
+ } else {
+ /* bottom field */
+ pSlice->ThisPOC = pSlice->bottompoc =
+ p_Vid->ExpectedPicOrderCnt +
+ active_sps->offset_for_top_to_bottom_field +
+ pSlice->delta_pic_order_cnt[0];
+ }
+ pSlice->framepoc = pSlice->ThisPOC;
+
+ p_Vid->PreviousFrameNum = pSlice->frame_num;
+ p_Vid->PreviousFrameNumOffset = p_Vid->FrameNumOffset;
+
+ break;
+
+
+ case 2: /* POC MODE 2 */
+ if (pSlice->idr_flag) { /* IDR picture */
+ p_Vid->FrameNumOffset = 0; /* first pix of IDRGOP */
+ pSlice->ThisPOC = pSlice->framepoc = pSlice->toppoc =
+ pSlice->bottompoc = 0;
+ if (pSlice->frame_num)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "frame_num not equal to zero in IDR picture %d",
+ -1020);
+ } else {
+ if (p_Vid->last_has_mmco_5) {
+ p_Vid->PreviousFrameNum = 0;
+ p_Vid->PreviousFrameNumOffset = 0;
+ }
+ if (pSlice->frame_num < p_Vid->PreviousFrameNum)
+ p_Vid->FrameNumOffset =
+ p_Vid->PreviousFrameNumOffset +
+ p_Vid->max_frame_num;
+ else
+ p_Vid->FrameNumOffset =
+ p_Vid->PreviousFrameNumOffset;
+
+ pSlice->AbsFrameNum = p_Vid->FrameNumOffset +
+ pSlice->frame_num;
+ if (!pSlice->nal_reference_idc)
+ pSlice->ThisPOC =
+ (2 * pSlice->AbsFrameNum - 1);
+ else
+ pSlice->ThisPOC = (2 * pSlice->AbsFrameNum);
+
+ if (pSlice->field_pic_flag == 0)
+ pSlice->toppoc = pSlice->bottompoc =
+ pSlice->framepoc = pSlice->ThisPOC;
+ else if (pSlice->bottom_field_flag == FALSE)
+ pSlice->toppoc = pSlice->framepoc =
+ pSlice->ThisPOC;
+ else
+ pSlice->bottompoc = pSlice->framepoc =
+ pSlice->ThisPOC;
+ }
+
+ p_Vid->PreviousFrameNum = pSlice->frame_num;
+ p_Vid->PreviousFrameNumOffset = p_Vid->FrameNumOffset;
+ break;
+
+
+ default:
+ /* error must occurs */
+ /* assert( 1==0 ); */
+ break;
+ }
+}
+
+void fill_frame_num_gap(struct VideoParameters *p_Vid, struct Slice *currSlice)
+{
+ struct h264_dpb_stru *p_H264_Dpb =
+ container_of(p_Vid, struct h264_dpb_stru, mVideo);
+ struct SPSParameters *active_sps = p_Vid->active_sps;
+ int CurrFrameNum;
+ int UnusedShortTermFrameNum;
+ struct StorablePicture *picture = NULL;
+ int tmp1 = currSlice->delta_pic_order_cnt[0];
+ int tmp2 = currSlice->delta_pic_order_cnt[1];
+ currSlice->delta_pic_order_cnt[0] =
+ currSlice->delta_pic_order_cnt[1] = 0;
+
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "A gap in frame number is found, try to fill it.(pre_frame_num %d, max_frame_num %d\n",
+ p_Vid->pre_frame_num, p_Vid->max_frame_num
+ );
+
+ UnusedShortTermFrameNum = (p_Vid->pre_frame_num + 1)
+ % p_Vid->max_frame_num;
+ CurrFrameNum = currSlice->frame_num; /*p_Vid->frame_num;*/
+
+ while (CurrFrameNum != UnusedShortTermFrameNum) {
+ /*picture = alloc_storable_picture
+ (p_Vid, FRAME, p_Vid->width,
+ p_Vid->height,
+ p_Vid->width_cr,
+ p_Vid->height_cr, 1);*/
+ picture = get_new_pic(p_H264_Dpb,
+ p_H264_Dpb->mSlice.structure,
+ /*p_Vid->width, p_Vid->height,
+ p_Vid->width_cr,
+ p_Vid->height_cr,*/ 1);
+
+ if (picture == NULL) {
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s Error: get_new_pic return NULL\r\n",
+ __func__);
+ h264_debug_flag |= PRINT_FLAG_DUMP_DPB;
+ dump_dpb(p_Dpb);
+ return;
+ }
+
+ picture->colocated_buf_index = -1;
+ picture->buf_spec_num = -1;
+
+ picture->coded_frame = 1;
+ picture->pic_num = UnusedShortTermFrameNum;
+ picture->frame_num = UnusedShortTermFrameNum;
+ picture->non_existing = 1;
+ picture->is_output = 1;
+ picture->used_for_reference = 1;
+ picture->adaptive_ref_pic_buffering_flag = 0;
+ #if (MVC_EXTENSION_ENABLE)
+ picture->view_id = currSlice->view_id;
+ #endif
+
+ currSlice->frame_num = UnusedShortTermFrameNum;
+ if (active_sps->pic_order_cnt_type != 0) {
+ /*decode_poc(p_Vid, p_Vid->ppSliceList[0]);*/
+ decode_poc(&p_H264_Dpb->mVideo, &p_H264_Dpb->mSlice);
+ }
+ picture->top_poc = currSlice->toppoc;
+ picture->bottom_poc = currSlice->bottompoc;
+ picture->frame_poc = currSlice->framepoc;
+ picture->poc = currSlice->framepoc;
+
+ store_picture_in_dpb(p_H264_Dpb, picture);
+
+ picture = NULL;
+ p_Vid->pre_frame_num = UnusedShortTermFrameNum;
+ UnusedShortTermFrameNum =
+ (UnusedShortTermFrameNum + 1) %
+ p_Vid->max_frame_num;
+ }
+ currSlice->delta_pic_order_cnt[0] = tmp1;
+ currSlice->delta_pic_order_cnt[1] = tmp2;
+ currSlice->frame_num = CurrFrameNum;
+}
+
+void dpb_init_global(struct h264_dpb_stru *p_H264_Dpb,
+ int id, int actual_dpb_size, int max_reference_size)
+{
+ int i;
+ init_dummy_fs();
+
+ memset(&p_H264_Dpb->mDPB, 0, sizeof(struct DecodedPictureBuffer));
+
+ memset(&p_H264_Dpb->mSlice, 0, sizeof(struct Slice));
+ memset(&p_H264_Dpb->mVideo, 0, sizeof(struct VideoParameters));
+ memset(&p_H264_Dpb->mSPS, 0, sizeof(struct SPSParameters));
+
+ for (i = 0; i < DPB_SIZE_MAX; i++) {
+ memset(&(p_H264_Dpb->mFrameStore[i]), 0,
+ sizeof(struct FrameStore));
+ }
+
+ for (i = 0; i < MAX_PIC_BUF_NUM; i++) {
+ memset(&(p_H264_Dpb->m_PIC[i]), 0,
+ sizeof(struct StorablePicture));
+ p_H264_Dpb->m_PIC[i].index = i;
+ }
+ p_H264_Dpb->decoder_index = id;
+
+ /* make sure dpb_init_global
+ can be called during decoding
+ (in DECODE_STATE_IDLE or DECODE_STATE_READY state) */
+ p_H264_Dpb->mDPB.size = actual_dpb_size;
+ p_H264_Dpb->max_reference_size = max_reference_size;
+}
+
+static void init_picture(struct h264_dpb_stru *p_H264_Dpb,
+ struct Slice *currSlice,
+ struct StorablePicture *dec_picture)
+{
+ /* struct VideoParameters *p_Vid = &(p_H264_Dpb->mVideo); */
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s dec_picture %p\n", __func__, dec_picture);
+ dec_picture->top_poc = currSlice->toppoc;
+ dec_picture->bottom_poc = currSlice->bottompoc;
+ dec_picture->frame_poc = currSlice->framepoc;
+ switch (currSlice->structure) {
+ case TOP_FIELD: {
+ dec_picture->poc = currSlice->toppoc;
+ /* p_Vid->number *= 2; */
+ break;
+ }
+ case BOTTOM_FIELD: {
+ dec_picture->poc = currSlice->bottompoc;
+ /* p_Vid->number = p_Vid->number * 2 + 1; */
+ break;
+ }
+ case FRAME: {
+ dec_picture->poc = currSlice->framepoc;
+ break;
+ }
+ default:
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "p_Vid->structure not initialized %d\n", 235);
+ }
+
+ /* dec_picture->slice_type = p_Vid->type; */
+ dec_picture->used_for_reference = (currSlice->nal_reference_idc != 0);
+ dec_picture->idr_flag = currSlice->idr_flag;
+ dec_picture->no_output_of_prior_pics_flag =
+ currSlice->no_output_of_prior_pics_flag;
+ dec_picture->long_term_reference_flag =
+ currSlice->long_term_reference_flag;
+#if 1
+ dec_picture->adaptive_ref_pic_buffering_flag =
+ currSlice->adaptive_ref_pic_buffering_flag;
+ dec_picture->dec_ref_pic_marking_buffer =
+ &currSlice->dec_ref_pic_marking_buffer[0];
+#endif
+ /* currSlice->dec_ref_pic_marking_buffer = NULL; */
+
+ /* dec_picture->mb_aff_frame_flag = currSlice->mb_aff_frame_flag; */
+ /* dec_picture->PicWidthInMbs = p_Vid->PicWidthInMbs; */
+
+ /* p_Vid->get_mb_block_pos =
+ dec_picture->mb_aff_frame_flag ? get_mb_block_pos_mbaff :
+ get_mb_block_pos_normal; */
+ /* p_Vid->getNeighbour =
+ dec_picture->mb_aff_frame_flag ? getAffNeighbour :
+ getNonAffNeighbour; */
+
+ dec_picture->pic_num = currSlice->frame_num;
+ dec_picture->frame_num = currSlice->frame_num;
+
+ /* dec_picture->recovery_frame =
+ (unsigned int) ((int) currSlice->frame_num ==
+ p_Vid->recovery_frame_num); */
+
+ dec_picture->coded_frame = (currSlice->structure == FRAME);
+
+ /* dec_picture->chroma_format_idc = active_sps->chroma_format_idc; */
+
+ /* dec_picture->frame_mbs_only_flag =
+ active_sps->frame_mbs_only_flag; */
+ /* dec_picture->frame_cropping_flag =
+ active_sps->frame_cropping_flag; */
+
+ if ((currSlice->picture_structure_mmco & 0x3) == 3) {
+ dec_picture->mb_aff_frame_flag = 1;
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s, picture_structure_mmco is %x, set mb_aff_frame_flag to 1\n",
+ __func__,
+ currSlice->picture_structure_mmco);
+ }
+
+}
+
+static struct StorablePicture *get_new_pic(struct h264_dpb_stru *p_H264_Dpb,
+ enum PictureStructure structure, unsigned char is_output)
+{
+ struct StorablePicture *s = NULL;
+ struct StorablePicture *pic;
+ struct VideoParameters *p_Vid = &(p_H264_Dpb->mVideo);
+ /* recycle un-used pic */
+ int ii = 0;
+
+ for (ii = 0; ii < MAX_PIC_BUF_NUM; ii++) {
+ pic = &(p_H264_Dpb->m_PIC[ii]);
+ if (pic->is_used == 0) {
+ pic->is_used = 1;
+ s = pic;
+ break;
+ }
+ }
+
+ if (s) {
+ s->pic_num = 0;
+ s->frame_num = 0;
+ s->long_term_frame_idx = 0;
+ s->long_term_pic_num = 0;
+ s->used_for_reference = 0;
+ s->is_long_term = 0;
+ s->non_existing = 0;
+ s->is_output = 0;
+ s->pre_output = 0;
+ s->max_slice_id = 0;
+#if (MVC_EXTENSION_ENABLE)
+ s->view_id = -1;
+#endif
+
+ s->structure = structure;
+
+#if 0
+ s->size_x = size_x;
+ s->size_y = size_y;
+ s->size_x_cr = size_x_cr;
+ s->size_y_cr = size_y_cr;
+ s->size_x_m1 = size_x - 1;
+ s->size_y_m1 = size_y - 1;
+ s->size_x_cr_m1 = size_x_cr - 1;
+ s->size_y_cr_m1 = size_y_cr - 1;
+
+ s->top_field = p_Vid->no_reference_picture;
+ s->bottom_field = p_Vid->no_reference_picture;
+ s->frame = p_Vid->no_reference_picture;
+#endif
+ /* s->dec_ref_pic_marking_buffer = NULL; */
+
+ s->coded_frame = 0;
+ s->mb_aff_frame_flag = 0;
+
+ s->top_poc = s->bottom_poc = s->poc = 0;
+ s->seiHasTone_mapping = 0;
+
+ if (!p_Vid->active_sps->frame_mbs_only_flag &&
+ structure != FRAME) {
+ int i, j;
+ for (j = 0; j < MAX_NUM_SLICES; j++) {
+ for (i = 0; i < 2; i++) {
+ /* s->listX[j][i] =
+ calloc(MAX_LIST_SIZE,
+ sizeof (struct StorablePicture *));
+ +1 for reordering ???
+
+ if (NULL == s->listX[j][i])
+ no_mem_exit("alloc_storable_picture:
+ s->listX[i]"); */
+ }
+ }
+ }
+ }
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s %p\n", __func__, s);
+ return s;
+}
+
+static void free_picture(struct h264_dpb_stru *p_H264_Dpb,
+ struct StorablePicture *pic)
+{
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s %p %d\n", __func__, pic, pic->index);
+ /* assert(pic->index<MAX_PIC_BUF_NUM); */
+ p_H264_Dpb->m_PIC[pic->index].is_used = 0;
+}
+
+static void gen_field_ref_ids(struct VideoParameters *p_Vid,
+ struct StorablePicture *p)
+{
+ int i, j;
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Vid,
+ struct h264_dpb_stru, mVideo);
+ /* ! Generate Frame parameters from field information. */
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+
+ /* copy the list; */
+ for (j = 0; j < p_Vid->iSliceNumOfCurrPic; j++) {
+ if (p->listX[j][LIST_0]) {
+ p->listXsize[j][LIST_0] =
+ p_Vid->ppSliceList[j]->listXsize[LIST_0];
+ for (i = 0; i < p->listXsize[j][LIST_0]; i++)
+ p->listX[j][LIST_0][i] =
+ p_Vid->ppSliceList[j]->listX[LIST_0][i];
+ }
+ if (p->listX[j][LIST_1]) {
+ p->listXsize[j][LIST_1] =
+ p_Vid->ppSliceList[j]->listXsize[LIST_1];
+ for (i = 0; i < p->listXsize[j][LIST_1]; i++)
+ p->listX[j][LIST_1][i] =
+ p_Vid->ppSliceList[j]->listX[LIST_1][i];
+ }
+ }
+}
+
+static void init_dpb(struct h264_dpb_stru *p_H264_Dpb, int type)
+{
+ unsigned i;
+ struct VideoParameters *p_Vid = &p_H264_Dpb->mVideo;
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ struct SPSParameters *active_sps = &p_H264_Dpb->mSPS;
+
+ p_Vid->active_sps = active_sps;
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+
+ p_Dpb->p_Vid = p_Vid;
+ if (p_Dpb->init_done) {
+ /* free_dpb(p_Dpb); */
+ if (p_Vid->no_reference_picture) {
+ free_picture(p_H264_Dpb, p_Vid->no_reference_picture);
+ p_Vid->no_reference_picture = NULL;
+ }
+ p_Dpb->init_done = 0;
+ }
+
+ /* p_Dpb->size = 10; //active_sps->max_dpb_size; //16;
+ getDpbSize(p_Vid, active_sps) +
+ p_Vid->p_Inp->dpb_plus[type==2? 1: 0];
+ p_Dpb->size = active_sps->max_dpb_size; //16;
+ getDpbSize(p_Vid, active_sps) +
+ p_Vid->p_Inp->dpb_plus[type==2? 1: 0];
+ p_Dpb->size initialzie in vh264.c */
+ p_Dpb->num_ref_frames = active_sps->num_ref_frames;
+ /* p_Dpb->num_ref_frames initialzie in vh264.c */
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s dpb_size is %d (%d) num_ref_frames = %d (%d)\n",
+ __func__, p_Dpb->size, active_sps->max_dpb_size,
+ p_Dpb->num_ref_frames,
+ active_sps->num_ref_frames);
+
+#if 0
+ /* ??? */
+#if (MVC_EXTENSION_ENABLE)
+ if ((unsigned int)active_sps->max_dec_frame_buffering <
+ active_sps->num_ref_frames) {
+#else
+ if (p_Dpb->size < active_sps->num_ref_frames) {
+#endif
+ error(
+ "DPB size at specified level is smaller than the specified number of reference frames. This is not allowed.\n",
+ 1000);
+ }
+#endif
+
+ p_Dpb->used_size = 0;
+ p_Dpb->last_picture = NULL;
+
+ p_Dpb->ref_frames_in_buffer = 0;
+ p_Dpb->ltref_frames_in_buffer = 0;
+
+#if 0
+ p_Dpb->fs = calloc(p_Dpb->size, sizeof(struct FrameStore *));
+ if (NULL == p_Dpb->fs)
+ no_mem_exit("init_dpb: p_Dpb->fs");
+
+ p_Dpb->fs_ref = calloc(p_Dpb->size, sizeof(struct FrameStore *));
+ if (NULL == p_Dpb->fs_ref)
+ no_mem_exit("init_dpb: p_Dpb->fs_ref");
+
+ p_Dpb->fs_ltref = calloc(p_Dpb->size, sizeof(struct FrameStore *));
+ if (NULL == p_Dpb->fs_ltref)
+ no_mem_exit("init_dpb: p_Dpb->fs_ltref");
+#endif
+
+#if (MVC_EXTENSION_ENABLE)
+ p_Dpb->fs_ilref = calloc(1, sizeof(struct FrameStore *));
+ if (NULL == p_Dpb->fs_ilref)
+ no_mem_exit("init_dpb: p_Dpb->fs_ilref");
+#endif
+
+ for (i = 0; i < p_Dpb->size; i++) {
+ p_Dpb->fs[i] = &(p_H264_Dpb->mFrameStore[i]);
+ /* alloc_frame_store(); */
+ p_Dpb->fs[i]->index = i;
+ p_Dpb->fs_ref[i] = NULL;
+ p_Dpb->fs_ltref[i] = NULL;
+ p_Dpb->fs[i]->layer_id = 0; /* MVC_INIT_VIEW_ID; */
+#if (MVC_EXTENSION_ENABLE)
+ p_Dpb->fs[i]->view_id = MVC_INIT_VIEW_ID;
+ p_Dpb->fs[i]->inter_view_flag[0] =
+ p_Dpb->fs[i]->inter_view_flag[1] = 0;
+ p_Dpb->fs[i]->anchor_pic_flag[0] =
+ p_Dpb->fs[i]->anchor_pic_flag[1] = 0;
+#endif
+ }
+#if (MVC_EXTENSION_ENABLE)
+ if (type == 2) {
+ p_Dpb->fs_ilref[0] = alloc_frame_store();
+ /* These may need some cleanups */
+ p_Dpb->fs_ilref[0]->view_id = MVC_INIT_VIEW_ID;
+ p_Dpb->fs_ilref[0]->inter_view_flag[0] =
+ p_Dpb->fs_ilref[0]->inter_view_flag[1] = 0;
+ p_Dpb->fs_ilref[0]->anchor_pic_flag[0] =
+ p_Dpb->fs_ilref[0]->anchor_pic_flag[1] = 0;
+ /* given that this is in a different buffer,
+ do we even need proc_flag anymore? */
+ } else
+ p_Dpb->fs_ilref[0] = NULL;
+#endif
+
+ /*
+ for (i = 0; i < 6; i++)
+ {
+ currSlice->listX[i] =
+ calloc(MAX_LIST_SIZE, sizeof (struct StorablePicture *));
+ +1 for reordering
+ if (NULL == currSlice->listX[i])
+ no_mem_exit("init_dpb: currSlice->listX[i]");
+ }
+ */
+ /* allocate a dummy storable picture */
+ if (!p_Vid->no_reference_picture) {
+ p_Vid->no_reference_picture = get_new_pic(p_H264_Dpb,
+ FRAME,
+ /*p_Vid->width, p_Vid->height,
+ p_Vid->width_cr, p_Vid->height_cr,*/ 1);
+ p_Vid->no_reference_picture->top_field =
+ p_Vid->no_reference_picture;
+ p_Vid->no_reference_picture->bottom_field =
+ p_Vid->no_reference_picture;
+ p_Vid->no_reference_picture->frame =
+ p_Vid->no_reference_picture;
+ }
+ p_Dpb->last_output_poc = INT_MIN;
+
+#if (MVC_EXTENSION_ENABLE)
+ p_Dpb->last_output_view_id = -1;
+#endif
+
+ p_Vid->last_has_mmco_5 = 0;
+
+ init_colocate_buf(p_H264_Dpb, p_H264_Dpb->max_reference_size);
+
+ p_Dpb->init_done = 1;
+
+#if 0
+/* ??? */
+ /* picture error concealment */
+ if (p_Vid->conceal_mode != 0 && !p_Vid->last_out_fs)
+ p_Vid->last_out_fs = alloc_frame_store();
+#endif
+}
+
+static void dpb_split_field(struct h264_dpb_stru *p_H264_Dpb,
+ struct FrameStore *fs)
+{
+ struct StorablePicture *fs_top = NULL, *fs_btm = NULL;
+ struct StorablePicture *frame = fs->frame;
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s %p %p\n", __func__, fs, frame);
+
+ fs->poc = frame->poc;
+
+ if (!frame->frame_mbs_only_flag) {
+ fs_top = fs->top_field = get_new_pic(p_H264_Dpb,
+ TOP_FIELD,
+ /* frame->size_x, frame->size_y,
+ frame->size_x_cr, frame->size_y_cr,*/ 1);
+ fs_btm = fs->bottom_field = get_new_pic(p_H264_Dpb,
+ BOTTOM_FIELD,
+ /*frame->size_x, frame->size_y,
+ frame->size_x_cr, frame->size_y_cr,*/ 1);
+ if (fs_top == NULL || fs_btm == NULL)
+ return;
+#if 1
+/* rain */
+ fs_top->buf_spec_num = frame->buf_spec_num;
+ fs_btm->buf_spec_num = frame->buf_spec_num;
+
+ fs_top->colocated_buf_index = frame->colocated_buf_index;
+ fs_btm->colocated_buf_index = frame->colocated_buf_index;
+#endif
+ fs_top->poc = frame->top_poc;
+ fs_btm->poc = frame->bottom_poc;
+
+#if (MVC_EXTENSION_ENABLE)
+ fs_top->view_id = frame->view_id;
+ fs_btm->view_id = frame->view_id;
+#endif
+
+ fs_top->frame_poc = frame->frame_poc;
+
+ fs_top->bottom_poc = fs_btm->bottom_poc = frame->bottom_poc;
+ fs_top->top_poc = fs_btm->top_poc = frame->top_poc;
+ fs_btm->frame_poc = frame->frame_poc;
+
+ fs_top->used_for_reference = fs_btm->used_for_reference
+ = frame->used_for_reference;
+ fs_top->is_long_term = fs_btm->is_long_term
+ = frame->is_long_term;
+ fs->long_term_frame_idx = fs_top->long_term_frame_idx
+ = fs_btm->long_term_frame_idx
+ = frame->long_term_frame_idx;
+
+ fs_top->coded_frame = fs_btm->coded_frame = 1;
+ fs_top->mb_aff_frame_flag = fs_btm->mb_aff_frame_flag
+ = frame->mb_aff_frame_flag;
+
+ frame->top_field = fs_top;
+ frame->bottom_field = fs_btm;
+ frame->frame = frame;
+ fs_top->bottom_field = fs_btm;
+ fs_top->frame = frame;
+ fs_top->top_field = fs_top;
+ fs_btm->top_field = fs_top;
+ fs_btm->frame = frame;
+ fs_btm->bottom_field = fs_btm;
+
+#if (MVC_EXTENSION_ENABLE)
+ fs_top->view_id = fs_btm->view_id = fs->view_id;
+ fs_top->inter_view_flag = fs->inter_view_flag[0];
+ fs_btm->inter_view_flag = fs->inter_view_flag[1];
+#endif
+
+ fs_top->chroma_format_idc = fs_btm->chroma_format_idc =
+ frame->chroma_format_idc;
+ fs_top->iCodingType = fs_btm->iCodingType = frame->iCodingType;
+ } else {
+ fs->top_field = NULL;
+ fs->bottom_field = NULL;
+ frame->top_field = NULL;
+ frame->bottom_field = NULL;
+ frame->frame = frame;
+ }
+
+}
+
+
+static void dpb_combine_field(struct h264_dpb_stru *p_H264_Dpb,
+ struct FrameStore *fs)
+{
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+
+ if (!fs->frame) {
+ fs->frame = get_new_pic(p_H264_Dpb,
+ FRAME,
+ /* fs->top_field->size_x, fs->top_field->size_y*2,
+ fs->top_field->size_x_cr, fs->top_field->size_y_cr*2,
+ */ 1);
+ }
+ if (!fs->frame)
+ return;
+#if 1
+/* rain */
+ fs->frame->buf_spec_num = fs->top_field->buf_spec_num;
+ fs->frame->colocated_buf_index = fs->top_field->colocated_buf_index;
+#endif
+
+
+ fs->poc = fs->frame->poc = fs->frame->frame_poc = imin(
+ fs->top_field->poc, fs->bottom_field->poc);
+
+ fs->bottom_field->frame_poc = fs->top_field->frame_poc = fs->frame->poc;
+
+ fs->bottom_field->top_poc = fs->frame->top_poc = fs->top_field->poc;
+ fs->top_field->bottom_poc = fs->frame->bottom_poc =
+ fs->bottom_field->poc;
+
+ fs->frame->used_for_reference = (fs->top_field->used_for_reference &&
+ fs->bottom_field->used_for_reference);
+ fs->frame->is_long_term = (fs->top_field->is_long_term &&
+ fs->bottom_field->is_long_term);
+
+ if (fs->frame->is_long_term)
+ fs->frame->long_term_frame_idx = fs->long_term_frame_idx;
+
+ fs->frame->top_field = fs->top_field;
+ fs->frame->bottom_field = fs->bottom_field;
+ fs->frame->frame = fs->frame;
+
+ fs->frame->coded_frame = 0;
+
+ fs->frame->chroma_format_idc = fs->top_field->chroma_format_idc;
+ fs->frame->frame_cropping_flag = fs->top_field->frame_cropping_flag;
+ if (fs->frame->frame_cropping_flag) {
+ fs->frame->frame_crop_top_offset =
+ fs->top_field->frame_crop_top_offset;
+ fs->frame->frame_crop_bottom_offset =
+ fs->top_field->frame_crop_bottom_offset;
+ fs->frame->frame_crop_left_offset =
+ fs->top_field->frame_crop_left_offset;
+ fs->frame->frame_crop_right_offset =
+ fs->top_field->frame_crop_right_offset;
+ }
+
+ fs->top_field->frame = fs->bottom_field->frame = fs->frame;
+ fs->top_field->top_field = fs->top_field;
+ fs->top_field->bottom_field = fs->bottom_field;
+ fs->bottom_field->top_field = fs->top_field;
+ fs->bottom_field->bottom_field = fs->bottom_field;
+
+ /**/
+#if (MVC_EXTENSION_ENABLE)
+ fs->frame->view_id = fs->view_id;
+#endif
+ fs->frame->iCodingType = fs->top_field->iCodingType;
+ /* FIELD_CODING ;*/
+}
+
+static void calculate_frame_no(struct VideoParameters *p_Vid,
+ struct StorablePicture *p)
+{
+#if 0
+/* ??? */
+ InputParameters *p_Inp = p_Vid->p_Inp;
+ /* calculate frame number */
+ int psnrPOC = p_Vid->active_sps->mb_adaptive_frame_field_flag ?
+ p->poc / (p_Inp->poc_scale) : p->poc / (p_Inp->poc_scale);
+
+ if (psnrPOC == 0) { /* && p_Vid->psnr_number) */
+ p_Vid->idr_psnr_number =
+ p_Vid->g_nFrame * p_Vid->ref_poc_gap / (p_Inp->poc_scale);
+ }
+ p_Vid->psnr_number = imax(p_Vid->psnr_number,
+ p_Vid->idr_psnr_number + psnrPOC);
+
+ p_Vid->frame_no = p_Vid->idr_psnr_number + psnrPOC;
+#endif
+}
+
+static void insert_picture_in_dpb(struct h264_dpb_stru *p_H264_Dpb,
+ struct FrameStore *fs,
+ struct StorablePicture *p)
+{
+ struct VideoParameters *p_Vid = &p_H264_Dpb->mVideo;
+ /* InputParameters *p_Inp = p_Vid->p_Inp;
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "insert (%s) pic with frame_num #%d, poc %d\n",
+ (p->structure == FRAME)?"FRAME":
+ (p->structure == TOP_FIELD)?"TOP_FIELD":
+ "BOTTOM_FIELD", p->pic_num, p->poc);
+ assert (p!=NULL);
+ assert (fs!=NULL);*/
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s %p %p\n", __func__, fs, p);
+#if 1
+/* rain */
+/* p->buf_spec_num = fs->index; */
+ fs->buf_spec_num = p->buf_spec_num;
+ fs->colocated_buf_index = p->colocated_buf_index;
+#endif
+ switch (p->structure) {
+ case FRAME:
+ fs->frame = p;
+ fs->is_used = 3;
+ if (p->used_for_reference) {
+ fs->is_reference = 3;
+ fs->is_orig_reference = 3;
+ if (p->is_long_term) {
+ fs->is_long_term = 3;
+ fs->long_term_frame_idx =
+ p->long_term_frame_idx;
+ }
+ }
+ fs->layer_id = p->layer_id;
+#if (MVC_EXTENSION_ENABLE)
+ fs->view_id = p->view_id;
+ fs->inter_view_flag[0] = fs->inter_view_flag[1] =
+ p->inter_view_flag;
+ fs->anchor_pic_flag[0] = fs->anchor_pic_flag[1] =
+ p->anchor_pic_flag;
+#endif
+ /* generate field views */
+ /* return; */
+ dpb_split_field(p_H264_Dpb, fs);
+ /* return; */
+ break;
+ case TOP_FIELD:
+ fs->top_field = p;
+ fs->is_used |= 1;
+ fs->layer_id = p->layer_id;
+#if (MVC_EXTENSION_ENABLE)
+ fs->view_id = p->view_id;
+ fs->inter_view_flag[0] = p->inter_view_flag;
+ fs->anchor_pic_flag[0] = p->anchor_pic_flag;
+#endif
+ if (p->used_for_reference) {
+ fs->is_reference |= 1;
+ fs->is_orig_reference |= 1;
+ if (p->is_long_term) {
+ fs->is_long_term |= 1;
+ fs->long_term_frame_idx =
+ p->long_term_frame_idx;
+ }
+ }
+ if (fs->is_used == 3) {
+ /* generate frame view */
+ dpb_combine_field(p_H264_Dpb, fs);
+ } else {
+ fs->poc = p->poc;
+ }
+ gen_field_ref_ids(p_Vid, p);
+ break;
+ case BOTTOM_FIELD:
+ fs->bottom_field = p;
+ fs->is_used |= 2;
+ fs->layer_id = p->layer_id;
+#if (MVC_EXTENSION_ENABLE)
+ fs->view_id = p->view_id;
+ fs->inter_view_flag[1] = p->inter_view_flag;
+ fs->anchor_pic_flag[1] = p->anchor_pic_flag;
+#endif
+ if (p->used_for_reference) {
+ fs->is_reference |= 2;
+ fs->is_orig_reference |= 2;
+ if (p->is_long_term) {
+ fs->is_long_term |= 2;
+ fs->long_term_frame_idx =
+ p->long_term_frame_idx;
+ }
+ }
+ if (fs->is_used == 3) {
+ /* generate frame view */
+ dpb_combine_field(p_H264_Dpb, fs);
+ } else {
+ fs->poc = p->poc;
+ }
+ gen_field_ref_ids(p_Vid, p);
+ break;
+ }
+ fs->frame_num = p->pic_num;
+ fs->recovery_frame = p->recovery_frame;
+
+ fs->is_output = p->is_output;
+ fs->pre_output = p->pre_output;
+
+ if (fs->is_used == 3) {
+ calculate_frame_no(p_Vid, p);
+#if 0
+/* ??? */
+ if (-1 != p_Vid->p_ref && !p_Inp->silent)
+ find_snr(p_Vid, fs->frame, &p_Vid->p_ref);
+#endif
+ }
+
+ fs->pts = p->pts;
+ fs->pts64 = p->pts64;
+}
+
+void reset_frame_store(struct h264_dpb_stru *p_H264_Dpb,
+ struct FrameStore *f)
+{
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+
+ if (f) {
+ if (f->frame) {
+ free_picture(p_H264_Dpb, f->frame);
+ f->frame = NULL;
+ }
+ if (f->top_field) {
+ free_picture(p_H264_Dpb, f->top_field);
+ f->top_field = NULL;
+ }
+ if (f->bottom_field) {
+ free_picture(p_H264_Dpb, f->bottom_field);
+ f->bottom_field = NULL;
+ }
+
+ /**/
+ f->is_used = 0;
+ f->is_reference = 0;
+ f->is_long_term = 0;
+ f->is_orig_reference = 0;
+
+ f->is_output = 0;
+ f->pre_output = 0;
+
+ f->frame = NULL;
+ f->top_field = NULL;
+ f->bottom_field = NULL;
+
+ /* free(f); */
+ }
+}
+
+static void unmark_for_reference(struct DecodedPictureBuffer *p_Dpb,
+ struct FrameStore *fs)
+{
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s %p %p %p %p\n", __func__,
+ fs, fs->frame, fs->top_field, fs->bottom_field);
+ /* return; */
+ if (fs->is_used & 1) {
+ if (fs->top_field)
+ fs->top_field->used_for_reference = 0;
+ }
+ if (fs->is_used & 2) {
+ if (fs->bottom_field)
+ fs->bottom_field->used_for_reference = 0;
+ }
+ if (fs->is_used == 3) {
+ if (fs->top_field && fs->bottom_field) {
+ fs->top_field->used_for_reference = 0;
+ fs->bottom_field->used_for_reference = 0;
+ }
+ fs->frame->used_for_reference = 0;
+ }
+
+ fs->is_reference = 0;
+
+}
+
+int get_long_term_flag_by_buf_spec_num(struct h264_dpb_stru *p_H264_Dpb,
+ int buf_spec_num)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ unsigned i;
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ if (p_Dpb->fs[i]->buf_spec_num == buf_spec_num)
+ return p_Dpb->fs[i]->is_long_term;
+ }
+ return -1;
+}
+
+static void update_pic_num(struct Slice *currSlice)
+{
+ unsigned int i;
+ struct VideoParameters *p_Vid = currSlice->p_Vid;
+ struct DecodedPictureBuffer *p_Dpb = currSlice->p_Dpb;
+ struct SPSParameters *active_sps = p_Vid->active_sps;
+
+ int add_top = 0, add_bottom = 0;
+ int max_frame_num = 1 << (active_sps->log2_max_frame_num_minus4 + 4);
+
+ if (currSlice->structure == FRAME) {
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_used == 3) {
+ if ((p_Dpb->fs_ref[i]->frame->
+ used_for_reference) &&
+ (!p_Dpb->fs_ref[i]->frame->
+ is_long_term)) {
+ if (p_Dpb->fs_ref[i]->frame_num >
+ currSlice->frame_num) {
+ p_Dpb->fs_ref[i]->
+ frame_num_wrap =
+ p_Dpb->fs_ref[i]->frame_num
+ - max_frame_num;
+ } else {
+ p_Dpb->fs_ref[i]->
+ frame_num_wrap =
+ p_Dpb->fs_ref[i]->frame_num;
+ }
+ p_Dpb->fs_ref[i]->frame->pic_num =
+ p_Dpb->fs_ref[i]->frame_num_wrap;
+ }
+ }
+ }
+ /* update long_term_pic_num */
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ltref[i]->is_used == 3) {
+ if (p_Dpb->fs_ltref[i]->frame->is_long_term) {
+ p_Dpb->fs_ltref[i]->frame->
+ long_term_pic_num =
+ p_Dpb->fs_ltref[i]->frame->
+ long_term_frame_idx;
+ }
+ }
+ }
+ } else {
+ if (currSlice->structure == TOP_FIELD) {
+ add_top = 1;
+ add_bottom = 0;
+ } else {
+ add_top = 0;
+ add_bottom = 1;
+ }
+
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_reference) {
+ if (p_Dpb->fs_ref[i]->frame_num > currSlice->
+ frame_num) {
+ p_Dpb->fs_ref[i]->frame_num_wrap =
+ p_Dpb->fs_ref[i]->frame_num -
+ max_frame_num;
+ } else {
+ p_Dpb->fs_ref[i]->frame_num_wrap =
+ p_Dpb->fs_ref[i]->frame_num;
+ }
+ if (p_Dpb->fs_ref[i]->is_reference & 1) {
+ p_Dpb->fs_ref[i]->top_field->
+ pic_num = (2 * p_Dpb->fs_ref[i]->
+ frame_num_wrap) + add_top;
+ }
+ if (p_Dpb->fs_ref[i]->is_reference & 2) {
+ p_Dpb->fs_ref[i]->bottom_field->
+ pic_num = (2 * p_Dpb->fs_ref[i]->
+ frame_num_wrap) + add_bottom;
+ }
+ }
+ }
+ /* update long_term_pic_num */
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ltref[i]->is_long_term & 1) {
+ p_Dpb->fs_ltref[i]->top_field->
+ long_term_pic_num = 2 *
+ p_Dpb->fs_ltref[i]->top_field->
+ long_term_frame_idx + add_top;
+ }
+ if (p_Dpb->fs_ltref[i]->is_long_term & 2) {
+ p_Dpb->fs_ltref[i]->bottom_field->
+ long_term_pic_num = 2 *
+ p_Dpb->fs_ltref[i]->bottom_field->
+ long_term_frame_idx + add_bottom;
+ }
+ }
+ }
+}
+
+static void remove_frame_from_dpb(struct h264_dpb_stru *p_H264_Dpb, int pos)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ struct FrameStore *fs = p_Dpb->fs[pos];
+ struct FrameStore *tmp;
+ unsigned i;
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s pos %d %p\n", __func__, pos, fs);
+
+ /* dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "remove frame with frame_num #%d\n", fs->frame_num); */
+ switch (fs->is_used) {
+ case 3:
+ free_picture(p_H264_Dpb, fs->frame);
+ free_picture(p_H264_Dpb, fs->top_field);
+ free_picture(p_H264_Dpb, fs->bottom_field);
+ fs->frame = NULL;
+ fs->top_field = NULL;
+ fs->bottom_field = NULL;
+ break;
+ case 2:
+ free_picture(p_H264_Dpb, fs->bottom_field);
+ fs->bottom_field = NULL;
+ break;
+ case 1:
+ free_picture(p_H264_Dpb, fs->top_field);
+ fs->top_field = NULL;
+ break;
+ case 0:
+ break;
+ default:
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "invalid frame store type %x", 500);
+ }
+ fs->is_used = 0;
+ fs->is_long_term = 0;
+ fs->is_reference = 0;
+ fs->is_orig_reference = 0;
+
+ /* move empty framestore to end of buffer */
+ tmp = p_Dpb->fs[pos];
+
+ for (i = pos; i < p_Dpb->used_size - 1; i++)
+ p_Dpb->fs[i] = p_Dpb->fs[i + 1];
+ p_Dpb->fs[p_Dpb->used_size - 1] = tmp;
+ p_Dpb->used_size--;
+}
+
+static int is_used_for_reference(struct FrameStore *fs)
+{
+ if (fs->is_reference)
+ return 1;
+
+ if (fs->is_used == 3) { /* frame */
+ if (fs->frame->used_for_reference)
+ return 1;
+ }
+
+ if (fs->is_used & 1) { /* top field */
+ if (fs->top_field) {
+ if (fs->top_field->used_for_reference)
+ return 1;
+ }
+ }
+
+ if (fs->is_used & 2) { /* bottom field */
+ if (fs->bottom_field) {
+ if (fs->bottom_field->used_for_reference)
+ return 1;
+ }
+ }
+ return 0;
+}
+
+static int remove_unused_frame_from_dpb(struct h264_dpb_stru *p_H264_Dpb)
+{
+ unsigned i;
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ /* check for frames that were already output and no longer
+ used for reference */
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ if ((!is_used_for_reference(p_Dpb->fs[i])) &&
+ (p_Dpb->fs[i]->colocated_buf_index >= 0)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "release_colocate_buf[%d] for fs[%d]\n",
+ p_Dpb->fs[i]->colocated_buf_index, i);
+
+ release_colocate_buf(p_H264_Dpb,
+ p_Dpb->fs[i]->colocated_buf_index); /* rain */
+ p_Dpb->fs[i]->colocated_buf_index = -1;
+ }
+ }
+
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ if (p_Dpb->fs[i]->is_output &&
+ (!is_used_for_reference(p_Dpb->fs[i]))) {
+ release_buf_spec_num(p_H264_Dpb->vdec,
+ p_Dpb->fs[i]->buf_spec_num);
+ p_Dpb->fs[i]->buf_spec_num = -1;
+ remove_frame_from_dpb(p_H264_Dpb, i);
+
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%s[%d]\n",
+ __func__, i);
+
+ return 1;
+ }
+ }
+ return 0;
+}
+
+void bufmgr_h264_remove_unused_frame(struct h264_dpb_stru *p_H264_Dpb)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ int ret = 0;
+ unsigned char print_flag = 0;
+ do {
+ ret = remove_unused_frame_from_dpb(p_H264_Dpb);
+ if (ret != 0)
+ print_flag = 1;
+ } while (ret != 0);
+ if (print_flag) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%s\r\n", __func__);
+ dump_dpb(p_Dpb);
+ }
+}
+
+#ifdef OUTPUT_BUFFER_IN_C
+int is_there_unused_frame_from_dpb(struct DecodedPictureBuffer *p_Dpb)
+{
+ unsigned i;
+
+ /* check for frames that were already output and no longer
+ * used for reference */
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ if (p_Dpb->fs[i]->is_output &&
+ (!is_used_for_reference(p_Dpb->fs[i]))) {
+ return 1;
+ }
+ }
+ return 0;
+}
+#endif
+
+static void get_smallest_poc(struct DecodedPictureBuffer *p_Dpb, int *poc,
+ int *pos)
+{
+ unsigned i;
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%s\n", __func__);
+ if (p_Dpb->used_size < 1) {
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "Cannot determine smallest POC, DPB empty. %d\n",
+ 150);
+ }
+
+ *pos = -1;
+ *poc = INT_MAX;
+ for (i = 0; i < p_Dpb->used_size; i++) {
+#ifdef OUTPUT_BUFFER_IN_C
+ /* rain */
+ if ((*poc > p_Dpb->fs[i]->poc) &&
+ (!p_Dpb->fs[i]->is_output) &&
+ (!p_Dpb->fs[i]->pre_output)) {
+#else
+ if ((*poc > p_Dpb->fs[i]->poc) && (!p_Dpb->fs[i]->is_output)) {
+#endif
+ *poc = p_Dpb->fs[i]->poc;
+ *pos = i;
+ }
+ }
+}
+
+#ifdef OLD_OUTPUT_CODE
+static int output_one_frame_from_dpb(struct h264_dpb_stru *p_H264_Dpb)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ struct VideoParameters *p_Vid = &p_H264_Dpb->mVideo;
+ int poc, pos;
+ /* diagnostics */
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+
+ if (p_Dpb->used_size < 1) {
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "Cannot output frame, DPB empty. %d\n", 150);
+ }
+
+ /* find smallest POC */
+ get_smallest_poc(p_Dpb, &poc, &pos);
+
+ if (pos == -1)
+ return 0;
+
+ /* call the output function */
+ /* dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "output frame with frame_num #%d, poc %d"
+ "(dpb. p_Dpb->size = %d, p_Dpb->used_size = %d)\n",
+ p_Dpb->fs[pos]->frame_num, p_Dpb->fs[pos]->frame->poc,
+ p_Dpb->size, p_Dpb->used_size);
+ */
+
+#if 0
+ /* ??? */
+ /* picture error concealment */
+ if (p_Vid->conceal_mode != 0) {
+ if (p_Dpb->last_output_poc == 0)
+ write_lost_ref_after_idr(p_Dpb, pos);
+#if (MVC_EXTENSION_ENABLE)
+ write_lost_non_ref_pic(p_Dpb, poc,
+ p_Vid->p_out_mvc[p_Dpb->layer_id]);
+#else
+ write_lost_non_ref_pic(p_Dpb, poc, p_Vid->p_out);
+#endif
+ }
+#endif
+/* JVT-P072 ends */
+
+#if 0
+/* ??? */
+#if (MVC_EXTENSION_ENABLE)
+ write_stored_frame(p_Vid, p_Dpb->fs[pos],
+ p_Vid->p_out_mvc[p_Dpb->layer_id]);
+#else
+ write_stored_frame(p_Vid, p_Dpb->fs[pos], p_Vid->p_out);
+#endif
+#endif
+ /* picture error concealment */
+ if (p_Vid->conceal_mode == 0) {
+ if (p_Dpb->last_output_poc >= poc) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "output POC must be in ascending order %d\n",
+ 150);
+ }
+ }
+
+ p_Dpb->last_output_poc = poc;
+
+ /* free frame store and move empty store to end of buffer */
+/* #ifdef OUTPUT_BUFFER_IN_C */
+ if ((h264_debug_flag & OUTPUT_CURRENT_BUF) == 0) {
+ if (prepare_display_buf(p_H264_Dpb->vdec,
+ p_Dpb->fs[pos]) >= 0) {
+ p_Dpb->fs[pos]->pre_output = 1;
+ }
+ }
+/* #else */
+ else {
+ if (!is_used_for_reference(p_Dpb->fs[pos])) {
+ release_colocate_buf(p_H264_Dpb,
+ p_Dpb->fs[pos]->colocated_buf_index); /*rain*/
+ p_Dpb->fs[pos]->colocated_buf_index = -1;
+
+ release_buf_spec_num(p_H264_Dpb->vdec,
+ p_Dpb->fs[pos]->buf_spec_num);
+ p_Dpb->fs[pos]->buf_spec_num = -1;
+
+ remove_frame_from_dpb(p_H264_Dpb, pos);
+ }
+/* #endif */
+ }
+ return 1;
+}
+
+#else
+/* none OLD_OUTPUT_CODE */
+
+int output_frames(struct h264_dpb_stru *p_H264_Dpb, unsigned char flush_flag)
+{
+ int poc, pos;
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ int i;
+ int none_displayed_num = 0;
+ if (!flush_flag) {
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ if ((!p_Dpb->fs[i]->is_output) &&
+ (!p_Dpb->fs[i]->pre_output))
+ none_displayed_num++;
+ }
+ if (none_displayed_num < p_H264_Dpb->reorder_pic_num)
+ return 0;
+ }
+
+ get_smallest_poc(p_Dpb, &poc, &pos);
+
+ if (pos == -1)
+ return 0;
+#if 0
+ if (is_used_for_reference(p_Dpb->fs[pos]))
+ return 0;
+#endif
+ p_Dpb->last_output_poc = poc;
+
+ if (prepare_display_buf(p_H264_Dpb->vdec, p_Dpb->fs[pos]) >= 0)
+ p_Dpb->fs[pos]->pre_output = 1;
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s[%d] poc %d\n", __func__, pos, poc);
+
+ return 1;
+
+}
+#endif
+
+
+static void flush_dpb(struct h264_dpb_stru *p_H264_Dpb)
+{
+ /* struct VideoParameters *p_Vid = p_Dpb->p_Vid; */
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ unsigned i;
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+
+ /* diagnostics */
+ /* dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "Flush remaining frames from the dpb."
+ "p_Dpb->size = %d, p_Dpb->used_size = %d\n",
+ p_Dpb->size, p_Dpb->used_size);
+ */
+
+ if (!p_Dpb->init_done)
+ return;
+/* if(p_Vid->conceal_mode == 0) */
+#if 0
+/* ??? */
+ if (p_Vid->conceal_mode != 0)
+ conceal_non_ref_pics(p_Dpb, 0);
+#endif
+ /* mark all frames unused */
+ for (i = 0; i < p_Dpb->used_size; i++) {
+#if MVC_EXTENSION_ENABLE
+ assert(p_Dpb->fs[i]->view_id == p_Dpb->layer_id);
+#endif
+ unmark_for_reference(p_Dpb, p_Dpb->fs[i]);
+
+ if (h264_debug_flag & OUTPUT_CURRENT_BUF)
+ set_frame_output_flag(p_H264_Dpb, i);
+
+ }
+
+ while (remove_unused_frame_from_dpb(p_H264_Dpb))
+ ;
+
+ /* output frames in POC order */
+#ifndef OLD_OUTPUT_CODE
+ if ((h264_debug_flag & OUTPUT_CURRENT_BUF) == 0) {
+ while (output_frames(p_H264_Dpb, 1))
+ ;
+ }
+#else
+ while (p_Dpb->used_size && output_one_frame_from_dpb(p_H264_Dpb))
+ ;
+#endif
+
+ p_Dpb->last_output_poc = INT_MIN;
+}
+
+static int is_short_term_reference(struct DecodedPictureBuffer *p_Dpb,
+ struct FrameStore *fs)
+{
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+ if (fs->is_used == 3) { /* frame */
+ if ((fs->frame->used_for_reference) &&
+ (!fs->frame->is_long_term)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "[[%s 1]]",
+ __func__);
+ return 1;
+ }
+ }
+
+ if (fs->is_used & 1) { /* top field */
+ if (fs->top_field) {
+ if ((fs->top_field->used_for_reference) &&
+ (!fs->top_field->is_long_term)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "[[%s 2]]",
+ __func__);
+ return 1;
+ }
+ }
+ }
+
+ if (fs->is_used & 2) { /* bottom field */
+ if (fs->bottom_field) {
+ if ((fs->bottom_field->used_for_reference) &&
+ (!fs->bottom_field->is_long_term)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "[[%s 3]]",
+ __func__);
+ return 1;
+ }
+ }
+ }
+ return 0;
+}
+
+static int is_long_term_reference(struct FrameStore *fs)
+{
+
+ if (fs->is_used == 3) { /* frame */
+ if ((fs->frame->used_for_reference) &&
+ (fs->frame->is_long_term)) {
+ return 1;
+ }
+ }
+
+ if (fs->is_used & 1) { /* top field */
+ if (fs->top_field) {
+ if ((fs->top_field->used_for_reference) &&
+ (fs->top_field->is_long_term)) {
+ return 1;
+ }
+ }
+ }
+
+ if (fs->is_used & 2) { /* bottom field */
+ if (fs->bottom_field) {
+ if ((fs->bottom_field->used_for_reference) &&
+ (fs->bottom_field->is_long_term)) {
+ return 1;
+ }
+ }
+ }
+ return 0;
+}
+
+static void update_ref_list(struct DecodedPictureBuffer *p_Dpb)
+{
+ unsigned i, j;
+
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s (%d, %d)\n", __func__, p_Dpb->size, p_Dpb->used_size);
+ for (i = 0, j = 0; i < p_Dpb->used_size; i++) {
+#if 1
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "fs[%d]: fs %p frame %p is_reference %d %d %d\n",
+ i, p_Dpb->fs[i], p_Dpb->fs[i]->frame,
+ p_Dpb->fs[i]->frame != NULL ?
+ p_Dpb->fs[i]->frame->used_for_reference : 0,
+ p_Dpb->fs[i]->top_field != NULL ?
+ p_Dpb->fs[i]->top_field->used_for_reference :
+ 0,
+ p_Dpb->fs[i]->bottom_field != NULL ?
+ p_Dpb->fs[i]->bottom_field->used_for_reference : 0);
+#endif
+ if (is_short_term_reference(p_Dpb, p_Dpb->fs[i])) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "fs_ref[%d]=fs[%d]: fs %p\n", j, i, p_Dpb->fs[i]);
+ p_Dpb->fs_ref[j++] = p_Dpb->fs[i];
+ }
+ }
+
+ p_Dpb->ref_frames_in_buffer = j;
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s dpb size is %d, %d\n", __func__, p_Dpb->size, j);
+ while (j < p_Dpb->size) {
+ /* dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "fs_ref[%d]=null\n", j); */
+ p_Dpb->fs_ref[j++] = NULL;
+ }
+#ifdef ERROR_CHECK
+ for (i = 0; i < DPB_SIZE_MAX; i++) {
+ if (p_Dpb->fs_ref[i] == NULL)
+ p_Dpb->fs_ref[i] = &dummy_fs;
+ }
+#endif
+}
+
+static void update_ltref_list(struct DecodedPictureBuffer *p_Dpb)
+{
+ unsigned i, j;
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+ for (i = 0, j = 0; i < p_Dpb->used_size; i++) {
+ if (is_long_term_reference(p_Dpb->fs[i]))
+ p_Dpb->fs_ltref[j++] = p_Dpb->fs[i];
+ }
+
+ p_Dpb->ltref_frames_in_buffer = j;
+
+ while (j < p_Dpb->size)
+ p_Dpb->fs_ltref[j++] = NULL;
+#ifdef ERROR_CHECK
+ for (i = 0; i < DPB_SIZE_MAX; i++) {
+ if (p_Dpb->fs_ltref[i] == NULL)
+ p_Dpb->fs_ltref[i] = &dummy_fs;
+ }
+#endif
+}
+
+static void idr_memory_management(struct h264_dpb_stru *p_H264_Dpb,
+ struct StorablePicture *p)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s %d %d\n", __func__, p_Dpb->ref_frames_in_buffer,
+ p_Dpb->ltref_frames_in_buffer);
+
+ if (p->no_output_of_prior_pics_flag) {
+#if 0
+ /*???*/
+ /* free all stored pictures */
+ int i;
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ /* reset all reference settings
+ * free_frame_store(p_Dpb->fs[i]);
+ * p_Dpb->fs[i] = alloc_frame_store();
+ */
+ reset_frame_store(p_H264_Dpb, p_Dpb->fs[i]); /* ??? */
+ }
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++)
+ p_Dpb->fs_ref[i] = NULL;
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++)
+ p_Dpb->fs_ltref[i] = NULL;
+ p_Dpb->used_size = 0;
+#endif
+ } else {
+ flush_dpb(p_H264_Dpb);
+ }
+ p_Dpb->last_picture = NULL;
+
+ update_ref_list(p_Dpb);
+ update_ltref_list(p_Dpb);
+ p_Dpb->last_output_poc = INT_MIN;
+
+ if (p->long_term_reference_flag) {
+ p_Dpb->max_long_term_pic_idx = 0;
+ p->is_long_term = 1;
+ p->long_term_frame_idx = 0;
+ } else {
+ p_Dpb->max_long_term_pic_idx = -1;
+ p->is_long_term = 0;
+ }
+
+#if (MVC_EXTENSION_ENABLE)
+ p_Dpb->last_output_view_id = -1;
+#endif
+
+}
+
+static void sliding_window_memory_management(
+ struct DecodedPictureBuffer *p_Dpb,
+ struct StorablePicture *p)
+{
+ unsigned i;
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+
+ /* assert (!p->idr_flag); */
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+
+ /* if this is a reference pic with sliding window,
+ unmark first ref frame */
+ if (p_Dpb->ref_frames_in_buffer == imax(
+ 1, p_Dpb->num_ref_frames) - p_Dpb->ltref_frames_in_buffer) {
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ if (p_Dpb->fs[i]->is_reference &&
+ (!(p_Dpb->fs[i]->is_long_term))) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "unmark %d\n", i);
+ unmark_for_reference(p_Dpb, p_Dpb->fs[i]);
+ update_ref_list(p_Dpb);
+ break;
+ }
+ }
+ }
+
+ p->is_long_term = 0;
+}
+
+static void check_num_ref(struct DecodedPictureBuffer *p_Dpb)
+{
+ if ((int)(p_Dpb->ltref_frames_in_buffer +
+ p_Dpb->ref_frames_in_buffer) >
+ imax(1, p_Dpb->num_ref_frames)) {
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "Max. number of reference frames exceeded. Invalid stream. lt %d ref %d mum_ref %d\n",
+ p_Dpb->ltref_frames_in_buffer,
+ p_Dpb->ref_frames_in_buffer,
+ p_Dpb->num_ref_frames);
+ }
+}
+
+static void dump_dpb(struct DecodedPictureBuffer *p_Dpb)
+{
+ unsigned i;
+ struct h264_dpb_stru *p_H264_Dpb =
+ container_of(p_Dpb, struct h264_dpb_stru, mDPB);
+ if ((h264_debug_flag & PRINT_FLAG_DUMP_DPB) == 0)
+ return;
+ for (i = 0; i < p_Dpb->used_size; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB,
+ "(");
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "fn=%d ", p_Dpb->fs[i]->frame_num);
+ if (p_Dpb->fs[i]->is_used & 1) {
+ if (p_Dpb->fs[i]->top_field)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "T: poc=%d ",
+ p_Dpb->fs[i]->top_field->poc);
+ else
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "T: poc=%d ",
+ p_Dpb->fs[i]->frame->top_poc);
+ }
+ if (p_Dpb->fs[i]->is_used & 2) {
+ if (p_Dpb->fs[i]->bottom_field)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "B: poc=%d ",
+ p_Dpb->fs[i]->bottom_field->poc);
+ else
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "B: poc=%d ",
+ p_Dpb->fs[i]->frame->bottom_poc);
+ }
+ if (p_Dpb->fs[i]->is_used == 3)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "F: poc=%d ",
+ p_Dpb->fs[i]->frame->poc);
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "G: poc=%d) ", p_Dpb->fs[i]->poc);
+ if (p_Dpb->fs[i]->is_reference)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "ref (%d) ", p_Dpb->fs[i]->is_reference);
+ if (p_Dpb->fs[i]->is_long_term)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "lt_ref (%d) ", p_Dpb->fs[i]->is_reference);
+ if (p_Dpb->fs[i]->is_output)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "out ");
+ if (p_Dpb->fs[i]->pre_output)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "for_out ");
+ if (p_Dpb->fs[i]->is_used == 3) {
+ if (p_Dpb->fs[i]->frame->non_existing)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "ne ");
+ }
+#if (MVC_EXTENSION_ENABLE)
+ if (p_Dpb->fs[i]->is_reference)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "view_id (%d) ", p_Dpb->fs[i]->view_id);
+#endif
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DUMP_DPB | 0x100,
+ "\n");
+ }
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * adaptive memory management
+ *
+ ************************************************************************
+ */
+
+static int get_pic_num_x(struct StorablePicture *p,
+ int difference_of_pic_nums_minus1)
+{
+ int currPicNum;
+
+ if (p->structure == FRAME)
+ currPicNum = p->frame_num;
+ else
+ currPicNum = 2 * p->frame_num + 1;
+
+ return currPicNum - (difference_of_pic_nums_minus1 + 1);
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Adaptive Memory Management: Mark short term picture unused
+ ************************************************************************
+ */
+static void mm_unmark_short_term_for_reference(struct DecodedPictureBuffer
+ *p_Dpb, struct StorablePicture *p,
+ int difference_of_pic_nums_minus1)
+{
+ int picNumX;
+
+ unsigned int i;
+
+ picNumX = get_pic_num_x(p, difference_of_pic_nums_minus1);
+
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p->structure == FRAME) {
+ if ((p_Dpb->fs_ref[i]->is_reference == 3) &&
+ (p_Dpb->fs_ref[i]->is_long_term == 0)) {
+ if (p_Dpb->fs_ref[i]->frame->pic_num ==
+ picNumX) {
+ unmark_for_reference(p_Dpb,
+ p_Dpb->fs_ref[i]);
+ return;
+ }
+ }
+ } else {
+ if ((p_Dpb->fs_ref[i]->is_reference & 1) &&
+ (!(p_Dpb->fs_ref[i]->is_long_term & 1))) {
+ if (p_Dpb->fs_ref[i]->top_field->pic_num ==
+ picNumX) {
+ p_Dpb->fs_ref[i]->
+ top_field->used_for_reference = 0;
+ p_Dpb->fs_ref[i]->is_reference &= 2;
+ if (p_Dpb->fs_ref[i]->is_used == 3) {
+ p_Dpb->fs_ref[i]->frame->
+ used_for_reference = 0;
+ }
+ return;
+ }
+ }
+ if ((p_Dpb->fs_ref[i]->is_reference & 2) &&
+ (!(p_Dpb->fs_ref[i]->is_long_term & 2))) {
+ if (p_Dpb->fs_ref[i]->bottom_field->pic_num ==
+ picNumX) {
+ p_Dpb->fs_ref[i]->bottom_field->
+ used_for_reference = 0;
+ p_Dpb->fs_ref[i]->is_reference &= 1;
+ if (p_Dpb->fs_ref[i]->is_used == 3) {
+ p_Dpb->fs_ref[i]->frame->
+ used_for_reference = 0;
+ }
+ return;
+ }
+ }
+ }
+ }
+}
+
+static void unmark_for_long_term_reference(struct FrameStore *fs)
+{
+ if (fs->is_used & 1) {
+ if (fs->top_field) {
+ fs->top_field->used_for_reference = 0;
+ fs->top_field->is_long_term = 0;
+ }
+ }
+ if (fs->is_used & 2) {
+ if (fs->bottom_field) {
+ fs->bottom_field->used_for_reference = 0;
+ fs->bottom_field->is_long_term = 0;
+ }
+ }
+ if (fs->is_used == 3) {
+ if (fs->top_field && fs->bottom_field) {
+ fs->top_field->used_for_reference = 0;
+ fs->top_field->is_long_term = 0;
+ fs->bottom_field->used_for_reference = 0;
+ fs->bottom_field->is_long_term = 0;
+ }
+ fs->frame->used_for_reference = 0;
+ fs->frame->is_long_term = 0;
+ }
+
+ fs->is_reference = 0;
+ fs->is_long_term = 0;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Adaptive Memory Management: Mark long term picture unused
+ ************************************************************************
+ */
+static void mm_unmark_long_term_for_reference(struct DecodedPictureBuffer
+ *p_Dpb, struct StorablePicture *p, int long_term_pic_num)
+{
+ unsigned int i;
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p->structure == FRAME) {
+ if ((p_Dpb->fs_ltref[i]->is_reference == 3) &&
+ (p_Dpb->fs_ltref[i]->is_long_term == 3)) {
+ if (p_Dpb->fs_ltref[i]->frame->
+ long_term_pic_num ==
+ long_term_pic_num) {
+ unmark_for_long_term_reference(
+ p_Dpb->fs_ltref[i]);
+ }
+ }
+ } else {
+ if ((p_Dpb->fs_ltref[i]->is_reference & 1) &&
+ ((p_Dpb->fs_ltref[i]->is_long_term & 1))) {
+ if (p_Dpb->fs_ltref[i]->top_field->
+ long_term_pic_num ==
+ long_term_pic_num) {
+ p_Dpb->fs_ltref[i]->top_field->
+ used_for_reference = 0;
+ p_Dpb->fs_ltref[i]->top_field->
+ is_long_term = 0;
+ p_Dpb->fs_ltref[i]->is_reference &= 2;
+ p_Dpb->fs_ltref[i]->is_long_term &= 2;
+ if (p_Dpb->fs_ltref[i]->is_used == 3) {
+ p_Dpb->fs_ltref[i]->frame->
+ used_for_reference = 0;
+ p_Dpb->fs_ltref[i]->frame->
+ is_long_term = 0;
+ }
+ return;
+ }
+ }
+ if ((p_Dpb->fs_ltref[i]->is_reference & 2) &&
+ ((p_Dpb->fs_ltref[i]->is_long_term & 2))) {
+ if (p_Dpb->fs_ltref[i]->bottom_field->
+ long_term_pic_num ==
+ long_term_pic_num) {
+ p_Dpb->fs_ltref[i]->bottom_field->
+ used_for_reference = 0;
+ p_Dpb->fs_ltref[i]->bottom_field->
+ is_long_term = 0;
+ p_Dpb->fs_ltref[i]->is_reference &= 1;
+ p_Dpb->fs_ltref[i]->is_long_term &= 1;
+ if (p_Dpb->fs_ltref[i]->is_used == 3) {
+ p_Dpb->fs_ltref[i]->frame->
+ used_for_reference = 0;
+ p_Dpb->fs_ltref[i]->frame->
+ is_long_term = 0;
+ }
+ return;
+ }
+ }
+ }
+ }
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * Mark a long-term reference frame or complementary
+ * field pair unused for referemce
+ ************************************************************************
+ */
+static void unmark_long_term_frame_for_reference_by_frame_idx(
+ struct DecodedPictureBuffer *p_Dpb, int long_term_frame_idx)
+{
+ unsigned int i;
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ltref[i]->long_term_frame_idx ==
+ long_term_frame_idx)
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+ }
+}
+
+
+static void unmark1(struct DecodedPictureBuffer *p_Dpb,
+ unsigned curr_frame_num, int i)
+{
+ if (p_Dpb->last_picture) {
+ if ((p_Dpb->last_picture != p_Dpb->fs_ltref[i]) ||
+ p_Dpb->last_picture->frame_num != curr_frame_num) {
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+ } else {
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+ }
+ }
+}
+
+static void unmark2(struct DecodedPictureBuffer *p_Dpb,
+ int curr_pic_num, int i)
+{
+ if ((p_Dpb->fs_ltref[i]->frame_num) != (unsigned)(curr_pic_num >> 1))
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+}
+
+static void unmark3_top(struct DecodedPictureBuffer *p_Dpb,
+ unsigned curr_frame_num, int curr_pic_num, int mark_current, int i)
+{
+ if (p_Dpb->fs_ltref[i]->is_long_term == 3) {
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+ } else {
+ if (p_Dpb->fs_ltref[i]->is_long_term == 1) {
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+ } else {
+ if (mark_current)
+ unmark1(p_Dpb, curr_frame_num, i);
+ else
+ unmark2(p_Dpb, curr_pic_num, i);
+ }
+ }
+}
+
+static void unmark3_bottom(struct DecodedPictureBuffer *p_Dpb,
+ unsigned curr_frame_num, int curr_pic_num, int mark_current, int i)
+{
+ if (p_Dpb->fs_ltref[i]->is_long_term == 2) {
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+ } else {
+ if (mark_current)
+ unmark1(p_Dpb, curr_frame_num, i);
+ else
+ unmark2(p_Dpb, curr_pic_num, i);
+ }
+}
+
+static void unmark_long_term_field_for_reference_by_frame_idx(
+ struct DecodedPictureBuffer *p_Dpb, enum PictureStructure structure,
+ int long_term_frame_idx, int mark_current, unsigned curr_frame_num,
+ int curr_pic_num)
+{
+ struct VideoParameters *p_Vid = p_Dpb->p_Vid;
+ unsigned i;
+
+ /* assert(structure!=FRAME); */
+ if (curr_pic_num < 0)
+ curr_pic_num += (2 * p_Vid->max_frame_num);
+
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ltref[i]->long_term_frame_idx ==
+ long_term_frame_idx) {
+ if (structure == TOP_FIELD)
+ unmark3_top(p_Dpb, curr_frame_num,
+ curr_pic_num, mark_current, i);
+
+ if (structure == BOTTOM_FIELD)
+ unmark3_bottom(p_Dpb, curr_frame_num,
+ curr_pic_num, mark_current, i);
+ }
+ }
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * mark a picture as long-term reference
+ ************************************************************************
+ */
+static void mark_pic_long_term(struct DecodedPictureBuffer *p_Dpb,
+ struct StorablePicture *p,
+ int long_term_frame_idx, int picNumX)
+{
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+ unsigned int i;
+ int add_top, add_bottom;
+
+ if (p->structure == FRAME) {
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_reference == 3) {
+ if ((!p_Dpb->fs_ref[i]->frame->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->frame->pic_num ==
+ picNumX)) {
+ p_Dpb->fs_ref[i]->
+ long_term_frame_idx =
+ p_Dpb->fs_ref[i]->frame->
+ long_term_frame_idx =
+ long_term_frame_idx;
+ p_Dpb->fs_ref[i]->frame->
+ long_term_pic_num =
+ long_term_frame_idx;
+ p_Dpb->fs_ref[i]->frame->
+ is_long_term = 1;
+
+ if (p_Dpb->fs_ref[i]->top_field &&
+ p_Dpb->fs_ref[i]->bottom_field) {
+ p_Dpb->fs_ref[i]->top_field->
+ long_term_frame_idx =
+ p_Dpb->fs_ref[i]->
+ bottom_field->
+ long_term_frame_idx =
+ long_term_frame_idx;
+ p_Dpb->fs_ref[i]->top_field->
+ long_term_pic_num =
+ long_term_frame_idx;
+ p_Dpb->fs_ref[i]->
+ bottom_field->
+ long_term_pic_num =
+ long_term_frame_idx;
+
+ p_Dpb->fs_ref[i]->top_field->
+ is_long_term =
+ p_Dpb->fs_ref[i]->
+ bottom_field->
+ is_long_term
+ = 1;
+
+ }
+ p_Dpb->fs_ref[i]->is_long_term = 3;
+ return;
+ }
+ }
+ }
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "Warning: reference frame for long term marking not found\n");
+ } else {
+ if (p->structure == TOP_FIELD) {
+ add_top = 1;
+ add_bottom = 0;
+ } else {
+ add_top = 0;
+ add_bottom = 1;
+ }
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_reference & 1) {
+ if ((!p_Dpb->fs_ref[i]->top_field->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->top_field->pic_num ==
+ picNumX)) {
+ if ((p_Dpb->fs_ref[i]->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->
+ long_term_frame_idx !=
+ long_term_frame_idx)) {
+ dpb_print(p_H264_Dpb->
+ decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "Warning: assigning long_term_frame_idx different from other field\n");
+ }
+
+ p_Dpb->fs_ref[i]->
+ long_term_frame_idx =
+ p_Dpb->fs_ref[i]->top_field->
+ long_term_frame_idx
+ = long_term_frame_idx;
+ p_Dpb->fs_ref[i]->top_field->
+ long_term_pic_num =
+ 2 * long_term_frame_idx +
+ add_top;
+ p_Dpb->fs_ref[i]->top_field->
+ is_long_term = 1;
+ p_Dpb->fs_ref[i]->is_long_term |= 1;
+ if (p_Dpb->fs_ref[i]->is_long_term ==
+ 3) {
+ p_Dpb->fs_ref[i]->frame->
+ is_long_term = 1;
+ p_Dpb->fs_ref[i]->frame->
+ long_term_frame_idx =
+ p_Dpb->fs_ref[i]->
+ frame->
+ long_term_pic_num =
+ long_term_frame_idx;
+ }
+ return;
+ }
+ }
+ if (p_Dpb->fs_ref[i]->is_reference & 2) {
+ if ((!p_Dpb->fs_ref[i]->bottom_field->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->bottom_field->pic_num
+ == picNumX)) {
+ if ((p_Dpb->fs_ref[i]->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->
+ long_term_frame_idx !=
+ long_term_frame_idx)) {
+ dpb_print(p_H264_Dpb->
+ decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "Warning: assigning long_term_frame_idx different from other field\n");
+ }
+
+ p_Dpb->fs_ref[i]->
+ long_term_frame_idx =
+ p_Dpb->fs_ref[i]->bottom_field
+ ->long_term_frame_idx
+ = long_term_frame_idx;
+ p_Dpb->fs_ref[i]->bottom_field->
+ long_term_pic_num = 2 *
+ long_term_frame_idx +
+ add_bottom;
+ p_Dpb->fs_ref[i]->bottom_field->
+ is_long_term = 1;
+ p_Dpb->fs_ref[i]->is_long_term |= 2;
+ if (p_Dpb->fs_ref[i]->
+ is_long_term == 3) {
+ p_Dpb->fs_ref[i]->frame->
+ is_long_term = 1;
+ p_Dpb->fs_ref[i]->frame->
+ long_term_frame_idx =
+ p_Dpb->fs_ref[i]->
+ frame->
+ long_term_pic_num =
+ long_term_frame_idx;
+ }
+ return;
+ }
+ }
+ }
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "Warning: reference field for long term marking not found\n");
+ }
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * Assign a long term frame index to a short term picture
+ ************************************************************************
+ */
+static void mm_assign_long_term_frame_idx(struct DecodedPictureBuffer *p_Dpb,
+ struct StorablePicture *p, int difference_of_pic_nums_minus1,
+ int long_term_frame_idx)
+{
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+ int picNumX = get_pic_num_x(p, difference_of_pic_nums_minus1);
+
+ /* remove frames/fields with same long_term_frame_idx */
+ if (p->structure == FRAME) {
+ unmark_long_term_frame_for_reference_by_frame_idx(p_Dpb,
+ long_term_frame_idx);
+ } else {
+ unsigned i;
+ enum PictureStructure structure = FRAME;
+
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_reference & 1) {
+ if (p_Dpb->fs_ref[i]->top_field->
+ pic_num == picNumX) {
+ structure = TOP_FIELD;
+ break;
+ }
+ }
+ if (p_Dpb->fs_ref[i]->is_reference & 2) {
+ if (p_Dpb->fs_ref[i]->bottom_field->
+ pic_num == picNumX) {
+ structure = BOTTOM_FIELD;
+ break;
+ }
+ }
+ }
+ if (structure == FRAME) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "field for long term marking not found %d",
+ 200);
+ }
+
+ unmark_long_term_field_for_reference_by_frame_idx(p_Dpb,
+ structure,
+ long_term_frame_idx, 0, 0, picNumX);
+ }
+
+ mark_pic_long_term(p_Dpb, p, long_term_frame_idx, picNumX);
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Set new max long_term_frame_idx
+ ************************************************************************
+ */
+static void mm_update_max_long_term_frame_idx(struct DecodedPictureBuffer
+ *p_Dpb, int max_long_term_frame_idx_plus1)
+{
+ unsigned int i;
+
+ p_Dpb->max_long_term_pic_idx = max_long_term_frame_idx_plus1 - 1;
+
+ /* check for invalid frames */
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ltref[i]->long_term_frame_idx >
+ p_Dpb->max_long_term_pic_idx) {
+ unmark_for_long_term_reference(p_Dpb->fs_ltref[i]);
+ }
+ }
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * Mark all long term reference pictures unused for reference
+ ************************************************************************
+ */
+static void mm_unmark_all_long_term_for_reference(struct DecodedPictureBuffer
+ *p_Dpb)
+{
+ mm_update_max_long_term_frame_idx(p_Dpb, 0);
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Mark all short term reference pictures unused for reference
+ ************************************************************************
+ */
+static void mm_unmark_all_short_term_for_reference(struct DecodedPictureBuffer
+ *p_Dpb)
+{
+ unsigned int i;
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++)
+ unmark_for_reference(p_Dpb, p_Dpb->fs_ref[i]);
+ update_ref_list(p_Dpb);
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * Mark the current picture used for long term reference
+ ************************************************************************
+ */
+static void mm_mark_current_picture_long_term(struct DecodedPictureBuffer
+ *p_Dpb, struct StorablePicture *p, int long_term_frame_idx)
+{
+ /* remove long term pictures with same long_term_frame_idx */
+ if (p->structure == FRAME) {
+ unmark_long_term_frame_for_reference_by_frame_idx(p_Dpb,
+ long_term_frame_idx);
+ } else {
+ unmark_long_term_field_for_reference_by_frame_idx(p_Dpb,
+ p->structure, long_term_frame_idx,
+ 1, p->pic_num, 0);
+ }
+
+ p->is_long_term = 1;
+ p->long_term_frame_idx = long_term_frame_idx;
+}
+
+static void adaptive_memory_management(struct h264_dpb_stru *p_H264_Dpb,
+ struct StorablePicture *p)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ struct DecRefPicMarking_s *tmp_drpm;
+ struct VideoParameters *p_Vid = p_Dpb->p_Vid;
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s\n", __func__);
+ p_Vid->last_has_mmco_5 = 0;
+
+ /* assert (!p->idr_flag); */
+ /* assert (p->adaptive_ref_pic_buffering_flag); */
+
+ while (p->dec_ref_pic_marking_buffer) {
+ tmp_drpm = p->dec_ref_pic_marking_buffer;
+ switch (tmp_drpm->memory_management_control_operation) {
+ case 0:
+ if (tmp_drpm->Next != NULL)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "error, memory_management_control_operation = 0 not last operation in buffer\n");
+ break;
+ case 1:
+ mm_unmark_short_term_for_reference(p_Dpb, p,
+ tmp_drpm->difference_of_pic_nums_minus1);
+ update_ref_list(p_Dpb);
+ break;
+ case 2:
+ mm_unmark_long_term_for_reference(p_Dpb, p,
+ tmp_drpm->long_term_pic_num);
+ update_ltref_list(p_Dpb);
+ break;
+ case 3:
+ mm_assign_long_term_frame_idx(p_Dpb, p,
+ tmp_drpm->difference_of_pic_nums_minus1,
+ tmp_drpm->long_term_frame_idx);
+ update_ref_list(p_Dpb);
+ update_ltref_list(p_Dpb);
+ break;
+ case 4:
+ mm_update_max_long_term_frame_idx(p_Dpb,
+ tmp_drpm->max_long_term_frame_idx_plus1);
+ update_ltref_list(p_Dpb);
+ break;
+ case 5:
+ mm_unmark_all_short_term_for_reference(p_Dpb);
+ mm_unmark_all_long_term_for_reference(p_Dpb);
+ p_Vid->last_has_mmco_5 = 1;
+ break;
+ case 6:
+ mm_mark_current_picture_long_term(p_Dpb, p,
+ tmp_drpm->long_term_frame_idx);
+ check_num_ref(p_Dpb);
+ break;
+ default:
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "error, invalid memory_management_control_operation in buffer\n");
+ }
+ p->dec_ref_pic_marking_buffer = tmp_drpm->Next;
+ /* free (tmp_drpm); */
+ }
+ if (p_Vid->last_has_mmco_5) {
+ p->pic_num = p->frame_num = 0;
+
+ switch (p->structure) {
+ case TOP_FIELD: {
+ /* p->poc = p->top_poc = p_Vid->toppoc =0; */
+ p->poc = p->top_poc = 0;
+ break;
+ }
+ case BOTTOM_FIELD: {
+ /* p->poc = p->bottom_poc = p_Vid->bottompoc = 0; */
+ p->poc = p->bottom_poc = 0;
+ break;
+ }
+ case FRAME: {
+ p->top_poc -= p->poc;
+ p->bottom_poc -= p->poc;
+
+ /* p_Vid->toppoc = p->top_poc; */
+ /* p_Vid->bottompoc = p->bottom_poc; */
+
+ p->poc = imin(p->top_poc, p->bottom_poc);
+ /* p_Vid->framepoc = p->poc; */
+ break;
+ }
+ }
+ /* currSlice->ThisPOC = p->poc; */
+#if (MVC_EXTENSION_ENABLE)
+ if (p->view_id == 0) {
+ flush_dpb(p_Vid->p_Dpb_layer[0]);
+ flush_dpb(p_Vid->p_Dpb_layer[1]);
+ } else {
+ flush_dpb(p_Dpb);
+ }
+#else
+ flush_dpb(p_H264_Dpb);
+#endif
+ }
+}
+
+
+void store_picture_in_dpb(struct h264_dpb_stru *p_H264_Dpb,
+ struct StorablePicture *p)
+{
+ /* struct VideoParameters *p_Vid = p_Dpb->p_Vid; */
+ struct VideoParameters *p_Vid = &p_H264_Dpb->mVideo;
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ unsigned i;
+#if 0
+ int poc, pos;
+#endif
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s p_Vid %p\n", __func__, p_Vid);
+
+ /* picture error concealment */
+
+ /* diagnostics */
+ /* dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "Storing (%s) non-ref pic with frame_num #%d\n",
+ (p->type == FRAME)?"FRAME":(p->type == TOP_FIELD)?
+ "TOP_FIELD":"BOTTOM_FIELD", p->pic_num); */
+ /* if frame, check for new store, */
+ /* assert (p!=NULL); */
+
+ p_Vid->last_has_mmco_5 = 0;
+ p_Vid->last_pic_bottom_field = (p->structure == BOTTOM_FIELD);
+
+ if (p->idr_flag) {
+ idr_memory_management(p_H264_Dpb, p);
+#if 0
+/* ??? */
+ /* picture error concealment */
+ memset(p_Vid->pocs_in_dpb, 0, sizeof(int) * 100);
+#endif
+ } else {
+#if 1
+/* ??? */
+ /* adaptive memory management */
+ if (p->used_for_reference &&
+ (p->adaptive_ref_pic_buffering_flag))
+ adaptive_memory_management(p_H264_Dpb, p);
+#endif
+ }
+
+ if ((p->structure == TOP_FIELD) || (p->structure == BOTTOM_FIELD)) {
+ /* check for frame store with same pic_number */
+ if (p_Dpb->last_picture) {
+ if ((int)p_Dpb->last_picture->frame_num ==
+ p->pic_num) {
+ if (((p->structure == TOP_FIELD) &&
+ (p_Dpb->last_picture->is_used == 2)) ||
+ ((p->structure == BOTTOM_FIELD) &&
+ (p_Dpb->last_picture->is_used == 1))) {
+ if ((p->used_for_reference &&
+ (p_Dpb->last_picture->
+ is_orig_reference != 0)) ||
+ (!p->used_for_reference &&
+ (p_Dpb->last_picture->
+ is_orig_reference == 0))) {
+ insert_picture_in_dpb(
+ p_H264_Dpb,
+ p_Dpb->last_picture,
+ p);
+ update_ref_list(p_Dpb);
+ update_ltref_list(p_Dpb);
+ dump_dpb(p_Dpb);
+ p_Dpb->last_picture = NULL;
+ return;
+ }
+ }
+ }
+ }
+ }
+ /* this is a frame or a field which has no stored
+ * complementary field */
+
+ /* sliding window, if necessary */
+ if ((!p->idr_flag) && (p->used_for_reference &&
+ (!p->adaptive_ref_pic_buffering_flag))) {
+ sliding_window_memory_management(p_Dpb, p);
+ }
+
+ /* picture error concealment */
+ if (p_Vid->conceal_mode != 0) {
+ for (i = 0; i < p_Dpb->size; i++)
+ if (p_Dpb->fs[i]->is_reference)
+ p_Dpb->fs[i]->concealment_reference = 1;
+ }
+
+#ifndef OLD_OUTPUT_CODE
+ while (remove_unused_frame_from_dpb(p_H264_Dpb))
+ ;
+
+ if ((h264_debug_flag & OUTPUT_CURRENT_BUF) == 0) {
+ while (output_frames(p_H264_Dpb, 0))
+ ;
+ }
+#else
+ /* OLD_OUTPUT_CODE */
+
+ /* first try to remove unused frames */
+ if (p_Dpb->used_size == p_Dpb->size) {
+#if 0
+ /* ??? */
+ /* picture error concealment */
+ if (p_Vid->conceal_mode != 0)
+ conceal_non_ref_pics(p_Dpb, 2);
+#endif
+ remove_unused_frame_from_dpb(p_H264_Dpb);
+
+#if 0
+ /* ??? */
+ if (p_Vid->conceal_mode != 0)
+ sliding_window_poc_management(p_Dpb, p);
+#endif
+ }
+
+ /* then output frames until one can be removed */
+/* #ifdef OUTPUT_BUFFER_IN_C */
+ if ((h264_debug_flag & OUTPUT_CURRENT_BUF) == 0) {
+ if (p_Dpb->used_size > (p_Dpb->size - 5))
+ output_one_frame_from_dpb(p_H264_Dpb);
+ } else {
+/* #else */
+ while (p_Dpb->used_size == p_Dpb->size) {
+#if 0
+ /* non-reference frames may be output directly */
+ if (!p->used_for_reference) {
+ get_smallest_poc(p_Dpb, &poc, &pos);
+ if ((-1 == pos) || (p->poc < poc)) {
+#if (MVC_EXTENSION_ENABLE)
+ if (p_Vid->profile_idc >= MVC_HIGH)
+ dpb_print(
+ p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "Display order might not be correct, %d, %d\n",
+ p->view_id, p->poc);
+#endif
+#if 0
+/* ??? */
+#if (MVC_EXTENSION_ENABLE)
+ direct_output(p_Vid, p, p_Vid->
+ p_out_mvc[p_Dpb->layer_id]);
+#else
+ direct_output(p_Vid, p, p_Vid->p_out);
+#endif
+#endif
+ return;
+ }
+ }
+#endif
+ /* flush a frame */
+ output_one_frame_from_dpb(p_H264_Dpb);
+ }
+
+ }
+/* #endif */
+ /* OLD_OUTPUT_CODE */
+#endif
+
+ /* check for duplicate frame number in short term reference buffer */
+ if ((p->used_for_reference) && (!p->is_long_term)) {
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->frame_num == p->frame_num) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "duplicate frame_num in short-term reference picture buffer %d\n",
+ 500);
+ }
+ }
+ }
+ /* store at end of buffer */
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s p_Dpb->used_size %d\n", __func__, p_Dpb->used_size);
+ if (p_Dpb->used_size >= p_Dpb->size) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s Error: used_sizd %d is large than dpb size\r\n",
+ __func__, p_Dpb->used_size);
+ h264_debug_flag |= PRINT_FLAG_DUMP_DPB;
+ dump_dpb(p_Dpb);
+ return;
+ }
+
+ insert_picture_in_dpb(p_H264_Dpb, p_Dpb->fs[p_Dpb->used_size], p);
+ if (h264_debug_flag & OUTPUT_CURRENT_BUF) {
+ prepare_display_buf(p_H264_Dpb->vdec,
+ p_Dpb->fs[p_Dpb->used_size]);
+ set_frame_output_flag(p_H264_Dpb, p_Dpb->used_size);
+
+ }
+
+ /* picture error concealment */
+ if (p->idr_flag)
+ p_Vid->earlier_missing_poc = 0;
+
+ if (p->structure != FRAME)
+ p_Dpb->last_picture = p_Dpb->fs[p_Dpb->used_size];
+ else
+ p_Dpb->last_picture = NULL;
+
+ p_Dpb->used_size++;
+#if 0
+/* ??? */
+ if (p_Vid->conceal_mode != 0)
+ p_Vid->pocs_in_dpb[p_Dpb->used_size - 1] = p->poc;
+#endif
+ update_ref_list(p_Dpb);
+ update_ltref_list(p_Dpb);
+
+ check_num_ref(p_Dpb);
+
+ dump_dpb(p_Dpb);
+}
+
+void bufmgr_post(struct h264_dpb_stru *p_H264_Dpb)
+{
+ /*VideoParameters *p_Vid = p_Dpb->p_Vid;*/
+ struct VideoParameters *p_Vid = &p_H264_Dpb->mVideo;
+ if (p_Vid->last_has_mmco_5)
+ p_Vid->pre_frame_num = 0;
+}
+/**********************************
+*
+* Initialize reference lists
+***********************************/
+#define __COMPARE(context, p1, p2) comp(p1, p2)
+#define __SHORTSORT(lo, hi, width, comp, context) \
+ shortsort(lo, hi, width, comp)
+#define CUTOFF 8 /* testing shows that this is good value */
+#define STKSIZ (8*sizeof(void *) - 2)
+
+#undef swap
+static void swap(
+ char *a,
+ char *b,
+ size_t width
+)
+{
+ char tmp;
+
+ if (a != b)
+ /* Do the swap one character at a time to avoid potential
+ alignment problems. */
+ while (width--) {
+ tmp = *a;
+ *a++ = *b;
+ *b++ = tmp;
+ }
+}
+
+static void shortsort(
+ char *lo,
+ char *hi,
+ size_t width,
+ int (*comp)(const void *, const void *)
+)
+{
+ char *p, *max;
+
+ /* Note: in assertions below, i and j are alway inside original
+ bound of array to sort. */
+
+ while (hi > lo) {
+ /* A[i] <= A[j] for i <= j, j > hi */
+ max = lo;
+ for (p = lo + width; p <= hi; p += width) {
+ /* A[i] <= A[max] for lo <= i < p */
+ if (__COMPARE(context, p, max) > 0)
+ max = p;
+ /* A[i] <= A[max] for lo <= i <= p */
+ }
+
+ /* A[i] <= A[max] for lo <= i <= hi */
+
+ swap(max, hi, width);
+
+ /* A[i] <= A[hi] for i <= hi, so A[i] <= A[j] for i <= j,
+ j >= hi */
+
+ hi -= width;
+
+ /* A[i] <= A[j] for i <= j, j > hi, loop top condition
+ established */
+ }
+ /* A[i] <= A[j] for i <= j, j > lo, which implies A[i] <= A[j]
+ for i < j, so array is sorted */
+}
+
+static void qsort(
+ void *base,
+ size_t num,
+ size_t width,
+ int (*comp)(const void *, const void *)
+)
+{
+ char *lo, *hi; /* ends of sub-array currently sorting */
+ char *mid; /* points to middle of subarray */
+ char *loguy, *higuy; /* traveling pointers for partition step */
+ size_t size; /* size of the sub-array */
+ char *lostk[STKSIZ], *histk[STKSIZ];
+ int stkptr; /* stack for saving sub-array to be
+ processed */
+#if 0
+ /* validation section */
+ _VALIDATE_RETURN_VOID(base != NULL || num == 0, EINVAL);
+ _VALIDATE_RETURN_VOID(width > 0, EINVAL);
+ _VALIDATE_RETURN_VOID(comp != NULL, EINVAL);
+#endif
+ if (num < 2)
+ return; /* nothing to do */
+
+ stkptr = 0; /* initialize stack */
+
+ lo = (char *)base;
+ hi = (char *)base + width * (num - 1); /* initialize limits */
+
+ /* this entry point is for pseudo-recursion calling: setting
+ lo and hi and jumping to here is like recursion, but stkptr is
+ preserved, locals aren't, so we preserve stuff on the stack */
+recurse:
+
+ size = (hi - lo) / width + 1; /* number of el's to sort */
+
+ /* below a certain size, it is faster to use a O(n^2) sorting method */
+ if (size <= CUTOFF) {
+ __SHORTSORT(lo, hi, width, comp, context);
+ } else {
+ /* First we pick a partitioning element. The efficiency of
+ the algorithm demands that we find one that is approximately
+ the median of the values, but also that we select one fast.
+ We choose the median of the first, middle, and last
+ elements, to avoid bad performance in the face of already
+ sorted data, or data that is made up of multiple sorted
+ runs appended together. Testing shows that a
+ median-of-three algorithm provides better performance than
+ simply picking the middle element for the latter case. */
+
+ mid = lo + (size / 2) * width; /* find middle element */
+
+ /* Sort the first, middle, last elements into order */
+ if (__COMPARE(context, lo, mid) > 0)
+ swap(lo, mid, width);
+ if (__COMPARE(context, lo, hi) > 0)
+ swap(lo, hi, width);
+ if (__COMPARE(context, mid, hi) > 0)
+ swap(mid, hi, width);
+
+ /* We now wish to partition the array into three pieces, one
+ consisting of elements <= partition element, one of elements
+ equal to the partition element, and one of elements > than
+ it. This is done below; comments indicate conditions
+ established at every step. */
+
+ loguy = lo;
+ higuy = hi;
+
+ /* Note that higuy decreases and loguy increases on every
+ iteration, so loop must terminate. */
+ for (;;) {
+ /* lo <= loguy < hi, lo < higuy <= hi,
+ A[i] <= A[mid] for lo <= i <= loguy,
+ A[i] > A[mid] for higuy <= i < hi,
+ A[hi] >= A[mid] */
+
+ /* The doubled loop is to avoid calling comp(mid,mid),
+ since some existing comparison funcs don't work
+ when passed the same value for both pointers. */
+
+ if (mid > loguy) {
+ do {
+ loguy += width;
+ } while (loguy < mid &&
+ __COMPARE(context, loguy, mid) <= 0);
+ }
+ if (mid <= loguy) {
+ do {
+ loguy += width;
+ } while (loguy <= hi &&
+ __COMPARE(context, loguy, mid) <= 0);
+ }
+
+ /* lo < loguy <= hi+1, A[i] <= A[mid] for
+ lo <= i < loguy,
+ either loguy > hi or A[loguy] > A[mid] */
+
+ do {
+ higuy -= width;
+ } while (higuy > mid &&
+ __COMPARE(context, higuy, mid) > 0);
+
+ /* lo <= higuy < hi, A[i] > A[mid] for higuy < i < hi,
+ either higuy == lo or A[higuy] <= A[mid] */
+
+ if (higuy < loguy)
+ break;
+
+ /* if loguy > hi or higuy == lo, then we would have
+ exited, so A[loguy] > A[mid], A[higuy] <= A[mid],
+ loguy <= hi, higuy > lo */
+
+ swap(loguy, higuy, width);
+
+ /* If the partition element was moved, follow it.
+ Only need to check for mid == higuy, since before
+ the swap, A[loguy] > A[mid] implies loguy != mid. */
+
+ if (mid == higuy)
+ mid = loguy;
+
+ /* A[loguy] <= A[mid], A[higuy] > A[mid]; so condition
+ at top of loop is re-established */
+ }
+
+ /* A[i] <= A[mid] for lo <= i < loguy,
+ A[i] > A[mid] for higuy < i < hi,
+ A[hi] >= A[mid]
+ higuy < loguy
+ implying:
+ higuy == loguy-1
+ or higuy == hi - 1, loguy == hi + 1, A[hi] == A[mid] */
+
+ /* Find adjacent elements equal to the partition element. The
+ doubled loop is to avoid calling comp(mid,mid), since some
+ existing comparison funcs don't work when passed the same
+ value for both pointers. */
+
+ higuy += width;
+ if (mid < higuy) {
+ do {
+ higuy -= width;
+ } while (higuy > mid &&
+ __COMPARE(context, higuy, mid) == 0);
+ }
+ if (mid >= higuy) {
+ do {
+ higuy -= width;
+ } while (higuy > lo &&
+ __COMPARE(context, higuy, mid) == 0);
+ }
+
+ /* OK, now we have the following:
+ higuy < loguy
+ lo <= higuy <= hi
+ A[i] <= A[mid] for lo <= i <= higuy
+ A[i] == A[mid] for higuy < i < loguy
+ A[i] > A[mid] for loguy <= i < hi
+ A[hi] >= A[mid] */
+
+ /* We've finished the partition, now we want to sort the
+ subarrays [lo, higuy] and [loguy, hi].
+ We do the smaller one first to minimize stack usage.
+ We only sort arrays of length 2 or more.*/
+
+ if (higuy - lo >= hi - loguy) {
+ if (lo < higuy) {
+ lostk[stkptr] = lo;
+ histk[stkptr] = higuy;
+ ++stkptr;
+ } /* save big recursion for later */
+
+ if (loguy < hi) {
+ lo = loguy;
+ goto recurse; /* do small recursion */
+ }
+ } else {
+ if (loguy < hi) {
+ lostk[stkptr] = loguy;
+ histk[stkptr] = hi;
+ ++stkptr; /* save big recursion for later */
+ }
+
+ if (lo < higuy) {
+ hi = higuy;
+ goto recurse; /* do small recursion */
+ }
+ }
+ }
+
+ /* We have sorted the array, except for any pending sorts on the stack.
+ Check if there are any, and do them. */
+
+ --stkptr;
+ if (stkptr >= 0) {
+ lo = lostk[stkptr];
+ hi = histk[stkptr];
+ goto recurse; /* pop subarray from stack */
+ } else
+ return; /* all subarrays done */
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two stored pictures by picture number for qsort in
+ * descending order
+ *
+ ************************************************************************
+ */
+static inline int compare_pic_by_pic_num_desc(const void *arg1,
+ const void *arg2)
+{
+ int pic_num1 = (*(struct StorablePicture **)arg1)->pic_num;
+ int pic_num2 = (*(struct StorablePicture **)arg2)->pic_num;
+
+ if (pic_num1 < pic_num2)
+ return 1;
+ if (pic_num1 > pic_num2)
+ return -1;
+ else
+ return 0;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two stored pictures by picture number for qsort in
+ * descending order
+ *
+ ************************************************************************
+ */
+static inline int compare_pic_by_lt_pic_num_asc(const void *arg1,
+ const void *arg2)
+{
+ int long_term_pic_num1 =
+ (*(struct StorablePicture **)arg1)->long_term_pic_num;
+ int long_term_pic_num2 =
+ (*(struct StorablePicture **)arg2)->long_term_pic_num;
+
+ if (long_term_pic_num1 < long_term_pic_num2)
+ return -1;
+ if (long_term_pic_num1 > long_term_pic_num2)
+ return 1;
+ else
+ return 0;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two frame stores by pic_num for qsort in descending order
+ *
+ ************************************************************************
+ */
+static inline int compare_fs_by_frame_num_desc(const void *arg1,
+ const void *arg2)
+{
+ int frame_num_wrap1 = (*(struct FrameStore **)arg1)->frame_num_wrap;
+ int frame_num_wrap2 = (*(struct FrameStore **)arg2)->frame_num_wrap;
+ if (frame_num_wrap1 < frame_num_wrap2)
+ return 1;
+ if (frame_num_wrap1 > frame_num_wrap2)
+ return -1;
+ else
+ return 0;
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two frame stores by lt_pic_num for qsort in descending order
+ *
+ ************************************************************************
+ */
+static inline int compare_fs_by_lt_pic_idx_asc(const void *arg1,
+ const void *arg2)
+{
+ int long_term_frame_idx1 =
+ (*(struct FrameStore **)arg1)->long_term_frame_idx;
+ int long_term_frame_idx2 =
+ (*(struct FrameStore **)arg2)->long_term_frame_idx;
+
+ if (long_term_frame_idx1 < long_term_frame_idx2)
+ return -1;
+ else if (long_term_frame_idx1 > long_term_frame_idx2)
+ return 1;
+ else
+ return 0;
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two stored pictures by poc for qsort in ascending order
+ *
+ ************************************************************************
+ */
+static inline int compare_pic_by_poc_asc(const void *arg1, const void *arg2)
+{
+ int poc1 = (*(struct StorablePicture **)arg1)->poc;
+ int poc2 = (*(struct StorablePicture **)arg2)->poc;
+
+ if (poc1 < poc2)
+ return -1;
+ else if (poc1 > poc2)
+ return 1;
+ else
+ return 0;
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two stored pictures by poc for qsort in descending order
+ *
+ ************************************************************************
+ */
+static inline int compare_pic_by_poc_desc(const void *arg1, const void *arg2)
+{
+ int poc1 = (*(struct StorablePicture **)arg1)->poc;
+ int poc2 = (*(struct StorablePicture **)arg2)->poc;
+
+ if (poc1 < poc2)
+ return 1;
+ else if (poc1 > poc2)
+ return -1;
+ else
+ return 0;
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two frame stores by poc for qsort in ascending order
+ *
+ ************************************************************************
+ */
+static inline int compare_fs_by_poc_asc(const void *arg1, const void *arg2)
+{
+ int poc1 = (*(struct FrameStore **)arg1)->poc;
+ int poc2 = (*(struct FrameStore **)arg2)->poc;
+
+ if (poc1 < poc2)
+ return -1;
+ else if (poc1 > poc2)
+ return 1;
+ else
+ return 0;
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * compares two frame stores by poc for qsort in descending order
+ *
+ ************************************************************************
+ */
+static inline int compare_fs_by_poc_desc(const void *arg1, const void *arg2)
+{
+ int poc1 = (*(struct FrameStore **)arg1)->poc;
+ int poc2 = (*(struct FrameStore **)arg2)->poc;
+
+ if (poc1 < poc2)
+ return 1;
+ else if (poc1 > poc2)
+ return -1;
+ else
+ return 0;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * returns true, if picture is short term reference picture
+ *
+ ************************************************************************
+ */
+static inline int is_short_ref(struct StorablePicture *s)
+{
+#ifdef ERROR_CHECK
+ return (s &&
+ (s->used_for_reference) && (!(s->is_long_term)));
+#else
+ return (s->used_for_reference) && (!(s->is_long_term));
+#endif
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * returns true, if picture is long term reference picture
+ *
+ ************************************************************************
+ */
+static inline int is_long_ref(struct StorablePicture *s)
+{
+#ifdef ERROR_CHECK
+ return (s &&
+ s->used_for_reference) && (s->is_long_term);
+#else
+ return (s->used_for_reference) && (s->is_long_term);
+#endif
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Initialize reference lists for a P Slice
+ *
+ ************************************************************************
+ */
+/*!
+ ************************************************************************
+ * \brief
+ * Generates a alternating field list from a given FrameStore list
+ *
+ ************************************************************************
+ */
+static void gen_pic_list_from_frame_list(enum PictureStructure currStructure,
+ struct FrameStore **fs_list, int list_idx,
+ struct StorablePicture **list,
+ char *list_size, int long_term)
+{
+ int top_idx = 0;
+ int bot_idx = 0;
+
+ int (*is_ref)(struct StorablePicture *s) = (long_term) ? is_long_ref :
+ is_short_ref;
+
+
+ if (currStructure == TOP_FIELD) {
+ while ((top_idx < list_idx) || (bot_idx < list_idx)) {
+ for (; top_idx < list_idx; top_idx++) {
+ if (fs_list[top_idx]->is_used & 1) {
+ if (is_ref(fs_list[top_idx]->
+ top_field)) {
+ /* short term ref pic */
+ list[(short) *list_size] =
+ fs_list[top_idx]->top_field;
+ (*list_size)++;
+ top_idx++;
+ break;
+ }
+ }
+ }
+ for (; bot_idx < list_idx; bot_idx++) {
+ if (fs_list[bot_idx]->is_used & 2) {
+ if (is_ref(fs_list[bot_idx]->
+ bottom_field)) {
+ /* short term ref pic */
+ list[(short) *list_size] =
+ fs_list[bot_idx]->bottom_field;
+ (*list_size)++;
+ bot_idx++;
+ break;
+ }
+ }
+ }
+ }
+ }
+ if (currStructure == BOTTOM_FIELD) {
+ while ((top_idx < list_idx) || (bot_idx < list_idx)) {
+ for (; bot_idx < list_idx; bot_idx++) {
+ if (fs_list[bot_idx]->is_used & 2) {
+ if (is_ref(fs_list[bot_idx]->
+ bottom_field)) {
+ /* short term ref pic */
+ list[(short) *list_size] =
+ fs_list[bot_idx]->bottom_field;
+ (*list_size)++;
+ bot_idx++;
+ break;
+ }
+ }
+ }
+ for (; top_idx < list_idx; top_idx++) {
+ if (fs_list[top_idx]->is_used & 1) {
+ if (is_ref(fs_list[top_idx]->
+ top_field)) {
+ /* short term ref pic */
+ list[(short) *list_size] =
+ fs_list[top_idx]->top_field;
+ (*list_size)++;
+ top_idx++;
+ break;
+ }
+ }
+ }
+ }
+ }
+}
+
+static void init_lists_p_slice(struct Slice *currSlice)
+{
+ struct VideoParameters *p_Vid = currSlice->p_Vid;
+ struct DecodedPictureBuffer *p_Dpb = currSlice->p_Dpb;
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+
+ unsigned int i;
+
+ int list0idx = 0;
+ int listltidx = 0;
+
+ struct FrameStore **fs_list0;
+ struct FrameStore **fs_listlt;
+
+#if (MVC_EXTENSION_ENABLE)
+ currSlice->listinterviewidx0 = 0;
+ currSlice->listinterviewidx1 = 0;
+#endif
+
+ if (currSlice->structure == FRAME) {
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_used == 3) {
+ if ((p_Dpb->fs_ref[i]->frame->
+ used_for_reference) &&
+ (!p_Dpb->fs_ref[i]->frame->
+ is_long_term)) {
+ currSlice->listX[0][list0idx++] =
+ p_Dpb->fs_ref[i]->frame;
+ }
+ }
+ }
+ /* order list 0 by PicNum */
+ qsort((void *)currSlice->listX[0], list0idx,
+ sizeof(struct StorablePicture *),
+ compare_pic_by_pic_num_desc);
+ currSlice->listXsize[0] = (char) list0idx;
+ CHECK_VALID(currSlice->listXsize[0], 0);
+ if (h264_debug_flag & PRINT_FLAG_DPB_DETAIL) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "listX[0] (PicNum): ");
+ for (i = 0; i < list0idx; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[0][i]->pic_num);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ }
+ /* long term handling */
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ltref[i]->is_used == 3) {
+ if (p_Dpb->fs_ltref[i]->frame->is_long_term) {
+ currSlice->listX[0][list0idx++] =
+ p_Dpb->fs_ltref[i]->frame;
+ }
+ }
+ }
+ qsort((void *)&currSlice->listX[0][
+ (short) currSlice->listXsize[0]],
+ list0idx - currSlice->listXsize[0],
+ sizeof(struct StorablePicture *),
+ compare_pic_by_lt_pic_num_asc);
+ currSlice->listXsize[0] = (char) list0idx;
+ CHECK_VALID(currSlice->listXsize[0], 0);
+ } else {
+#if 0
+ fs_list0 = calloc(p_Dpb->size, sizeof(struct FrameStore *));
+ if (NULL == fs_list0)
+ no_mem_exit("init_lists: fs_list0");
+ fs_listlt = calloc(p_Dpb->size, sizeof(struct FrameStore *));
+ if (NULL == fs_listlt)
+ no_mem_exit("init_lists: fs_listlt");
+#else
+ fs_list0 = &(p_Dpb->fs_list0[0]);
+ fs_listlt = &(p_Dpb->fs_listlt[0]);
+#endif
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_reference)
+ fs_list0[list0idx++] = p_Dpb->fs_ref[i];
+ }
+
+ qsort((void *)fs_list0, list0idx, sizeof(struct FrameStore *),
+ compare_fs_by_frame_num_desc);
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "fs_list0 (FrameNum): ");
+ for (i = 0; i < list0idx; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ fs_list0[i]->frame_num_wrap);
+ }
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "\n");
+
+ currSlice->listXsize[0] = 0;
+ gen_pic_list_from_frame_list(currSlice->structure, fs_list0,
+ list0idx, currSlice->listX[0],
+ &currSlice->listXsize[0], 0);
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "listX[0] (PicNum): ");
+ for (i = 0; i < currSlice->listXsize[0]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[0][i]->pic_num);
+ }
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "\n");
+
+ /* long term handling */
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++)
+ fs_listlt[listltidx++] = p_Dpb->fs_ltref[i];
+
+ qsort((void *)fs_listlt, listltidx, sizeof(struct FrameStore *),
+ compare_fs_by_lt_pic_idx_asc);
+
+ gen_pic_list_from_frame_list(currSlice->structure, fs_listlt,
+ listltidx, currSlice->listX[0],
+ &currSlice->listXsize[0], 1);
+
+ /* free(fs_list0); */
+ /* free(fs_listlt); */
+ }
+ currSlice->listXsize[1] = 0;
+
+
+ /* set max size */
+ currSlice->listXsize[0] = (char) imin(currSlice->listXsize[0],
+ currSlice->num_ref_idx_active[LIST_0]);
+ currSlice->listXsize[1] = (char) imin(currSlice->listXsize[1],
+ currSlice->num_ref_idx_active[LIST_1]);
+ CHECK_VALID(currSlice->listXsize[0], 0);
+ CHECK_VALID(currSlice->listXsize[1], 1);
+
+ /* set the unused list entries to NULL */
+ for (i = currSlice->listXsize[0]; i < (MAX_LIST_SIZE); i++)
+ currSlice->listX[0][i] = p_Vid->no_reference_picture;
+ for (i = currSlice->listXsize[1]; i < (MAX_LIST_SIZE); i++)
+ currSlice->listX[1][i] = p_Vid->no_reference_picture;
+
+#if PRINTREFLIST
+#if (MVC_EXTENSION_ENABLE)
+ /* print out for h264_debug_flag purpose */
+ if ((p_Vid->profile_idc == MVC_HIGH ||
+ p_Vid->profile_idc == STEREO_HIGH) &&
+ currSlice->current_slice_nr == 0) {
+ if (currSlice->listXsize[0] > 0) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " ** (CurViewID:%d %d) %s Ref Pic List 0 ****\n",
+ currSlice->view_id,
+ currSlice->ThisPOC,
+ currSlice->structure == FRAME ? "FRM" :
+ (currSlice->structure == TOP_FIELD ?
+ "TOP" : "BOT"));
+ for (i = 0; i < (unsigned int)(currSlice->
+ listXsize[0]); i++) { /* ref list 0 */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " %2d -> POC: %4d PicNum: %4d ViewID: %d\n",
+ i,
+ currSlice->listX[0][i]->poc,
+ currSlice->listX[0][i]->pic_num,
+ currSlice->listX[0][i]->view_id);
+ }
+ }
+ }
+#endif
+#endif
+}
+
+
+/*!
+ ************************************************************************
+ * \brief
+ * Initialize reference lists
+ *
+ ************************************************************************
+ */
+static void init_mbaff_lists(struct VideoParameters *p_Vid,
+ struct Slice *currSlice)
+{
+ unsigned j;
+ int i;
+
+ for (i = 2; i < 6; i++) {
+ for (j = 0; j < MAX_LIST_SIZE; j++)
+ currSlice->listX[i][j] = p_Vid->no_reference_picture;
+ currSlice->listXsize[i] = 0;
+ }
+
+ for (i = 0; i < currSlice->listXsize[0]; i++) {
+#ifdef ERROR_CHECK
+ if (currSlice->listX[0][i] == NULL) {
+ pr_info(
+ "error currSlice->listX[0][%d] is NULL\r\n", i);
+ break;
+ }
+#endif
+ currSlice->listX[2][2 * i] =
+ currSlice->listX[0][i]->top_field;
+ currSlice->listX[2][2 * i + 1] =
+ currSlice->listX[0][i]->bottom_field;
+ currSlice->listX[4][2 * i] =
+ currSlice->listX[0][i]->bottom_field;
+ currSlice->listX[4][2 * i + 1] =
+ currSlice->listX[0][i]->top_field;
+ }
+ currSlice->listXsize[2] = currSlice->listXsize[4] =
+ currSlice->listXsize[0] * 2;
+
+ for (i = 0; i < currSlice->listXsize[1]; i++) {
+#ifdef ERROR_CHECK
+ if (currSlice->listX[1][i] == NULL) {
+ pr_info(
+ "error currSlice->listX[1][%d] is NULL\r\n", i);
+ break;
+ }
+#endif
+ currSlice->listX[3][2 * i] =
+ currSlice->listX[1][i]->top_field;
+ currSlice->listX[3][2 * i + 1] =
+ currSlice->listX[1][i]->bottom_field;
+ currSlice->listX[5][2 * i] =
+ currSlice->listX[1][i]->bottom_field;
+ currSlice->listX[5][2 * i + 1] =
+ currSlice->listX[1][i]->top_field;
+ }
+ currSlice->listXsize[3] = currSlice->listXsize[5] =
+ currSlice->listXsize[1] * 2;
+}
+
+
+
+static void init_lists_i_slice(struct Slice *currSlice)
+{
+
+#if (MVC_EXTENSION_ENABLE)
+ currSlice->listinterviewidx0 = 0;
+ currSlice->listinterviewidx1 = 0;
+#endif
+
+ currSlice->listXsize[0] = 0;
+ currSlice->listXsize[1] = 0;
+}
+
+static void init_lists_b_slice(struct Slice *currSlice)
+{
+ struct VideoParameters *p_Vid = currSlice->p_Vid;
+ struct DecodedPictureBuffer *p_Dpb = currSlice->p_Dpb;
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Dpb,
+ struct h264_dpb_stru, mDPB);
+
+ unsigned int i;
+ int j;
+
+ int list0idx = 0;
+ int list0idx_1 = 0;
+ int listltidx = 0;
+
+ struct FrameStore **fs_list0;
+ struct FrameStore **fs_list1;
+ struct FrameStore **fs_listlt;
+
+#if (MVC_EXTENSION_ENABLE)
+ currSlice->listinterviewidx0 = 0;
+ currSlice->listinterviewidx1 = 0;
+#endif
+
+ {
+ /* B-Slice */
+ if (currSlice->structure == FRAME) {
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if ((p_Dpb->fs_ref[i]->is_used == 3) &&
+ ((p_Dpb->fs_ref[i]->frame->
+ used_for_reference) &&
+ (!p_Dpb->fs_ref[i]->frame->
+ is_long_term)) &&
+ (currSlice->framepoc >=
+ p_Dpb->fs_ref[i]->frame->poc)) {
+ /* !KS use >= for error
+ concealment */
+ currSlice->listX[0][list0idx++] =
+ p_Dpb->fs_ref[i]->frame;
+ }
+ }
+ qsort((void *)currSlice->listX[0], list0idx,
+ sizeof(struct StorablePicture *),
+ compare_pic_by_poc_desc);
+
+ /* get the backward reference picture
+ (POC>current POC) in list0; */
+ list0idx_1 = list0idx;
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if ((p_Dpb->fs_ref[i]->is_used == 3) &&
+ ((p_Dpb->fs_ref[i]->frame->
+ used_for_reference) &&
+ (!p_Dpb->fs_ref[i]->frame->
+ is_long_term)) &&
+ (currSlice->framepoc <
+ p_Dpb->fs_ref[i]->frame->poc)) {
+ currSlice->
+ listX[0][list0idx++] =
+ p_Dpb->fs_ref[i]->frame;
+ }
+ }
+ qsort((void *)&currSlice->listX[0][list0idx_1],
+ list0idx - list0idx_1,
+ sizeof(struct StorablePicture *),
+ compare_pic_by_poc_asc);
+
+ for (j = 0; j < list0idx_1; j++) {
+ currSlice->
+ listX[1][list0idx - list0idx_1 + j] =
+ currSlice->listX[0][j];
+ }
+ for (j = list0idx_1; j < list0idx; j++) {
+ currSlice->listX[1][j - list0idx_1] =
+ currSlice->listX[0][j];
+ }
+
+ currSlice->listXsize[0] = currSlice->listXsize[1] =
+ (char) list0idx;
+ CHECK_VALID(currSlice->listXsize[0], 0);
+ CHECK_VALID(currSlice->listXsize[1], 1);
+
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "listX[0] (PicNum): ");
+ for (i = 0; i < currSlice->listXsize[0]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[0][i]->pic_num);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "listX[1] (PicNum): ");
+ for (i = 0; i < currSlice->listXsize[1]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[1][i]->pic_num);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ /* dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "currSlice->listX[0] currPoc=%d (Poc): ",
+ p_Vid->framepoc);
+ for (i=0; i<currSlice->listXsize[0]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "%d ", currSlice->listX[0][i]->poc);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "currSlice->listX[1] currPoc=%d (Poc): ",
+ p_Vid->framepoc);
+ for (i=0; i<currSlice->listXsize[1]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "%d ",
+ currSlice->listX[1][i]->poc);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n"); */
+
+ /* long term handling */
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ltref[i]->is_used == 3) {
+ if (p_Dpb->fs_ltref[i]->frame->
+ is_long_term) {
+ currSlice->
+ listX[0][list0idx] =
+ p_Dpb->fs_ltref[i]->frame;
+ currSlice->
+ listX[1][list0idx++] =
+ p_Dpb->fs_ltref[i]->frame;
+ }
+ }
+ }
+ qsort((void *)&currSlice->
+ listX[0][(short) currSlice->listXsize[0]],
+ list0idx - currSlice->listXsize[0],
+ sizeof(struct StorablePicture *),
+ compare_pic_by_lt_pic_num_asc);
+ qsort((void *)&currSlice->
+ listX[1][(short) currSlice->listXsize[0]],
+ list0idx - currSlice->listXsize[0],
+ sizeof(struct StorablePicture *),
+ compare_pic_by_lt_pic_num_asc);
+ currSlice->listXsize[0] = currSlice->listXsize[1] =
+ (char) list0idx;
+ CHECK_VALID(currSlice->listXsize[0], 0);
+ CHECK_VALID(currSlice->listXsize[1], 1);
+ } else {
+#if 0
+ fs_list0 = calloc(p_Dpb->size,
+ sizeof(struct FrameStore *));
+ if (NULL == fs_list0)
+ no_mem_exit("init_lists: fs_list0");
+ fs_list1 = calloc(p_Dpb->size,
+ sizeof(struct FrameStore *));
+ if (NULL == fs_list1)
+ no_mem_exit("init_lists: fs_list1");
+ fs_listlt = calloc(p_Dpb->size,
+ sizeof(struct FrameStore *));
+ if (NULL == fs_listlt)
+ no_mem_exit("init_lists: fs_listlt");
+#else
+ fs_list0 = &(p_Dpb->fs_list0[0]);
+ fs_list1 = &(p_Dpb->fs_list1[0]);
+ fs_listlt = &(p_Dpb->fs_listlt[0]);
+
+#endif
+ currSlice->listXsize[0] = 0;
+ currSlice->listXsize[1] = 1;
+
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_used) {
+ if (currSlice->ThisPOC >=
+ p_Dpb->fs_ref[i]->poc) {
+ fs_list0[list0idx++] =
+ p_Dpb->fs_ref[i];
+ }
+ }
+ }
+ qsort((void *)fs_list0, list0idx,
+ sizeof(struct FrameStore *),
+ compare_fs_by_poc_desc);
+ list0idx_1 = list0idx;
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (p_Dpb->fs_ref[i]->is_used) {
+ if (currSlice->ThisPOC <
+ p_Dpb->fs_ref[i]->poc) {
+ fs_list0[list0idx++] =
+ p_Dpb->fs_ref[i];
+ }
+ }
+ }
+ qsort((void *)&fs_list0[list0idx_1],
+ list0idx - list0idx_1,
+ sizeof(struct FrameStore *),
+ compare_fs_by_poc_asc);
+
+ for (j = 0; j < list0idx_1; j++) {
+ fs_list1[list0idx - list0idx_1 + j] =
+ fs_list0[j];
+ }
+ for (j = list0idx_1; j < list0idx; j++)
+ fs_list1[j - list0idx_1] = fs_list0[j];
+
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "fs_list0 currPoc=%d (Poc): ",
+ currSlice->ThisPOC);
+ for (i = 0; i < list0idx; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ fs_list0[i]->poc);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "fs_list1 currPoc=%d (Poc): ",
+ currSlice->ThisPOC);
+ for (i = 0; i < list0idx; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ fs_list1[i]->poc);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+
+ currSlice->listXsize[0] = 0;
+ currSlice->listXsize[1] = 0;
+ gen_pic_list_from_frame_list(currSlice->structure,
+ fs_list0, list0idx,
+ currSlice->listX[0],
+ &currSlice->listXsize[0], 0);
+ gen_pic_list_from_frame_list(currSlice->structure,
+ fs_list1, list0idx,
+ currSlice->listX[1],
+ &currSlice->listXsize[1], 0);
+
+ /* dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "currSlice->listX[0] currPoc=%d (Poc): ",
+ p_Vid->framepoc);
+ for (i=0; i<currSlice->listXsize[0]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[0][i]->poc);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n"); */
+ /* dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "currSlice->listX[1] currPoc=%d (Poc): ",
+ p_Vid->framepoc);
+ for (i=0; i<currSlice->listXsize[1]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[1][i]->poc);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "\n"); */
+
+ /* long term handling */
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++)
+ fs_listlt[listltidx++] = p_Dpb->fs_ltref[i];
+
+ qsort((void *)fs_listlt, listltidx,
+ sizeof(struct FrameStore *),
+ compare_fs_by_lt_pic_idx_asc);
+
+ gen_pic_list_from_frame_list(currSlice->structure,
+ fs_listlt, listltidx,
+ currSlice->listX[0],
+ &currSlice->listXsize[0], 1);
+ gen_pic_list_from_frame_list(currSlice->structure,
+ fs_listlt, listltidx,
+ currSlice->listX[1],
+ &currSlice->listXsize[1], 1);
+
+ /* free(fs_list0); */
+ /* free(fs_list1); */
+ /* free(fs_listlt); */
+ }
+ }
+
+ if ((currSlice->listXsize[0] == currSlice->listXsize[1]) &&
+ (currSlice->listXsize[0] > 1)) {
+ /* check if lists are identical,
+ if yes swap first two elements of currSlice->listX[1] */
+ int diff = 0;
+ for (j = 0; j < currSlice->listXsize[0]; j++) {
+ if (currSlice->listX[0][j] !=
+ currSlice->listX[1][j]) {
+ diff = 1;
+ break;
+ }
+ }
+ if (!diff) {
+ struct StorablePicture *tmp_s =
+ currSlice->listX[1][0];
+ currSlice->listX[1][0] = currSlice->listX[1][1];
+ currSlice->listX[1][1] = tmp_s;
+ }
+ }
+
+ /* set max size */
+ currSlice->listXsize[0] = (char) imin(currSlice->listXsize[0],
+ currSlice->num_ref_idx_active[LIST_0]);
+ currSlice->listXsize[1] = (char) imin(currSlice->listXsize[1],
+ currSlice->num_ref_idx_active[LIST_1]);
+ CHECK_VALID(currSlice->listXsize[0], 0);
+ CHECK_VALID(currSlice->listXsize[1], 1);
+
+ /* set the unused list entries to NULL */
+ for (i = currSlice->listXsize[0]; i < (MAX_LIST_SIZE); i++)
+ currSlice->listX[0][i] = p_Vid->no_reference_picture;
+ for (i = currSlice->listXsize[1]; i < (MAX_LIST_SIZE); i++)
+ currSlice->listX[1][i] = p_Vid->no_reference_picture;
+
+#if PRINTREFLIST
+#if (MVC_EXTENSION_ENABLE)
+ /* print out for h264_debug_flag purpose */
+ if ((p_Vid->profile_idc == MVC_HIGH ||
+ p_Vid->profile_idc == STEREO_HIGH) &&
+ currSlice->current_slice_nr == 0) {
+ if ((currSlice->listXsize[0] > 0) ||
+ (currSlice->listXsize[1] > 0))
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ if (currSlice->listXsize[0] > 0) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " ** (CurViewID:%d %d) %s Ref Pic List 0 ****\n",
+ currSlice->view_id,
+ currSlice->ThisPOC,
+ currSlice->structure == FRAME ? "FRM" :
+ (currSlice->structure == TOP_FIELD ?
+ "TOP" : "BOT"));
+ for (i = 0; i < (unsigned int)(currSlice->
+ listXsize[0]); i++) { /* ref list 0 */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " %2d -> POC: %4d PicNum: %4d ViewID: %d\n",
+ i,
+ currSlice->listX[0][i]->poc,
+ currSlice->listX[0][i]->pic_num,
+ currSlice->listX[0][i]->view_id);
+ }
+ }
+ if (currSlice->listXsize[1] > 0) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " ** (CurViewID:%d %d) %s Ref Pic List 1 ****\n",
+ currSlice->view_id,
+ currSlice->ThisPOC,
+ currSlice->structure == FRAME ? "FRM" :
+ (currSlice->structure == TOP_FIELD ? "TOP" :
+ "BOT"));
+ for (i = 0; i < (unsigned int)(currSlice->
+ listXsize[1]); i++) { /* ref list 1 */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " %2d -> POC: %4d PicNum: %4d ViewID: %d\n",
+ i,
+ currSlice->listX[1][i]->poc,
+ currSlice->listX[1][i]->pic_num,
+ currSlice->listX[1][i]->view_id);
+ }
+ }
+ }
+#endif
+#endif
+}
+
+static struct StorablePicture *get_short_term_pic(struct Slice *currSlice,
+ struct DecodedPictureBuffer *p_Dpb, int picNum)
+{
+ unsigned i;
+
+ for (i = 0; i < p_Dpb->ref_frames_in_buffer; i++) {
+ if (currSlice->structure == FRAME) {
+ if (p_Dpb->fs_ref[i]->is_reference == 3)
+ if ((!p_Dpb->fs_ref[i]->frame->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->frame->
+ pic_num == picNum))
+ return p_Dpb->fs_ref[i]->frame;
+ } else {
+ if (p_Dpb->fs_ref[i]->is_reference & 1)
+ if ((!p_Dpb->fs_ref[i]->top_field->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->top_field->
+ pic_num == picNum))
+ return p_Dpb->fs_ref[i]->top_field;
+ if (p_Dpb->fs_ref[i]->is_reference & 2)
+ if ((!p_Dpb->fs_ref[i]->bottom_field->
+ is_long_term) &&
+ (p_Dpb->fs_ref[i]->bottom_field->
+ pic_num == picNum))
+ return p_Dpb->fs_ref[i]->bottom_field;
+ }
+ }
+
+ return currSlice->p_Vid->no_reference_picture;
+}
+
+
+static void reorder_short_term(struct Slice *currSlice, int cur_list,
+ int num_ref_idx_lX_active_minus1,
+ int picNumLX, int *refIdxLX)
+{
+ struct h264_dpb_stru *p_H264_Dpb = container_of(currSlice->p_Vid,
+ struct h264_dpb_stru, mVideo);
+
+ struct StorablePicture **RefPicListX = currSlice->listX[cur_list];
+ int cIdx, nIdx;
+
+ struct StorablePicture *picLX;
+
+ picLX = get_short_term_pic(currSlice, currSlice->p_Dpb, picNumLX);
+
+ for (cIdx = num_ref_idx_lX_active_minus1 + 1; cIdx > *refIdxLX;
+ cIdx--) {
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s: RefPicListX[ %d ] = RefPicListX[ %d ]\n",
+ __func__, cIdx, cIdx - 1);
+ RefPicListX[cIdx] = RefPicListX[cIdx - 1];
+ }
+
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s: RefPicListX[ %d ] = pic %x (%d)\n", __func__,
+ *refIdxLX, picLX, picNumLX);
+
+ RefPicListX[(*refIdxLX)++] = picLX;
+
+ nIdx = *refIdxLX;
+
+ for (cIdx = *refIdxLX; cIdx <= num_ref_idx_lX_active_minus1 + 1;
+ cIdx++) {
+ if (RefPicListX[cIdx])
+ if ((RefPicListX[cIdx]->is_long_term) ||
+ (RefPicListX[cIdx]->pic_num != picNumLX)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "%s: RefPicListX[ %d ] = RefPicListX[ %d ]\n",
+ __func__, nIdx, cIdx);
+ RefPicListX[nIdx++] = RefPicListX[cIdx];
+ }
+ }
+}
+
+
+static struct StorablePicture *get_long_term_pic(struct Slice *currSlice,
+ struct DecodedPictureBuffer *p_Dpb, int LongtermPicNum)
+{
+ unsigned int i;
+
+ for (i = 0; i < p_Dpb->ltref_frames_in_buffer; i++) {
+ if (currSlice->structure == FRAME) {
+ if (p_Dpb->fs_ltref[i]->is_reference == 3)
+ if ((p_Dpb->fs_ltref[i]->frame->
+ is_long_term) &&
+ (p_Dpb->fs_ltref[i]->frame->
+ long_term_pic_num ==
+ LongtermPicNum))
+ return p_Dpb->fs_ltref[i]->frame;
+ } else {
+ if (p_Dpb->fs_ltref[i]->is_reference & 1)
+ if ((p_Dpb->fs_ltref[i]->top_field->
+ is_long_term) &&
+ (p_Dpb->fs_ltref[i]->top_field->
+ long_term_pic_num == LongtermPicNum))
+ return p_Dpb->fs_ltref[i]->top_field;
+ if (p_Dpb->fs_ltref[i]->is_reference & 2)
+ if ((p_Dpb->fs_ltref[i]->bottom_field->
+ is_long_term) &&
+ (p_Dpb->fs_ltref[i]->bottom_field->
+ long_term_pic_num ==
+ LongtermPicNum))
+ return p_Dpb->fs_ltref[i]->
+ bottom_field;
+ }
+ }
+ return NULL;
+}
+
+/*!
+ ************************************************************************
+ * \brief
+ * Reordering process for long-term reference pictures
+ *
+ ************************************************************************
+ */
+static void reorder_long_term(struct Slice *currSlice,
+ struct StorablePicture **RefPicListX,
+ int num_ref_idx_lX_active_minus1,
+ int LongTermPicNum, int *refIdxLX)
+{
+ int cIdx, nIdx;
+
+ struct StorablePicture *picLX;
+
+ picLX = get_long_term_pic(currSlice, currSlice->p_Dpb, LongTermPicNum);
+
+ for (cIdx = num_ref_idx_lX_active_minus1 + 1; cIdx > *refIdxLX; cIdx--)
+ RefPicListX[cIdx] = RefPicListX[cIdx - 1];
+
+ RefPicListX[(*refIdxLX)++] = picLX;
+
+ nIdx = *refIdxLX;
+
+ for (cIdx = *refIdxLX; cIdx <= num_ref_idx_lX_active_minus1 + 1;
+ cIdx++) {
+ if (RefPicListX[cIdx]) {
+ if ((!RefPicListX[cIdx]->is_long_term) ||
+ (RefPicListX[cIdx]->long_term_pic_num !=
+ LongTermPicNum))
+ RefPicListX[nIdx++] = RefPicListX[cIdx];
+ }
+ }
+}
+
+static void reorder_ref_pic_list(struct Slice *currSlice, int cur_list)
+{
+ int *modification_of_pic_nums_idc =
+ currSlice->modification_of_pic_nums_idc[cur_list];
+ int *abs_diff_pic_num_minus1 =
+ currSlice->abs_diff_pic_num_minus1[cur_list];
+ int *long_term_pic_idx = currSlice->long_term_pic_idx[cur_list];
+ int num_ref_idx_lX_active_minus1 =
+ currSlice->num_ref_idx_active[cur_list] - 1;
+
+ struct VideoParameters *p_Vid = currSlice->p_Vid;
+ int i;
+
+ int maxPicNum, currPicNum, picNumLXNoWrap, picNumLXPred, picNumLX;
+ int refIdxLX = 0;
+
+ if (currSlice->structure == FRAME) {
+ maxPicNum = p_Vid->max_frame_num;
+ currPicNum = currSlice->frame_num;
+ } else {
+ maxPicNum = 2 * p_Vid->max_frame_num;
+ currPicNum = 2 * currSlice->frame_num + 1;
+ }
+
+ picNumLXPred = currPicNum;
+
+ for (i = 0; i < REORDERING_COMMAND_MAX_SIZE &&
+ modification_of_pic_nums_idc[i] != 3; i++) {
+ if (modification_of_pic_nums_idc[i] > 3) {
+ struct h264_dpb_stru *p_H264_Dpb =
+ container_of(p_Vid, struct h264_dpb_stru, mVideo);
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "error, Invalid modification_of_pic_nums_idc command\n");
+ /*h264_debug_flag = 0x1f;*/
+ break;
+ }
+ if (modification_of_pic_nums_idc[i] < 2) {
+ if (modification_of_pic_nums_idc[i] == 0) {
+ if (picNumLXPred - (abs_diff_pic_num_minus1[i]
+ + 1) < 0)
+ picNumLXNoWrap = picNumLXPred -
+ (abs_diff_pic_num_minus1[i] + 1) +
+ maxPicNum;
+ else
+ picNumLXNoWrap = picNumLXPred -
+ (abs_diff_pic_num_minus1[i] + 1);
+ } else { /* (modification_of_pic_nums_idc[i] == 1) */
+ if (picNumLXPred + (abs_diff_pic_num_minus1[i]
+ + 1) >= maxPicNum)
+ picNumLXNoWrap = picNumLXPred +
+ (abs_diff_pic_num_minus1[i] + 1) -
+ maxPicNum;
+ else
+ picNumLXNoWrap = picNumLXPred +
+ (abs_diff_pic_num_minus1[i] + 1);
+ }
+ picNumLXPred = picNumLXNoWrap;
+
+ if (picNumLXNoWrap > currPicNum)
+ picNumLX = picNumLXNoWrap - maxPicNum;
+ else
+ picNumLX = picNumLXNoWrap;
+
+#if (MVC_EXTENSION_ENABLE)
+ reorder_short_term(currSlice, cur_list,
+ num_ref_idx_lX_active_minus1, picNumLX,
+ &refIdxLX, -1);
+#else
+ reorder_short_term(currSlice, cur_list,
+ num_ref_idx_lX_active_minus1, picNumLX,
+ &refIdxLX);
+#endif
+ } else { /* (modification_of_pic_nums_idc[i] == 2) */
+#if (MVC_EXTENSION_ENABLE)
+ reorder_long_term(currSlice, currSlice->listX[cur_list],
+ num_ref_idx_lX_active_minus1,
+ long_term_pic_idx[i], &refIdxLX, -1);
+#else
+ reorder_long_term(currSlice, currSlice->listX[cur_list],
+ num_ref_idx_lX_active_minus1,
+ long_term_pic_idx[i], &refIdxLX);
+#endif
+ }
+
+ }
+ /* that's a definition */
+ currSlice->listXsize[cur_list] =
+ (char)(num_ref_idx_lX_active_minus1 + 1);
+}
+
+
+static void reorder_lists(struct Slice *currSlice)
+{
+ struct VideoParameters *p_Vid = currSlice->p_Vid;
+ struct h264_dpb_stru *p_H264_Dpb = container_of(p_Vid,
+ struct h264_dpb_stru, mVideo);
+ int i;
+ if ((currSlice->slice_type != I_SLICE) &&
+ (currSlice->slice_type != SI_SLICE)) {
+ if (currSlice->ref_pic_list_reordering_flag[LIST_0])
+ reorder_ref_pic_list(currSlice, LIST_0);
+ if (p_Vid->no_reference_picture ==
+ currSlice->
+ listX[0][currSlice->num_ref_idx_active[LIST_0] - 1]) {
+ if (p_Vid->non_conforming_stream)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "RefPicList0[ %d ] is equal to 'no reference picture'\n",
+ currSlice->
+ num_ref_idx_active[LIST_0] - 1);
+ else
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "RefPicList0 [ num_ref_idx_l0_active_minus1 ] is equal to 'no reference picture', invalid bitstream %d\n",
+ 500);
+ }
+ /* that's a definition */
+ currSlice->listXsize[0] =
+ (char)currSlice->num_ref_idx_active[LIST_0];
+ CHECK_VALID(currSlice->listXsize[0], 0);
+ if (h264_debug_flag & PRINT_FLAG_DPB_DETAIL) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "listX[0] reorder (PicNum): ");
+ for (i = 0; i < currSlice->listXsize[0]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[0][i]->pic_num);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ }
+ }
+
+ if (currSlice->slice_type == B_SLICE) {
+ if (currSlice->ref_pic_list_reordering_flag[LIST_1])
+ reorder_ref_pic_list(currSlice, LIST_1);
+ if (p_Vid->no_reference_picture ==
+ currSlice->listX[1][currSlice->
+ num_ref_idx_active[LIST_1] - 1]) {
+ if (p_Vid->non_conforming_stream)
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "RefPicList1[ %d ] is equal to 'no reference picture'\n",
+ currSlice->
+ num_ref_idx_active[LIST_1] - 1);
+ else
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "RefPicList1 [ num_ref_idx_l1_active_minus1 ] is equal to 'no reference picture', invalid bitstream %d\n",
+ 500);
+ }
+ /* that's a definition */
+ currSlice->listXsize[1] =
+ (char)currSlice->num_ref_idx_active[LIST_1];
+ if (h264_debug_flag & PRINT_FLAG_DPB_DETAIL) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "listX[1] reorder (PicNum): ");
+ for (i = 0; i < currSlice->listXsize[1]; i++) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "%d ",
+ currSlice->listX[1][i]->pic_num);
+ }
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ }
+ }
+
+ /* free_ref_pic_list_reordering_buffer(currSlice); */
+
+ if (currSlice->slice_type == P_SLICE) {
+#if PRINTREFLIST
+ unsigned int i;
+#if (MVC_EXTENSION_ENABLE)
+ /* print out for h264_debug_flag purpose */
+ if ((p_Vid->profile_idc == MVC_HIGH ||
+ p_Vid->profile_idc == STEREO_HIGH) &&
+ currSlice->current_slice_nr == 0) {
+ if (currSlice->listXsize[0] > 0
+ && (h264_debug_flag & PRINT_FLAG_DPB_DETAIL)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " ** (FinalViewID:%d) %s Ref Pic List 0 ****\n",
+ currSlice->view_id,
+ currSlice->structure == FRAME ?
+ "FRM" :
+ (currSlice->structure == TOP_FIELD ?
+ "TOP" : "BOT"));
+ for (i = 0; i < (unsigned int)(currSlice->
+ listXsize[0]); i++) { /* ref list 0 */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " %2d -> POC: %4d PicNum: %4d ViewID: %d\n",
+ i,
+ currSlice->listX[0][i]->poc,
+ currSlice->listX[0][i]->
+ pic_num,
+ currSlice->listX[0][i]->
+ view_id);
+ }
+ }
+ }
+#endif
+#endif
+ } else if (currSlice->slice_type == B_SLICE) {
+#if PRINTREFLIST
+ unsigned int i;
+#if (MVC_EXTENSION_ENABLE)
+ /* print out for h264_debug_flag purpose */
+ if ((p_Vid->profile_idc == MVC_HIGH ||
+ p_Vid->profile_idc == STEREO_HIGH) &&
+ currSlice->current_slice_nr == 0) {
+ if ((currSlice->listXsize[0] > 0) ||
+ (currSlice->listXsize[1] > 0))
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL, "\n");
+ if (currSlice->listXsize[0] > 0
+ && (h264_debug_flag & PRINT_FLAG_DPB_DETAIL)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " ** (FinalViewID:%d) %s Ref Pic List 0 ****\n",
+ currSlice->view_id,
+ currSlice->structure == FRAME ?
+ "FRM" :
+ (currSlice->structure == TOP_FIELD ?
+ "TOP" : "BOT"));
+ for (i = 0; i < (unsigned int)(currSlice->
+ listXsize[0]); i++) { /* ref list 0 */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " %2d -> POC: %4d PicNum: %4d ViewID: %d\n",
+ i,
+ currSlice->listX[0][i]->poc,
+ currSlice->listX[0][i]->
+ pic_num,
+ currSlice->listX[0][i]->
+ view_id);
+ }
+ }
+ if (currSlice->listXsize[1] > 0
+ && (h264_debug_flag & PRINT_FLAG_DPB_DETAIL)) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " ** (FinalViewID:%d) %s Ref Pic List 1 ****\n",
+ currSlice->view_id,
+ currSlice->structure == FRAME ?
+ "FRM" :
+ (currSlice->structure == TOP_FIELD ?
+ "TOP" : "BOT"));
+ for (i = 0; i < (unsigned int)(currSlice->
+ listXsize[1]); i++) { /* ref list 1 */
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ " %2d -> POC: %4d PicNum: %4d ViewID: %d\n",
+ i,
+ currSlice->listX[1][i]->poc,
+ currSlice->listX[1][i]->
+ pic_num,
+ currSlice->listX[1][i]->
+ view_id);
+ }
+ }
+ }
+#endif
+
+#endif
+ }
+}
+
+void init_colocate_buf(struct h264_dpb_stru *p_H264_Dpb, int count)
+{
+ p_H264_Dpb->colocated_buf_map = 0;
+ p_H264_Dpb->colocated_buf_count = count;
+}
+
+int allocate_colocate_buf(struct h264_dpb_stru *p_H264_Dpb)
+{
+ int i;
+ for (i = 0; i < p_H264_Dpb->colocated_buf_count; i++) {
+ if (((p_H264_Dpb->colocated_buf_map >> i) & 0x1) == 0) {
+ p_H264_Dpb->colocated_buf_map |= (1 << i);
+ break;
+ }
+ }
+ if (i == p_H264_Dpb->colocated_buf_count)
+ i = -1;
+ return i;
+}
+
+int release_colocate_buf(struct h264_dpb_stru *p_H264_Dpb, int index)
+{
+ if (index >= 0) {
+ if (index >= p_H264_Dpb->colocated_buf_count) {
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_ERROR,
+ "%s error, index %d is bigger than buf count %d\n",
+ __func__, index,
+ p_H264_Dpb->colocated_buf_count);
+ } else {
+ if (((p_H264_Dpb->colocated_buf_map >>
+ index) & 0x1) == 0x1) {
+ p_H264_Dpb->colocated_buf_map &=
+ (~(1 << index));
+ } else {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s error, index %d is not allocated\n",
+ __func__, index);
+ }
+ }
+ }
+ return 0;
+}
+
+void set_frame_output_flag(struct h264_dpb_stru *p_H264_Dpb, int index)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ p_H264_Dpb->mFrameStore[index].is_output = 1;
+ p_H264_Dpb->mFrameStore[index].pre_output = 0;
+ dump_dpb(p_Dpb);
+}
+
+#if 0
+void init_old_slice(OldSliceParams *p_old_slice)
+{
+ p_old_slice->field_pic_flag = 0;
+ p_old_slice->pps_id = INT_MAX;
+ p_old_slice->frame_num = INT_MAX;
+ p_old_slice->nal_ref_idc = INT_MAX;
+ p_old_slice->idr_flag = FALSE;
+
+ p_old_slice->pic_oder_cnt_lsb = UINT_MAX;
+ p_old_slice->delta_pic_oder_cnt_bottom = INT_MAX;
+
+ p_old_slice->delta_pic_order_cnt[0] = INT_MAX;
+ p_old_slice->delta_pic_order_cnt[1] = INT_MAX;
+}
+
+
+void copy_slice_info(struct Slice *currSlice, OldSliceParams *p_old_slice)
+{
+ struct VideoParameters *p_Vid = currSlice->p_Vid;
+
+ p_old_slice->pps_id = currSlice->pic_parameter_set_id;
+ p_old_slice->frame_num = currSlice->frame_num;
+ /* p_Vid->frame_num; */
+ p_old_slice->field_pic_flag =
+ currSlice->field_pic_flag;
+ /* p_Vid->field_pic_flag; */
+
+ if (currSlice->field_pic_flag)
+ p_old_slice->bottom_field_flag = currSlice->bottom_field_flag;
+
+ p_old_slice->nal_ref_idc = currSlice->nal_reference_idc;
+ p_old_slice->idr_flag = (byte) currSlice->idr_flag;
+
+ if (currSlice->idr_flag)
+ p_old_slice->idr_pic_id = currSlice->idr_pic_id;
+
+ if (p_Vid->active_sps->pic_order_cnt_type == 0) {
+ p_old_slice->pic_oder_cnt_lsb =
+ currSlice->pic_order_cnt_lsb;
+ p_old_slice->delta_pic_oder_cnt_bottom =
+ currSlice->delta_pic_order_cnt_bottom;
+ }
+
+ if (p_Vid->active_sps->pic_order_cnt_type == 1) {
+ p_old_slice->delta_pic_order_cnt[0] =
+ currSlice->delta_pic_order_cnt[0];
+ p_old_slice->delta_pic_order_cnt[1] =
+ currSlice->delta_pic_order_cnt[1];
+ }
+#if (MVC_EXTENSION_ENABLE)
+ p_old_slice->view_id = currSlice->view_id;
+ p_old_slice->inter_view_flag = currSlice->inter_view_flag;
+ p_old_slice->anchor_pic_flag = currSlice->anchor_pic_flag;
+#endif
+ p_old_slice->layer_id = currSlice->layer_id;
+}
+
+int is_new_picture(StorablePicture *dec_picture, struct Slice *currSlice,
+ OldSliceParams *p_old_slice)
+{
+ struct VideoParameters *p_Vid = currSlice->p_Vid;
+
+ int result = 0;
+
+ result |= (NULL == dec_picture);
+
+ result |= (p_old_slice->pps_id != currSlice->pic_parameter_set_id);
+
+ result |= (p_old_slice->frame_num != currSlice->frame_num);
+
+ result |= (p_old_slice->field_pic_flag != currSlice->field_pic_flag);
+
+ if (currSlice->field_pic_flag && p_old_slice->field_pic_flag) {
+ result |= (p_old_slice->bottom_field_flag !=
+ currSlice->bottom_field_flag);
+ }
+
+ result |= (p_old_slice->nal_ref_idc !=
+ currSlice->nal_reference_idc) &&
+ ((p_old_slice->nal_ref_idc == 0) ||
+ (currSlice->nal_reference_idc == 0));
+ result |= (p_old_slice->idr_flag != currSlice->idr_flag);
+
+ if (currSlice->idr_flag && p_old_slice->idr_flag)
+ result |= (p_old_slice->idr_pic_id != currSlice->idr_pic_id);
+
+ if (p_Vid->active_sps->pic_order_cnt_type == 0) {
+ result |= (p_old_slice->pic_oder_cnt_lsb !=
+ currSlice->pic_order_cnt_lsb);
+ if (p_Vid->active_pps->
+ bottom_field_pic_order_in_frame_present_flag == 1 &&
+ !currSlice->field_pic_flag) {
+ result |= (p_old_slice->delta_pic_oder_cnt_bottom !=
+ currSlice->delta_pic_order_cnt_bottom);
+ }
+ }
+
+ if (p_Vid->active_sps->pic_order_cnt_type == 1) {
+ if (!p_Vid->active_sps->delta_pic_order_always_zero_flag) {
+ result |= (p_old_slice->delta_pic_order_cnt[0] !=
+ currSlice->delta_pic_order_cnt[0]);
+ if (p_Vid->active_pps->
+ bottom_field_pic_order_in_frame_present_flag == 1 &&
+ !currSlice->field_pic_flag) {
+ result |= (p_old_slice->
+ delta_pic_order_cnt[1] !=
+ currSlice->delta_pic_order_cnt[1]);
+ }
+ }
+ }
+
+#if (MVC_EXTENSION_ENABLE)
+ result |= (currSlice->view_id != p_old_slice->view_id);
+ result |= (currSlice->inter_view_flag != p_old_slice->inter_view_flag);
+ result |= (currSlice->anchor_pic_flag != p_old_slice->anchor_pic_flag);
+#endif
+ result |= (currSlice->layer_id != p_old_slice->layer_id);
+ return result;
+}
+#else
+int is_new_picture(struct StorablePicture *dec_picture,
+ struct h264_dpb_stru *p_H264_Dpb,
+ struct OldSliceParams *p_old_slice)
+{
+ int ret = 0;
+ if (p_H264_Dpb->dpb_param.l.data[FIRST_MB_IN_SLICE] == 0)
+ ret = 1;
+ return ret;
+}
+
+#endif
+
+int remove_picture(struct h264_dpb_stru *p_H264_Dpb,
+ struct StorablePicture *pic)
+{
+ struct DecodedPictureBuffer *p_Dpb = &p_H264_Dpb->mDPB;
+ if (p_Dpb->last_picture == NULL) {
+ if (pic->colocated_buf_index >= 0) {
+ release_colocate_buf(p_H264_Dpb,
+ pic->colocated_buf_index);
+ pic->colocated_buf_index = -1;
+ }
+ release_buf_spec_num(p_H264_Dpb->vdec, pic->buf_spec_num);
+ }
+ free_picture(p_H264_Dpb, pic);
+ return 0;
+}
+
+static void check_frame_store_same_pic_num(struct DecodedPictureBuffer *p_Dpb,
+ struct StorablePicture *p, struct Slice *currSlice)
+{
+ if (p_Dpb->last_picture) {
+ if ((int)p_Dpb->last_picture->frame_num == p->pic_num) {
+ if (((p->structure == TOP_FIELD) &&
+ (p_Dpb->last_picture->is_used == 2)) ||
+ ((p->structure == BOTTOM_FIELD) &&
+ (p_Dpb->last_picture->is_used == 1))) {
+ if ((p->used_for_reference &&
+ (p_Dpb->last_picture->
+ is_orig_reference != 0)) ||
+ (!p->used_for_reference &&
+ (p_Dpb->last_picture->
+ is_orig_reference == 0))) {
+ p->buf_spec_num =
+ p_Dpb->last_picture->
+ buf_spec_num;
+ p->colocated_buf_index = p_Dpb->
+ last_picture->
+ colocated_buf_index;
+ if (currSlice->structure ==
+ TOP_FIELD) {
+ p->bottom_poc =
+ p_Dpb->last_picture->
+ bottom_field->poc;
+ } else {
+ p->top_poc =
+ p_Dpb->last_picture->
+ top_field->poc;
+ }
+ p->frame_poc = imin(p->bottom_poc,
+ p->top_poc);
+ }
+ }
+ }
+ }
+}
+
+int h264_slice_header_process(struct h264_dpb_stru *p_H264_Dpb)
+{
+
+ int new_pic_flag = 0;
+ struct Slice *currSlice = &p_H264_Dpb->mSlice;
+ struct VideoParameters *p_Vid = &p_H264_Dpb->mVideo;
+#if 0
+ new_pic_flag = is_new_picture(p_H264_Dpb->mVideo.dec_picture,
+ p_H264_Dpb,
+ &p_H264_Dpb->mVideo.old_slice);
+
+ if (new_pic_flag) { /* new picture */
+ if (p_H264_Dpb->mVideo.dec_picture) {
+ store_picture_in_dpb(p_H264_Dpb,
+ p_H264_Dpb->mVideo.dec_picture);
+ /* dump_dpb(&p_H264_Dpb->mDPB); */
+ }
+ }
+#else
+ new_pic_flag = (p_H264_Dpb->mVideo.dec_picture == NULL);
+#endif
+
+ slice_prepare(p_H264_Dpb, &p_H264_Dpb->mDPB, &p_H264_Dpb->mVideo,
+ &p_H264_Dpb->mSPS, &p_H264_Dpb->mSlice);
+
+ /* if (p_Vid->active_sps != sps) { */
+ if (p_H264_Dpb->mDPB.init_done == 0) {
+ /*init_global_buffers(p_Vid, 0);
+
+ if (!p_Vid->no_output_of_prior_pics_flag)
+ {
+ flush_dpb(p_Vid->p_Dpb_layer[0]);
+ }
+ init_dpb(p_Vid, p_Vid->p_Dpb_layer[0], 0);
+ */
+ init_dpb(p_H264_Dpb, 0);
+ }
+
+
+ if (new_pic_flag) { /* new picture */
+ dpb_print(p_H264_Dpb->decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "check frame_num gap: cur frame_num %d pre_frame_num %d max_frmae_num %d\r\n",
+ currSlice->frame_num,
+ p_Vid->pre_frame_num,
+ p_Vid->max_frame_num);
+ if (p_Vid->recovery_point == 0 &&
+ currSlice->frame_num != p_Vid->pre_frame_num &&
+ currSlice->frame_num !=
+ (p_Vid->pre_frame_num + 1) % p_Vid->max_frame_num) {
+ /*if (active_sps->
+ gaps_in_frame_num_value_allowed_flag
+ == 0) {
+ error("An unintentional
+ loss of pictures occurs! Exit\n",
+ 100);
+ }
+ if (p_Vid->conceal_mode == 0)*/
+ fill_frame_num_gap(p_Vid, currSlice);
+ }
+
+ if (currSlice->nal_reference_idc) {
+ dpb_print(p_H264_Dpb->decoder_index,
+ PRINT_FLAG_DPB_DETAIL,
+ "nal_reference_idc not 0, set pre_frame_num(%d) to frame_num (%d)\n",
+ p_Vid->pre_frame_num, currSlice->frame_num);
+ p_Vid->pre_frame_num = currSlice->frame_num;
+ }
+
+ decode_poc(&p_H264_Dpb->mVideo, &p_H264_Dpb->mSlice);
+ p_H264_Dpb->mVideo.dec_picture = get_new_pic(p_H264_Dpb,
+ p_H264_Dpb->mSlice.structure,
+ /*p_Vid->width, p_Vid->height,
+ p_Vid->width_cr,
+ p_Vid->height_cr,*/
+ 1);
+ if (p_H264_Dpb->mVideo.dec_picture) {
+ struct DecodedPictureBuffer *p_Dpb =
+ &p_H264_Dpb->mDPB;
+ struct StorablePicture *p =
+ p_H264_Dpb->mVideo.dec_picture;
+ init_picture(p_H264_Dpb, &p_H264_Dpb->mSlice,
+ p_H264_Dpb->mVideo.dec_picture);
+#if 1
+ /* rain */
+ p_H264_Dpb->mVideo.dec_picture->offset_delimiter_lo =
+ p_H264_Dpb->dpb_param.l.data[OFFSET_DELIMITER_LO];
+ p_H264_Dpb->mVideo.dec_picture->offset_delimiter_hi =
+ p_H264_Dpb->dpb_param.l.data[OFFSET_DELIMITER_HI];
+
+ p_H264_Dpb->mVideo.dec_picture->buf_spec_num = -1;
+ p_H264_Dpb->mVideo.dec_picture->
+ colocated_buf_index = -1;
+ update_pic_num(&p_H264_Dpb->mSlice);
+
+ if ((currSlice->structure == TOP_FIELD) ||
+ (currSlice->structure == BOTTOM_FIELD)) {
+ /* check for frame store with same
+ pic_number */
+ check_frame_store_same_pic_num(p_Dpb, p,
+ currSlice);
+ }
+
+ if (p_H264_Dpb->mVideo.dec_picture->buf_spec_num ==
+ -1) {
+ p_H264_Dpb->mVideo.dec_picture->buf_spec_num =
+ get_free_buf_idx(p_H264_Dpb->vdec);
+ if (p_H264_Dpb->mVideo.dec_picture->
+ used_for_reference) {
+ p_H264_Dpb->mVideo.dec_picture->
+ colocated_buf_index =
+ allocate_colocate_buf(
+ p_H264_Dpb);
+ }
+ }
+#endif
+ }
+ }
+
+ if (p_H264_Dpb->mSlice.slice_type == P_SLICE)
+ init_lists_p_slice(&p_H264_Dpb->mSlice);
+ else if (p_H264_Dpb->mSlice.slice_type == B_SLICE)
+ init_lists_b_slice(&p_H264_Dpb->mSlice);
+ else
+ init_lists_i_slice(&p_H264_Dpb->mSlice);
+
+ reorder_lists(&p_H264_Dpb->mSlice);
+
+ if (p_H264_Dpb->mSlice.structure == FRAME)
+ init_mbaff_lists(&p_H264_Dpb->mVideo, &p_H264_Dpb->mSlice);
+
+ if (new_pic_flag)
+ return 1;
+
+ return 0;
+}
diff --git a/drivers/frame_provider/decoder/h264_multi/h264_dpb.h b/drivers/frame_provider/decoder/h264_multi/h264_dpb.h
new file mode 100644
index 0000000..e58f084
--- a/dev/null
+++ b/drivers/frame_provider/decoder/h264_multi/h264_dpb.h
@@ -0,0 +1,788 @@
+#ifndef H264_DPB_H_
+#define H264_DPB_H_
+
+#define ERROR_CHECK
+
+#define OUTPUT_BUFFER_IN_C
+
+#define PRINT_FLAG_ERROR 0x0
+#define PRINT_FLAG_DPB 0X0001
+#define PRINT_FLAG_DPB_DETAIL 0x0002
+#define PRINT_FLAG_DUMP_DPB 0x0004
+#define PRINT_FLAG_UCODE_EVT 0x0008
+#define PRINT_FLAG_VDEC_STATUS 0x0010
+#define PRINT_FLAG_VDEC_DETAIL 0x0020
+#define PRINT_FLAG_UCODE_DBG 0x0040
+#define PRINT_FLAG_TIME_STAMP 0x0080
+#define PRINT_FLAG_RUN_SCHEDULE 0x0100
+#define PRINT_FLAG_DEBUG_POC 0x0200
+#define PRINT_FLAG_VDEC_DATA 0x0400
+#define DISABLE_ERROR_HANDLE 0x10000
+#define OUTPUT_CURRENT_BUF 0x20000
+#define ONLY_RESET_AT_START 0x40000
+#define LOAD_UCODE_ALWAYS 0x80000
+#define FORCE_NO_SLICE 0x100000
+#define REINIT_DPB_TEST 0x200000
+
+
+#define MVC_EXTENSION_ENABLE 0
+#define PRINTREFLIST 0
+
+#define MAX_LIST_SIZE 33
+
+#define FALSE 0
+
+#define H264_SLICE_HEAD_DONE 0x01
+#define H264_PIC_DATA_DONE 0x02
+/*#define H264_SPS_DONE 0x03*/
+/*#define H264_PPS_DONE 0x04*/
+/*#define H264_SLICE_DATA_DONE 0x05*/
+/*#define H264_DATA_END 0x06*/
+
+#define H264_CONFIG_REQUEST 0x11
+#define H264_DATA_REQUEST 0x12
+
+#define H264_DECODE_BUFEMPTY 0x20
+#define H264_DECODE_TIMEOUT 0x21
+#define H264_SEARCH_BUFEMPTY 0x22
+ /* 0x8x, search state*/
+#define H264_STATE_SEARCH_AFTER_SPS 0x80
+#define H264_STATE_SEARCH_AFTER_PPS 0x81
+#define H264_STATE_PARSE_SLICE_HEAD 0x82
+#define H264_STATE_SEARCH_HEAD 0x83
+ /**/
+#define H264_ACTION_SEARCH_HEAD 0xf0
+#define H264_ACTION_DECODE_SLICE 0xf1
+#define H264_ACTION_CONFIG_DONE 0xf2
+#define H264_ACTION_DECODE_NEWPIC 0xf3
+#define H264_ACTION_DECODE_START 0xff
+
+#define RPM_BEGIN 0x0
+#define RPM_END 0x400
+
+#define val(s) (s[0]|(s[1]<<16))
+
+#define FRAME_IN_DPB 24
+#define DPB_OFFSET 0x100
+#define MMCO_OFFSET 0x200
+union param {
+#define H_TIME_STAMP_START 0X00
+#define H_TIME_STAMP_END 0X17
+#define PTS_ZERO_0 0X18
+#define PTS_ZERO_1 0X19
+#define FIXED_FRAME_RATE_FLAG 0X1A
+
+#define OFFSET_DELIMITER_LO 0x2f
+#define OFFSET_DELIMITER_HI 0x30
+
+
+#define SLICE_IPONLY_BREAK 0X5C
+#define PREV_MAX_REFERENCE_FRAME_NUM 0X5D
+#define EOS 0X5E
+#define FRAME_PACKING_TYPE 0X5F
+#define OLD_POC_PAR_1 0X60
+#define OLD_POC_PAR_2 0X61
+#define PREV_MBX 0X62
+#define PREV_MBY 0X63
+#define ERROR_SKIP_MB_NUM 0X64
+#define ERROR_MB_STATUS 0X65
+#define L0_PIC0_STATUS 0X66
+#define TIMEOUT_COUNTER 0X67
+#define BUFFER_SIZE 0X68
+#define BUFFER_SIZE_HI 0X69
+#define CROPPING_LEFT_RIGHT 0X6A
+#define CROPPING_TOP_BOTTOM 0X6B
+#define POC_SELECT_NEED_SWAP 0X6C
+#define POC_SELECT_SWAP 0X6D
+#define MAX_BUFFER_FRAME 0X6E
+
+#define NON_CONFORMING_STREAM 0X70
+#define RECOVERY_POINT 0X71
+#define POST_CANVAS 0X72
+#define POST_CANVAS_H 0X73
+#define SKIP_PIC_COUNT 0X74
+#define TARGET_NUM_SCALING_LIST 0X75
+#define FF_POST_ONE_FRAME 0X76
+#define PREVIOUS_BIT_CNT 0X77
+#define MB_NOT_SHIFT_COUNT 0X78
+#define PIC_STATUS 0X79
+#define FRAME_COUNTER 0X7A
+#define NEW_SLICE_TYPE 0X7B
+#define NEW_PICTURE_STRUCTURE 0X7C
+#define NEW_FRAME_NUM 0X7D
+#define NEW_IDR_PIC_ID 0X7E
+#define IDR_PIC_ID 0X7F
+
+/* h264 LOCAL */
+#define NAL_UNIT_TYPE 0X80
+#define NAL_REF_IDC 0X81
+#define SLICE_TYPE 0X82
+#define LOG2_MAX_FRAME_NUM 0X83
+#define FRAME_MBS_ONLY_FLAG 0X84
+#define PIC_ORDER_CNT_TYPE 0X85
+#define LOG2_MAX_PIC_ORDER_CNT_LSB 0X86
+#define PIC_ORDER_PRESENT_FLAG 0X87
+#define REDUNDANT_PIC_CNT_PRESENT_FLAG 0X88
+#define PIC_INIT_QP_MINUS26 0X89
+#define DEBLOCKING_FILTER_CONTROL_PRESENT_FLAG 0X8A
+#define NUM_SLICE_GROUPS_MINUS1 0X8B
+#define MODE_8X8_FLAGS 0X8C
+#define ENTROPY_CODING_MODE_FLAG 0X8D
+#define SLICE_QUANT 0X8E
+#define TOTAL_MB_HEIGHT 0X8F
+#define PICTURE_STRUCTURE 0X90
+#define TOP_INTRA_TYPE 0X91
+#define RV_AI_STATUS 0X92
+#define AI_READ_START 0X93
+#define AI_WRITE_START 0X94
+#define AI_CUR_BUFFER 0X95
+#define AI_DMA_BUFFER 0X96
+#define AI_READ_OFFSET 0X97
+#define AI_WRITE_OFFSET 0X98
+#define AI_WRITE_OFFSET_SAVE 0X99
+#define RV_AI_BUFF_START 0X9A
+#define I_PIC_MB_COUNT 0X9B
+#define AI_WR_DCAC_DMA_CTRL 0X9C
+#define SLICE_MB_COUNT 0X9D
+#define PICTYPE 0X9E
+#define SLICE_GROUP_MAP_TYPE 0X9F
+#define MB_TYPE 0XA0
+#define MB_AFF_ADDED_DMA 0XA1
+#define PREVIOUS_MB_TYPE 0XA2
+#define WEIGHTED_PRED_FLAG 0XA3
+#define WEIGHTED_BIPRED_IDC 0XA4
+/* bit 3:2 - PICTURE_STRUCTURE
+ * bit 1 - MB_ADAPTIVE_FRAME_FIELD_FLAG
+ * bit 0 - FRAME_MBS_ONLY_FLAG
+ */
+#define MBFF_INFO 0XA5
+#define TOP_INTRA_TYPE_TOP 0XA6
+
+#define RV_AI_BUFF_INC 0xa7
+
+#define DEFAULT_MB_INFO_LO 0xa8
+
+/* 0 -- no need to read
+ * 1 -- need to wait Left
+ * 2 -- need to read Intra
+ * 3 -- need to read back MV
+ */
+#define NEED_READ_TOP_INFO 0xa9
+/* 0 -- idle
+ * 1 -- wait Left
+ * 2 -- reading top Intra
+ * 3 -- reading back MV
+ */
+#define READ_TOP_INFO_STATE 0xaa
+#define DCAC_MBX 0xab
+#define TOP_MB_INFO_OFFSET 0xac
+#define TOP_MB_INFO_RD_IDX 0xad
+#define TOP_MB_INFO_WR_IDX 0xae
+
+#define VLD_NO_WAIT 0
+#define VLD_WAIT_BUFFER 1
+#define VLD_WAIT_HOST 2
+#define VLD_WAIT_GAP 3
+
+#define VLD_WAITING 0xaf
+
+#define MB_X_NUM 0xb0
+/* #define MB_WIDTH 0xb1 */
+#define MB_HEIGHT 0xb2
+#define MBX 0xb3
+#define TOTAL_MBY 0xb4
+#define INTR_MSK_SAVE 0xb5
+
+/* #define has_time_stamp 0xb6 */
+#define NEED_DISABLE_PPE 0xb6
+#define IS_NEW_PICTURE 0XB7
+#define PREV_NAL_REF_IDC 0XB8
+#define PREV_NAL_UNIT_TYPE 0XB9
+#define FRAME_MB_COUNT 0XBA
+#define SLICE_GROUP_UCODE 0XBB
+#define SLICE_GROUP_CHANGE_RATE 0XBC
+#define SLICE_GROUP_CHANGE_CYCLE_LEN 0XBD
+#define DELAY_LENGTH 0XBE
+#define PICTURE_STRUCT 0XBF
+/* #define pre_picture_struct 0xc0 */
+#define DCAC_PREVIOUS_MB_TYPE 0xc1
+
+#define TIME_STAMP 0XC2
+#define H_TIME_STAMP 0XC3
+#define VPTS_MAP_ADDR 0XC4
+#define H_VPTS_MAP_ADDR 0XC5
+
+#define MAX_DPB_SIZE 0XC6
+#define PIC_INSERT_FLAG 0XC7
+
+#define TIME_STAMP_START 0XC8
+#define TIME_STAMP_END 0XDF
+
+#define OFFSET_FOR_NON_REF_PIC 0XE0
+#define OFFSET_FOR_TOP_TO_BOTTOM_FIELD 0XE2
+#define MAX_REFERENCE_FRAME_NUM 0XE4
+#define FRAME_NUM_GAP_ALLOWED 0XE5
+#define NUM_REF_FRAMES_IN_PIC_ORDER_CNT_CYCLE 0XE6
+#define PROFILE_IDC_MMCO 0XE7
+#define LEVEL_IDC_MMCO 0XE8
+#define FRAME_SIZE_IN_MB 0XE9
+#define DELTA_PIC_ORDER_ALWAYS_ZERO_FLAG 0XEA
+#define PPS_NUM_REF_IDX_L0_ACTIVE_MINUS1 0XEB
+#define PPS_NUM_REF_IDX_L1_ACTIVE_MINUS1 0XEC
+#define CURRENT_SPS_ID 0XED
+#define CURRENT_PPS_ID 0XEE
+/* bit 0 - sequence parameter set may change
+ * bit 1 - picture parameter set may change
+ * bit 2 - new dpb just inited
+ * bit 3 - IDR picture not decoded yet
+ * bit 5:4 - 0: mb level code loaded 1: picture
+ * level code loaded 2: slice level code loaded
+ */
+#define DECODE_STATUS 0XEF
+#define FIRST_MB_IN_SLICE 0XF0
+#define PREV_MB_WIDTH 0XF1
+#define PREV_FRAME_SIZE_IN_MB 0XF2
+#define MAX_REFERENCE_FRAME_NUM_IN_MEM 0XF3
+/* bit 0 - aspect_ratio_info_present_flag
+ * bit 1 - timing_info_present_flag
+ * bit 2 - nal_hrd_parameters_present_flag
+ * bit 3 - vcl_hrd_parameters_present_flag
+ * bit 4 - pic_struct_present_flag
+ * bit 5 - bitstream_restriction_flag
+ */
+#define VUI_STATUS 0XF4
+#define ASPECT_RATIO_IDC 0XF5
+#define ASPECT_RATIO_SAR_WIDTH 0XF6
+#define ASPECT_RATIO_SAR_HEIGHT 0XF7
+#define NUM_UNITS_IN_TICK 0XF8
+#define TIME_SCALE 0XFA
+#define CURRENT_PIC_INFO 0XFC
+#define DPB_BUFFER_INFO 0XFD
+#define REFERENCE_POOL_INFO 0XFE
+#define REFERENCE_LIST_INFO 0XFF
+ struct{
+ unsigned short data[RPM_END-RPM_BEGIN];
+ } l;
+ struct{
+ unsigned short dump[DPB_OFFSET];
+ unsigned short dpb_base[FRAME_IN_DPB<<3];
+
+ unsigned short dpb_max_buffer_frame;
+ unsigned short actual_dpb_size;
+
+ unsigned short colocated_buf_status;
+
+ unsigned short num_forward_short_term_reference_pic;
+ unsigned short num_short_term_reference_pic;
+ unsigned short num_reference_pic;
+
+ unsigned short current_dpb_index;
+ unsigned short current_decoded_frame_num;
+ unsigned short current_reference_frame_num;
+
+ unsigned short l0_size;
+ unsigned short l1_size;
+
+ /* [6:5] : nal_ref_idc */
+ /* [4:0] : nal_unit_type */
+ unsigned short NAL_info_mmco;
+
+ /* [1:0] : 00 - top field, 01 - bottom field,
+ 10 - frame, 11 - mbaff frame */
+ unsigned short picture_structure_mmco;
+
+ unsigned short frame_num;
+ unsigned short pic_order_cnt_lsb;
+
+ unsigned short num_ref_idx_l0_active_minus1;
+ unsigned short num_ref_idx_l1_active_minus1;
+
+ unsigned short PrevPicOrderCntLsb;
+ unsigned short PreviousFrameNum;
+
+ /* 32 bits variables */
+ unsigned short delta_pic_order_cnt_bottom[2];
+ unsigned short delta_pic_order_cnt_0[2];
+ unsigned short delta_pic_order_cnt_1[2];
+
+ unsigned short PrevPicOrderCntMsb[2];
+ unsigned short PrevFrameNumOffset[2];
+
+ unsigned short frame_pic_order_cnt[2];
+ unsigned short top_field_pic_order_cnt[2];
+ unsigned short bottom_field_pic_order_cnt[2];
+
+ unsigned short colocated_mv_addr_start[2];
+ unsigned short colocated_mv_addr_end[2];
+ unsigned short colocated_mv_wr_addr[2];
+ } dpb;
+ struct {
+ unsigned short dump[MMCO_OFFSET];
+
+ /* array base address for offset_for_ref_frame */
+ unsigned short offset_for_ref_frame_base[128];
+
+ /* 0 - Index in DPB
+ * 1 - Picture Flag
+ * [ 2] : 0 - short term reference,
+ * 1 - long term reference
+ * [ 1] : bottom field
+ * [ 0] : top field
+ * 2 - Picture Number (short term or long term) low 16 bits
+ * 3 - Picture Number (short term or long term) high 16 bits
+ */
+ unsigned short reference_base[128];
+
+ /* command and parameter, until command is 3 */
+ unsigned short l0_reorder_cmd[66];
+ unsigned short l1_reorder_cmd[66];
+
+ /* command and parameter, until command is 0 */
+ unsigned short mmco_cmd[44];
+
+ unsigned short l0_base[40];
+ unsigned short l1_base[40];
+ } mmco;
+ struct {
+ /* from ucode lmem, do not change this struct */
+ } p;
+};
+
+
+struct StorablePicture;
+struct VideoParameters;
+struct DecodedPictureBuffer;
+
+/* New enum for field processing */
+enum PictureStructure {
+ FRAME,
+ TOP_FIELD,
+ BOTTOM_FIELD
+};
+
+#define I_Slice 2
+#define P_Slice 5
+#define B_Slice 6
+#define P_Slice_0 0
+#define B_Slice_1 1
+#define I_Slice_7 7
+
+enum SliceType {
+ P_SLICE = 0,
+ B_SLICE = 1,
+ I_SLICE = 2,
+ SP_SLICE = 3,
+ SI_SLICE = 4,
+ NUM_SLICE_TYPES = 5
+};
+
+struct SPSParameters {
+ int pic_order_cnt_type;
+ int log2_max_pic_order_cnt_lsb_minus4;
+ int num_ref_frames_in_pic_order_cnt_cycle;
+ short offset_for_ref_frame[128];
+ short offset_for_non_ref_pic;
+ short offset_for_top_to_bottom_field;
+
+ /**/
+ int frame_mbs_only_flag;
+ int num_ref_frames;
+ int max_dpb_size;
+
+ int log2_max_frame_num_minus4;
+};
+
+#define DEC_REF_PIC_MARKING_BUFFER_NUM_MAX 45
+struct DecRefPicMarking_s {
+ int memory_management_control_operation;
+ int difference_of_pic_nums_minus1;
+ int long_term_pic_num;
+ int long_term_frame_idx;
+ int max_long_term_frame_idx_plus1;
+ struct DecRefPicMarking_s *Next;
+};
+
+#define REORDERING_COMMAND_MAX_SIZE 33
+struct Slice {
+ int first_mb_in_slice;
+ int mode_8x8_flags;
+ int picture_structure_mmco;
+
+ int frame_num;
+ int idr_flag;
+ int toppoc;
+ int bottompoc;
+ int framepoc;
+ int pic_order_cnt_lsb;
+ int PicOrderCntMsb;
+ unsigned char field_pic_flag;
+ unsigned char bottom_field_flag;
+ int ThisPOC;
+ int nal_reference_idc;
+ int AbsFrameNum;
+ int delta_pic_order_cnt_bottom;
+ int delta_pic_order_cnt[2];
+
+ /**/
+ char listXsize[6];
+ struct StorablePicture *listX[6][MAX_LIST_SIZE * 2];
+
+ /**/
+ enum PictureStructure structure;
+ int long_term_reference_flag;
+ int no_output_of_prior_pics_flag;
+ int adaptive_ref_pic_buffering_flag;
+
+ struct VideoParameters *p_Vid;
+ struct DecodedPictureBuffer *p_Dpb;
+ int num_ref_idx_active[2]; /* number of available list references */
+
+ /*modification*/
+ int slice_type; /* slice type */
+ int ref_pic_list_reordering_flag[2];
+ int modification_of_pic_nums_idc[2][REORDERING_COMMAND_MAX_SIZE];
+ int abs_diff_pic_num_minus1[2][REORDERING_COMMAND_MAX_SIZE];
+ int long_term_pic_idx[2][REORDERING_COMMAND_MAX_SIZE];
+ /**/
+ unsigned char dec_ref_pic_marking_buffer_valid;
+ struct DecRefPicMarking_s
+ dec_ref_pic_marking_buffer[DEC_REF_PIC_MARKING_BUFFER_NUM_MAX];
+};
+
+struct OldSliceParams {
+ unsigned field_pic_flag;
+ unsigned frame_num;
+ int nal_ref_idc;
+ unsigned pic_oder_cnt_lsb;
+ int delta_pic_oder_cnt_bottom;
+ int delta_pic_order_cnt[2];
+ unsigned char bottom_field_flag;
+ unsigned char idr_flag;
+ int idr_pic_id;
+ int pps_id;
+#if (MVC_EXTENSION_ENABLE)
+ int view_id;
+ int inter_view_flag;
+ int anchor_pic_flag;
+#endif
+ int layer_id;
+};
+
+struct VideoParameters {
+ int PrevPicOrderCntMsb;
+ int PrevPicOrderCntLsb;
+ unsigned char last_has_mmco_5;
+ unsigned char last_pic_bottom_field;
+ int ThisPOC;
+ int PreviousFrameNum;
+ int FrameNumOffset;
+ int PreviousFrameNumOffset;
+ int max_frame_num;
+ unsigned int pre_frame_num;
+ int ExpectedDeltaPerPicOrderCntCycle;
+ int PicOrderCntCycleCnt;
+ int FrameNumInPicOrderCntCycle;
+ int ExpectedPicOrderCnt;
+
+ /**/
+ struct SPSParameters *active_sps;
+ struct Slice **ppSliceList;
+ int iSliceNumOfCurrPic;
+ int conceal_mode;
+ int earlier_missing_poc;
+ int pocs_in_dpb[100];
+
+ struct OldSliceParams old_slice;
+ /**/
+ struct StorablePicture *dec_picture;
+ struct StorablePicture *no_reference_picture;
+
+ /*modification*/
+ int non_conforming_stream;
+ int recovery_point;
+};
+
+static inline int imin(int a, int b)
+{
+ return ((a) < (b)) ? (a) : (b);
+}
+
+static inline int imax(int a, int b)
+{
+ return ((a) > (b)) ? (a) : (b);
+}
+
+#define MAX_PIC_BUF_NUM 128
+#define MAX_NUM_SLICES 50
+
+struct StorablePicture {
+/**/
+ int width;
+ int height;
+
+ int y_canvas_index;
+ int u_canvas_index;
+ int v_canvas_index;
+/**/
+ int index;
+ unsigned char is_used;
+
+ enum PictureStructure structure;
+
+ int poc;
+ int top_poc;
+ int bottom_poc;
+ int frame_poc;
+ unsigned int frame_num;
+ unsigned int recovery_frame;
+
+ int pic_num;
+ int buf_spec_num;
+ int colocated_buf_index;
+ int long_term_pic_num;
+ int long_term_frame_idx;
+
+ unsigned char is_long_term;
+ int used_for_reference;
+ int is_output;
+#if 1
+ /* rain */
+ int pre_output;
+#endif
+ int non_existing;
+ int separate_colour_plane_flag;
+
+ short max_slice_id;
+
+ int size_x, size_y, size_x_cr, size_y_cr;
+ int size_x_m1, size_y_m1, size_x_cr_m1, size_y_cr_m1;
+ int coded_frame;
+ int mb_aff_frame_flag;
+ unsigned PicWidthInMbs;
+ unsigned PicSizeInMbs;
+ int iLumaPadY, iLumaPadX;
+ int iChromaPadY, iChromaPadX;
+
+ /* for mb aff, if frame for referencing the top field */
+ struct StorablePicture *top_field;
+ /* for mb aff, if frame for referencing the bottom field */
+ struct StorablePicture *bottom_field;
+ /* for mb aff, if field for referencing the combined frame */
+ struct StorablePicture *frame;
+
+ int slice_type;
+ int idr_flag;
+ int no_output_of_prior_pics_flag;
+ int long_term_reference_flag;
+ int adaptive_ref_pic_buffering_flag;
+
+ int chroma_format_idc;
+ int frame_mbs_only_flag;
+ int frame_cropping_flag;
+ int frame_crop_left_offset;
+ int frame_crop_right_offset;
+ int frame_crop_top_offset;
+ int frame_crop_bottom_offset;
+ int qp;
+ int chroma_qp_offset[2];
+ int slice_qp_delta;
+ /* stores the memory management control operations */
+ struct DecRefPicMarking_s *dec_ref_pic_marking_buffer;
+
+ /* picture error concealment */
+ /*indicates if this is a concealed picture */
+ int concealed_pic;
+
+ /* variables for tone mapping */
+ int seiHasTone_mapping;
+ int tone_mapping_model_id;
+ int tonemapped_bit_depth;
+ /* imgpel* tone_mapping_lut; tone mapping look up table */
+
+ int proc_flag;
+#if (MVC_EXTENSION_ENABLE)
+ int view_id;
+ int inter_view_flag;
+ int anchor_pic_flag;
+#endif
+ int iLumaStride;
+ int iChromaStride;
+ int iLumaExpandedHeight;
+ int iChromaExpandedHeight;
+ /* imgpel **cur_imgY; for more efficient get_block_luma */
+ int no_ref;
+ int iCodingType;
+
+ char listXsize[MAX_NUM_SLICES][2];
+ struct StorablePicture **listX[MAX_NUM_SLICES][2];
+ int layer_id;
+
+ int offset_delimiter_lo;
+ int offset_delimiter_hi;
+
+ u32 pts;
+ u64 pts64;
+};
+
+struct FrameStore {
+ /* rain */
+ int buf_spec_num;
+ /* rain */
+ int colocated_buf_index;
+
+ /* 0=empty; 1=top; 2=bottom; 3=both fields (or frame) */
+ int is_used;
+ /* 0=not used for ref; 1=top used; 2=bottom used;
+ * 3=both fields (or frame) used */
+ int is_reference;
+ /* 0=not used for ref; 1=top used; 2=bottom used;
+ * 3=both fields (or frame) used */
+ int is_long_term;
+ /* original marking by nal_ref_idc: 0=not used for ref; 1=top used;
+ * 2=bottom used; 3=both fields (or frame) used */
+ int is_orig_reference;
+
+ int is_non_existent;
+
+ unsigned frame_num;
+ unsigned recovery_frame;
+
+ int frame_num_wrap;
+ int long_term_frame_idx;
+ int is_output;
+#if 1
+ /* rain */
+ int pre_output;
+ /* index in gFrameStore */
+ int index;
+#endif
+ int poc;
+
+ /* picture error concealment */
+ int concealment_reference;
+
+ struct StorablePicture *frame;
+ struct StorablePicture *top_field;
+ struct StorablePicture *bottom_field;
+
+#if (MVC_EXTENSION_ENABLE)
+ int view_id;
+ int inter_view_flag[2];
+ int anchor_pic_flag[2];
+#endif
+ int layer_id;
+
+ u32 pts;
+ u64 pts64;
+};
+
+int prepare_display_buf(struct vdec_s *vdec, struct FrameStore *frame);
+
+
+/* #define DPB_SIZE_MAX 16 */
+#define DPB_SIZE_MAX 32
+struct DecodedPictureBuffer {
+ struct VideoParameters *p_Vid;
+ /* InputParameters *p_Inp; ??? */
+ struct FrameStore *fs[DPB_SIZE_MAX];
+ struct FrameStore *fs_ref[DPB_SIZE_MAX];
+ struct FrameStore *fs_ltref[DPB_SIZE_MAX];
+ /* inter-layer reference (for multi-layered codecs) */
+ struct FrameStore *fs_ilref[DPB_SIZE_MAX];
+ /**/
+ struct FrameStore *fs_list0[DPB_SIZE_MAX];
+ struct FrameStore *fs_list1[DPB_SIZE_MAX];
+ struct FrameStore *fs_listlt[DPB_SIZE_MAX];
+
+ /**/
+ unsigned size;
+ unsigned used_size;
+ unsigned ref_frames_in_buffer;
+ unsigned ltref_frames_in_buffer;
+ int last_output_poc;
+#if (MVC_EXTENSION_ENABLE)
+ int last_output_view_id;
+#endif
+ int max_long_term_pic_idx;
+
+
+ int init_done;
+ int num_ref_frames;
+
+ struct FrameStore *last_picture;
+ unsigned used_size_il;
+ int layer_id;
+
+ /* DPB related function; */
+};
+
+struct h264_dpb_stru {
+ struct vdec_s *vdec;
+ int decoder_index;
+
+ union param dpb_param;
+
+ int decode_idx;
+ int buf_num;
+ int curr_POC;
+ int reorder_pic_num;
+ /**/
+ unsigned int max_reference_size;
+
+ unsigned int colocated_buf_map;
+ unsigned int colocated_buf_count;
+ unsigned int colocated_mv_addr_start;
+ unsigned int colocated_mv_addr_end;
+ unsigned int colocated_buf_size;
+
+ struct DecodedPictureBuffer mDPB;
+ struct Slice mSlice;
+ struct VideoParameters mVideo;
+ struct SPSParameters mSPS;
+
+ struct StorablePicture m_PIC[MAX_PIC_BUF_NUM];
+ struct FrameStore mFrameStore[DPB_SIZE_MAX];
+
+};
+
+
+extern unsigned int h264_debug_flag;
+extern unsigned int h264_debug_mask;
+
+int dpb_print(int indext, int debug_flag, const char *fmt, ...);
+
+unsigned char dpb_is_debug(int index, int debug_flag);
+
+int prepare_display_buf(struct vdec_s *vdec, struct FrameStore *frame);
+
+int release_buf_spec_num(struct vdec_s *vdec, int buf_spec_num);
+
+void set_frame_output_flag(struct h264_dpb_stru *p_H264_Dpb, int index);
+
+int is_there_unused_frame_from_dpb(struct DecodedPictureBuffer *p_Dpb);
+
+int h264_slice_header_process(struct h264_dpb_stru *p_H264_Dpb);
+
+void dpb_init_global(struct h264_dpb_stru *p_H264_Dpb,
+ int id, int actual_dpb_size, int max_reference_size);
+
+void init_colocate_buf(struct h264_dpb_stru *p_H264_Dpb, int count);
+
+int release_colocate_buf(struct h264_dpb_stru *p_H264_Dpb, int index);
+
+int get_free_buf_idx(struct vdec_s *vdec);
+
+void store_picture_in_dpb(struct h264_dpb_stru *p_H264_Dpb,
+ struct StorablePicture *p);
+
+int remove_picture(struct h264_dpb_stru *p_H264_Dpb,
+ struct StorablePicture *pic);
+
+void bufmgr_post(struct h264_dpb_stru *p_H264_Dpb);
+
+int get_long_term_flag_by_buf_spec_num(struct h264_dpb_stru *p_H264_Dpb,
+ int buf_spec_num);
+
+void bufmgr_h264_remove_unused_frame(struct h264_dpb_stru *p_H264_Dpb);
+
+#endif
diff --git a/drivers/frame_provider/decoder/h264_multi/vmh264.c b/drivers/frame_provider/decoder/h264_multi/vmh264.c
new file mode 100644
index 0000000..6c96ba9
--- a/dev/null
+++ b/drivers/frame_provider/decoder/h264_multi/vmh264.c
@@ -0,0 +1,2774 @@
+/*
+ * drivers/amlogic/amports/vh264.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/amlogic/media/utils/vformat.h>
+#include <linux/amlogic/media/frame_sync/tsync.h>
+#include <linux/workqueue.h>
+#include <linux/dma-mapping.h>
+#include <linux/atomic.h>
+#include <linux/module.h>
+#include <linux/slab.h>
+#include <linux/dma-mapping.h>
+#include <linux/dma-contiguous.h>
+#include "../../../stream_input/amports/amports_priv.h"
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+
+#include "../utils/vdec_input.h"
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../utils/vdec.h"
+#include "../utils/amvdec.h"
+#include "../h264/vh264.h"
+#include "../../../stream_input/parser/streambuf.h"
+#include <linux/delay.h>
+
+#undef pr_info
+#define pr_info printk
+
+#define DEBUG_UCODE
+#define USE_CMA
+#define MEM_NAME "codec_m264"
+#define MULTI_INSTANCE_FRAMEWORK
+/* #define ONE_COLOCATE_BUF_PER_DECODE_BUF */
+#include "h264_dpb.h"
+/* #define SEND_PARAM_WITH_REG */
+
+#define DRIVER_NAME "ammvdec_h264"
+#define MODULE_NAME "ammvdec_h264"
+
+#define CHECK_INTERVAL (HZ/100)
+
+#define RATE_MEASURE_NUM 8
+#define RATE_CORRECTION_THRESHOLD 5
+#define RATE_2397_FPS 4004 /* 23.97 */
+#define RATE_25_FPS 3840 /* 25 */
+#define RATE_2997_FPS 3203 /* 29.97 */
+#define DUR2PTS(x) ((x)*90/96)
+#define PTS2DUR(x) ((x)*96/90)
+#define DUR2PTS_REM(x) (x*90 - DUR2PTS(x)*96)
+#define FIX_FRAME_RATE_CHECK_IFRAME_NUM 2
+
+#define FIX_FRAME_RATE_OFF 0
+#define FIX_FRAME_RATE_ON 1
+#define FIX_FRAME_RATE_SMOOTH_CHECKING 2
+
+#define DEC_CONTROL_FLAG_FORCE_2997_1080P_INTERLACE 0x0001
+#define DEC_CONTROL_FLAG_FORCE_2500_576P_INTERLACE 0x0002
+#define DEC_CONTROL_FLAG_FORCE_RATE_2397_FPS_FIX_FRAME_RATE 0x0010
+#define DEC_CONTROL_FLAG_FORCE_RATE_2997_FPS_FIX_FRAME_RATE 0x0020
+
+
+#define RATE_MEASURE_NUM 8
+#define RATE_CORRECTION_THRESHOLD 5
+#define RATE_24_FPS 4004 /* 23.97 */
+#define RATE_25_FPS 3840 /* 25 */
+#define DUR2PTS(x) ((x)*90/96)
+#define PTS2DUR(x) ((x)*96/90)
+#define DUR2PTS_REM(x) (x*90 - DUR2PTS(x)*96)
+#define FIX_FRAME_RATE_CHECK_IDRFRAME_NUM 2
+
+#define H264_DEV_NUM 5
+
+unsigned int h264_debug_flag; /* 0xa0000000; */
+unsigned int h264_debug_mask = 0xff;
+ /*
+ h264_debug_cmd:
+ 0x1xx, force decoder id of xx to be disconnected
+ */
+unsigned int h264_debug_cmd;
+static unsigned int dec_control;
+static unsigned int force_rate_streambase;
+static unsigned int force_rate_framebase;
+static unsigned int fixed_frame_rate_mode;
+static unsigned int error_recovery_mode_in;
+static unsigned int start_decode_buf_level = 0x8000;
+
+static unsigned int reorder_dpb_size_margin = 6;
+static unsigned int reference_buf_margin = 4;
+
+static unsigned int decode_timeout_val = 50;
+static unsigned int radr;
+static unsigned int rval;
+static unsigned int max_decode_instance_num = H264_DEV_NUM;
+static unsigned int decode_frame_count[H264_DEV_NUM];
+static unsigned int max_process_time[H264_DEV_NUM];
+static unsigned int max_get_frame_interval[H264_DEV_NUM];
+ /* bit[3:0]:
+ 0, run ; 1, pause; 3, step
+ bit[4]:
+ 1, schedule run
+ */
+static unsigned int step[H264_DEV_NUM];
+
+#define is_in_parsing_state(status) \
+ ((status == H264_ACTION_SEARCH_HEAD) || \
+ ((status & 0xf0) == 0x80))
+
+static inline bool close_to(int a, int b, int m)
+{
+ return (abs(a - b) < m) ? true : false;
+}
+
+/* #if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+#define NV21
+/* #endif */
+
+/* 12M for L41 */
+#define MAX_DPB_BUFF_SIZE (12*1024*1024)
+#define DEFAULT_MEM_SIZE (32*1024*1024)
+#define AVIL_DPB_BUFF_SIZE 0x01ec2000
+
+#define DEF_BUF_START_ADDR 0x1000000
+#define V_BUF_ADDR_OFFSET (0x13e000)
+
+#define PIC_SINGLE_FRAME 0
+#define PIC_TOP_BOT_TOP 1
+#define PIC_BOT_TOP_BOT 2
+#define PIC_DOUBLE_FRAME 3
+#define PIC_TRIPLE_FRAME 4
+#define PIC_TOP_BOT 5
+#define PIC_BOT_TOP 6
+#define PIC_INVALID 7
+
+#define EXTEND_SAR 0xff
+
+#define VF_POOL_SIZE 64
+#define MAX_VF_BUF_NUM 28
+#define PUT_INTERVAL (HZ/100)
+#define NO_DISP_WD_COUNT (3 * HZ / PUT_INTERVAL)
+
+#define SWITCHING_STATE_OFF 0
+#define SWITCHING_STATE_ON_CMD3 1
+#define SWITCHING_STATE_ON_CMD1 2
+
+#define DEC_CONTROL_FLAG_FORCE_2997_1080P_INTERLACE 0x0001
+#define DEC_CONTROL_FLAG_FORCE_2500_576P_INTERLACE 0x0002
+
+#define INCPTR(p) ptr_atomic_wrap_inc(&p)
+
+#define SLICE_TYPE_I 2
+#define SLICE_TYPE_P 5
+#define SLICE_TYPE_B 6
+
+struct buffer_spec_s {
+ /*
+ used:
+ 0, free; 1, used by dpb; 2,
+ used for display;
+ 3 isolated (do not use for dpb when vf_put)
+ */
+ unsigned int used;
+ unsigned int info0;
+ unsigned int info1;
+ unsigned int info2;
+ unsigned int y_addr;
+ unsigned int u_addr;
+ unsigned int v_addr;
+
+ int y_canvas_index;
+ int u_canvas_index;
+ int v_canvas_index;
+
+#ifdef NV21
+ struct canvas_config_s canvas_config[2];
+#else
+ struct canvas_config_s canvas_config[3];
+#endif
+#ifdef USE_CMA
+ /* struct page *cma_alloc_pages; */
+ unsigned long cma_alloc_addr;
+ int cma_alloc_count;
+#endif
+ unsigned int buf_adr;
+};
+
+#define spec2canvas(x) \
+ (((x)->v_canvas_index << 16) | \
+ ((x)->u_canvas_index << 8) | \
+ ((x)->y_canvas_index << 0))
+
+static struct vframe_s *vh264_vf_peek(void *);
+static struct vframe_s *vh264_vf_get(void *);
+static void vh264_vf_put(struct vframe_s *, void *);
+static int vh264_vf_states(struct vframe_states *states, void *);
+static int vh264_event_cb(int type, void *data, void *private_data);
+static void vh264_work(struct work_struct *work);
+
+static const char vh264_dec_id[] = "vh264-dev";
+
+#define PROVIDER_NAME "vdec.h264"
+
+static const struct vframe_operations_s vf_provider_ops = {
+ .peek = vh264_vf_peek,
+ .get = vh264_vf_get,
+ .put = vh264_vf_put,
+ .event_cb = vh264_event_cb,
+ .vf_states = vh264_vf_states,
+};
+
+#define DEC_RESULT_NONE 0
+#define DEC_RESULT_DONE 1
+#define DEC_RESULT_AGAIN 2
+#define DEC_RESULT_CONFIG_PARAM 3
+#define DEC_RESULT_GET_DATA 4
+#define DEC_RESULT_GET_DATA_RETRY 5
+#define DEC_RESULT_ERROR 6
+
+/*
+static const char *dec_result_str[] = {
+ "DEC_RESULT_NONE ",
+ "DEC_RESULT_DONE ",
+ "DEC_RESULT_AGAIN ",
+ "DEC_RESULT_CONFIG_PARAM",
+ "DEC_RESULT_GET_DATA ",
+ "DEC_RESULT_GET_DA_RETRY",
+ "DEC_RESULT_ERROR ",
+};
+*/
+
+#define UCODE_IP_ONLY 2
+#define UCODE_IP_ONLY_PARAM 1
+
+#define MC_OFFSET_HEADER 0x0000
+#define MC_OFFSET_DATA 0x1000
+#define MC_OFFSET_MMCO 0x2000
+#define MC_OFFSET_LIST 0x3000
+#define MC_OFFSET_SLICE 0x4000
+#define MC_OFFSET_MAIN 0x5000
+
+#define MC_TOTAL_SIZE ((20+16)*SZ_1K)
+#define MC_SWAP_SIZE (4*SZ_1K)
+#define MODE_ERROR 0
+#define MODE_FULL 1
+
+#define DFS_HIGH_THEASHOLD 3
+
+#define INIT_FLAG_REG AV_SCRATCH_2
+#define HEAD_PADING_REG AV_SCRATCH_3
+#define UCODE_WATCHDOG_REG AV_SCRATCH_7
+#define LMEM_DUMP_ADR AV_SCRATCH_L
+#define DEBUG_REG1 AV_SCRATCH_M
+#define DEBUG_REG2 AV_SCRATCH_N
+#define FRAME_COUNTER_REG AV_SCRATCH_I
+#define RPM_CMD_REG AV_SCRATCH_A
+#define H264_DECODE_SIZE AV_SCRATCH_E
+#define H264_DECODE_INFO M4_CONTROL_REG /* 0xc29 */
+#define DPB_STATUS_REG AV_SCRATCH_J
+#define MBY_MBX MB_MOTION_MODE /*0xc07*/
+
+struct vdec_h264_hw_s {
+ spinlock_t lock;
+
+ struct platform_device *platform_dev;
+ struct device *cma_dev;
+ /* struct page *cma_alloc_pages; */
+ unsigned long cma_alloc_addr;
+ int cma_alloc_count;
+ /* struct page *collocate_cma_alloc_pages; */
+ unsigned long collocate_cma_alloc_addr;
+ int collocate_cma_alloc_count;
+
+ ulong lmem_addr;
+ dma_addr_t lmem_addr_remap;
+
+ DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+ DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+
+ struct vframe_s vfpool[VF_POOL_SIZE];
+ struct buffer_spec_s buffer_spec[MAX_VF_BUF_NUM];
+ int buffer_spec_num;
+ struct vframe_s switching_fense_vf;
+ struct h264_dpb_stru dpb;
+ u8 init_flag;
+ u8 set_params_done;
+ u32 max_reference_size;
+ u32 decode_pic_count;
+ int start_search_pos;
+
+ unsigned char buffer_empty_flag;
+
+ u32 frame_width;
+ u32 frame_height;
+ u32 frame_dur;
+ u32 frame_prog;
+ u32 frame_packing_type;
+
+ struct vframe_chunk_s *chunk;
+
+ u32 stat;
+ unsigned long buf_start;
+ u32 buf_offset;
+ u32 buf_size;
+ /* u32 ucode_map_start; */
+ u32 pts_outside;
+ u32 sync_outside;
+ u32 vh264_ratio;
+ u32 vh264_rotation;
+ u32 use_idr_framerate;
+
+ u32 seq_info;
+ u32 timing_info_present_flag;
+ u32 fixed_frame_rate_flag;
+ u32 fixed_frame_rate_check_count;
+ u32 iframe_count;
+ u32 aspect_ratio_info;
+ u32 num_units_in_tick;
+ u32 time_scale;
+ u32 h264_ar;
+ bool h264_first_valid_pts_ready;
+ u32 h264pts1;
+ u32 h264pts2;
+ u32 pts_duration;
+ u32 h264_pts_count;
+ u32 duration_from_pts_done;
+ u32 pts_unstable; u32 duration_on_correcting;
+ u32 last_checkout_pts;
+ u32 fatal_error_flag;
+ u32 fatal_error_reset;
+ u32 max_refer_buf;
+
+ s32 vh264_stream_switching_state;
+ struct vframe_s *p_last_vf;
+ u32 last_pts;
+ u32 last_pts_remainder;
+ u32 last_duration;
+ u32 saved_resolution;
+ u32 last_mb_width, last_mb_height;
+ bool check_pts_discontinue;
+ bool pts_discontinue;
+ u32 wait_buffer_counter;
+ u32 first_offset;
+ u32 first_pts;
+ u64 first_pts64;
+ bool first_pts_cached;
+
+ void *sei_data_buffer;
+ dma_addr_t sei_data_buffer_phys;
+
+ uint error_recovery_mode;
+ uint mb_total;
+ uint mb_width;
+ uint mb_height;
+
+ uint ucode_type;
+ dma_addr_t mc_dma_handle;
+ void *mc_cpu_addr;
+ int vh264_reset;
+
+ atomic_t vh264_active;
+
+ struct dec_sysinfo vh264_amstream_dec_info;
+
+ struct work_struct error_wd_work;
+
+ int dec_result;
+ struct work_struct work;
+
+ void (*vdec_cb)(struct vdec_s *, void *);
+ void *vdec_cb_arg;
+
+ struct timer_list check_timer;
+
+ /**/
+ unsigned last_frame_time;
+
+ /* timeout handle */
+ unsigned long int start_process_time;
+ unsigned last_mby_mbx;
+ unsigned last_ucode_watchdog_reg_val;
+ unsigned decode_timeout_count;
+ unsigned timeout_num;
+ unsigned search_dataempty_num;
+ unsigned decode_timeout_num;
+ unsigned decode_dataempty_num;
+ unsigned buffer_empty_recover_num;
+
+ /**/
+
+ /*log*/
+ unsigned int packet_write_success_count;
+ unsigned int packet_write_EAGAIN_count;
+ unsigned int packet_write_ENOMEM_count;
+ unsigned int packet_write_EFAULT_count;
+ unsigned int total_read_size_pre;
+ unsigned int total_read_size;
+ unsigned int frame_count_pre;
+};
+
+
+static void vh264_local_init(struct vdec_h264_hw_s *hw);
+static int vh264_hw_ctx_restore(struct vdec_h264_hw_s *hw);
+static int vh264_stop(struct vdec_h264_hw_s *hw, int mode);
+static s32 vh264_init(struct vdec_h264_hw_s *hw);
+static void set_frame_info(struct vdec_h264_hw_s *hw, struct vframe_s *vf,
+ u32 index);
+
+unsigned char have_free_buf_spec(struct vdec_s *vdec)
+{
+ int i;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+ if ((h264_debug_flag&OUTPUT_CURRENT_BUF) == 0) {
+ for (i = 0; i < hw->buffer_spec_num; i++) {
+ if (hw->buffer_spec[i].used == 0)
+ return 1;
+ }
+ return 0;
+ } else
+ return 1;
+}
+
+#if 0
+static void buf_spec_recover(struct vdec_h264_hw_s *hw)
+{ /* do not clear buf_spec used by display */
+ int i;
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_DPB, "%s\n", __func__);
+ for (i = 0; i < hw->buffer_spec_num; i++) {
+ if (hw->buffer_spec[i].used == 2)
+ hw->buffer_spec[i].used = 3;
+ else
+ hw->buffer_spec[i].used = 0;
+ }
+}
+#endif
+
+int get_free_buf_idx(struct vdec_s *vdec)
+{
+ int i;
+ int index = -1;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+
+ if ((h264_debug_flag&OUTPUT_CURRENT_BUF) == 0) {
+ for (i = hw->start_search_pos; i < hw->buffer_spec_num; i++) {
+ if (hw->buffer_spec[i].used == 0) {
+ hw->buffer_spec[i].used = 1;
+ hw->start_search_pos = i+1;
+ index = i;
+ break;
+ }
+ }
+ if (index < 0) {
+ for (i = 0; i < hw->start_search_pos; i++) {
+ if (hw->buffer_spec[i].used == 0) {
+ hw->buffer_spec[i].used = 1;
+ hw->start_search_pos = i+1;
+ index = i;
+ break;
+ }
+ }
+ }
+ } else {
+ index = hw->start_search_pos;
+ hw->start_search_pos++;
+ }
+
+ if (hw->start_search_pos >= hw->buffer_spec_num)
+ hw->start_search_pos = 0;
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s, buf_spec_num %d\n", __func__, index);
+
+ return index;
+}
+
+int release_buf_spec_num(struct vdec_s *vdec, int buf_spec_num)
+{
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s buf_spec_num %d\n",
+ __func__, buf_spec_num);
+ if (buf_spec_num >= 0 && buf_spec_num < hw->buffer_spec_num)
+ hw->buffer_spec[buf_spec_num].used = 0;
+ return 0;
+}
+
+static int get_buf_spec_idx_by_canvas_config(struct vdec_h264_hw_s *hw,
+ struct canvas_config_s *cfg)
+{
+ int i;
+ for (i = 0; i < hw->buffer_spec_num; i++) {
+ if (hw->buffer_spec[i].canvas_config[0].phy_addr
+ == cfg->phy_addr)
+ return i;
+ }
+ return -1;
+}
+
+int prepare_display_buf(struct vdec_s *vdec, struct FrameStore *frame)
+{
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+ struct vframe_s *vf = NULL;
+
+ if (kfifo_get(&hw->newframe_q, &vf) == 0) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s fatal error, no available buffer slot.\n",
+ __func__);
+ return -1;
+ }
+
+ if (vf) {
+ int buffer_index = frame->buf_spec_num;
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_DPB_DETAIL,
+ "%s, fs[%d] poc %d, buf_spec_num %d\n",
+ __func__, frame->index, frame->poc,
+ frame->buf_spec_num);
+ vf->index = frame->index;
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD |
+ VIDTYPE_VIU_NV21;
+ vf->duration_pulldown = 0;
+ vf->pts = frame->pts;
+ vf->pts_us64 = frame->pts64;
+ vf->canvas0Addr = vf->canvas1Addr =
+ spec2canvas(&hw->buffer_spec[buffer_index]);
+ set_frame_info(hw, vf, buffer_index);
+ kfifo_put(&hw->display_q, (const struct vframe_s *)vf);
+ hw->buffer_spec[buffer_index].used = 2;
+
+ vf_notify_receiver(vdec->vf_provider_name,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY, NULL);
+ decode_frame_count[hw->dpb.decoder_index]++;
+ }
+
+ return 0;
+}
+
+/******************
+ * Hardware config
+ */
+char *slice_type_name[] = {
+ "P_SLICE ",
+ "B_SLICE ",
+ "I_SLICE ",
+ "SP_SLICE",
+ "SI_SLICE",
+};
+
+char *picture_structure_name[] = {
+ "FRAME",
+ "TOP_FIELD",
+ "BOTTOM_FIELD"
+};
+
+void print_pic_info(int decindex, const char *info,
+ struct StorablePicture *pic,
+ int slice_type)
+{
+ dpb_print(decindex, PRINT_FLAG_UCODE_EVT,
+ "%s: %s (original %s), %s, mb_aff_frame_flag %d poc %d, pic_num %d, buf_spec_num %d\n",
+ info,
+ picture_structure_name[pic->structure],
+ pic->coded_frame ? "Frame" : "Field",
+ (slice_type < 0) ? "" : slice_type_name[slice_type],
+ pic->mb_aff_frame_flag,
+ pic->poc,
+ pic->pic_num,
+ pic->buf_spec_num);
+}
+
+static void reset_process_time(struct vdec_h264_hw_s *hw)
+{
+ if (hw->start_process_time) {
+ unsigned process_time =
+ 1000 * (jiffies - hw->start_process_time) / HZ;
+ hw->start_process_time = 0;
+ if (process_time > max_process_time[hw->dpb.decoder_index])
+ max_process_time[hw->dpb.decoder_index] = process_time;
+ }
+}
+
+void config_decode_buf(struct vdec_h264_hw_s *hw, struct StorablePicture *pic)
+{
+ /* static int count = 0; */
+ struct h264_dpb_stru *p_H264_Dpb = &hw->dpb;
+ struct Slice *pSlice = &(p_H264_Dpb->mSlice);
+ unsigned int colocate_adr_offset;
+ unsigned int val;
+
+#define H264_BUFFER_INFO_INDEX PMV3_X /* 0xc24 */
+#define H264_BUFFER_INFO_DATA PMV2_X /* 0xc22 */
+#define H264_CURRENT_POC_IDX_RESET LAST_SLICE_MV_ADDR /* 0xc30 */
+#define H264_CURRENT_POC LAST_MVY /* 0xc32 shared with conceal MV */
+
+#define H264_CO_MB_WR_ADDR VLD_C38 /* 0xc38 */
+/* bit 31:30 -- L1[0] picture coding structure,
+ 00 - top field, 01 - bottom field,
+ 10 - frame, 11 - mbaff frame
+ bit 29 - L1[0] top/bot for B field pciture , 0 - top, 1 - bot
+ bit 28:0 h264_co_mb_mem_rd_addr[31:3]
+ -- only used for B Picture Direct mode [2:0] will set to 3'b000
+*/
+#define H264_CO_MB_RD_ADDR VLD_C39 /* 0xc39 */
+
+/* bit 15 -- flush co_mb_data to DDR -- W-Only
+ bit 14 -- h264_co_mb_mem_wr_addr write Enable -- W-Only
+ bit 13 -- h264_co_mb_info_wr_ptr write Enable -- W-Only
+ bit 9 -- soft_reset -- W-Only
+ bit 8 -- upgent
+ bit 7:2 -- h264_co_mb_mem_wr_addr
+ bit 1:0 -- h264_co_mb_info_wr_ptr
+*/
+#define H264_CO_MB_RW_CTL VLD_C3D /* 0xc3d */
+
+ unsigned long canvas_adr;
+ unsigned ref_reg_val;
+ unsigned one_ref_cfg = 0;
+ int h264_buffer_info_data_write_count;
+ int i, j;
+ unsigned colocate_wr_adr;
+ unsigned colocate_rd_adr;
+ unsigned char use_direct_8x8;
+
+ WRITE_VREG(H264_CURRENT_POC_IDX_RESET, 0);
+ WRITE_VREG(H264_CURRENT_POC, pic->frame_poc);
+ WRITE_VREG(H264_CURRENT_POC, pic->top_poc);
+ WRITE_VREG(H264_CURRENT_POC, pic->bottom_poc);
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "%s: pic_num is %d, poc is %d (%d, %d, %d), buf_spec_num %d\n",
+ __func__, pic->pic_num, pic->poc, pic->frame_poc,
+ pic->top_poc, pic->bottom_poc, pic->buf_spec_num);
+ print_pic_info(hw->dpb.decoder_index, "cur", pic, pSlice->slice_type);
+
+ WRITE_VREG(CURR_CANVAS_CTRL, pic->buf_spec_num << 24);
+
+ canvas_adr = READ_VREG(CURR_CANVAS_CTRL) & 0xffffff;
+
+ WRITE_VREG(REC_CANVAS_ADDR, canvas_adr);
+ WRITE_VREG(DBKR_CANVAS_ADDR, canvas_adr);
+ WRITE_VREG(DBKW_CANVAS_ADDR, canvas_adr);
+
+ if (pic->mb_aff_frame_flag)
+ hw->buffer_spec[pic->buf_spec_num].info0 = 0xf4c0;
+ else if (pic->structure == TOP_FIELD)
+ hw->buffer_spec[pic->buf_spec_num].info0 = 0xf400;
+ else if (pic->structure == BOTTOM_FIELD)
+ hw->buffer_spec[pic->buf_spec_num].info0 = 0xf440;
+ else
+ hw->buffer_spec[pic->buf_spec_num].info0 = 0xf480;
+
+ if (pic->bottom_poc < pic->top_poc)
+ hw->buffer_spec[pic->buf_spec_num].info0 |= 0x100;
+
+ hw->buffer_spec[pic->buf_spec_num].info1 = pic->top_poc;
+ hw->buffer_spec[pic->buf_spec_num].info2 = pic->bottom_poc;
+ WRITE_VREG(H264_BUFFER_INFO_INDEX, 16);
+
+ for (i = 0; i < hw->buffer_spec_num; i++) {
+ int long_term_flag =
+ get_long_term_flag_by_buf_spec_num(p_H264_Dpb, i);
+ if (long_term_flag > 0) {
+ if (long_term_flag & 0x1)
+ hw->buffer_spec[i].info0 |= (1 << 4);
+ else
+ hw->buffer_spec[i].info0 &= ~(1 << 4);
+
+ if (long_term_flag & 0x2)
+ hw->buffer_spec[i].info0 |= (1 << 5);
+ else
+ hw->buffer_spec[i].info0 &= ~(1 << 5);
+ }
+
+ if (i == pic->buf_spec_num)
+ WRITE_VREG(H264_BUFFER_INFO_DATA,
+ hw->buffer_spec[i].info0 | 0xf);
+ else
+ WRITE_VREG(H264_BUFFER_INFO_DATA,
+ hw->buffer_spec[i].info0);
+ WRITE_VREG(H264_BUFFER_INFO_DATA, hw->buffer_spec[i].info1);
+ WRITE_VREG(H264_BUFFER_INFO_DATA, hw->buffer_spec[i].info2);
+ }
+
+ /* config reference buffer */
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "list0 size %d\n", pSlice->listXsize[0]);
+ WRITE_VREG(H264_BUFFER_INFO_INDEX, 0);
+ ref_reg_val = 0;
+ j = 0;
+ h264_buffer_info_data_write_count = 0;
+
+ for (i = 0; i < (unsigned int)(pSlice->listXsize[0]); i++) {
+ /*ref list 0 */
+ struct StorablePicture *ref = pSlice->listX[0][i];
+ unsigned cfg;
+ /* bit[6:5] - frame/field info,
+ * 01 - top, 10 - bottom, 11 - frame
+ */
+#ifdef ERROR_CHECK
+ if (ref == NULL)
+ return;
+#endif
+ if (ref->structure == TOP_FIELD)
+ cfg = 0x1;
+ else if (ref->structure == BOTTOM_FIELD)
+ cfg = 0x2;
+ else /* FRAME */
+ cfg = 0x3;
+ one_ref_cfg = (ref->buf_spec_num & 0x1f) | (cfg << 5);
+ ref_reg_val <<= 8;
+ ref_reg_val |= one_ref_cfg;
+ j++;
+
+ if (j == 4) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "H264_BUFFER_INFO_DATA: %x\n", ref_reg_val);
+ WRITE_VREG(H264_BUFFER_INFO_DATA, ref_reg_val);
+ h264_buffer_info_data_write_count++;
+ j = 0;
+ }
+ print_pic_info(hw->dpb.decoder_index, "list0",
+ pSlice->listX[0][i], -1);
+ }
+ if (j != 0) {
+ while (j != 4) {
+ ref_reg_val <<= 8;
+ ref_reg_val |= one_ref_cfg;
+ j++;
+ }
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "H264_BUFFER_INFO_DATA: %x\n",
+ ref_reg_val);
+ WRITE_VREG(H264_BUFFER_INFO_DATA, ref_reg_val);
+ h264_buffer_info_data_write_count++;
+ }
+ ref_reg_val = (one_ref_cfg << 24) | (one_ref_cfg<<16) |
+ (one_ref_cfg << 8) | one_ref_cfg;
+ for (i = h264_buffer_info_data_write_count; i < 8; i++)
+ WRITE_VREG(H264_BUFFER_INFO_DATA, ref_reg_val);
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "list1 size %d\n", pSlice->listXsize[1]);
+ WRITE_VREG(H264_BUFFER_INFO_INDEX, 8);
+ ref_reg_val = 0;
+ j = 0;
+
+ for (i = 0; i < (unsigned int)(pSlice->listXsize[1]); i++) {
+ /* ref list 0 */
+ struct StorablePicture *ref = pSlice->listX[1][i];
+ unsigned cfg;
+ /* bit[6:5] - frame/field info,
+ * 01 - top, 10 - bottom, 11 - frame
+ */
+#ifdef ERROR_CHECK
+ if (ref == NULL)
+ return;
+#endif
+ if (ref->structure == TOP_FIELD)
+ cfg = 0x1;
+ else if (ref->structure == BOTTOM_FIELD)
+ cfg = 0x2;
+ else /* FRAME */
+ cfg = 0x3;
+ one_ref_cfg = (ref->buf_spec_num & 0x1f) | (cfg << 5);
+ ref_reg_val <<= 8;
+ ref_reg_val |= one_ref_cfg;
+ j++;
+
+ if (j == 4) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "H264_BUFFER_INFO_DATA: %x\n",
+ ref_reg_val);
+ WRITE_VREG(H264_BUFFER_INFO_DATA, ref_reg_val);
+ j = 0;
+ }
+ print_pic_info(hw->dpb.decoder_index, "list1",
+ pSlice->listX[1][i], -1);
+ }
+ if (j != 0) {
+ while (j != 4) {
+ ref_reg_val <<= 8;
+ ref_reg_val |= one_ref_cfg;
+ j++;
+ }
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "H264_BUFFER_INFO_DATA: %x\n", ref_reg_val);
+ WRITE_VREG(H264_BUFFER_INFO_DATA, ref_reg_val);
+ }
+
+ /* configure co-locate buffer */
+ while ((READ_VREG(H264_CO_MB_RW_CTL) >> 11) & 0x1)
+ ;
+ if ((pSlice->mode_8x8_flags & 0x4) &&
+ (pSlice->mode_8x8_flags & 0x2))
+ use_direct_8x8 = 1;
+ else
+ use_direct_8x8 = 0;
+
+#ifndef ONE_COLOCATE_BUF_PER_DECODE_BUF
+ colocate_adr_offset =
+ ((pic->structure == FRAME && pic->mb_aff_frame_flag == 0)
+ ? 1 : 2) * 96;
+ if (use_direct_8x8)
+ colocate_adr_offset >>= 2;
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "colocate buf size of each mb 0x%x first_mb_in_slice 0x%x colocate_adr_offset 0x%x\r\n",
+ colocate_adr_offset, pSlice->first_mb_in_slice,
+ colocate_adr_offset * pSlice->first_mb_in_slice);
+
+ colocate_adr_offset *= pSlice->first_mb_in_slice;
+
+ if ((pic->colocated_buf_index >= 0) &&
+ (pic->colocated_buf_index < p_H264_Dpb->colocated_buf_count)) {
+ colocate_wr_adr = p_H264_Dpb->colocated_mv_addr_start +
+ ((p_H264_Dpb->colocated_buf_size *
+ pic->colocated_buf_index)
+ >> (use_direct_8x8 ? 2 : 0));
+ if ((colocate_wr_adr + p_H264_Dpb->colocated_buf_size) >
+ p_H264_Dpb->colocated_mv_addr_end)
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "Error, colocate buf is not enough, index is %d\n",
+ pic->colocated_buf_index);
+ val = colocate_wr_adr + colocate_adr_offset;
+ WRITE_VREG(H264_CO_MB_WR_ADDR, val);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "WRITE_VREG(H264_CO_MB_WR_ADDR) = %x, first_mb_in_slice %x pic_structure %x colocate_adr_offset %x mode_8x8_flags %x colocated_buf_size %x\n",
+ val, pSlice->first_mb_in_slice, pic->structure,
+ colocate_adr_offset, pSlice->mode_8x8_flags,
+ p_H264_Dpb->colocated_buf_size);
+ } else {
+ WRITE_VREG(H264_CO_MB_WR_ADDR, 0xffffffff);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "WRITE_VREG(H264_CO_MB_WR_ADDR) = 0xffffffff\n");
+ }
+#else
+ colocate_adr_offset =
+ ((pic->structure == FRAME && pic->mb_aff_frame_flag == 0) ? 1 : 2) * 96;
+ if (use_direct_8x8)
+ colocate_adr_offset >>= 2;
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "colocate buf size of each mb 0x%x first_mb_in_slice 0x%x colocate_adr_offset 0x%x\r\n",
+ colocate_adr_offset, pSlice->first_mb_in_slice,
+ colocate_adr_offset * pSlice->first_mb_in_slice);
+
+ colocate_adr_offset *= pSlice->first_mb_in_slice;
+
+ colocate_wr_adr = p_H264_Dpb->colocated_mv_addr_start +
+ ((p_H264_Dpb->colocated_buf_size * pic->buf_spec_num) >>
+ (use_direct_8x8 ? 2 : 0));
+
+ if ((colocate_wr_adr + p_H264_Dpb->colocated_buf_size) >
+ p_H264_Dpb->colocated_mv_addr_end)
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "Error, colocate buf is not enough, pic index is %d\n",
+ pic->buf_spec_num);
+ val = colocate_wr_adr + colocate_adr_offset;
+ WRITE_VREG(H264_CO_MB_WR_ADDR, val);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "WRITE_VREG(H264_CO_MB_WR_ADDR) = %x, first_mb_in_slice %x pic_structure %x colocate_adr_offset %x mode_8x8_flags %x colocated_buf_size %x\n",
+ val, pSlice->first_mb_in_slice, pic->structure,
+ colocate_adr_offset, pSlice->mode_8x8_flags,
+ p_H264_Dpb->colocated_buf_size);
+#endif
+ if (pSlice->listXsize[1] > 0) {
+ struct StorablePicture *colocate_pic = pSlice->listX[1][0];
+ /* H264_CO_MB_RD_ADDR[bit 31:30],
+ * original picture structure of L1[0],
+ * 00 - top field, 01 - bottom field,
+ * 10 - frame, 11 - mbaff frame
+ */
+ int l10_structure;
+ int cur_colocate_ref_type;
+ /* H264_CO_MB_RD_ADDR[bit 29], top/bot for B field pciture,
+ * 0 - top, 1 - bot
+ */
+ unsigned int val;
+#ifdef ERROR_CHECK
+ if (colocate_pic == NULL)
+ return;
+#endif
+
+ if (colocate_pic->mb_aff_frame_flag)
+ l10_structure = 3;
+ else {
+ if (colocate_pic->coded_frame)
+ l10_structure = 2;
+ else
+ l10_structure = (colocate_pic->structure ==
+ BOTTOM_FIELD) ? 1 : 0;
+ }
+#if 0
+ /*case0016, p16,
+ cur_colocate_ref_type should be configured base on current pic*/
+ if (pic->structure == FRAME &&
+ pic->mb_aff_frame_flag)
+ cur_colocate_ref_type = 0;
+ else if (pic->structure == BOTTOM_FIELD)
+ cur_colocate_ref_type = 1;
+ else
+ cur_colocate_ref_type = 0;
+#else
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ " CUR TMP DEBUG : mb_aff_frame_flag : %d, structure : %d coded_frame %d\n",
+ pic->mb_aff_frame_flag,
+ pic->structure,
+ pic->coded_frame);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ " COL TMP DEBUG : mb_aff_frame_flag : %d, structure : %d coded_frame %d\n",
+ colocate_pic->mb_aff_frame_flag,
+ colocate_pic->structure,
+ colocate_pic->coded_frame);
+ if (pic->structure == FRAME || pic->mb_aff_frame_flag) {
+ cur_colocate_ref_type =
+ (abs(pic->poc - colocate_pic->top_poc)
+ < abs(pic->poc -
+ colocate_pic->bottom_poc)) ? 0 : 1;
+ } else
+ cur_colocate_ref_type =
+ (colocate_pic->structure
+ == BOTTOM_FIELD) ? 1 : 0;
+#endif
+
+#ifndef ONE_COLOCATE_BUF_PER_DECODE_BUF
+ if ((colocate_pic->colocated_buf_index >= 0) &&
+ (colocate_pic->colocated_buf_index <
+ p_H264_Dpb->colocated_buf_count)) {
+ colocate_rd_adr = p_H264_Dpb->colocated_mv_addr_start +
+ ((p_H264_Dpb->colocated_buf_size *
+ colocate_pic->colocated_buf_index)
+ >> (use_direct_8x8 ? 2 : 0));
+ if ((colocate_rd_adr + p_H264_Dpb->colocated_buf_size) >
+ p_H264_Dpb->colocated_mv_addr_end)
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_ERROR,
+ "Error, colocate buf is not enough, index is %d\n",
+ colocate_pic->colocated_buf_index);
+ /* bit 31:30 -- L1[0] picture coding structure,
+ * 00 - top field, 01 - bottom field,
+ * 10 - frame, 11 - mbaff frame
+ * bit 29 - L1[0] top/bot for B field pciture,
+ * 0 - top, 1 - bot
+ * bit 28:0 h264_co_mb_mem_rd_addr[31:3]
+ * -- only used for B Picture Direct mode
+ * [2:0] will set to 3'b000
+ */
+ /* #define H264_CO_MB_RD_ADDR VLD_C39 0xc39 */
+ val = ((colocate_rd_adr+colocate_adr_offset) >> 3) |
+ (l10_structure << 30) |
+ (cur_colocate_ref_type << 29);
+ WRITE_VREG(H264_CO_MB_RD_ADDR, val);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "co idx %d, WRITE_VREG(H264_CO_MB_RD_ADDR) = %x, addr %x L1(0) pic_structure %d mbaff %d\n",
+ colocate_pic->colocated_buf_index,
+ val, colocate_rd_adr + colocate_adr_offset,
+ colocate_pic->structure,
+ colocate_pic->mb_aff_frame_flag);
+ } else
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "Error, reference pic has no colocated buf\n");
+#else
+ colocate_rd_adr = p_H264_Dpb->colocated_mv_addr_start +
+ ((p_H264_Dpb->colocated_buf_size *
+ colocate_pic->buf_spec_num)
+ >> (use_direct_8x8 ? 2 : 0));
+ if ((colocate_rd_adr + p_H264_Dpb->colocated_buf_size) >
+ p_H264_Dpb->colocated_mv_addr_end)
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "Error, colocate buf is not enough, pic index is %d\n",
+ colocate_pic->buf_spec_num);
+ /* bit 31:30 -- L1[0] picture coding structure,
+ * 00 - top field, 01 - bottom field,
+ * 10 - frame, 11 - mbaff frame
+ * bit 29 - L1[0] top/bot for B field pciture,
+ * 0 - top, 1 - bot
+ * bit 28:0 h264_co_mb_mem_rd_addr[31:3]
+ * -- only used for B Picture Direct mode
+ * [2:0] will set to 3'b000
+ */
+ /* #define H264_CO_MB_RD_ADDR VLD_C39 0xc39 */
+ val = ((colocate_rd_adr+colocate_adr_offset)>>3) |
+ (l10_structure << 30) | (cur_colocate_ref_type << 29);
+ WRITE_VREG(H264_CO_MB_RD_ADDR, val);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "WRITE_VREG(H264_CO_MB_RD_ADDR) = %x, L1(0) pic_structure %d mbaff %d\n",
+ val, colocate_pic->structure,
+ colocate_pic->mb_aff_frame_flag);
+#endif
+ }
+}
+
+static int vh264_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+
+ spin_lock_irqsave(&hw->lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&hw->newframe_q);
+ states->buf_avail_num = kfifo_len(&hw->display_q);
+
+ spin_unlock_irqrestore(&hw->lock, flags);
+
+ return 0;
+}
+
+static struct vframe_s *vh264_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+
+ if (!hw)
+ return NULL;
+
+ if (kfifo_peek(&hw->display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vh264_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+
+ if (!hw)
+ return NULL;
+
+ if (kfifo_get(&hw->display_q, &vf)) {
+ int time = jiffies;
+ unsigned int frame_interval =
+ 1000*(time - hw->last_frame_time)/HZ;
+ if ((h264_debug_flag & OUTPUT_CURRENT_BUF) == 0) {
+ struct h264_dpb_stru *p_H264_Dpb = &hw->dpb;
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "%s from fs[%d], poc %d buf_spec_num %d vf %p\n",
+ __func__, vf->index,
+ p_H264_Dpb->mFrameStore[vf->index].poc,
+ p_H264_Dpb->mFrameStore[vf->index]
+ .buf_spec_num, vf);
+ }
+ if (hw->last_frame_time > 0) {
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_TIME_STAMP,
+ "%s duration %d pts %d interval %dms\r\n",
+ __func__, vf->duration, vf->pts, frame_interval);
+ if (frame_interval >
+ max_get_frame_interval[hw->dpb.decoder_index])
+ max_get_frame_interval[hw->dpb.decoder_index]
+ = frame_interval;
+ }
+ hw->last_frame_time = time;
+ return vf;
+ }
+
+ return NULL;
+}
+
+static void vh264_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ struct vdec_s *vdec = op_arg;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+ struct h264_dpb_stru *p_H264_Dpb = &hw->dpb;
+ int buf_spec_num;
+
+ if ((h264_debug_flag & OUTPUT_CURRENT_BUF) == 0) {
+ buf_spec_num =
+ get_buf_spec_idx_by_canvas_config(hw,
+ &vf->canvas0_config[0]);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "%s to fs[%d], poc %d buf_spec_num %d used %d\n",
+ __func__, vf->index,
+ p_H264_Dpb->mFrameStore[vf->index].poc,
+ buf_spec_num,
+ hw->buffer_spec[buf_spec_num].used);
+
+ if (hw->buffer_spec[buf_spec_num].used != 3)
+ set_frame_output_flag(&hw->dpb, vf->index);
+ }
+
+ kfifo_put(&hw->newframe_q, (const struct vframe_s *)vf);
+
+#define ASSIST_MBOX1_IRQ_REG VDEC_ASSIST_MBOX1_IRQ_REG
+ if (hw->buffer_empty_flag)
+ WRITE_VREG(ASSIST_MBOX1_IRQ_REG, 0x1);
+}
+
+static int vh264_event_cb(int type, void *data, void *private_data)
+{
+ return 0;
+}
+
+static void set_frame_info(struct vdec_h264_hw_s *hw, struct vframe_s *vf,
+ u32 index)
+{
+ int force_rate = input_frame_based(hw_to_vdec(hw)) ?
+ force_rate_framebase : force_rate_streambase;
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "%s (%d,%d) dur %d, vf %p, index %d\n", __func__,
+ hw->frame_width, hw->frame_height, hw->frame_dur, vf, index);
+
+ vf->width = hw->frame_width;
+ vf->height = hw->frame_height;
+ if (force_rate) {
+ if (force_rate == -1)
+ vf->duration = 0;
+ else
+ vf->duration = 96000/force_rate;
+ } else
+ vf->duration = hw->frame_dur;
+ vf->ratio_control =
+ (min(hw->h264_ar, (u32) DISP_RATIO_ASPECT_RATIO_MAX)) <<
+ DISP_RATIO_ASPECT_RATIO_BIT;
+ vf->orientation = hw->vh264_rotation;
+ vf->flag = 0;
+
+ vf->canvas0Addr = vf->canvas1Addr = -1;
+#ifdef NV21
+ vf->plane_num = 2;
+#else
+ vf->plane_num = 3;
+#endif
+ vf->canvas0_config[0] = hw->buffer_spec[index].canvas_config[0];
+ vf->canvas0_config[1] = hw->buffer_spec[index].canvas_config[1];
+#ifndef NV21
+ vf->canvas0_config[2] = hw->buffer_spec[index].canvas_config[2];
+#endif
+ vf->canvas1_config[0] = hw->buffer_spec[index].canvas_config[0];
+ vf->canvas1_config[1] = hw->buffer_spec[index].canvas_config[1];
+#ifndef NV21
+ vf->canvas1_config[2] = hw->buffer_spec[index].canvas_config[2];
+#endif
+
+ return;
+}
+
+static int get_max_dec_frame_buf_size(int level_idc,
+ int max_reference_frame_num, int mb_width,
+ int mb_height)
+{
+ int pic_size = mb_width * mb_height * 384;
+
+ int size = 0;
+
+ switch (level_idc) {
+ case 9:
+ size = 152064;
+ break;
+ case 10:
+ size = 152064;
+ break;
+ case 11:
+ size = 345600;
+ break;
+ case 12:
+ size = 912384;
+ break;
+ case 13:
+ size = 912384;
+ break;
+ case 20:
+ size = 912384;
+ break;
+ case 21:
+ size = 1824768;
+ break;
+ case 22:
+ size = 3110400;
+ break;
+ case 30:
+ size = 3110400;
+ break;
+ case 31:
+ size = 6912000;
+ break;
+ case 32:
+ size = 7864320;
+ break;
+ case 40:
+ size = 12582912;
+ break;
+ case 41:
+ size = 12582912;
+ break;
+ case 42:
+ size = 13369344;
+ break;
+ case 50:
+ size = 42393600;
+ break;
+ case 51:
+ case 52:
+ default:
+ size = 70778880;
+ break;
+ }
+
+ size /= pic_size;
+ size = size + 1; /* need one more buffer */
+
+ if (max_reference_frame_num > size)
+ size = max_reference_frame_num;
+
+ return size;
+}
+
+static int vh264_set_params(struct vdec_h264_hw_s *hw)
+{
+ int mb_width, mb_total;
+ int max_reference_size, level_idc;
+ int i, mb_height, addr;
+ int mb_mv_byte;
+ struct vdec_s *vdec = hw_to_vdec(hw);
+ int reg_val;
+ int ret = 0;
+#ifdef USE_CMA
+ unsigned int buf_size;
+#endif
+
+ if (hw->set_params_done) {
+ WRITE_VREG(AV_SCRATCH_0,
+ (hw->max_reference_size << 24) |
+ (hw->buffer_spec_num << 16) |
+ (hw->buffer_spec_num << 8));
+ return 0;
+ }
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT, "%s\n",
+ __func__);
+
+#ifndef USE_CMA
+ addr = hw->buf_start;
+#endif
+
+ /* Read AV_SCRATCH_1 */
+ reg_val = READ_VREG(AV_SCRATCH_1);
+ hw->seq_info = READ_VREG(AV_SCRATCH_2);
+ hw->num_units_in_tick = READ_VREG(AV_SCRATCH_4);
+ hw->time_scale = READ_VREG(AV_SCRATCH_5);
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT, "get %x\n",
+ reg_val);
+ mb_mv_byte = (reg_val & 0x80000000) ? 24 : 96;
+
+ mb_width = reg_val & 0xff;
+ mb_total = (reg_val >> 8) & 0xffff;
+ if (!mb_width && mb_total) /*for 4k2k*/
+ mb_width = 256;
+
+ mb_height = mb_total/mb_width;
+#if 1
+ /* if (hw->frame_width == 0 || hw->frame_height == 0) { */
+ hw->frame_width = mb_width * 16;
+ hw->frame_height = mb_height * 16;
+ /* } */
+
+ if (hw->frame_dur == 0)
+ hw->frame_dur = 96000 / 30;
+#endif
+
+ mb_width = (mb_width+3) & 0xfffffffc;
+ mb_height = (mb_height+3) & 0xfffffffc;
+ mb_total = mb_width * mb_height;
+
+ reg_val = READ_VREG(AV_SCRATCH_B);
+ level_idc = reg_val & 0xff;
+ max_reference_size = (reg_val >> 8) & 0xff;
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "mb height/widht/total: %x/%x/%x level_idc %x max_ref_num %x\n",
+ mb_height, mb_width, mb_total, level_idc, max_reference_size);
+
+
+ hw->mb_total = mb_total;
+ hw->mb_width = mb_width;
+ hw->mb_height = mb_height;
+
+ hw->dpb.reorder_pic_num =
+ get_max_dec_frame_buf_size(level_idc,
+ max_reference_size, mb_width, mb_height);
+ hw->buffer_spec_num =
+ hw->dpb.reorder_pic_num
+ + reorder_dpb_size_margin;
+ hw->max_reference_size = max_reference_size + reference_buf_margin;
+
+ if (hw->buffer_spec_num > MAX_VF_BUF_NUM) {
+ hw->buffer_spec_num = MAX_VF_BUF_NUM;
+ hw->dpb.reorder_pic_num = hw->buffer_spec_num
+ - reorder_dpb_size_margin;
+ }
+ hw->dpb.mDPB.size = hw->buffer_spec_num;
+ hw->dpb.max_reference_size = hw->max_reference_size;
+
+ pr_info("%s buf_spec_num %d reorder_pic_num %d collocate_buf_num %d\r\n",
+ __func__, hw->buffer_spec_num,
+ hw->dpb.reorder_pic_num,
+ hw->max_reference_size);
+
+#ifdef USE_CMA
+ buf_size = (hw->mb_total << 8) + (hw->mb_total << 7);
+#endif
+ for (i = 0; i < hw->buffer_spec_num; i++) {
+ int canvas = vdec->get_canvas(i, 2);
+
+#ifdef USE_CMA
+ if (hw->buffer_spec[i].cma_alloc_count == 0) {
+ hw->buffer_spec[i].cma_alloc_count =
+ PAGE_ALIGN(buf_size) / PAGE_SIZE;
+ hw->buffer_spec[i].cma_alloc_addr =
+ codec_mm_alloc_for_dma(MEM_NAME,
+ hw->buffer_spec[i].cma_alloc_count,
+ 16, CODEC_MM_FLAGS_FOR_VDECODER);
+ }
+
+ if (!hw->buffer_spec[i].cma_alloc_addr) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "CMA alloc failed, request buf size 0x%lx\n",
+ hw->buffer_spec[i].cma_alloc_count * PAGE_SIZE);
+ hw->buffer_spec[i].cma_alloc_count = 0;
+ ret = -1;
+ break;
+ }
+ hw->buffer_spec[i].buf_adr =
+ hw->buffer_spec[i].cma_alloc_addr;
+ addr = hw->buffer_spec[i].buf_adr;
+#else
+ hw->buffer_spec[i].buf_adr = addr;
+#endif
+
+ hw->buffer_spec[i].used = 0;
+ hw->buffer_spec[i].y_addr = addr;
+ addr += hw->mb_total << 8;
+
+ hw->buffer_spec[i].u_addr = addr;
+ hw->buffer_spec[i].v_addr = addr;
+ addr += hw->mb_total << 7;
+
+ hw->buffer_spec[i].y_canvas_index = canvas_y(canvas);
+ hw->buffer_spec[i].u_canvas_index = canvas_u(canvas);
+ hw->buffer_spec[i].v_canvas_index = canvas_v(canvas);
+
+ canvas_config(hw->buffer_spec[i].y_canvas_index,
+ hw->buffer_spec[i].y_addr,
+ hw->mb_width << 4,
+ hw->mb_height << 4,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+
+ hw->buffer_spec[i].canvas_config[0].phy_addr =
+ hw->buffer_spec[i].y_addr;
+ hw->buffer_spec[i].canvas_config[0].width =
+ hw->mb_width << 4;
+ hw->buffer_spec[i].canvas_config[0].height =
+ hw->mb_height << 4;
+ hw->buffer_spec[i].canvas_config[0].block_mode =
+ CANVAS_BLKMODE_32X32;
+
+ canvas_config(hw->buffer_spec[i].u_canvas_index,
+ hw->buffer_spec[i].u_addr,
+ hw->mb_width << 4,
+ hw->mb_height << 3,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+
+ hw->buffer_spec[i].canvas_config[1].phy_addr =
+ hw->buffer_spec[i].u_addr;
+ hw->buffer_spec[i].canvas_config[1].width =
+ hw->mb_width << 4;
+ hw->buffer_spec[i].canvas_config[1].height =
+ hw->mb_height << 3;
+ hw->buffer_spec[i].canvas_config[1].block_mode =
+ CANVAS_BLKMODE_32X32;
+
+ WRITE_VREG(ANC0_CANVAS_ADDR + i,
+ spec2canvas(&hw->buffer_spec[i]));
+
+ pr_info("config canvas (%d)\r\n", i);
+ }
+
+
+#ifdef USE_CMA
+ if (hw->collocate_cma_alloc_count == 0) {
+ hw->collocate_cma_alloc_count =
+ PAGE_ALIGN(hw->mb_total * mb_mv_byte *
+ hw->max_reference_size) / PAGE_SIZE;
+ hw->collocate_cma_alloc_addr =
+ codec_mm_alloc_for_dma(MEM_NAME,
+ hw->collocate_cma_alloc_count,
+ 16, CODEC_MM_FLAGS_FOR_VDECODER);
+ }
+
+ if (!hw->collocate_cma_alloc_addr) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "codec_mm alloc failed, request buf size 0x%lx\n",
+ hw->collocate_cma_alloc_count * PAGE_SIZE);
+ hw->collocate_cma_alloc_count = 0;
+ ret = -1;
+ } else {
+ hw->dpb.colocated_mv_addr_start =
+ hw->collocate_cma_alloc_addr;
+ hw->dpb.colocated_mv_addr_end =
+ hw->dpb.colocated_mv_addr_start +
+ (hw->mb_total * mb_mv_byte * hw->max_reference_size);
+ pr_info("callocate cma %d, %lx, %x\n",
+ hw->collocate_cma_alloc_count,
+ hw->collocate_cma_alloc_addr,
+ hw->dpb.colocated_mv_addr_start);
+ }
+#else
+ hw->dpb.colocated_mv_addr_start = addr;
+ hw->dpb.colocated_mv_addr_end = addr + (hw->mb_total * mb_mv_byte
+ * hw->max_reference_size);
+#endif
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "colocated_mv_addr_start %x colocated_mv_addr_end %x\n",
+ hw->dpb.colocated_mv_addr_start,
+ hw->dpb.colocated_mv_addr_end);
+
+ hw->timing_info_present_flag = hw->seq_info & 0x2;
+ hw->fixed_frame_rate_flag = 0;
+ if (hw->timing_info_present_flag) {
+ hw->fixed_frame_rate_flag = hw->seq_info & 0x40;
+
+ if (((hw->num_units_in_tick * 120) >= hw->time_scale &&
+ ((!hw->sync_outside) ||
+ (!hw->frame_dur)))
+ && hw->num_units_in_tick && hw->time_scale) {
+ if (hw->use_idr_framerate ||
+ hw->fixed_frame_rate_flag ||
+ !hw->frame_dur ||
+ !hw->duration_from_pts_done
+ /*|| vh264_running*/) {
+ u32 frame_dur_es =
+ div_u64(96000ULL * 2 * hw->num_units_in_tick,
+ hw->time_scale);
+ if (hw->frame_dur != frame_dur_es) {
+ hw->h264_first_valid_pts_ready = false;
+ hw->h264pts1 = 0;
+ hw->h264pts2 = 0;
+ hw->h264_pts_count = 0;
+ hw->duration_from_pts_done = 0;
+ fixed_frame_rate_mode =
+ FIX_FRAME_RATE_OFF;
+ hw->pts_duration = 0;
+ hw->frame_dur = frame_dur_es;
+ pr_info("frame_dur %d from timing_info\n",
+ hw->frame_dur);
+ }
+
+ /*hack to avoid use ES frame duration when
+ it's half of the rate from system info
+ sometimes the encoder is given a wrong
+ frame rate but the system side infomation
+ is more reliable
+ if ((frame_dur * 2) != frame_dur_es) {
+ frame_dur = frame_dur_es;
+ }*/
+ }
+ }
+ } else {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "H.264: timing_info not present\n");
+ }
+
+ if (hw->pts_unstable && (hw->fixed_frame_rate_flag == 0)) {
+ if (((RATE_2397_FPS == hw->frame_dur)
+ && (dec_control
+ & DEC_CONTROL_FLAG_FORCE_RATE_2397_FPS_FIX_FRAME_RATE))
+ || ((RATE_2997_FPS ==
+ hw->frame_dur) &&
+ (dec_control &
+ DEC_CONTROL_FLAG_FORCE_RATE_2997_FPS_FIX_FRAME_RATE))) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "force fix frame rate\n");
+ hw->fixed_frame_rate_flag = 0x40;
+ }
+ }
+
+ hw->set_params_done = 1;
+
+ WRITE_VREG(AV_SCRATCH_0, (hw->max_reference_size<<24) |
+ (hw->buffer_spec_num<<16) |
+ (hw->buffer_spec_num<<8));
+
+ return ret;
+}
+
+static bool is_buffer_available(struct vdec_s *vdec)
+{
+ bool buffer_available = 1;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)(vdec->private);
+ struct h264_dpb_stru *p_H264_Dpb = &hw->dpb;
+
+ if ((kfifo_len(&hw->newframe_q) <= 0) ||
+ ((hw->set_params_done) && (!have_free_buf_spec(vdec))) ||
+ ((p_H264_Dpb->mDPB.init_done) &&
+ (p_H264_Dpb->mDPB.used_size == p_H264_Dpb->mDPB.size) &&
+ (is_there_unused_frame_from_dpb(&p_H264_Dpb->mDPB) == 0))) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "%s, empty, newq(%d), free_spec(%d), initdon(%d), used_size(%d/%d), unused_fr_dpb(%d)\n",
+ __func__,
+ kfifo_len(&hw->newframe_q),
+ have_free_buf_spec(vdec),
+ p_H264_Dpb->mDPB.init_done,
+ p_H264_Dpb->mDPB.used_size, p_H264_Dpb->mDPB.size,
+ is_there_unused_frame_from_dpb(&p_H264_Dpb->mDPB)
+ );
+ buffer_available = 0;
+
+ bufmgr_h264_remove_unused_frame(p_H264_Dpb);
+ }
+
+ return buffer_available;
+}
+
+static irqreturn_t vh264_isr(struct vdec_s *vdec)
+{
+ unsigned int dec_dpb_status;
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)(vdec->private);
+ struct h264_dpb_stru *p_H264_Dpb = &hw->dpb;
+ int i;
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ if (!hw) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "decoder is not running\n");
+ return IRQ_HANDLED;
+ }
+
+ p_H264_Dpb->vdec = vdec;
+ dec_dpb_status = READ_VREG(DPB_STATUS_REG);
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "%s DPB_STATUS_REG: %x, sb (%x %x %x) bitcnt %x\n",
+ __func__,
+ dec_dpb_status,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP),
+ READ_VREG(VIFF_BIT_CNT));
+
+ if (dec_dpb_status == H264_CONFIG_REQUEST) {
+ WRITE_VREG(DPB_STATUS_REG, H264_ACTION_CONFIG_DONE);
+#ifdef USE_CMA
+ if (hw->set_params_done) {
+ WRITE_VREG(AV_SCRATCH_0,
+ (hw->max_reference_size<<24) |
+ (hw->buffer_spec_num<<16) |
+ (hw->buffer_spec_num<<8));
+ } else {
+ hw->dec_result = DEC_RESULT_CONFIG_PARAM;
+ schedule_work(&hw->work);
+ }
+#else
+ if (vh264_set_params(hw) < 0) {
+ hw->fatal_error_flag = DECODER_FATAL_ERROR_UNKNOW;
+ if (!hw->fatal_error_reset)
+ schedule_work(&hw->error_wd_work);
+ }
+#endif
+ } else if (dec_dpb_status == H264_SLICE_HEAD_DONE) {
+ int slice_header_process_status = 0;
+ unsigned short *p = (unsigned short *)hw->lmem_addr;
+
+ dma_sync_single_for_cpu(
+ amports_get_dma_device(),
+ hw->lmem_addr_remap,
+ PAGE_SIZE,
+ DMA_FROM_DEVICE);
+#if 0
+ if (p_H264_Dpb->mVideo.dec_picture == NULL) {
+ if (!is_buffer_available(vdec)) {
+ hw->buffer_empty_flag = 1;
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_UCODE_EVT,
+ "%s, buffer_empty, newframe_q(%d), have_free_buf_spec(%d), init_done(%d), used_size(%d/%d), is_there_unused_frame_from_dpb(%d)\n",
+ __func__,
+ kfifo_len(&hw->newframe_q),
+ have_free_buf_spec(vdec),
+ p_H264_Dpb->mDPB.init_done,
+ p_H264_Dpb->mDPB.used_size,
+ p_H264_Dpb->mDPB.size,
+ is_there_unused_frame_from_dpb(
+ &p_H264_Dpb->mDPB));
+ return IRQ_HANDLED;
+ }
+ }
+
+ hw->buffer_empty_flag = 0;
+#endif
+#ifdef SEND_PARAM_WITH_REG
+ for (i = 0; i < (RPM_END-RPM_BEGIN); i++) {
+ unsigned int data32;
+ do {
+ data32 = READ_VREG(RPM_CMD_REG);
+ /* printk("%x\n", data32); */
+ } while ((data32&0x10000) == 0);
+ p_H264_Dpb->dpb_param.l.data[i] = data32 & 0xffff;
+ WRITE_VREG(RPM_CMD_REG, 0);
+ /* printk("%x:%x\n", i,data32); */
+ }
+#else
+ for (i = 0; i < (RPM_END-RPM_BEGIN); i += 4) {
+ int ii;
+ for (ii = 0; ii < 4; ii++) {
+ p_H264_Dpb->dpb_param.l.data[i+ii] =
+ p[i+3-ii];
+ }
+ }
+#endif
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "current dpb index %d, poc %d, top/bot poc (%d,%d)\n",
+ p_H264_Dpb->dpb_param.dpb.current_dpb_index,
+ val(p_H264_Dpb->dpb_param.dpb.frame_pic_order_cnt),
+ val(p_H264_Dpb->dpb_param.dpb.top_field_pic_order_cnt),
+ val(p_H264_Dpb->dpb_param.dpb.top_field_pic_order_cnt));
+
+ slice_header_process_status =
+ h264_slice_header_process(p_H264_Dpb);
+
+ if (p_H264_Dpb->mVideo.dec_picture) {
+ if (slice_header_process_status == 1) {
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_UCODE_EVT,
+ "==================> frame count %d\n",
+ hw->decode_pic_count+1);
+ }
+ config_decode_buf(hw, p_H264_Dpb->mVideo.dec_picture);
+ }
+ if (slice_header_process_status == 1)
+ WRITE_VREG(DPB_STATUS_REG, H264_ACTION_DECODE_NEWPIC);
+ else
+ WRITE_VREG(DPB_STATUS_REG, H264_ACTION_DECODE_SLICE);
+ hw->last_mby_mbx = 0;
+ hw->last_ucode_watchdog_reg_val = 0;
+ hw->decode_timeout_count = 2;
+ } else if (dec_dpb_status == H264_PIC_DATA_DONE) {
+ if (p_H264_Dpb->mVideo.dec_picture) {
+ if (hw->chunk) {
+ p_H264_Dpb->mVideo.dec_picture->pts =
+ hw->chunk->pts;
+ p_H264_Dpb->mVideo.dec_picture->pts64 =
+ hw->chunk->pts64;
+ } else {
+ struct StorablePicture *pic =
+ p_H264_Dpb->mVideo.dec_picture;
+ u32 offset = pic->offset_delimiter_lo |
+ (pic->offset_delimiter_hi << 16);
+ if (pts_lookup_offset_us64(PTS_TYPE_VIDEO,
+ offset, &pic->pts, 0, &pic->pts64)) {
+ pic->pts = 0;
+ pic->pts64 = 0;
+ }
+ }
+ store_picture_in_dpb(p_H264_Dpb,
+ p_H264_Dpb->mVideo.dec_picture);
+
+ bufmgr_post(p_H264_Dpb);
+
+ p_H264_Dpb->mVideo.dec_picture = NULL;
+ /* dump_dpb(&p_H264_Dpb->mDPB); */
+ }
+
+ if ((h264_debug_flag&ONLY_RESET_AT_START) == 0)
+ amvdec_stop();
+ hw->decode_pic_count++,
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s H264_PIC_DATA_DONE decode slice count %d\n",
+ __func__,
+ hw->decode_pic_count);
+ /* WRITE_VREG(DPB_STATUS_REG, H264_ACTION_SEARCH_HEAD); */
+ hw->dec_result = DEC_RESULT_DONE;
+ reset_process_time(hw);
+ schedule_work(&hw->work);
+ } else if (/*(dec_dpb_status == H264_DATA_REQUEST) ||*/
+ (dec_dpb_status == H264_SEARCH_BUFEMPTY) ||
+ (dec_dpb_status == H264_DECODE_BUFEMPTY) ||
+ (dec_dpb_status == H264_DECODE_TIMEOUT)) {
+empty_proc:
+ if (p_H264_Dpb->mVideo.dec_picture) {
+ remove_picture(p_H264_Dpb,
+ p_H264_Dpb->mVideo.dec_picture);
+ p_H264_Dpb->mVideo.dec_picture = NULL;
+ }
+
+ if (input_frame_based(vdec) ||
+ (READ_VREG(VLD_MEM_VIFIFO_LEVEL) > 0x200)) {
+ if (h264_debug_flag &
+ DISABLE_ERROR_HANDLE) {
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_ERROR,
+ "%s decoding error, level 0x%x\n",
+ __func__,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL));
+ goto send_again;
+ }
+ if ((h264_debug_flag & ONLY_RESET_AT_START) == 0)
+ amvdec_stop();
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_UCODE_EVT,
+ "%s %s\n", __func__,
+ (dec_dpb_status == H264_SEARCH_BUFEMPTY) ?
+ "H264_SEARCH_BUFEMPTY" :
+ (dec_dpb_status == H264_DECODE_BUFEMPTY) ?
+ "H264_DECODE_BUFEMPTY" : "H264_DECODE_TIMEOUT");
+ hw->dec_result = DEC_RESULT_DONE;
+
+ if (dec_dpb_status == H264_SEARCH_BUFEMPTY)
+ hw->search_dataempty_num++;
+ else if (dec_dpb_status == H264_DECODE_TIMEOUT)
+ hw->decode_timeout_num++;
+ else if (dec_dpb_status == H264_DECODE_BUFEMPTY)
+ hw->decode_dataempty_num++;
+
+
+ reset_process_time(hw);
+ schedule_work(&hw->work);
+ } else {
+ /* WRITE_VREG(DPB_STATUS_REG, H264_ACTION_INIT); */
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s DEC_RESULT_AGAIN\n", __func__);
+send_again:
+ hw->dec_result = DEC_RESULT_AGAIN;
+ schedule_work(&hw->work);
+ }
+ } else if (dec_dpb_status == H264_DATA_REQUEST) {
+ if (input_frame_based(vdec)) {
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_VDEC_STATUS,
+ "%s H264_DATA_REQUEST\n", __func__);
+ hw->dec_result = DEC_RESULT_GET_DATA;
+ schedule_work(&hw->work);
+ } else
+ goto empty_proc;
+ }
+
+ /* ucode debug */
+ if (READ_VREG(DEBUG_REG1) & 0x10000) {
+ int i;
+ unsigned short *p = (unsigned short *)hw->lmem_addr;
+
+ dma_sync_single_for_cpu(
+ amports_get_dma_device(),
+ hw->lmem_addr_remap,
+ PAGE_SIZE,
+ DMA_FROM_DEVICE);
+
+ pr_info("LMEM<tag %x>:\n", READ_VREG(DEBUG_REG1));
+ for (i = 0; i < 0x400; i += 4) {
+ int ii;
+ if ((i & 0xf) == 0)
+ pr_info("%03x: ", i);
+ for (ii = 0; ii < 4; ii++)
+ pr_info("%04x ", p[i+3-ii]);
+ if (((i+ii) & 0xf) == 0)
+ pr_info("\n");
+ }
+ WRITE_VREG(DEBUG_REG1, 0);
+ } else if (READ_VREG(DEBUG_REG1) != 0) {
+ pr_info("dbg%x: %x\n", READ_VREG(DEBUG_REG1),
+ READ_VREG(DEBUG_REG2));
+ WRITE_VREG(DEBUG_REG1, 0);
+ }
+ /**/
+
+ return IRQ_HANDLED;
+}
+
+static void timeout_process(struct vdec_h264_hw_s *hw)
+{
+ hw->timeout_num++;
+ if ((h264_debug_flag & ONLY_RESET_AT_START) == 0)
+ amvdec_stop();
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_ERROR, "%s decoder timeout\n", __func__);
+ hw->dec_result = DEC_RESULT_DONE;
+ reset_process_time(hw);
+ schedule_work(&hw->work);
+}
+
+static void check_timer_func(unsigned long arg)
+{
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)arg;
+
+ if ((h264_debug_cmd & 0x100) != 0 &&
+ hw_to_vdec(hw)->id == (h264_debug_cmd & 0xff)) {
+ hw->dec_result = DEC_RESULT_DONE;
+ schedule_work(&hw->work);
+ pr_info("vdec %d is forced to be disconnected\n",
+ h264_debug_cmd & 0xff);
+ h264_debug_cmd = 0;
+ return;
+ }
+
+ if (hw_to_vdec(hw)->next_status == VDEC_STATUS_DISCONNECTED) {
+ hw->dec_result = DEC_RESULT_DONE;
+ schedule_work(&hw->work);
+ pr_info("vdec requested to be disconnected\n");
+ return;
+ }
+
+ if (radr != 0) {
+ if (rval != 0) {
+ WRITE_VREG(radr, rval);
+ pr_info("WRITE_VREG(%x,%x)\n", radr, rval);
+ } else
+ pr_info("READ_VREG(%x)=%x\n", radr, READ_VREG(radr));
+ rval = 0;
+ radr = 0;
+ }
+
+ if ((input_frame_based(hw_to_vdec(hw)) ||
+ (READ_VREG(VLD_MEM_VIFIFO_LEVEL) > 0x200)) &&
+ ((h264_debug_flag & DISABLE_ERROR_HANDLE) == 0) &&
+ (decode_timeout_val > 0) &&
+ (hw->start_process_time > 0) &&
+ ((1000 * (jiffies - hw->start_process_time) / HZ)
+ > decode_timeout_val)
+ ) {
+ u32 dpb_status = READ_VREG(DPB_STATUS_REG);
+ u32 mby_mbx = READ_VREG(MBY_MBX);
+ if ((dpb_status == H264_ACTION_DECODE_NEWPIC) ||
+ (dpb_status == H264_ACTION_DECODE_SLICE)) {
+ if (hw->last_mby_mbx == mby_mbx) {
+ if (hw->decode_timeout_count > 0)
+ hw->decode_timeout_count--;
+ if (hw->decode_timeout_count == 0)
+ timeout_process(hw);
+ }
+ } else if (is_in_parsing_state(dpb_status)) {
+ if (hw->last_ucode_watchdog_reg_val ==
+ READ_VREG(UCODE_WATCHDOG_REG)) {
+ if (hw->decode_timeout_count > 0)
+ hw->decode_timeout_count--;
+ if (hw->decode_timeout_count == 0)
+ timeout_process(hw);
+ }
+ }
+ hw->last_ucode_watchdog_reg_val =
+ READ_VREG(UCODE_WATCHDOG_REG);
+ hw->last_mby_mbx = mby_mbx;
+ }
+
+ hw->check_timer.expires = jiffies + CHECK_INTERVAL;
+
+ add_timer(&hw->check_timer);
+}
+
+static int dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+ vstatus->width = hw->frame_width;
+ vstatus->height = hw->frame_height;
+ if (hw->frame_dur != 0)
+ vstatus->fps = 96000 / hw->frame_dur;
+ else
+ vstatus->fps = -1;
+ vstatus->error_count = READ_VREG(AV_SCRATCH_D);
+ vstatus->status = hw->stat;
+ /* if (fatal_error_reset)
+ vstatus->status |= hw->fatal_error_flag; */
+ return 0;
+}
+
+static int vh264_hw_ctx_restore(struct vdec_h264_hw_s *hw)
+{
+ int i;
+
+ /* if (hw->init_flag == 0) { */
+ if (h264_debug_flag & 0x40000000) {
+ /* if (1) */
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s, reset register\n", __func__);
+
+ while (READ_VREG(DCAC_DMA_CTRL) & 0x8000)
+ ;
+ while (READ_VREG(LMEM_DMA_CTRL) & 0x8000)
+ ; /* reg address is 0x350 */
+
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1<<7) | (1<<6) | (1<<4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1<<7) | (1<<6) | (1<<4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1<<9) | (1<<8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+ READ_MPEG_REG(RESET0_REGISTER);
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+
+ WRITE_MPEG_REG(RESET2_REGISTER, RESET_PIC_DC | RESET_DBLK);
+#endif
+ WRITE_VREG(POWER_CTL_VLD,
+ READ_VREG(POWER_CTL_VLD) | (0 << 10) |
+ (1 << 9) | (1 << 6));
+ } else {
+ /* WRITE_VREG(POWER_CTL_VLD,
+ READ_VREG(POWER_CTL_VLD) | (0 << 10) | (1 << 9) ); */
+ WRITE_VREG(POWER_CTL_VLD,
+ READ_VREG(POWER_CTL_VLD) |
+ (0 << 10) | (1 << 9) | (1 << 6));
+ }
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1<<17);
+#endif
+
+#if 1 /* #if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ /* pr_info("vh264 meson8 prot init\n"); */
+ WRITE_VREG(MDEC_PIC_DC_THRESH, 0x404038aa);
+#endif
+ if (hw->decode_pic_count > 0) {
+ WRITE_VREG(AV_SCRATCH_7, (hw->max_reference_size << 24) |
+ (hw->buffer_spec_num << 16) |
+ (hw->buffer_spec_num << 8));
+ for (i = 0; i < hw->buffer_spec_num; i++) {
+ canvas_config(hw->buffer_spec[i].y_canvas_index,
+ hw->buffer_spec[i].y_addr,
+ hw->mb_width << 4,
+ hw->mb_height << 4,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+
+ canvas_config(hw->buffer_spec[i].u_canvas_index,
+ hw->buffer_spec[i].u_addr,
+ hw->mb_width << 4,
+ hw->mb_height << 3,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+
+ WRITE_VREG(ANC0_CANVAS_ADDR + i,
+ spec2canvas(&hw->buffer_spec[i]));
+ }
+ } else {
+ WRITE_VREG(AV_SCRATCH_0, 0);
+ WRITE_VREG(AV_SCRATCH_9, 0);
+ }
+
+ if (hw->init_flag == 0)
+ WRITE_VREG(DPB_STATUS_REG, 0);
+ else
+ WRITE_VREG(DPB_STATUS_REG, H264_ACTION_DECODE_START);
+
+ WRITE_VREG(FRAME_COUNTER_REG, hw->decode_pic_count);
+ WRITE_VREG(AV_SCRATCH_8, hw->buf_offset);
+ WRITE_VREG(AV_SCRATCH_G, hw->mc_dma_handle);
+
+ /* hw->error_recovery_mode = (error_recovery_mode != 0) ?
+ error_recovery_mode : error_recovery_mode_in; */
+ /* WRITE_VREG(AV_SCRATCH_F,
+ (READ_VREG(AV_SCRATCH_F) & 0xffffffc3) ); */
+ WRITE_VREG(AV_SCRATCH_F, (READ_VREG(AV_SCRATCH_F) & 0xffffffc3) |
+ ((error_recovery_mode_in & 0x1) << 4));
+ if (hw->ucode_type == UCODE_IP_ONLY_PARAM)
+ SET_VREG_MASK(AV_SCRATCH_F, 1 << 6);
+ else
+ CLEAR_VREG_MASK(AV_SCRATCH_F, 1 << 6);
+
+ WRITE_VREG(LMEM_DUMP_ADR, (u32)hw->lmem_addr_remap);
+#if 1 /* #if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ WRITE_VREG(MDEC_PIC_DC_THRESH, 0x404038aa);
+#endif
+
+ WRITE_VREG(DEBUG_REG1, 0);
+ WRITE_VREG(DEBUG_REG2, 0);
+ return 0;
+}
+
+static unsigned char amvdec_enable_flag;
+static void vh264_local_init(struct vdec_h264_hw_s *hw)
+{
+ int i;
+ hw->decode_timeout_count = 0;
+
+ hw->vh264_ratio = hw->vh264_amstream_dec_info.ratio;
+ /* vh264_ratio = 0x100; */
+
+ hw->vh264_rotation = (((unsigned long)
+ hw->vh264_amstream_dec_info.param) >> 16) & 0xffff;
+
+ hw->frame_prog = 0;
+ hw->frame_width = hw->vh264_amstream_dec_info.width;
+ hw->frame_height = hw->vh264_amstream_dec_info.height;
+ hw->frame_dur = hw->vh264_amstream_dec_info.rate;
+ hw->pts_outside = ((unsigned long)
+ hw->vh264_amstream_dec_info.param) & 0x01;
+ hw->sync_outside = ((unsigned long)
+ hw->vh264_amstream_dec_info.param & 0x02) >> 1;
+ hw->use_idr_framerate = ((unsigned long)
+ hw->vh264_amstream_dec_info.param & 0x04) >> 2;
+ hw->max_refer_buf = !(((unsigned long)
+ hw->vh264_amstream_dec_info.param & 0x10) >> 4);
+ if (hw->frame_dur < 96000/960) {
+ /*more than 960fps,it should not be a correct value,
+ give default 30fps*/
+ hw->frame_dur = 96000/30;
+ }
+
+ pr_info
+ ("H264 sysinfo: %dx%d duration=%d, pts_outside=%d, ",
+ hw->frame_width, hw->frame_height, hw->frame_dur, hw->pts_outside);
+ pr_info("sync_outside=%d, use_idr_framerate=%d\n",
+ hw->sync_outside, hw->use_idr_framerate);
+
+ if ((unsigned long) hw->vh264_amstream_dec_info.param & 0x08)
+ hw->ucode_type = UCODE_IP_ONLY_PARAM;
+ else
+ hw->ucode_type = 0;
+
+ if ((unsigned long) hw->vh264_amstream_dec_info.param & 0x20)
+ error_recovery_mode_in = 1;
+ else
+ error_recovery_mode_in = 3;
+
+ INIT_KFIFO(hw->display_q);
+ INIT_KFIFO(hw->newframe_q);
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &hw->vfpool[i];
+ hw->vfpool[i].index = -1; /* VF_BUF_NUM; */
+ hw->vfpool[i].bufWidth = 1920;
+ kfifo_put(&hw->newframe_q, vf);
+ }
+
+ hw->duration_from_pts_done = 0;
+
+ hw->p_last_vf = NULL;
+ hw->fatal_error_flag = 0;
+ hw->vh264_stream_switching_state = SWITCHING_STATE_OFF;
+
+ INIT_WORK(&hw->work, vh264_work);
+
+ return;
+}
+
+static s32 vh264_init(struct vdec_h264_hw_s *hw)
+{
+ /* int trickmode_fffb = 0; */
+ int firmwareloaded = 0;
+
+ hw->init_flag = 0;
+ hw->set_params_done = 0;
+ hw->start_process_time = 0;
+
+ /* pr_info("\nvh264_init\n"); */
+ /* init_timer(&hw->recycle_timer); */
+
+ /* timer init */
+ init_timer(&hw->check_timer);
+
+ hw->check_timer.data = (unsigned long)hw;
+ hw->check_timer.function = check_timer_func;
+ hw->check_timer.expires = jiffies + CHECK_INTERVAL;
+
+ /* add_timer(&hw->check_timer); */
+ hw->stat |= STAT_TIMER_ARM;
+
+ hw->duration_on_correcting = 0;
+ hw->fixed_frame_rate_check_count = 0;
+ hw->saved_resolution = 0;
+
+ vh264_local_init(hw);
+
+ if (!amvdec_enable_flag) {
+ amvdec_enable_flag = true;
+ amvdec_enable();
+ }
+
+ /* -- ucode loading (amrisc and swap code) */
+ hw->mc_cpu_addr =
+ dma_alloc_coherent(amports_get_dma_device(), MC_TOTAL_SIZE,
+ &hw->mc_dma_handle, GFP_KERNEL);
+ if (!hw->mc_cpu_addr) {
+ amvdec_enable_flag = false;
+ amvdec_disable();
+
+ pr_info("vh264_init: Can not allocate mc memory.\n");
+ return -ENOMEM;
+ }
+
+ pr_info("264 ucode swap area: phyaddr %p, cpu vaddr %p\n",
+ (void *)hw->mc_dma_handle, hw->mc_cpu_addr);
+ if (!firmwareloaded) {
+ int ret = 0, size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ pr_info("start load orignal firmware ...\n");
+
+ size = get_firmware_data(VIDEO_DEC_H264_MULTI, buf);
+ if (size < 0) {
+ pr_err("get firmware fail.\n");
+ vfree(buf);
+ return -1;
+ }
+
+ /*ret = amvdec_loadmc_ex(VFORMAT_H264, NULL, buf);*/
+
+ /*header*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_HEADER,
+ buf + 0x4000, MC_SWAP_SIZE);
+ /*data*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_DATA,
+ buf + 0x2000, MC_SWAP_SIZE);
+ /*mmco*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_MMCO,
+ buf + 0x6000, MC_SWAP_SIZE);
+ /*list*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_LIST,
+ buf + 0x3000, MC_SWAP_SIZE);
+ /*slice*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_SLICE,
+ buf + 0x5000, MC_SWAP_SIZE);
+ /*main*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_MAIN,
+ buf, 0x2000);
+ /*data*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_MAIN + 0x2000,
+ buf + 0x2000, 0x1000);
+ /*slice*/
+ memcpy((u8 *) hw->mc_cpu_addr + MC_OFFSET_MAIN + 0x3000,
+ buf + 0x5000, 0x1000);
+
+ vfree(buf);
+
+ if (ret < 0) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "264 load orignal firmware error.\n");
+ amvdec_disable();
+ if (hw->mc_cpu_addr) {
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, hw->mc_cpu_addr,
+ hw->mc_dma_handle);
+ hw->mc_cpu_addr = NULL;
+ }
+ return -EBUSY;
+ }
+ }
+
+#if 1 /* #ifdef BUFFER_MGR_IN_C */
+ dpb_init_global(&hw->dpb,
+ hw_to_vdec(hw)->id, 0, 0);
+ hw->lmem_addr = __get_free_page(GFP_KERNEL);
+ if (!hw->lmem_addr) {
+ pr_info("%s: failed to alloc lmem_addr\n", __func__);
+ return -ENOMEM;
+ } else {
+ hw->lmem_addr_remap = dma_map_single(
+ amports_get_dma_device(),
+ (void *)hw->lmem_addr,
+ PAGE_SIZE, DMA_FROM_DEVICE);
+ if (dma_mapping_error(amports_get_dma_device(),
+ hw->lmem_addr_remap)) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "%s: failed to map lmem_addr\n", __func__);
+ free_page(hw->lmem_addr);
+ hw->lmem_addr = 0;
+ hw->lmem_addr_remap = 0;
+ return -ENOMEM;
+ }
+
+ pr_info("%s, vaddr=%lx phy_addr=%p\n",
+ __func__, hw->lmem_addr, (void *)hw->lmem_addr_remap);
+ }
+ /* BUFFER_MGR_IN_C */
+#endif
+ hw->stat |= STAT_MC_LOAD;
+
+ /* add memory barrier */
+ wmb();
+
+ return 0;
+}
+
+static int vh264_stop(struct vdec_h264_hw_s *hw, int mode)
+{
+ int i;
+
+ if (hw->stat & STAT_MC_LOAD) {
+ if (hw->mc_cpu_addr != NULL) {
+ dma_free_coherent(amports_get_dma_device(),
+ MC_TOTAL_SIZE, hw->mc_cpu_addr,
+ hw->mc_dma_handle);
+ hw->mc_cpu_addr = NULL;
+ }
+ }
+#ifdef USE_CMA
+ if (hw->cma_alloc_addr) {
+ pr_info("codec_mm release buffer 0x%lx\n", hw->cma_alloc_addr);
+ codec_mm_free_for_dma(MEM_NAME, hw->cma_alloc_addr);
+ hw->cma_alloc_count = 0;
+ }
+
+ if (hw->collocate_cma_alloc_addr) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "codec_mm release collocate buffer 0x%lx\n",
+ hw->collocate_cma_alloc_addr);
+ codec_mm_free_for_dma(MEM_NAME, hw->collocate_cma_alloc_addr);
+ hw->collocate_cma_alloc_count = 0;
+ }
+
+ for (i = 0; i < hw->buffer_spec_num; i++) {
+ if (hw->buffer_spec[i].cma_alloc_addr) {
+ pr_info("codec_mm release buffer_spec[%d], 0x%lx\n", i,
+ hw->buffer_spec[i].cma_alloc_addr);
+ codec_mm_free_for_dma(MEM_NAME,
+ hw->buffer_spec[i].cma_alloc_addr);
+ hw->buffer_spec[i].cma_alloc_count = 0;
+ }
+ }
+
+#endif
+
+ if (hw->lmem_addr_remap) {
+ dma_unmap_single(amports_get_dma_device(),
+ hw->lmem_addr_remap,
+ PAGE_SIZE, DMA_FROM_DEVICE);
+ hw->lmem_addr_remap = 0;
+ }
+ if (hw->lmem_addr) {
+ free_page(hw->lmem_addr);
+ hw->lmem_addr = 0;
+ }
+ cancel_work_sync(&hw->work);
+
+ /* amvdec_disable(); */
+
+ return 0;
+}
+
+static void vh264_work(struct work_struct *work)
+{
+ struct vdec_h264_hw_s *hw = container_of(work,
+ struct vdec_h264_hw_s, work);
+ struct vdec_s *vdec = hw_to_vdec(hw);
+
+ /* finished decoding one frame or error,
+ * notify vdec core to switch context
+ */
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_DETAIL,
+ "%s %x %x %x\n", __func__,
+ READ_VREG(0xc47), READ_VREG(0xc45), READ_VREG(0xc46));
+
+#ifdef USE_CMA
+ if (hw->dec_result == DEC_RESULT_CONFIG_PARAM) {
+ if (vh264_set_params(hw) < 0) {
+ hw->fatal_error_flag = DECODER_FATAL_ERROR_UNKNOWN;
+ if (!hw->fatal_error_reset)
+ schedule_work(&hw->error_wd_work);
+ }
+ return;
+ } else
+#endif
+ if ((hw->dec_result == DEC_RESULT_GET_DATA) ||
+ (hw->dec_result == DEC_RESULT_GET_DATA_RETRY)) {
+ if (hw->dec_result == DEC_RESULT_GET_DATA) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s DEC_RESULT_GET_DATA %x %x %x\n",
+ __func__,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP));
+ vdec_vframe_dirty(vdec, hw->chunk);
+ vdec_clean_input(vdec);
+ }
+
+ if (is_buffer_available(vdec)) {
+ int r;
+ r = vdec_prepare_input(vdec, &hw->chunk);
+ if (r < 0) {
+ hw->dec_result = DEC_RESULT_GET_DATA_RETRY;
+
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_VDEC_DETAIL,
+ "ammvdec_vh264: Insufficient data\n");
+
+ schedule_work(&hw->work);
+ return;
+ }
+ hw->dec_result = DEC_RESULT_NONE;
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s: chunk size 0x%x\n",
+ __func__, hw->chunk->size);
+ WRITE_VREG(POWER_CTL_VLD,
+ READ_VREG(POWER_CTL_VLD) |
+ (0 << 10) | (1 << 9) | (1 << 6));
+ WRITE_VREG(H264_DECODE_INFO, (1<<13));
+ WRITE_VREG(H264_DECODE_SIZE, hw->chunk->size);
+ WRITE_VREG(VIFF_BIT_CNT, (hw->chunk->size * 8));
+ vdec_enable_input(vdec);
+
+ WRITE_VREG(DPB_STATUS_REG, H264_ACTION_SEARCH_HEAD);
+ } else{
+ hw->dec_result = DEC_RESULT_GET_DATA_RETRY;
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_DETAIL,
+ "ammvdec_vh264: Insufficient data\n");
+
+ schedule_work(&hw->work);
+ }
+ return;
+ } else if (hw->dec_result == DEC_RESULT_DONE) {
+ /* if (!hw->ctx_valid)
+ hw->ctx_valid = 1; */
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s dec_result %d %x %x %x\n",
+ __func__,
+ hw->dec_result,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP));
+ vdec_vframe_dirty(hw_to_vdec(hw), hw->chunk);
+ } else {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_DETAIL,
+ "%s dec_result %d %x %x %x\n",
+ __func__,
+ hw->dec_result,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP));
+ }
+
+ del_timer_sync(&hw->check_timer);
+ hw->stat &= ~STAT_TIMER_ARM;
+
+ /* mark itself has all HW resource released and input released */
+ vdec_set_status(hw_to_vdec(hw), VDEC_STATUS_CONNECTED);
+
+ if (hw->vdec_cb)
+ hw->vdec_cb(hw_to_vdec(hw), hw->vdec_cb_arg);
+}
+
+static bool run_ready(struct vdec_s *vdec)
+{
+ if (vdec->master)
+ return false;
+
+ if ((!input_frame_based(vdec)) && (start_decode_buf_level > 0)) {
+ u32 rp, wp;
+ u32 level;
+
+ rp = READ_MPEG_REG(PARSER_VIDEO_RP);
+ wp = READ_MPEG_REG(PARSER_VIDEO_WP);
+
+ if (wp < rp)
+ level = vdec->input.size + wp - rp;
+ else
+ level = wp - rp;
+
+ if (level < start_decode_buf_level) {
+ struct vdec_h264_hw_s *hw =
+ (struct vdec_h264_hw_s *)vdec->private;
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_DETAIL,
+ "%s vififo level low %x(<%x) (lev%x wp%x rp%x)\n",
+ __func__, level,
+ start_decode_buf_level,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP));
+ return 0;
+ }
+ }
+
+ if (h264_debug_flag & 0x20000000) {
+ /* pr_info("%s, a\n", __func__); */
+ return 1;
+ } else {
+ return is_buffer_available(vdec);
+ }
+}
+
+static void run(struct vdec_s *vdec,
+ void (*callback)(struct vdec_s *, void *), void *arg)
+{
+ struct vdec_h264_hw_s *hw =
+ (struct vdec_h264_hw_s *)vdec->private;
+ int size;
+
+ hw->vdec_cb_arg = arg;
+ hw->vdec_cb = callback;
+
+ /* hw->chunk = vdec_prepare_input(vdec); */
+ size = vdec_prepare_input(vdec, &hw->chunk);
+ if ((size < 0) ||
+ (input_frame_based(vdec) && hw->chunk == NULL)) {
+ hw->dec_result = DEC_RESULT_AGAIN;
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_DETAIL,
+ "ammvdec_vh264: Insufficient data\n");
+
+ schedule_work(&hw->work);
+ return;
+ }
+
+ hw->dec_result = DEC_RESULT_NONE;
+#if 0
+ if ((!input_frame_based(vdec)) && (start_decode_buf_level > 0)) {
+ if (READ_VREG(VLD_MEM_VIFIFO_LEVEL) <
+ start_decode_buf_level) {
+ dpb_print(hw->dpb.decoder_index,
+ PRINT_FLAG_VDEC_DETAIL,
+ "%s: VIFIFO_LEVEL %x is low (<%x)\n",
+ __func__,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL),
+ start_decode_buf_level);
+
+ hw->dec_result = DEC_RESULT_AGAIN;
+ schedule_work(&hw->work);
+ return;
+ }
+ }
+#endif
+
+ if (input_frame_based(vdec)) {
+ u8 *data = ((u8 *)hw->chunk->block->start_virt) +
+ hw->chunk->offset;
+
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s: size 0x%x %02x %02x %02x %02x %02x %02x .. %02x %02x %02x %02x\n",
+ __func__, size,
+ data[0], data[1], data[2], data[3],
+ data[4], data[5], data[size - 4],
+ data[size - 3], data[size - 2],
+ data[size - 1]);
+ } else
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_VDEC_STATUS,
+ "%s: %x %x %x size 0x%x\n",
+ __func__,
+ READ_VREG(VLD_MEM_VIFIFO_LEVEL),
+ READ_VREG(VLD_MEM_VIFIFO_WP),
+ READ_VREG(VLD_MEM_VIFIFO_RP), size);
+
+ hw->start_process_time = jiffies;
+
+ if (((h264_debug_flag & ONLY_RESET_AT_START) == 0) ||
+ (hw->init_flag == 0)) {
+ if (amvdec_vdec_loadmc_ex(vdec, "vmh264_mc") < 0) {
+ amvdec_enable_flag = false;
+ amvdec_disable();
+ pr_info("%s: Error amvdec_vdec_loadmc fail\n",
+ __func__);
+ return;
+ }
+
+ if (vh264_hw_ctx_restore(hw) < 0) {
+ schedule_work(&hw->work);
+ return;
+ }
+ if (input_frame_based(vdec)) {
+ WRITE_VREG(H264_DECODE_INFO, (1<<13));
+ WRITE_VREG(H264_DECODE_SIZE, hw->chunk->size);
+ WRITE_VREG(VIFF_BIT_CNT, (hw->chunk->size * 8));
+ } else {
+ if (size <= 0)
+ size = 0x7fffffff; /*error happen*/
+ WRITE_VREG(H264_DECODE_INFO, (1<<13));
+ WRITE_VREG(H264_DECODE_SIZE, size);
+ WRITE_VREG(VIFF_BIT_CNT, size * 8);
+ }
+
+ vdec_enable_input(vdec);
+
+ add_timer(&hw->check_timer);
+
+ amvdec_start();
+
+ /* if (hw->init_flag) { */
+ WRITE_VREG(DPB_STATUS_REG, H264_ACTION_SEARCH_HEAD);
+ /* } */
+
+ hw->init_flag = 1;
+ } else {
+ WRITE_VREG(H264_DECODE_INFO, (1 << 13));
+ vdec_enable_input(vdec);
+
+ WRITE_VREG(DPB_STATUS_REG, H264_ACTION_SEARCH_HEAD);
+ }
+}
+
+static void reset(struct vdec_s *vdec)
+{
+ pr_info("ammvdec_h264: reset.\n");
+
+#if 0
+ struct vdec_h264_hw_s *hw = (struct vdec_h264_hw_s *)vdec->private;
+
+ hw->init_flag = 0;
+ hw->set_params_done = 0;
+
+ vh264_local_init(hw);
+
+ dpb_init_global(&hw->dpb);
+#endif
+}
+
+static int ammvdec_h264_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+ struct vdec_h264_hw_s *hw = NULL;
+
+ if (pdata == NULL) {
+ pr_info("\nammvdec_h264 memory resource undefined.\n");
+ return -EFAULT;
+ }
+
+ hw = (struct vdec_h264_hw_s *)devm_kzalloc(&pdev->dev,
+ sizeof(struct vdec_h264_hw_s), GFP_KERNEL);
+ if (hw == NULL) {
+ pr_info("\nammvdec_h264 device data allocation failed\n");
+ return -ENOMEM;
+ }
+
+ pdata->private = hw;
+ pdata->dec_status = dec_status;
+ /* pdata->set_trickmode = set_trickmode; */
+ pdata->run_ready = run_ready;
+ pdata->run = run;
+ pdata->reset = reset;
+ pdata->irq_handler = vh264_isr;
+
+ pdata->id = pdev->id;
+
+ if (pdata->use_vfm_path)
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ VFM_DEC_PROVIDER_NAME);
+ else if (vdec_dual(pdata)) {
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ (pdata->master) ? VFM_DEC_DVEL_PROVIDER_NAME :
+ VFM_DEC_DVBL_PROVIDER_NAME);
+ } else
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ PROVIDER_NAME ".%02x", pdev->id & 0xff);
+
+ vf_provider_init(&pdata->vframe_provider, pdata->vf_provider_name,
+ &vf_provider_ops, pdata);
+
+ platform_set_drvdata(pdev, pdata);
+
+ hw->platform_dev = pdev;
+#ifndef USE_CMA
+ hw->buf_start = pdata->mem_start;
+ hw->buf_size = pdata->mem_end - pdata->mem_start + 1;
+ /* hw->ucode_map_start = pdata->mem_start; */
+ if (hw->buf_size < DEFAULT_MEM_SIZE) {
+ pr_info("\nammvdec_h264 memory size not enough.\n");
+ return -ENOMEM;
+ }
+#endif
+
+#ifdef USE_CMA
+ hw->cma_dev = pdata->cma_dev;
+ if (hw->cma_alloc_count == 0) {
+ hw->cma_alloc_count = PAGE_ALIGN(V_BUF_ADDR_OFFSET) / PAGE_SIZE;
+ hw->cma_alloc_addr = codec_mm_alloc_for_dma(MEM_NAME,
+ hw->cma_alloc_count,
+ 4, CODEC_MM_FLAGS_FOR_VDECODER);
+ }
+ if (!hw->cma_alloc_addr) {
+ dpb_print(hw->dpb.decoder_index, PRINT_FLAG_ERROR,
+ "codec_mm alloc failed, request buf size 0x%lx\n",
+ hw->cma_alloc_count * PAGE_SIZE);
+ hw->cma_alloc_count = 0;
+ return -ENOMEM;
+ }
+ hw->buf_offset = hw->cma_alloc_addr - DEF_BUF_START_ADDR;
+#else
+ hw->buf_offset = pdata->mem_start - DEF_BUF_START_ADDR;
+ hw->buf_start = V_BUF_ADDR_OFFSET + pdata->mem_start;
+#endif
+
+ if (pdata->sys_info)
+ hw->vh264_amstream_dec_info = *pdata->sys_info;
+ if (NULL == hw->sei_data_buffer) {
+ hw->sei_data_buffer =
+ dma_alloc_coherent(amports_get_dma_device(),
+ USER_DATA_SIZE,
+ &hw->sei_data_buffer_phys, GFP_KERNEL);
+ if (!hw->sei_data_buffer) {
+ pr_info("%s: Can not allocate sei_data_buffer\n",
+ __func__);
+ return -ENOMEM;
+ }
+ /* pr_info("buffer 0x%x, phys 0x%x, remap 0x%x\n",
+ sei_data_buffer, sei_data_buffer_phys,
+ (u32)sei_data_buffer_remap); */
+ }
+#ifdef USE_CMA
+ pr_info("ammvdec_h264 mem-addr=%lx,buff_offset=%x,buf_start=%lx\n",
+ pdata->mem_start, hw->buf_offset, hw->cma_alloc_addr);
+#else
+ pr_info("ammvdec_h264 mem-addr=%lx,buff_offset=%x,buf_start=%lx\n",
+ pdata->mem_start, hw->buf_offset, hw->buf_start);
+#endif
+
+ vdec_source_changed(VFORMAT_H264, 3840, 2160, 60);
+
+ if (vh264_init(hw) < 0) {
+ pr_info("\nammvdec_h264 init failed.\n");
+ return -ENODEV;
+ }
+ atomic_set(&hw->vh264_active, 1);
+
+ return 0;
+}
+
+static int ammvdec_h264_remove(struct platform_device *pdev)
+{
+ struct vdec_h264_hw_s *hw =
+ (struct vdec_h264_hw_s *)
+ (((struct vdec_s *)(platform_get_drvdata(pdev)))->private);
+
+ atomic_set(&hw->vh264_active, 0);
+
+ if (hw->stat & STAT_TIMER_ARM) {
+ del_timer_sync(&hw->check_timer);
+ hw->stat &= ~STAT_TIMER_ARM;
+ }
+
+ vh264_stop(hw, MODE_FULL);
+
+ /* vdec_source_changed(VFORMAT_H264, 0, 0, 0); */
+
+ atomic_set(&hw->vh264_active, 0);
+
+ vdec_set_status(hw_to_vdec(hw), VDEC_STATUS_DISCONNECTED);
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver ammvdec_h264_driver = {
+ .probe = ammvdec_h264_probe,
+ .remove = ammvdec_h264_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t ammvdec_h264_profile = {
+ .name = "mh264",
+ .profile = ""
+};
+
+static int __init ammvdec_h264_driver_init_module(void)
+{
+ pr_info("ammvdec_h264 module init\n");
+ if (platform_driver_register(&ammvdec_h264_driver)) {
+ pr_info("failed to register ammvdec_h264 driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&ammvdec_h264_profile);
+ return 0;
+}
+
+static void __exit ammvdec_h264_driver_remove_module(void)
+{
+ pr_info("ammvdec_h264 module remove.\n");
+
+ platform_driver_unregister(&ammvdec_h264_driver);
+}
+
+/****************************************/
+
+module_param(h264_debug_flag, uint, 0664);
+MODULE_PARM_DESC(h264_debug_flag, "\n ammvdec_h264 h264_debug_flag\n");
+
+module_param(start_decode_buf_level, uint, 0664);
+MODULE_PARM_DESC(start_decode_buf_level,
+ "\n ammvdec_h264 start_decode_buf_level\n");
+
+module_param(fixed_frame_rate_mode, uint, 0664);
+MODULE_PARM_DESC(fixed_frame_rate_mode, "\namvdec_h264 fixed_frame_rate_mode\n");
+
+module_param(decode_timeout_val, uint, 0664);
+MODULE_PARM_DESC(decode_timeout_val, "\n amvdec_h264 decode_timeout_val\n");
+
+module_param(reorder_dpb_size_margin, uint, 0664);
+MODULE_PARM_DESC(reorder_dpb_size_margin, "\n ammvdec_h264 reorder_dpb_size_margin\n");
+
+module_param(reference_buf_margin, uint, 0664);
+MODULE_PARM_DESC(reference_buf_margin, "\n ammvdec_h264 reference_buf_margin\n");
+
+module_param(radr, uint, 0664);
+MODULE_PARM_DESC(radr, "\nradr\n");
+
+module_param(rval, uint, 0664);
+MODULE_PARM_DESC(rval, "\nrval\n");
+
+module_param(h264_debug_mask, uint, 0664);
+MODULE_PARM_DESC(h264_debug_mask, "\n amvdec_h264 h264_debug_mask\n");
+
+module_param(h264_debug_cmd, uint, 0664);
+MODULE_PARM_DESC(h264_debug_cmd, "\n amvdec_h264 h264_debug_cmd\n");
+
+module_param(force_rate_streambase, int, 0664);
+MODULE_PARM_DESC(force_rate_streambase, "\n amvdec_h264 force_rate_streambase\n");
+
+module_param(dec_control, int, 0664);
+MODULE_PARM_DESC(dec_control, "\n amvdec_h264 dec_control\n");
+
+module_param(force_rate_framebase, int, 0664);
+MODULE_PARM_DESC(force_rate_framebase, "\n amvdec_h264 force_rate_framebase\n");
+
+/*
+module_param(trigger_task, uint, 0664);
+MODULE_PARM_DESC(trigger_task, "\n amvdec_h264 trigger_task\n");
+*/
+module_param_array(decode_frame_count, uint, &max_decode_instance_num, 0664);
+
+module_param_array(max_process_time, uint, &max_decode_instance_num, 0664);
+
+module_param_array(max_get_frame_interval, uint,
+ &max_decode_instance_num, 0664);
+
+module_param_array(step, uint, &max_decode_instance_num, 0664);
+
+module_init(ammvdec_h264_driver_init_module);
+module_exit(ammvdec_h264_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC H264 Video Decoder Driver");
+MODULE_LICENSE("GPL");
diff --git a/drivers/frame_provider/decoder/h265/Makefile b/drivers/frame_provider/decoder/h265/Makefile
deleted file mode 100644
index cc2cdc1..0000000
--- a/drivers/frame_provider/decoder/h265/Makefile
+++ b/dev/null
@@ -1 +0,0 @@
-obj-m += vh265.o
diff --git a/drivers/frame_provider/decoder/h265/vh265.c b/drivers/frame_provider/decoder/h265/vh265.c
index dea958e..09e5dad 100644
--- a/drivers/frame_provider/decoder/h265/vh265.c
+++ b/drivers/frame_provider/decoder/h265/vh265.c
@@ -40,6 +40,8 @@
#include "../../../stream_input/amports/amports_priv.h"
#include <linux/amlogic/media/codec_mm/codec_mm.h>
#include "../utils/decoder_mmu_box.h"
+#include "../utils/decoder_bmmu_box.h"
+#include "../utils/config_parser.h"
/*#define HEVC_PIC_STRUCT_SUPPORT*/
#define MULTI_INSTANCE_SUPPORT
@@ -63,7 +65,7 @@
#include "../utils/vdec.h"
#include "../utils/amvdec.h"
-#include <linux/amlogic/media/video_sink/video/video.h>
+#include <linux/amlogic/media/video_sink/video.h>
#define SUPPORT_10BIT
/* #define ERROR_HANDLE_DEBUG */
@@ -78,6 +80,7 @@
#endif
#ifdef MULTI_INSTANCE_SUPPORT
+#define MAX_DECODE_INSTANCE_NUM 12
#define MULTI_DRIVER_NAME "ammvdec_h265"
#endif
#define DRIVER_NAME "amvdec_h265"
@@ -95,11 +98,11 @@
#define DUR2PTS(x) ((x)*90/96)
#define HEVC_SIZE (4096*2304)
-static atomic_t cma_allocate;
-
struct hevc_state_s;
static int hevc_print(struct hevc_state_s *hevc,
int debug_flag, const char *fmt, ...);
+static int hevc_print_cont(struct hevc_state_s *hevc,
+ int debug_flag, const char *fmt, ...);
static int vh265_vf_states(struct vframe_states *states, void *);
static struct vframe_s *vh265_vf_peek(void *);
static struct vframe_s *vh265_vf_get(void *);
@@ -110,12 +113,17 @@ static int vh265_stop(struct hevc_state_s *hevc);
#ifdef MULTI_INSTANCE_SUPPORT
static int vmh265_stop(struct hevc_state_s *hevc);
static s32 vh265_init(struct vdec_s *vdec);
+static bool run_ready(struct vdec_s *vdec);
+static void reset_process_time(struct hevc_state_s *hevc);
+static void start_process_time(struct hevc_state_s *hevc);
+static void timeout_process(struct hevc_state_s *hevc);
#else
static s32 vh265_init(struct hevc_state_s *hevc);
#endif
static void vh265_prot_init(struct hevc_state_s *hevc);
static int vh265_local_init(struct hevc_state_s *hevc);
-static void vh265_put_timer_func(unsigned long arg);
+static void vh265_check_timer_func(unsigned long arg);
+static void config_decode_mode(struct hevc_state_s *hevc);
static const char vh265_dec_id[] = "vh265-dev";
@@ -136,7 +144,9 @@ static u32 bit_depth_luma;
static u32 bit_depth_chroma;
static u32 video_signal_type;
+static unsigned int start_decode_buf_level = 0x8000;
+static unsigned int decode_timeout_val;
#define VIDEO_SIGNAL_TYPE_AVAILABLE_MASK 0x20000000
static const char * const video_format_names[] = {
@@ -172,10 +182,12 @@ static const char * const matrix_coeffs_names[] = {
#define HEVC_SAO_CTRL9 0x362d
#define LOSLESS_COMPRESS_MODE
/* DOUBLE_WRITE_MODE is enabled only when NV21 8 bit output is needed */
-/*
-*double_write_mode: 0, no double write; 1, 1:1 ratio; 2, (1/4):(1/4) ratio;
-* 3, (1/4):(1/4) ratio, with both compressed frame included
-* 0x10, double write only
+/* hevc->double_write_mode:
+ 0, no double write;
+ 1, 1:1 ratio;
+ 2, (1/4):(1/4) ratio;
+ 3, (1/4):(1/4) ratio, with both compressed frame included
+ 0x10, double write only
*/
static u32 double_write_mode;
@@ -200,7 +212,6 @@ static u32 pts_unstable;
#define H265_DEBUG_NO_DISPLAY 0x200
#define H265_DEBUG_DISCARD_NAL 0x400
#define H265_DEBUG_OUT_PTS 0x800
-#define H265_DEBUG_PRINT_DECODE_STATUS 0x1000
#define H265_DEBUG_PRINT_SEI 0x2000
#define H265_DEBUG_PIC_STRUCT 0x4000
#define H265_DEBUG_DIS_LOC_ERROR_PROC 0x10000
@@ -208,23 +219,26 @@ static u32 pts_unstable;
#define H265_DEBUG_DUMP_PIC_LIST 0x40000
#define H265_DEBUG_TRIG_SLICE_SEGMENT_PROC 0x80000
#define H265_DEBUG_HW_RESET 0x100000
-#define H265_DEBUG_LOAD_UCODE_FROM_FILE 0x200000
#define H265_DEBUG_ERROR_TRIG 0x400000
#define H265_DEBUG_NO_EOS_SEARCH_DONE 0x800000
#define H265_DEBUG_NOT_USE_LAST_DISPBUF 0x1000000
#define H265_DEBUG_IGNORE_CONFORMANCE_WINDOW 0x2000000
#define H265_DEBUG_WAIT_DECODE_DONE_WHEN_STOP 0x4000000
#ifdef MULTI_INSTANCE_SUPPORT
-#define USE_OLD_PROVIDER 0x10000000
+#define IGNORE_PARAM_FROM_CONFIG 0x08000000
+#define PRINT_FRAMEBASE_DATA 0x10000000
#define PRINT_FLAG_VDEC_STATUS 0x20000000
#define PRINT_FLAG_VDEC_DETAIL 0x40000000
-#define ONLY_RESET_AT_START 0x80000000
#endif
#define MAX_BUF_NUM 24
#define MAX_REF_PIC_NUM 24
#define MAX_REF_ACTIVE 16
+#define BMMU_MAX_BUFFERS (MAX_BUF_NUM + 1)
+#define BMMU_WORKSPACE_ID (MAX_BUF_NUM)
+
const u32 h265_version = 201602101;
+static u32 debug_mask = 0xffffffff;
static u32 debug;
static u32 radr;
static u32 rval;
@@ -256,71 +270,76 @@ static u32 buf_alloc_width;
static u32 buf_alloc_height;
static u32 dynamic_buf_num_margin = 8;
#endif
+static u32 max_buf_num = 16;
static u32 buf_alloc_size;
static u32 re_config_pic_flag;
/*
-*bit[0]: 0,
- *bit[1]: 0, always release cma buffer when stop
- *bit[1]: 1, never release cma buffer when stop
-*bit[0]: 1, when stop, release cma buffer if blackout is 1;
-*do not release cma buffer is blackout is not 1
-*
-*bit[2]: 0, when start decoding, check current displayed buffer
-* (only for buffer decoded by h265) if blackout is 0
-* 1, do not check current displayed buffer
-*
-*bit[3]: 1, if blackout is not 1, do not release current
-* displayed cma buffer always.
+bit[0]: 0,
+bit[1]: 0, always release cma buffer when stop
+bit[1]: 1, never release cma buffer when stop
+bit[0]: 1, when stop, release cma buffer if blackout is 1;
+do not release cma buffer is blackout is not 1
+
+bit[2]: 0, when start decoding, check current displayed buffer
+ (only for buffer decoded by h265) if blackout is 0
+ 1, do not check current displayed buffer
+
+bit[3]: 1, if blackout is not 1, do not release current
+ displayed cma buffer always.
*/
/* set to 1 for fast play;
-* set to 8 for other case of "keep last frame"
+ set to 8 for other case of "keep last frame"
*/
static u32 buffer_mode = 1;
+
/* buffer_mode_dbg: debug only*/
static u32 buffer_mode_dbg = 0xffff0000;
/**/
/*
-*bit[1:0]PB_skip_mode: 0, start decoding at begin;
-*1, start decoding after first I;
-*2, only decode and display none error picture;
-*3, start decoding and display after IDR,etc
-*bit[31:16] PB_skip_count_after_decoding (decoding but not display),
-*only for mode 0 and 1.
+bit[1:0]PB_skip_mode: 0, start decoding at begin;
+1, start decoding after first I;
+2, only decode and display none error picture;
+3, start decoding and display after IDR,etc
+bit[31:16] PB_skip_count_after_decoding (decoding but not display),
+only for mode 0 and 1.
*/
static u32 nal_skip_policy = 2;
/*
-*bit 0, 1: only display I picture;
-*bit 1, 1: only decode I picture;
+bit 0, 1: only display I picture;
+bit 1, 1: only decode I picture;
*/
static u32 i_only_flag;
/*
-*use_cma: 1, use both reserver memory and cma for buffers
-*2, only use cma for buffers
+use_cma: 1, use both reserver memory and cma for buffers
+2, only use cma for buffers
*/
static u32 use_cma = 2;
+#define AUX_BUF_ALIGN(adr) ((adr + 0xf) & (~0xf))
+static u32 prefix_aux_buf_size;
+static u32 suffix_aux_buf_size;
+
static u32 max_decoding_time;
/*
-*error handling
+error handling
*/
-/*
-*error_handle_policy:
-*bit 0: 0, auto skip error_skip_nal_count nals before error recovery;
-*1, skip error_skip_nal_count nals before error recovery;
-*bit 1 (valid only when bit0 == 1):
-*1, wait vps/sps/pps after error recovery;
-*bit 2 (valid only when bit0 == 0):
-*0, auto search after error recovery (hevc_recover() called);
-*1, manual search after error recovery
-*(change to auto search after get IDR: WRITE_VREG(NAL_SEARCH_CTL, 0x2))
-*
-*bit 4: 0, set error_mark after reset/recover
- *1, do not set error_mark after reset/recover
-*bit 5: 0, check total lcu for every picture
- *1, do not check total lcu
-*
+/*error_handle_policy:
+bit 0: 0, auto skip error_skip_nal_count nals before error recovery;
+1, skip error_skip_nal_count nals before error recovery;
+bit 1 (valid only when bit0 == 1):
+1, wait vps/sps/pps after error recovery;
+bit 2 (valid only when bit0 == 0):
+0, auto search after error recovery (hevc_recover() called);
+1, manual search after error recovery
+(change to auto search after get IDR: WRITE_VREG(NAL_SEARCH_CTL, 0x2))
+
+bit 4: 0, set error_mark after reset/recover
+ 1, do not set error_mark after reset/recover
+bit 5: 0, check total lcu for every picture
+ 1, do not check total lcu
+
*/
static u32 error_handle_policy;
@@ -329,34 +348,65 @@ static u32 error_handle_threshold = 30;
static u32 error_handle_nal_skip_threshold = 10;
static u32 error_handle_system_threshold = 30;
static u32 interlace_enable = 1;
+ /*
+ parser_sei_enable:
+ bit 0, sei;
+ bit 1, sei_suffix (fill aux buf)
+ bit 2, fill sei to aux buf (when bit 0 is 1)
+ bit 8, debug flag
+ */
static u32 parser_sei_enable;
+#ifdef CONFIG_AM_VDEC_DV
+static u32 parser_dolby_vision_enable;
+#endif
/* this is only for h265 mmu enable */
-static u32 mmu_enable = 1;
-
-
-
-static u32 max_buf_num = 16;
+#ifdef CONFIG_MULTI_DEC
+static u32 mmu_enable;
+#else
+static u32 mmu_enable = 1;
+#endif
#ifdef MULTI_INSTANCE_SUPPORT
-static unsigned int m_hevc_count;
-#define MAX_DECODE_INSTANCE_NUM 4
+static u32 work_buf_size = 48 * 1024 * 1024;
static unsigned int max_decode_instance_num
= MAX_DECODE_INSTANCE_NUM;
static unsigned int decode_frame_count[MAX_DECODE_INSTANCE_NUM];
static unsigned int max_process_time[MAX_DECODE_INSTANCE_NUM];
static unsigned int max_get_frame_interval[MAX_DECODE_INSTANCE_NUM];
-static unsigned int debug_flag[MAX_DECODE_INSTANCE_NUM];
+
+#ifdef CONFIG_MULTI_DEC
+static unsigned char get_idx(struct hevc_state_s *hevc);
+#endif
+
+#ifdef CONFIG_AM_VDEC_DV
+static u32 dv_toggle_prov_name;
+
+static u32 dv_debug;
+#endif
#endif
+
+#ifdef CONFIG_MULTI_DEC
+#define get_dbg_flag(hevc) ((debug_mask & (1 << hevc->index)) ? debug : 0)
+#define get_dbg_flag2(hevc) ((debug_mask & (1 << get_idx(hevc))) ? debug : 0)
+#else
+#define get_dbg_flag(hevc) debug
+#define get_dbg_flag2(hevc) debug
+#define get_double_write_mode(hevc) double_write_mode
+#define get_buf_alloc_width(hevc) buf_alloc_width
+#define get_buf_alloc_height(hevc) buf_alloc_height
+#define get_dynamic_buf_num_margin(hevc) dynamic_buf_num_margin
+#endif
+#define get_buffer_mode(hevc) buffer_mode
+
+
DEFINE_SPINLOCK(lock);
-struct task_struct *h265_task;
+struct task_struct *h265_task = NULL;
#undef DEBUG_REG
#ifdef DEBUG_REG
void WRITE_VREG_DBG(unsigned adr, unsigned val)
{
- if (debug & H265_DEBUG_REG)
- pr_info("%s(%x, %x)\n", __func__, adr, val);
WRITE_VREG(adr, val);
}
@@ -367,13 +417,11 @@ void WRITE_VREG_DBG(unsigned adr, unsigned val)
static DEFINE_MUTEX(vh265_mutex);
-/*
-*************************************************
-*
+/**************************************************
+
h265 buffer management include
-*
-**************************************************
-*/
+
+***************************************************/
enum NalUnitType {
NAL_UNIT_CODED_SLICE_TRAIL_N = 0, /* 0 */
NAL_UNIT_CODED_SLICE_TRAIL_R, /* 1 */
@@ -482,7 +530,16 @@ enum NalUnitType {
#define HEVC_SEI_DAT_DONE 0xd
#define HEVC_NAL_DECODE_DONE 0xe
-#define HEVC_DUMP_LMEM 0x20
+#define HEVC_DATA_REQUEST 0x12
+
+#define HEVC_DECODE_BUFEMPTY 0x20
+#define HEVC_DECODE_TIMEOUT 0x21
+#define HEVC_SEARCH_BUFEMPTY 0x22
+
+#define HEVC_FIND_NEXT_PIC_NAL 0x50
+#define HEVC_FIND_NEXT_DVEL_NAL 0x51
+
+#define HEVC_DUMP_LMEM 0x30
#define HEVC_4k2k_60HZ_NOT_SUPPORT 0x80
#define HEVC_DISCARD_NAL 0xf0
@@ -540,13 +597,11 @@ static unsigned short parser_cmd[PARSER_CMD_NUMBER] = {
0x7C00
};
-/*
-*************************************************
-*
-*h265 buffer management
-*
-**************************************************
-*/
+/**************************************************
+
+h265 buffer management
+
+***************************************************/
/* #define BUFFER_MGR_ONLY */
/* #define CONFIG_HEVC_CLK_FORCED_ON */
/* #define ENABLE_SWAP_TEST */
@@ -570,36 +625,59 @@ static unsigned short parser_cmd[PARSER_CMD_NUMBER] = {
#define HEVC_WAIT_FLAG HEVC_ASSIST_SCRATCH_E
#define RPM_CMD_REG HEVC_ASSIST_SCRATCH_F
#define LMEM_DUMP_ADR HEVC_ASSIST_SCRATCH_F
+#ifdef ENABLE_SWAP_TEST
#define HEVC_STREAM_SWAP_TEST HEVC_ASSIST_SCRATCH_L
-#define HEVC_DECODE_PIC_BEGIN_REG HEVC_ASSIST_SCRATCH_M
+#endif
+
+/*#define HEVC_DECODE_PIC_BEGIN_REG HEVC_ASSIST_SCRATCH_M*/
/*#define HEVC_DECODE_PIC_NUM_REG HEVC_ASSIST_SCRATCH_N*/
#define HEVC_DECODE_SIZE HEVC_ASSIST_SCRATCH_N
+ /*do not define ENABLE_SWAP_TEST*/
+#define HEVC_AUX_ADR HEVC_ASSIST_SCRATCH_L
+#define HEVC_AUX_DATA_SIZE HEVC_ASSIST_SCRATCH_M
#define DEBUG_REG1 HEVC_ASSIST_SCRATCH_G
#define DEBUG_REG2 HEVC_ASSIST_SCRATCH_H
/*
-*ucode parser/search control
-*bit 0: 0, header auto parse; 1, header manual parse
-*bit 1: 0, auto skip for noneseamless stream; 1, no skip
-*bit [3:2]: valid when bit1==0;
-*0, auto skip nal before first vps/sps/pps/idr;
-*1, auto skip nal before first vps/sps/pps
-*2, auto skip nal before first vps/sps/pps,
-* and not decode until the first I slice (with slice address of 0)
-*
-*3, auto skip before first I slice (nal_type >=16 && nal_type<=21)
-*bit [15:4] nal skip count (valid when bit0 == 1 (manual mode) )
-*bit [16]: for NAL_UNIT_EOS when bit0 is 0:
-* 0, send SEARCH_DONE to arm ; 1, do not send SEARCH_DONE to arm
-*bit [17]: for NAL_SEI when bit0 is 0:
-* 0, do not parse SEI in ucode; 1, parse SEI in ucode
-*
-*bit [31:20]: used by ucode for debug purpose
+ucode parser/search control
+bit 0: 0, header auto parse; 1, header manual parse
+bit 1: 0, auto skip for noneseamless stream; 1, no skip
+bit [3:2]: valid when bit1==0;
+0, auto skip nal before first vps/sps/pps/idr;
+1, auto skip nal before first vps/sps/pps
+2, auto skip nal before first vps/sps/pps,
+ and not decode until the first I slice (with slice address of 0)
+
+3, auto skip before first I slice (nal_type >=16 && nal_type<=21)
+bit [15:4] nal skip count (valid when bit0 == 1 (manual mode) )
+bit [16]: for NAL_UNIT_EOS when bit0 is 0:
+ 0, send SEARCH_DONE to arm ; 1, do not send SEARCH_DONE to arm
+bit [17]: for NAL_SEI when bit0 is 0:
+ 0, do not parse/fetch SEI in ucode;
+ 1, parse/fetch SEI in ucode
+bit [18]: for NAL_SEI_SUFFIX when bit0 is 0:
+ 0, do not fetch NAL_SEI_SUFFIX to aux buf;
+ 1, fetch NAL_SEL_SUFFIX data to aux buf
+bit [19]:
+ 0, parse NAL_SEI in ucode
+ 1, fetch NAL_SEI to aux buf
+bit [20]: for DOLBY_VISION_META
+ 0, do not fetch DOLBY_VISION_META to aux buf
+ 1, fetch DOLBY_VISION_META to aux buf
*/
#define NAL_SEARCH_CTL HEVC_ASSIST_SCRATCH_I
+ /*read only*/
#define CUR_NAL_UNIT_TYPE HEVC_ASSIST_SCRATCH_J
+ /*set before start decoder*/
+#define HEVC_DECODE_MODE HEVC_ASSIST_SCRATCH_J
#define DECODE_STOP_POS HEVC_ASSIST_SCRATCH_K
+#define DECODE_MODE_SINGLE 0x0
+#define DECODE_MODE_MULTI_FRAMEBASE 0x1
+#define DECODE_MODE_MULTI_STREAMBASE 0x2
+#define DECODE_MODE_MULTI_DVBAL 0x3
+#define DECODE_MODE_MULTI_DVENL 0x4
+
#define MAX_INT 0x7FFFFFFF
#define RPM_BEGIN 0x100
@@ -723,10 +801,8 @@ static struct BuffInfo_s amvh265_workbuff_spec[WORK_BUF_SPEC_NUM] = {
.max_width = 1920,
.max_height = 1088,
.ipp = {
- /*
- *IPP work space calculation :
- *4096 * (Y+CbCr+Flags) = 12k, round to 16k
- */
+ /* IPP work space calculation :
+ 4096 * (Y+CbCr+Flags) = 12k, round to 16k */
.buf_size = 0x4000,
},
.sao_abv = {
@@ -736,65 +812,49 @@ static struct BuffInfo_s amvh265_workbuff_spec[WORK_BUF_SPEC_NUM] = {
.buf_size = 0x30000,
},
.short_term_rps = {
- /*
- *SHORT_TERM_RPS - Max 64 set, 16 entry every set,
- *total 64x16x2 = 2048 bytes (0x800)
- */
+ /* SHORT_TERM_RPS - Max 64 set, 16 entry every set,
+ total 64x16x2 = 2048 bytes (0x800) */
.buf_size = 0x800,
},
.vps = {
- /*
- *VPS STORE AREA - Max 16 VPS, each has 0x80 bytes,
- *total 0x0800 bytes
- */
+ /* VPS STORE AREA - Max 16 VPS, each has 0x80 bytes,
+ total 0x0800 bytes */
.buf_size = 0x800,
},
.sps = {
- /*
- *SPS STORE AREA - Max 16 SPS, each has 0x80 bytes,
- *total 0x0800 bytes
- */
+ /* SPS STORE AREA - Max 16 SPS, each has 0x80 bytes,
+ total 0x0800 bytes */
.buf_size = 0x800,
},
.pps = {
- /*
- *PPS STORE AREA - Max 64 PPS, each has 0x80 bytes,
- *total 0x2000 bytes
- */
+ /* PPS STORE AREA - Max 64 PPS, each has 0x80 bytes,
+ total 0x2000 bytes */
.buf_size = 0x2000,
},
.sao_up = {
- /*
- *SAO UP STORE AREA - Max 640(10240/16) LCU,
- *each has 16 bytes total 0x2800 bytes
- */
+ /* SAO UP STORE AREA - Max 640(10240/16) LCU,
+ each has 16 bytes total 0x2800 bytes */
.buf_size = 0x2800,
},
.swap_buf = {
- /*
- *256cyclex64bit = 2K bytes 0x800
- *(only 144 cycles valid)
- */
+ /* 256cyclex64bit = 2K bytes 0x800
+ (only 144 cycles valid) */
.buf_size = 0x800,
},
.swap_buf2 = {
.buf_size = 0x800,
},
.scalelut = {
- /*
- *support up to 32 SCALELUT 1024x32 =
- *32Kbytes (0x8000)
- */
+ /* support up to 32 SCALELUT 1024x32 =
+ 32Kbytes (0x8000) */
.buf_size = 0x8000,
},
.dblk_para = {
#ifdef SUPPORT_10BIT
.buf_size = 0x40000,
#else
- /*
- *DBLK -> Max 256(4096/16) LCU, each para
- *512bytes(total:0x20000), data 1024bytes(total:0x40000)
- */
+ /* DBLK -> Max 256(4096/16) LCU, each para
+ 512bytes(total:0x20000), data 1024bytes(total:0x40000) */
.buf_size = 0x20000,
#endif
},
@@ -824,10 +884,8 @@ static struct BuffInfo_s amvh265_workbuff_spec[WORK_BUF_SPEC_NUM] = {
.max_width = 4096,
.max_height = 2048,
.ipp = {
- /*
- *IPP work space calculation :
- *4096 * (Y+CbCr+Flags) = 12k, round to 16k
- */
+ /* IPP work space calculation :
+ 4096 * (Y+CbCr+Flags) = 12k, round to 16k */
.buf_size = 0x4000,
},
.sao_abv = {
@@ -837,63 +895,47 @@ static struct BuffInfo_s amvh265_workbuff_spec[WORK_BUF_SPEC_NUM] = {
.buf_size = 0x30000,
},
.short_term_rps = {
- /*
- *SHORT_TERM_RPS - Max 64 set, 16 entry every set,
- *total 64x16x2 = 2048 bytes (0x800)
- */
+ /* SHORT_TERM_RPS - Max 64 set, 16 entry every set,
+ total 64x16x2 = 2048 bytes (0x800) */
.buf_size = 0x800,
},
.vps = {
- /*
- *VPS STORE AREA - Max 16 VPS, each has 0x80 bytes,
- *total 0x0800 bytes
- */
+ /* VPS STORE AREA - Max 16 VPS, each has 0x80 bytes,
+ total 0x0800 bytes */
.buf_size = 0x800,
},
.sps = {
- /*
- *SPS STORE AREA - Max 16 SPS, each has 0x80 bytes,
- *total 0x0800 bytes
- */
+ /* SPS STORE AREA - Max 16 SPS, each has 0x80 bytes,
+ total 0x0800 bytes */
.buf_size = 0x800,
},
.pps = {
- /*
- *PPS STORE AREA - Max 64 PPS, each has 0x80 bytes,
- *total 0x2000 bytes
- */
+ /* PPS STORE AREA - Max 64 PPS, each has 0x80 bytes,
+ total 0x2000 bytes */
.buf_size = 0x2000,
},
.sao_up = {
- /*
- *SAO UP STORE AREA - Max 640(10240/16) LCU,
- *each has 16 bytes total 0x2800 bytes
- */
+ /* SAO UP STORE AREA - Max 640(10240/16) LCU,
+ each has 16 bytes total 0x2800 bytes */
.buf_size = 0x2800,
},
.swap_buf = {
- /*
- *256cyclex64bit = 2K bytes 0x800
- *(only 144 cycles valid)
- */
+ /* 256cyclex64bit = 2K bytes 0x800
+ (only 144 cycles valid) */
.buf_size = 0x800,
},
.swap_buf2 = {
.buf_size = 0x800,
},
.scalelut = {
- /*
- *support up to 32 SCALELUT 1024x32 = 32Kbytes
- *(0x8000)
- */
+ /* support up to 32 SCALELUT 1024x32 = 32Kbytes
+ (0x8000) */
.buf_size = 0x8000,
},
.dblk_para = {
- /*
- *DBLK -> Max 256(4096/16) LCU, each para
- *512bytes(total:0x20000),
- *data 1024bytes(total:0x40000)
- */
+ /* DBLK -> Max 256(4096/16) LCU, each para
+ 512bytes(total:0x20000),
+ data 1024bytes(total:0x40000) */
.buf_size = 0x20000,
},
.dblk_data = {
@@ -909,10 +951,8 @@ static struct BuffInfo_s amvh265_workbuff_spec[WORK_BUF_SPEC_NUM] = {
.buf_size = 0x8000,
},
.mpred_mv = {
- /*
- *.buf_size = 0x100000*16,
- *4k2k , 0x100000 per buffer
- */
+ /* .buf_size = 0x100000*16,
+ //4k2k , 0x100000 per buffer */
/* 4096x2304 , 0x120000 per buffer */
.buf_size = 0x120000 * MAX_REF_PIC_NUM,
},
@@ -1013,7 +1053,7 @@ static void init_buff_spec(struct hevc_state_s *hevc,
buf_spec->mpred_mv.buf_start =
buf_spec->mpred_above.buf_start +
buf_spec->mpred_above.buf_size;
- if (debug & H265_DEBUG_SEND_PARAM_WITH_REG) {
+ if (get_dbg_flag2(hevc) & H265_DEBUG_SEND_PARAM_WITH_REG) {
buf_spec->end_adr =
buf_spec->mpred_mv.buf_start +
buf_spec->mpred_mv.buf_size;
@@ -1021,7 +1061,7 @@ static void init_buff_spec(struct hevc_state_s *hevc,
buf_spec->rpm.buf_start =
buf_spec->mpred_mv.buf_start +
buf_spec->mpred_mv.buf_size;
- if (debug & H265_DEBUG_UCODE) {
+ if (get_dbg_flag2(hevc) & H265_DEBUG_UCODE) {
buf_spec->lmem.buf_start =
buf_spec->rpm.buf_start +
buf_spec->rpm.buf_size;
@@ -1035,13 +1075,13 @@ static void init_buff_spec(struct hevc_state_s *hevc,
}
}
- if (debug) {
+ if (get_dbg_flag2(hevc)) {
hevc_print(hevc, 0,
"%s workspace (%x %x) size = %x\n", __func__,
buf_spec->start_adr, buf_spec->end_adr,
buf_spec->end_adr - buf_spec->start_adr);
}
- if (debug) {
+ if (get_dbg_flag2(hevc)) {
hevc_print(hevc, 0,
"ipp.buf_start :%x\n",
buf_spec->ipp.buf_start);
@@ -1087,7 +1127,10 @@ static void init_buff_spec(struct hevc_state_s *hevc,
hevc_print(hevc, 0,
"mpred_mv.buf_start :%x\n",
buf_spec->mpred_mv.buf_start);
- if ((debug & H265_DEBUG_SEND_PARAM_WITH_REG) == 0) {
+ if ((get_dbg_flag2(hevc)
+ &
+ H265_DEBUG_SEND_PARAM_WITH_REG)
+ == 0) {
hevc_print(hevc, 0,
"rpm.buf_start :%x\n",
buf_spec->rpm.buf_start);
@@ -1105,10 +1148,7 @@ enum SliceType {
/*USE_BUF_BLOCK*/
struct BUF_s {
int index;
- unsigned int alloc_flag;
/*buffer */
- unsigned int cma_page_count;
- unsigned long alloc_addr;
unsigned long start_adr;
unsigned int size;
@@ -1138,8 +1178,12 @@ struct PIC_s {
int m_aiRefPOCList1[MAX_SLICE_NUM][16];
/*buffer */
unsigned int header_adr;
+#ifdef CONFIG_AM_VDEC_DV
+ unsigned char dv_enhance_exist;
+#endif
+ char *aux_data_buf;
+ int aux_data_size;
unsigned long cma_alloc_addr;
- unsigned int cma_page_count;
struct page *alloc_pages;
unsigned int mpred_mv_wr_start_addr;
unsigned int mc_y_adr;
@@ -1165,6 +1209,9 @@ struct PIC_s {
#endif
unsigned char pic_struct;
int vf_ref;
+
+ u32 pts;
+ u64 pts64;
} /*PIC_t */;
#define MAX_TILE_COL_NUM 5
@@ -1180,6 +1227,7 @@ struct tile_s {
};
#define SEI_MASTER_DISPLAY_COLOR_MASK 0x00000001
+#define SEI_CONTENT_LIGHT_LEVEL_MASK 0x00000002
#define VF_POOL_SIZE 32
@@ -1191,6 +1239,9 @@ struct tile_s {
#define DEC_RESULT_ERROR 4
#define DEC_INIT_PICLIST 5
#define DEC_UNINIT_PICLIST 6
+#define DEC_RESULT_GET_DATA 7
+#define DEC_RESULT_GET_DATA_RETRY 8
+
static void vh265_work(struct work_struct *work);
#endif
struct hevc_state_s {
@@ -1201,11 +1252,21 @@ struct hevc_state_s {
struct vframe_chunk_s *chunk;
int dec_result;
struct work_struct work;
+ /* timeout handle */
+ unsigned long int start_process_time;
+ unsigned last_lcu_idx;
+ unsigned decode_timeout_count;
+ unsigned timeout_num;
+#ifdef CONFIG_AM_VDEC_DV
+ unsigned char switch_dvlayer_flag;
+#endif
+ unsigned start_parser_type;
#endif
char *provider_name;
- unsigned char index;
+ int index;
struct device *cma_dev;
unsigned char m_ins_flag;
+ unsigned char dolby_enhance_flag;
unsigned long buf_start;
u32 buf_size;
@@ -1213,8 +1274,12 @@ struct hevc_state_s {
struct BuffInfo_s *work_space_buf;
struct buff_s *mc_buf;
+ u32 prefix_aux_size;
+ u32 suffix_aux_size;
+ void *aux_addr;
void *rpm_addr;
void *lmem_addr;
+ dma_addr_t aux_phy_addr;
dma_addr_t rpm_phy_addr;
dma_addr_t lmem_phy_addr;
@@ -1324,7 +1389,7 @@ struct hevc_state_s {
struct timer_list timer;
struct BUF_s m_BUF[MAX_BUF_NUM];
u32 used_buf_num;
- struct PIC_s m_PIC[MAX_REF_PIC_NUM];
+ struct PIC_s *m_PIC[MAX_REF_PIC_NUM];
DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
@@ -1361,10 +1426,6 @@ struct hevc_state_s {
#endif
int fatal_error;
- unsigned long pre_last_frame_alloc_addr;
- unsigned long pre_last_frame_alloc_size;
- u32 predisp_addr;
- u32 predisp_size;
u32 sei_present_flag;
void *frame_mmu_map_addr;
@@ -1373,6 +1434,7 @@ struct hevc_state_s {
unsigned int mmu_mc_buf_end;
unsigned int mmu_mc_start_4k_adr;
void *mmu_box;
+ void *bmmu_box;
unsigned int last_put_idx_a;
unsigned int last_put_idx_b;
@@ -1384,43 +1446,107 @@ struct hevc_state_s {
unsigned int primaries[3][2];
unsigned int white_point[2];
unsigned int luminance[2];
+ /* data for SEI_CONTENT_LIGHT_LEVEL */
+ unsigned int content_light_level[2];
struct PIC_s *pre_top_pic;
struct PIC_s *pre_bot_pic;
+#ifdef MULTI_INSTANCE_SUPPORT
+ int double_write_mode;
+ int buf_alloc_width;
+ int buf_alloc_height;
+ int dynamic_buf_num_margin;
+ int start_action;
+#endif
} /*hevc_stru_t */;
+#ifdef CONFIG_MULTI_DEC
+static int get_double_write_mode(struct hevc_state_s *hevc)
+{
+ return hevc->double_write_mode;
+}
+
+static int get_buf_alloc_width(struct hevc_state_s *hevc)
+{
+ return hevc->buf_alloc_width;
+}
+
+static int get_buf_alloc_height(struct hevc_state_s *hevc)
+{
+ return hevc->buf_alloc_height;
+}
+
+static int get_dynamic_buf_num_margin(struct hevc_state_s *hevc)
+{
+ return hevc->dynamic_buf_num_margin;
+}
+#endif
+
+#ifdef CONFIG_MULTI_DEC
+static unsigned char get_idx(struct hevc_state_s *hevc)
+{
+ return hevc->index;
+}
+#endif
+
+#undef pr_info
+#define pr_info printk
static int hevc_print(struct hevc_state_s *hevc,
int flag, const char *fmt, ...)
{
#define HEVC_PRINT_BUF 128
unsigned char buf[HEVC_PRINT_BUF];
int len = 0;
-#ifdef MULTI_INSTANCE_SUPPORT
+#ifdef CONFIG_MULTI_DEC
if (hevc == NULL ||
- (debug_flag[hevc->index] && flag == 0) ||
- (debug_flag[hevc->index] & flag)) {
+ (flag == 0) ||
+ ((debug_mask &
+ (1 << hevc->index))
+ && (debug & flag))) {
#endif
va_list args;
va_start(args, fmt);
if (hevc)
- len = sprintf(buf, "%d: ", hevc->index);
- vsnprintf(buf + len, HEVC_PRINT_BUF - len - 1, fmt, args);
+ len = sprintf(buf, "[%d]", hevc->index);
+ vsnprintf(buf + len, HEVC_PRINT_BUF - len, fmt, args);
pr_info("%s", buf);
va_end(args);
-#ifdef MULTI_INSTANCE_SUPPORT
+#ifdef CONFIG_MULTI_DEC
}
#endif
return 0;
}
-#undef pr_info
+static int hevc_print_cont(struct hevc_state_s *hevc,
+ int flag, const char *fmt, ...)
+{
+#define HEVC_PRINT_BUF 128
+ unsigned char buf[HEVC_PRINT_BUF];
+ int len = 0;
+#ifdef CONFIG_MULTI_DEC
+ if (hevc == NULL ||
+ (flag == 0) ||
+ ((debug_mask &
+ (1 << hevc->index))
+ && (debug & flag))) {
+#endif
+ va_list args;
+ va_start(args, fmt);
+ vsnprintf(buf + len, HEVC_PRINT_BUF - len, fmt, args);
+ pr_info("%s", buf);
+ va_end(args);
+#ifdef CONFIG_MULTI_DEC
+ }
+#endif
+ return 0;
+}
-/*#define pr_info(format, ...) hevc_print(hevc, 0, format)*/
-#define pr_info printk
+static void set_canvas(struct hevc_state_s *hevc, struct PIC_s *pic);
-static void set_canvas(struct PIC_s *pic);
+static void release_aux_data(struct hevc_state_s *hevc,
+ struct PIC_s *pic);
static void hevc_init_stru(struct hevc_state_s *hevc,
struct BuffInfo_s *buf_spec_i,
@@ -1430,6 +1556,9 @@ static void hevc_init_stru(struct hevc_state_s *hevc,
hevc->work_space_buf = buf_spec_i;
hevc->mc_buf = mc_buf_i;
+ hevc->prefix_aux_size = 0;
+ hevc->suffix_aux_size = 0;
+ hevc->aux_addr = NULL;
hevc->rpm_addr = NULL;
hevc->lmem_addr = NULL;
@@ -1483,7 +1612,7 @@ static void hevc_init_stru(struct hevc_state_s *hevc,
hevc->ignore_bufmgr_error = 0x0;
for (i = 0; i < MAX_REF_PIC_NUM; i++)
- hevc->m_PIC[i].index = -1;
+ hevc->m_PIC[i] = NULL;
hevc->buf_num = 0;
hevc->pic_num = 0;
hevc->lcu_x_num_pre = 0;
@@ -1494,6 +1623,12 @@ static void hevc_init_stru(struct hevc_state_s *hevc,
hevc->pre_bot_pic = NULL;
hevc->sei_present_flag = 0;
+#ifdef MULTI_INSTANCE_SUPPORT
+ hevc->start_process_time = 0;
+ hevc->last_lcu_idx = 0;
+ hevc->decode_timeout_count = 0;
+ hevc->timeout_num = 0;
+#endif
}
static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic);
@@ -1509,10 +1644,10 @@ static void get_rpm_param(union param_u *params)
for (i = 0; i < 128; i++) {
do {
data32 = READ_VREG(RPM_CMD_REG);
- /* pr_info("%x\n", data32); */
+ /* hevc_print(hevc, 0, "%x\n", data32); */
} while ((data32 & 0x10000) == 0);
params->l.data[i] = data32 & 0xffff;
- /* pr_info("%x\n", data32); */
+ /* hevc_print(hevc, 0, "%x\n", data32); */
WRITE_VREG(RPM_CMD_REG, 0);
}
}
@@ -1524,8 +1659,8 @@ static struct PIC_s *get_pic_by_POC(struct hevc_state_s *hevc, int POC)
struct PIC_s *ret_pic = NULL;
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if (pic->index == -1)
+ pic = hevc->m_PIC[i];
+ if (pic == NULL || pic->index == -1)
continue;
if (pic->POC == POC) {
if (ret_pic == NULL)
@@ -1546,8 +1681,8 @@ static struct PIC_s *get_ref_pic_by_POC(struct hevc_state_s *hevc, int POC)
struct PIC_s *ret_pic = NULL;
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if (pic->index == -1)
+ pic = hevc->m_PIC[i];
+ if (pic == NULL || pic->index == -1)
continue;
if ((pic->POC == POC) && (pic->referenced)) {
if (ret_pic == NULL)
@@ -1560,8 +1695,9 @@ static struct PIC_s *get_ref_pic_by_POC(struct hevc_state_s *hevc, int POC)
}
if (ret_pic == NULL) {
- if (debug) {
- pr_info("Wrong, POC of %d is not in referenced list\n",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "Wrong, POC of %d is not in referenced list\n",
POC);
}
ret_pic = get_pic_by_POC(hevc, POC);
@@ -1584,149 +1720,42 @@ static int init_buf_spec(struct hevc_state_s *hevc);
static void uninit_mmu_buffers(struct hevc_state_s *hevc)
{
- int i;
- decoder_mmu_box_free(hevc->mmu_box);
+ if (hevc->mmu_box)
+ decoder_mmu_box_free(hevc->mmu_box);
hevc->mmu_box = NULL;
- for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- struct PIC_s *pic = &hevc->m_PIC[i];
-
- if (pic->cma_alloc_addr) {
- codec_mm_free_for_dma(MEM_NAME,
- pic->cma_alloc_addr);
- pic->cma_alloc_addr = 0;
- }
- }
+ if (hevc->bmmu_box)
+ decoder_bmmu_box_free(hevc->bmmu_box);
+ hevc->bmmu_box = NULL;
}
-
-/*USE_BUF_BLOCK*/
-static void uninit_buf_list(struct hevc_state_s *hevc, bool force_free)
+static int init_mmu_buffers(struct hevc_state_s *hevc)
{
- int i;
- unsigned char release_cma_flag = 0;
- unsigned char blackout = get_blackout_policy();
- u32 buffer_mode_real =
- (buffer_mode & ((buffer_mode_dbg >> 16) & 0xfff)) |
- (buffer_mode_dbg & 0xfff);
-
- blackout &= ((buffer_mode_dbg >> 28) & 0xf);
- blackout |= ((buffer_mode_dbg >> 12) & 0xf);
-
- hevc->predisp_addr = 0;
-
- if (force_free) {
- blackout = 0;
- buffer_mode_real = 0;
- pr_info("maybe reuinit buf_list, free cma buffer\n");
- }
-
- if (buffer_mode_real & 1) {
- if (blackout == 1)
- release_cma_flag = 1;
- } else {
- if (buffer_mode_real & 2)
- ;
- else
- release_cma_flag = 1;
- }
-
- if (blackout != 1) {
- struct PIC_s *pic;
-
- if ((release_cma_flag == 1) &&
- (buffer_mode_real & 8)) {
- release_cma_flag = 2;
- }
-
- msleep(50); /* ensure RDMA for display is done */
- if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXBB &&
- ((double_write_mode == 0) ||
- (double_write_mode == 3))) {
- hevc->predisp_addr =
- READ_VCBUS_REG(AFBC_BODY_BADDR) << 4;
- } else {
- struct canvas_s cur_canvas;
-
- canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff),
- &cur_canvas);
- hevc->predisp_addr = cur_canvas.addr;
- }
-
- for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if (pic->index == -1)
- continue;
- if (hevc->predisp_addr == pic->mc_y_adr) {
- hevc->predisp_size = pic->buf_size;
- pr_info("%s, set hevc->predisp_size = %d\n",
- __func__, pic->buf_size);
- break;
- }
+ if (mmu_enable) {
+ hevc->mmu_box = decoder_mmu_box_alloc_box(DRIVER_NAME,
+ hevc->index,
+ MAX_REF_PIC_NUM,
+ 64 * SZ_1M
+ );
+ if (!hevc->mmu_box) {
+ pr_err("h265 alloc mmu box failed!!\n");
+ return -1;
}
}
-
- if (hevc->pre_last_frame_alloc_addr) {
- if (blackout == 1 || hevc->predisp_addr == 0
- || hevc->predisp_addr < hevc->pre_last_frame_alloc_addr
- || hevc->predisp_addr >=
- (hevc->pre_last_frame_alloc_addr
- + hevc->pre_last_frame_alloc_size)
- ) {
- codec_mm_free_for_dma(MEM_NAME,
- hevc->pre_last_frame_alloc_addr);
- pr_info("release pre_last_frame cma buffer %ld\n",
- hevc->pre_last_frame_alloc_addr);
- hevc->pre_last_frame_alloc_addr = 0;
- hevc->pre_last_frame_alloc_size = 0;
- }
- }
-
- if (release_cma_flag) {
- pr_info("release cma begin\n");
- for (i = 0; i < hevc->used_buf_num; i++) {
- if (hevc->m_BUF[i].alloc_addr != 0
- && hevc->m_BUF[i].cma_page_count > 0) {
- if ((release_cma_flag == 2)
- && (hevc->predisp_addr >=
- hevc->m_BUF[i].start_adr)
- && (hevc->predisp_addr <
- (hevc->m_BUF[i].start_adr +
- hevc->m_BUF[i].size))) {
- if (hevc->pre_last_frame_alloc_addr)
- pr_info("last buf not free\n");
- else {
- hevc->pre_last_frame_alloc_addr
- =
- hevc->m_BUF[i].alloc_addr;
- hevc->pre_last_frame_alloc_size
- = hevc->m_BUF[i].size;
- hevc->m_BUF[i].alloc_addr = 0;
- hevc->m_BUF[i].
- cma_page_count = 0;
- continue;
- }
- }
-
- pr_debug("release cma buffer[%d] (%d %ld)\n", i,
- hevc->m_BUF[i].cma_page_count,
- hevc->m_BUF[i].alloc_addr);
- codec_mm_free_for_dma(MEM_NAME,
- hevc->m_BUF[i].alloc_addr);
- hevc->m_BUF[i].alloc_addr = 0;
- hevc->m_BUF[i].cma_page_count = 0;
-
- }
- }
- pr_info("release cma end\n");
+ hevc->bmmu_box = decoder_bmmu_box_alloc_box(DRIVER_NAME,
+ hevc->index,
+ BMMU_MAX_BUFFERS,
+ 4 + PAGE_SHIFT,
+ CODEC_MM_FLAGS_CMA_CLEAR |
+ CODEC_MM_FLAGS_FOR_VDECODER);
+ if (!hevc->bmmu_box) {
+ if (hevc->mmu_box)
+ decoder_mmu_box_free(hevc->mmu_box);
+ hevc->mmu_box = NULL;
+ pr_err("h265 alloc mmu box failed!!\n");
+ return -1;
}
- pr_info("%s, blackout %x r%x buf_mode %x r%x rel_cma_flag %x hevc->predisp_addr %d pre_alloc_addr(%ld, %ld)\n",
- __func__, get_blackout_policy(), blackout,
- buffer_mode, buffer_mode_real, release_cma_flag,
- hevc->predisp_addr, hevc->pre_last_frame_alloc_addr,
- hevc->pre_last_frame_alloc_size);
- hevc->pic_list_init_flag = 0;
- hevc->buf_num = 0;
+ return 0;
}
static void init_buf_list(struct hevc_state_s *hevc)
@@ -1735,9 +1764,9 @@ static void init_buf_list(struct hevc_state_s *hevc)
int buf_size;
int mc_buffer_end = hevc->mc_buf->buf_start + hevc->mc_buf->buf_size;
- if (dynamic_buf_num_margin > 0)
+ if (get_dynamic_buf_num_margin(hevc) > 0)
hevc->used_buf_num = hevc->sps_num_reorder_pics_0
- + dynamic_buf_num_margin;
+ + get_dynamic_buf_num_margin(hevc);
else
hevc->used_buf_num = max_buf_num;
@@ -1745,12 +1774,15 @@ static void init_buf_list(struct hevc_state_s *hevc)
hevc->used_buf_num = MAX_BUF_NUM;
if (buf_alloc_size > 0) {
buf_size = buf_alloc_size;
- if (debug)
- pr_info("[Buffer Management] init_buf_list:\n");
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0,
+ "[Buffer Management] init_buf_list:\n");
} else {
- int pic_width = buf_alloc_width ? buf_alloc_width : hevc->pic_w;
+ int pic_width = get_buf_alloc_width(hevc)
+ ? get_buf_alloc_width(hevc) : hevc->pic_w;
int pic_height =
- buf_alloc_height ? buf_alloc_height : hevc->pic_h;
+ get_buf_alloc_height(hevc)
+ ? get_buf_alloc_height(hevc) : hevc->pic_h;
#ifdef LOSLESS_COMPRESS_MODE
/*SUPPORT_10BIT*/
int losless_comp_header_size = compute_losless_comp_header_size
@@ -1760,14 +1792,13 @@ static void init_buf_list(struct hevc_state_s *hevc)
int mc_buffer_size = losless_comp_header_size
+ losless_comp_body_size;
int mc_buffer_size_h = (mc_buffer_size + 0xffff)>>16;
-
- if (double_write_mode) {
- int pic_width_dw = ((double_write_mode == 2) ||
- (double_write_mode == 3)) ?
- pic_width / 2 : pic_width;
- int pic_height_dw = ((double_write_mode == 2) ||
- (double_write_mode == 3)) ?
- pic_height / 2 : pic_height;
+ if (get_double_write_mode(hevc)) {
+ int pic_width_dw = ((get_double_write_mode(hevc) == 2) ||
+ (get_double_write_mode(hevc) == 3)) ?
+ pic_width / 4 : pic_width;
+ int pic_height_dw = ((get_double_write_mode(hevc) == 2) ||
+ (get_double_write_mode(hevc) == 3)) ?
+ pic_height / 4 : pic_height;
int lcu_size = hevc->lcu_size;
int pic_width_lcu = (pic_width_dw % lcu_size)
? pic_width_dw / lcu_size
@@ -1786,8 +1817,13 @@ static void init_buf_list(struct hevc_state_s *hevc)
if (mc_buffer_size & 0xffff) { /*64k alignment*/
mc_buffer_size_h += 1;
}
- if ((double_write_mode & 0x10) == 0)
+ if (mmu_enable) {
+ if (get_double_write_mode(hevc) == 1)
+ buf_size += (mc_buffer_size_h << 16);
+ } else {
+ if ((get_double_write_mode(hevc) & 0x10) == 0)
buf_size += (mc_buffer_size_h << 16);
+ }
#else
int lcu_size = hevc->lcu_size;
int pic_width_lcu =
@@ -1803,24 +1839,23 @@ static void init_buf_list(struct hevc_state_s *hevc)
/*64k alignment*/
buf_size = (mc_buffer_size_u_v_h << 16) * 3;
#endif
- if (debug) {
- pr_info
- ("init_buf_list num %d (width %d height %d):\n",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "init_buf_list num %d (width %d height %d):\n",
hevc->used_buf_num, pic_width, pic_height);
}
}
- pr_info("allocate begin\n");
- //get_cma_alloc_ref();
- atomic_inc(&cma_allocate);
-
+ hevc_print(hevc, 0, "allocate begin\n");
+ /*get_cma_alloc_ref();*//*mask*/
for (i = 0; i < hevc->used_buf_num; i++) {
if (((i + 1) * buf_size) > hevc->mc_buf->buf_size) {
if (use_cma)
hevc->use_cma_flag = 1;
else {
- if (debug) {
- pr_info("%s maximum buf size is used\n",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "%s maximum buf size is used\n",
__func__);
}
break;
@@ -1828,108 +1863,69 @@ static void init_buf_list(struct hevc_state_s *hevc)
}
- if (!mmu_enable) {
- hevc->m_BUF[i].alloc_flag = 0;
- hevc->m_BUF[i].index = i;
-
- if (use_cma == 2)
- hevc->use_cma_flag = 1;
- if (hevc->use_cma_flag) {
- if ((hevc->m_BUF[i].cma_page_count != 0)
- && (hevc->m_BUF[i].alloc_addr != 0)
- && (hevc->m_BUF[i].size != buf_size)) {
- if ((hevc->predisp_addr >=
- hevc->m_BUF[i].alloc_addr)
- && (hevc->predisp_addr <
- (hevc->m_BUF[i].alloc_addr +
- hevc->m_BUF[i].size))) {
- hevc->pre_last_frame_alloc_addr =
- hevc->m_BUF[i].alloc_addr;
- hevc->pre_last_frame_alloc_size =
- hevc->m_BUF[i].size;
- } else {
- codec_mm_free_for_dma(MEM_NAME,
- hevc->m_BUF[i].alloc_addr);
- pr_info("release cma buffer[%d] (%d %ld)\n",
- i, hevc->m_BUF[i].cma_page_count,
- hevc->m_BUF[i].alloc_addr);
- }
- hevc->m_BUF[i].alloc_addr = 0;
- hevc->m_BUF[i].cma_page_count = 0;
- }
- if (hevc->m_BUF[i].alloc_addr == 0) {
- if (!codec_mm_enough_for_size(buf_size, 1)) {
+ if (!mmu_enable) {
+ hevc->m_BUF[i].index = i;
+
+ if (use_cma == 2)
+ hevc->use_cma_flag = 1;
+ if (hevc->use_cma_flag) {
+ if (decoder_bmmu_box_alloc_idx_wait(
+ hevc->bmmu_box,
+ i,
+ buf_size,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR
+ ) < 0) {
/*
- *not enough mem for buffer.
+ not enough mem for buffer.
*/
- pr_info("not enought buffer for [%d],%d\n",
+ hevc_print(hevc, 0,
+ "not enought buffer for [%d],%d\n",
i, buf_size);
- hevc->m_BUF[i].cma_page_count = 0;
+ hevc->m_BUF[i].start_adr = 0;
if (i <= 8) {
- /*
- *if alloced (i+1)>=9
- *don't send errors.
- */
+ /*if alloced (i+1)>=9
+ don't send errors.*/
hevc->fatal_error |=
DECODER_FATAL_ERROR_NO_MEM;
}
break;
}
- hevc->m_BUF[i].cma_page_count =
- PAGE_ALIGN(buf_size) / PAGE_SIZE;
- hevc->m_BUF[i].alloc_addr =
- codec_mm_alloc_for_dma(
- MEM_NAME, hevc->m_BUF[i].cma_page_count,
- 4 + PAGE_SHIFT,
- CODEC_MM_FLAGS_FOR_VDECODER);
- if (hevc->m_BUF[i].alloc_addr == 0) {
- pr_info("alloc cma buffer[%d] fail\n",
- i);
- hevc->m_BUF[i].cma_page_count = 0;
+ hevc->m_BUF[i].start_adr =
+ decoder_bmmu_box_get_phy_addr(
+ hevc->bmmu_box,
+ i);
+ pr_debug("allocate cma buffer[%d] %ld\n",
+ i,
+ hevc->m_BUF[i].start_adr);
+ } else {
+ hevc->m_BUF[i].start_adr =
+ hevc->mc_buf->buf_start + i * buf_size;
+ if (((hevc->m_BUF[i].start_adr + buf_size) >
+ mc_buffer_end)) {
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "Max mc buffer or mpred_mv buffer is used\n");
+ }
break;
}
- pr_debug("allocate cma buffer[%d] (%d,%ld,%ld)\n",
- i,
- hevc->m_BUF[i].cma_page_count,
- hevc->m_BUF[i].alloc_addr,
- hevc->m_BUF[i].start_adr);
- } else {
- pr_info("reuse cma buffer[%d] (%d,%ld,%ld)\n",
- i,
- hevc->m_BUF[i].cma_page_count,
- hevc->m_BUF[i].alloc_addr,
- hevc->m_BUF[i].start_adr);
}
- hevc->m_BUF[i].start_adr = hevc->m_BUF[i].alloc_addr;
- } else {
- hevc->m_BUF[i].cma_page_count = 0;
- hevc->m_BUF[i].alloc_addr = 0;
- hevc->m_BUF[i].start_adr =
- hevc->mc_buf->buf_start + i * buf_size;
- }
- hevc->m_BUF[i].size = buf_size;
- hevc->m_BUF[i].free_start_adr = hevc->m_BUF[i].start_adr;
-
- if (((hevc->m_BUF[i].start_adr + buf_size) > mc_buffer_end)
- && (hevc->m_BUF[i].alloc_addr == 0)) {
- if (debug) {
- pr_info
- ("Max mc buffer or mpred_mv buffer is used\n");
+ hevc->m_BUF[i].size = buf_size;
+ hevc->m_BUF[i].free_start_adr =
+ hevc->m_BUF[i].start_adr;
+
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "Buffer %d: start_adr %p size %x\n", i,
+ (void *)hevc->m_BUF[i].start_adr,
+ hevc->m_BUF[i].size);
}
- break;
- }
-
- if (debug) {
- pr_info("Buffer %d: start_adr %p size %x\n", i,
- (void *)hevc->m_BUF[i].start_adr,
- hevc->m_BUF[i].size);
- }
}
}
- //put_cma_alloc_ref();
- atomic_dec(&cma_allocate);
+ /*put_cma_alloc_ref();*//*mask*/
+ hevc_print(hevc, 0, "allocate end\n");
- pr_info("allocate end\n");
hevc->buf_num = i;
}
@@ -1939,10 +1935,12 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
{
int ret = -1;
int i;
- int pic_width = ((re_config_pic_flag == 0) && buf_alloc_width) ?
- buf_alloc_width : hevc->pic_w;
- int pic_height = ((re_config_pic_flag == 0) && buf_alloc_height) ?
- buf_alloc_height : hevc->pic_h;
+ int pic_width = ((re_config_pic_flag == 0) &&
+ get_buf_alloc_width(hevc)) ?
+ get_buf_alloc_width(hevc) : hevc->pic_w;
+ int pic_height = ((re_config_pic_flag == 0) &&
+ get_buf_alloc_height(hevc)) ?
+ get_buf_alloc_height(hevc) : hevc->pic_h;
int lcu_size = hevc->lcu_size;
int pic_width_lcu = (pic_width % lcu_size) ? pic_width / lcu_size +
1 : pic_width / lcu_size;
@@ -1950,10 +1948,8 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
1 : pic_height / lcu_size;
int lcu_total = pic_width_lcu * pic_height_lcu;
int lcu_size_log2 = hevc->lcu_size_log2;
- /*
- *int MV_MEM_UNIT=lcu_size_log2==
- * 6 ? 0x100 : lcu_size_log2==5 ? 0x40 : 0x10;
- */
+ /*int MV_MEM_UNIT=lcu_size_log2==
+ 6 ? 0x100 : lcu_size_log2==5 ? 0x40 : 0x10;*/
int MV_MEM_UNIT = lcu_size_log2 == 6 ? 0x200 : lcu_size_log2 ==
5 ? 0x80 : 0x20;
int mpred_mv_end = hevc->work_space_buf->mpred_mv.buf_start +
@@ -1971,14 +1967,13 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
int mc_buffer_size_h = (mc_buffer_size + 0xffff)>>16;
int mc_buffer_size_u_v = 0;
int mc_buffer_size_u_v_h = 0;
-
- if (double_write_mode) {
- int pic_width_dw = ((double_write_mode == 2) ||
- (double_write_mode == 3)) ?
- pic_width / 2 : pic_width;
- int pic_height_dw = ((double_write_mode == 2) ||
- (double_write_mode == 3)) ?
- pic_height / 2 : pic_height;
+ if (get_double_write_mode(hevc)) {
+ int pic_width_dw = ((get_double_write_mode(hevc) == 2) ||
+ (get_double_write_mode(hevc) == 3)) ?
+ pic_width / 4 : pic_width;
+ int pic_height_dw = ((get_double_write_mode(hevc) == 2) ||
+ (get_double_write_mode(hevc) == 3)) ?
+ pic_height / 4 : pic_height;
int pic_width_lcu_dw = (pic_width_dw % lcu_size) ?
pic_width_dw / lcu_size + 1 :
pic_width_dw / lcu_size;
@@ -1995,8 +1990,13 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
if (mc_buffer_size & 0xffff) { /*64k alignment*/
mc_buffer_size_h += 1;
}
- if ((double_write_mode & 0x10) == 0)
+ if (mmu_enable) {
+ if (get_double_write_mode(hevc) == 1)
+ buf_size += (mc_buffer_size_h << 16);
+ } else {
+ if ((get_double_write_mode(hevc) & 0x10) == 0)
buf_size += (mc_buffer_size_h << 16);
+ }
#else
int mc_buffer_size_u_v = lcu_total * lcu_size * lcu_size / 2;
int mc_buffer_size_u_v_h = (mc_buffer_size_u_v + 0xffff) >> 16;
@@ -2011,7 +2011,8 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
* MMU_COMPRESS_HEADER_SIZE))
> (hevc->work_space_buf->cm_header.buf_start +
hevc->work_space_buf->cm_header.buf_size)) {
- pr_info("MMU header_adr allocate fail\n");
+ hevc_print(hevc, 0,
+ "MMU header_adr allocate fail\n");
return -1;
}
@@ -2025,8 +2026,9 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
hevc->work_space_buf->cm_header.buf_start +
(16 * MMU_COMPRESS_HEADER_SIZE);
}
- if (debug&H265_DEBUG_BUFMGR) {
- pr_info("MMU header_adr %d: %x\n",
+ if (get_dbg_flag(hevc)&H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "MMU header_adr %d: %x\n",
pic->index, pic->header_adr);
}
}
@@ -2053,10 +2055,8 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
i = pic->index;
if (i < hevc->buf_num) {
pic->POC = INVALID_POC;
- /*
- *ensure get_pic_by_POC()
- *not get the buffer not decoded
- */
+ /*ensure get_pic_by_POC()
+ not get the buffer not decoded*/
pic->BUF_index = i;
#ifdef LOSLESS_COMPRESS_MODE
/*SUPPORT_10BIT*/
@@ -2065,18 +2065,27 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
if (!mmu_enable)
pic->mc_y_adr = y_adr;
- else if (double_write_mode) {
+ else if (get_double_write_mode(hevc)) {
if ((hevc->mc_buf->buf_start
+ (i + 1) * buf_size)
< hevc->mc_buf->buf_end)
y_adr = hevc->mc_buf->buf_start
+ i * buf_size;
else {
- pic->cma_alloc_addr
- = codec_mm_alloc_for_dma(
- MEM_NAME, buf_size/PAGE_SIZE,
- 4 + PAGE_SHIFT,
- CODEC_MM_FLAGS_FOR_VDECODER);
+ if (decoder_bmmu_box_alloc_idx_wait(
+ hevc->bmmu_box,
+ pic->BUF_index,
+ buf_size,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR
+ ) < 0) {
+ return -1;
+ }
+ pic->cma_alloc_addr =
+ decoder_bmmu_box_get_phy_addr(
+ hevc->bmmu_box,
+ pic->BUF_index);
if (pic->cma_alloc_addr)
y_adr = pic->cma_alloc_addr;
else
@@ -2085,7 +2094,7 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
}
pic->mc_canvas_y = pic->index;
pic->mc_canvas_u_v = pic->index;
- if (!mmu_enable && double_write_mode & 0x10) {
+ if (!mmu_enable && get_double_write_mode(hevc) & 0x10) {
pic->mc_u_v_adr = y_adr +
((mc_buffer_size_u_v_h << 16) << 1);
@@ -2094,14 +2103,14 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
pic->dw_y_adr = y_adr;
pic->dw_u_v_adr = pic->mc_u_v_adr;
- } else if (double_write_mode) {
- if (mmu_enable)
- pic->dw_y_adr = y_adr;
- else
- pic->dw_y_adr = y_adr +
- (mc_buffer_size_h << 16);
- pic->dw_u_v_adr = pic->dw_y_adr +
- ((mc_buffer_size_u_v_h << 16) << 1);
+ } else if (get_double_write_mode(hevc)) {
+ if (mmu_enable)
+ pic->dw_y_adr = y_adr;
+ else
+ pic->dw_y_adr = y_adr +
+ (mc_buffer_size_h << 16);
+ pic->dw_u_v_adr = pic->dw_y_adr +
+ ((mc_buffer_size_u_v_h << 16) << 1);
}
#else
pic->buf_size = (mc_buffer_size_u_v_h << 16) * 3;
@@ -2117,43 +2126,25 @@ static int config_pic(struct hevc_state_s *hevc, struct PIC_s *pic,
((pic->index * lcu_total)
* MV_MEM_UNIT);
-
- if (!mmu_enable && (hevc->predisp_addr != 0) &&
- (hevc->predisp_size != 0) &&
- (buffer_mode & 0x4) == 0) {
- if ((pic->mc_y_adr >=
- (hevc->predisp_addr +
- hevc->predisp_size)) ||
- ((pic->mc_y_adr + pic->buf_size) <=
- hevc->predisp_addr)) {
- pic->used_by_display = 0;
- } else {
- pic->used_by_display = 1;
- pr_info("%s, pic[%d] is displayed now, do not use it before it is not displayed\n",
- __func__, i);
- }
- } else
- pic->used_by_display = 0;
-
- if (debug) {
- pr_info
- ("%s index %d BUF_index %d mc_y_adr %x ",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "%s index %d BUF_index %d mc_y_adr %x ",
__func__, pic->index,
pic->BUF_index, pic->mc_y_adr);
#ifdef LOSLESS_COMPRESS_MODE
- pr_info
- ("comp_body_size %x comp_buf_size %x ",
+ hevc_print_cont(hevc, 0,
+ "comp_body_size %x comp_buf_size %x ",
pic->comp_body_size, pic->buf_size);
- pr_info
- ("mpred_mv_wr_start_adr %x\n",
+ hevc_print_cont(hevc, 0,
+ "mpred_mv_wr_start_adr %x\n",
pic->mpred_mv_wr_start_addr);
- if (mmu_enable && double_write_mode)
- pr_info
- ("mmu double write adr %ld\n",
+ if (mmu_enable && get_double_write_mode(hevc))
+ hevc_print(hevc, 0,
+ "mmu double write adr %ld\n",
pic->cma_alloc_addr);
#else
- pr_info
+ hevc_print(hevc, 0,
("mc_u_v_adr %x mpred_mv_wr_start_adr %x\n",
pic->mc_u_v_adr, pic->mpred_mv_wr_start_addr);
#endif
@@ -2173,9 +2164,8 @@ static int recycle_buf(struct hevc_state_s *hevc)
int i, j;
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- struct PIC_s *pic = &hevc->m_PIC[i];
-
- if (pic->index == -1)
+ struct PIC_s *pic = hevc->m_PIC[i];
+ if (pic == NULL || pic->index == -1)
continue;
if (pic->width != hevc->pic_w || pic->height != hevc->pic_h) {
if (pic->output_mark == 0 && pic->referenced == 0
@@ -2185,8 +2175,9 @@ static int recycle_buf(struct hevc_state_s *hevc)
pic->index);
}
pic->BUF_index = -1;
- if (debug) {
- pr_info("%s: %d\n", __func__,
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "%s: %d\n", __func__,
pic->index);
}
}
@@ -2194,11 +2185,11 @@ static int recycle_buf(struct hevc_state_s *hevc)
}
for (i = 0; i < hevc->buf_num; i++) {
- if (hevc->m_BUF[i].free_start_adr != hevc->m_BUF[i].start_adr) {
+ if (hevc->m_BUF[i].free_start_adr !=
+ hevc->m_BUF[i].start_adr) {
for (j = 0; j < MAX_REF_PIC_NUM; j++) {
- struct PIC_s *pic = &hevc->m_PIC[j];
-
- if (pic->index == -1)
+ struct PIC_s *pic = hevc->m_PIC[j];
+ if (pic == NULL || pic->index == -1)
continue;
if (pic->BUF_index == i)
break;
@@ -2211,9 +2202,6 @@ static int recycle_buf(struct hevc_state_s *hevc)
return 0;
}
-//need export..
-extern int get_video0_frame_info(struct vframe_s *vf);
-
static void init_pic_list(struct hevc_state_s *hevc)
{
int i;
@@ -2238,33 +2226,60 @@ static void init_pic_list(struct hevc_state_s *hevc)
spin_unlock_irqrestore(&lock, flags);
}
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- struct PIC_s *pic = &hevc->m_PIC[i];
-
+ struct PIC_s *pic =
+ vmalloc(sizeof(struct PIC_s));
+ if (pic == NULL) {
+ hevc_print(hevc, 0,
+ "alloc pic %d fail\n", i);
+ break;
+ }
memset(pic, 0, sizeof(struct PIC_s));
+ hevc->m_PIC[i] = pic;
pic->index = i;
pic->BUF_index = -1;
if (config_pic(hevc, pic, disp_addr) < 0) {
- if (debug)
- pr_info("Config_pic %d fail\n", pic->index);
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0,
+ "Config_pic %d fail\n", pic->index);
pic->index = -1;
+ i++;
break;
}
pic->width = hevc->pic_w;
pic->height = hevc->pic_h;
- if (double_write_mode)
- set_canvas(pic);
+ if (get_double_write_mode(hevc))
+ set_canvas(hevc, pic);
}
for (; i < MAX_REF_PIC_NUM; i++) {
- struct PIC_s *pic = &hevc->m_PIC[i];
-
+ struct PIC_s *pic =
+ vmalloc(sizeof(struct PIC_s));
+ if (pic == NULL) {
+ hevc_print(hevc, 0,
+ "alloc pic %d fail\n", i);
+ break;
+ }
memset(pic, 0, sizeof(struct PIC_s));
+ hevc->m_PIC[i] = pic;
pic->index = -1;
pic->BUF_index = -1;
}
}
+static void uninit_pic_list(struct hevc_state_s *hevc)
+{
+ int i;
+ for (i = 0; i < MAX_REF_PIC_NUM; i++) {
+ struct PIC_s *pic = hevc->m_PIC[i];
+ if (pic) {
+ release_aux_data(hevc, pic);
+ vfree(pic);
+ hevc->m_PIC[i] = NULL;
+ }
+ }
+}
+
#ifdef LOSLESS_COMPRESS_MODE
static void init_decode_head_hw(struct hevc_state_s *hevc)
{
@@ -2316,10 +2331,11 @@ static void init_decode_head_hw(struct hevc_state_s *hevc)
WRITE_VREG(HEVC_SAO_CTRL5, data32);
}
-
- pr_info("%s: (%d, %d) body_size 0x%x header_size 0x%x\n",
- __func__, hevc->pic_w, hevc->pic_h,
- losless_comp_body_size, losless_comp_header_size);
+ if (!hevc->m_ins_flag)
+ hevc_print(hevc, 0,
+ "%s: (%d, %d) body_size 0x%x header_size 0x%x\n",
+ __func__, hevc->pic_w, hevc->pic_h,
+ losless_comp_body_size, losless_comp_header_size);
}
#endif
@@ -2337,59 +2353,61 @@ static void init_pic_list_hw(struct hevc_state_s *hevc)
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CONF_ADDR, 0x0);
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- if (hevc->m_PIC[i].index == -1) {
+ if (hevc->m_PIC[i] == NULL ||
+ hevc->m_PIC[i]->index == -1) {
cur_pic_num = i;
break;
}
if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXL) {
if (mmu_enable)
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA,
- hevc->m_PIC[i].header_adr>>5);
+ hevc->m_PIC[i]->header_adr>>5);
else
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA,
- hevc->m_PIC[i].mc_y_adr >> 5);
+ hevc->m_PIC[i]->mc_y_adr >> 5);
} else
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CMD_ADDR,
- hevc->m_PIC[i].mc_y_adr |
- (hevc->m_PIC[i].mc_canvas_y << 8) | 0x1);
- if (double_write_mode & 0x10) {
+ hevc->m_PIC[i]->mc_y_adr |
+ (hevc->m_PIC[i]->mc_canvas_y << 8) | 0x1);
+ if (get_double_write_mode(hevc) & 0x10) {
if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXL) {
if (mmu_enable)
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA,
- hevc->m_PIC[i].header_adr>>5);
+ hevc->m_PIC[i]->header_adr>>5);
else
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA,
- hevc->m_PIC[i].mc_u_v_adr >> 5);
+ hevc->m_PIC[i]->mc_u_v_adr >> 5);
}
else
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CMD_ADDR,
- hevc->m_PIC[i].mc_u_v_adr |
- (hevc->m_PIC[i].mc_canvas_u_v << 8)
+ hevc->m_PIC[i]->mc_u_v_adr |
+ (hevc->m_PIC[i]->mc_canvas_u_v << 8)
| 0x1);
}
}
-
+ if (cur_pic_num == 0)
+ return;
for (; i < MAX_REF_PIC_NUM; i++) {
if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXL) {
if (mmu_enable)
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA,
- hevc->m_PIC[cur_pic_num-1].header_adr>>5);
+ hevc->m_PIC[cur_pic_num-1]->header_adr>>5);
else
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA,
- hevc->m_PIC[cur_pic_num-1].mc_y_adr >> 5);
+ hevc->m_PIC[cur_pic_num-1]->mc_y_adr >> 5);
#ifndef LOSLESS_COMPRESS_MODE
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA,
- hevc->m_PIC[cur_pic_num-1].mc_u_v_adr >> 5);
+ hevc->m_PIC[cur_pic_num-1]->mc_u_v_adr >> 5);
#endif
} else {
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CMD_ADDR,
- hevc->m_PIC[cur_pic_num-1].mc_y_adr|
- (hevc->m_PIC[cur_pic_num-1].mc_canvas_y<<8)
+ hevc->m_PIC[cur_pic_num-1]->mc_y_adr|
+ (hevc->m_PIC[cur_pic_num-1]->mc_canvas_y<<8)
| 0x1);
#ifndef LOSLESS_COMPRESS_MODE
WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CMD_ADDR,
- hevc->m_PIC[cur_pic_num-1].mc_u_v_adr|
- (hevc->m_PIC[cur_pic_num-1].mc_canvas_u_v<<8)
+ hevc->m_PIC[cur_pic_num-1]->mc_u_v_adr|
+ (hevc->m_PIC[cur_pic_num-1]->mc_canvas_u_v<<8)
| 0x1);
#endif
}
@@ -2404,7 +2422,7 @@ static void init_pic_list_hw(struct hevc_state_s *hevc)
WRITE_VREG(HEVCD_MPP_ANC_CANVAS_DATA_ADDR, 0);
#ifdef LOSLESS_COMPRESS_MODE
- if ((double_write_mode & 0x10) == 0)
+ if ((get_double_write_mode(hevc) & 0x10) == 0)
init_decode_head_hw(hevc);
#endif
@@ -2415,19 +2433,21 @@ static void dump_pic_list(struct hevc_state_s *hevc)
{
int i;
struct PIC_s *pic;
-
- pr_info("pic_list_init_flag is %d\r\n", hevc->pic_list_init_flag);
+ hevc_print(hevc, 0,
+ "pic_list_init_flag is %d\r\n", hevc->pic_list_init_flag);
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if (pic->index == -1)
+ pic = hevc->m_PIC[i];
+ if (pic == NULL || pic->index == -1)
continue;
- pr_info
- ("index %d decode_idx:%d, POC:%d, referenced:%d, ",
+ hevc_print_cont(hevc, 0,
+ "index %d decode_idx:%d, POC:%d, referenced:%d, ",
pic->index, pic->decode_idx, pic->POC, pic->referenced);
- pr_info("num_reorder_pic:%d, output_mark:%d, w/h %d,%d",
+ hevc_print_cont(hevc, 0,
+ "num_reorder_pic:%d, output_mark:%d, w/h %d,%d",
pic->num_reorder_pic, pic->output_mark,
pic->width, pic->height);
- pr_info("output_ready:%d, mv_wr_start %x vf_ref %d\n",
+ hevc_print_cont(hevc, 0,
+ "output_ready:%d, mv_wr_start %x vf_ref %d\n",
pic->output_ready, pic->mpred_mv_wr_start_addr,
pic->vf_ref);
}
@@ -2443,8 +2463,9 @@ static struct PIC_s *output_pic(struct hevc_state_s *hevc,
if (i_only_flag & 0x4) {
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if ((pic->index == -1) || (pic->POC == INVALID_POC))
+ pic = hevc->m_PIC[i];
+ if (pic == NULL ||
+ (pic->index == -1) || (pic->POC == INVALID_POC))
continue;
if (pic->output_mark) {
if (pic_display) {
@@ -2465,16 +2486,18 @@ static struct PIC_s *output_pic(struct hevc_state_s *hevc,
}
} else {
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if ((pic->index == -1) || (pic->POC == INVALID_POC))
+ pic = hevc->m_PIC[i];
+ if (pic == NULL ||
+ (pic->index == -1) || (pic->POC == INVALID_POC))
continue;
if (pic->output_mark)
num_pic_not_yet_display++;
}
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if ((pic->index == -1) || (pic->POC == INVALID_POC))
+ pic = hevc->m_PIC[i];
+ if (pic == NULL ||
+ (pic->index == -1) || (pic->POC == INVALID_POC))
continue;
if (pic->output_mark) {
if (pic_display) {
@@ -2484,8 +2507,8 @@ static struct PIC_s *output_pic(struct hevc_state_s *hevc,
&& (pic->decode_idx <
pic_display->
decode_idx))
- pic_display
- = pic;
+ pic_display
+ = pic;
} else
pic_display = pic;
}
@@ -2502,7 +2525,8 @@ static struct PIC_s *output_pic(struct hevc_state_s *hevc,
pic_display->output_mark = 0;
pic_display->recon_mark = 0;
pic_display->output_ready = 1;
- pr_info("Warning, num_reorder_pic %d is byeond buf num\n",
+ hevc_print(hevc, 0,
+ "Warning, num_reorder_pic %d is byeond buf num\n",
pic_display->num_reorder_pic);
} else
pic_display = NULL;
@@ -2515,9 +2539,9 @@ static int config_mc_buffer(struct hevc_state_s *hevc, struct PIC_s *cur_pic)
{
int i;
struct PIC_s *pic;
-
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("config_mc_buffer entered .....\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "config_mc_buffer entered .....\n");
if (cur_pic->slice_type != 2) { /* P and B pic */
WRITE_VREG(HEVCD_MPP_ANC_CANVAS_ACCCONFIG_ADDR,
(0 << 8) | (0 << 1) | 1);
@@ -2535,22 +2559,23 @@ static int config_mc_buffer(struct hevc_state_s *hevc, struct PIC_s *cur_pic)
| (pic->mc_canvas_u_v
<< 8) |
pic->mc_canvas_y);
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("refid %x mc_canvas_u_v %x",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0,
+ "refid %x mc_canvas_u_v %x",
i, pic->mc_canvas_u_v);
- pr_info(" mc_canvas_y %x\n",
+ hevc_print_cont(hevc, 0,
+ " mc_canvas_y %x\n",
pic->mc_canvas_y);
}
} else {
- if (debug) {
- pr_info
- ("Error %s, %dth poc (%d)",
+ if (get_dbg_flag(hevc)) {
+ hevc_print_cont(hevc, 0,
+ "Error %s, %dth poc (%d)",
__func__, i,
cur_pic->m_aiRefPOCList0[cur_pic->
slice_idx][i]);
- pr_info
- (" of RPS is not in the pic list0\n");
+ hevc_print_cont(hevc, 0,
+ " of RPS is not in the pic list0\n");
}
cur_pic->error_mark = 1;
/* dump_lmem(); */
@@ -2558,8 +2583,9 @@ static int config_mc_buffer(struct hevc_state_s *hevc, struct PIC_s *cur_pic)
}
}
if (cur_pic->slice_type == 0) { /* B pic */
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("config_mc_buffer RefNum_L1\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "config_mc_buffer RefNum_L1\n");
WRITE_VREG(HEVCD_MPP_ANC_CANVAS_ACCCONFIG_ADDR,
(16 << 8) | (0 << 1) | 1);
for (i = 0; i < cur_pic->RefNum_L1; i++) {
@@ -2576,22 +2602,23 @@ static int config_mc_buffer(struct hevc_state_s *hevc, struct PIC_s *cur_pic)
| (pic->mc_canvas_u_v
<< 8) |
pic->mc_canvas_y);
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("refid %x mc_canvas_u_v %x",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0,
+ "refid %x mc_canvas_u_v %x",
i, pic->mc_canvas_u_v);
- pr_info(" mc_canvas_y %x\n",
+ hevc_print_cont(hevc, 0,
+ " mc_canvas_y %x\n",
pic->mc_canvas_y);
}
} else {
- if (debug) {
- pr_info
- ("Error %s, %dth poc (%d)",
+ if (get_dbg_flag(hevc)) {
+ hevc_print_cont(hevc, 0,
+ "Error %s, %dth poc (%d)",
__func__, i,
cur_pic->m_aiRefPOCList1[cur_pic->
slice_idx][i]);
- pr_info
- (" of RPS is not in the pic list1\n");
+ hevc_print_cont(hevc, 0,
+ " of RPS is not in the pic list1\n");
}
cur_pic->error_mark = 1;
/* dump_lmem(); */
@@ -2611,8 +2638,9 @@ static void apply_ref_pic_set(struct hevc_state_s *hevc, int cur_poc,
/* pr_info("%s cur_poc %d\n", __func__, cur_poc); */
for (ii = 0; ii < MAX_REF_PIC_NUM; ii++) {
- pic = &hevc->m_PIC[ii];
- if (pic->index == -1)
+ pic = hevc->m_PIC[ii];
+ if (pic == NULL ||
+ pic->index == -1)
continue;
if ((pic->referenced == 0 || pic->POC == cur_poc))
@@ -2683,35 +2711,35 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
RefPicSetStCurr0[num_neg] =
pic->POC - ((1 << (RPS_USED_BIT - 1)) -
delt);
- /*
- *pr_info("RefPicSetStCurr0 %x %x %x\n",
- *RefPicSetStCurr0[num_neg], pic->POC,
- *(0x800-(params[i]&0x7ff)));
- */
+ /* hevc_print(hevc, 0,
+ "RefPicSetStCurr0 %x %x %x\n",
+ RefPicSetStCurr0[num_neg], pic->POC,
+ (0x800-(params[i]&0x7ff))); */
num_neg++;
} else {
RefPicSetStCurr1[num_pos] = pic->POC + delt;
- /*
- *pr_info("RefPicSetStCurr1 %d\n",
- *RefPicSetStCurr1[num_pos]);
- */
+ /* hevc_print(hevc, 0,
+ "RefPicSetStCurr1 %d\n",
+ RefPicSetStCurr1[num_pos]); */
num_pos++;
}
}
}
total_num = num_neg + num_pos;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("%s: curpoc %d slice_type %d, total %d ",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "%s: curpoc %d slice_type %d, total %d ",
__func__, pic->POC, params->p.slice_type, total_num);
- pr_info("num_neg %d num_list0 %d num_list1 %d\n",
+ hevc_print_cont(hevc, 0,
+ "num_neg %d num_list0 %d num_list1 %d\n",
num_neg, num_ref_idx_l0_active, num_ref_idx_l1_active);
}
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("HEVC Stream buf start ");
- pr_info("%x end %x wr %x rd %x lev %x ctl %x intctl %x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "HEVC Stream buf start ");
+ hevc_print_cont(hevc, 0,
+ "%x end %x wr %x rd %x lev %x ctl %x intctl %x\n",
READ_VREG(HEVC_STREAM_START_ADDR),
READ_VREG(HEVC_STREAM_END_ADDR),
READ_VREG(HEVC_STREAM_WR_PTR),
@@ -2723,8 +2751,8 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
if (total_num > 0) {
if (params->p.modification_flag & 0x1) {
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("ref0 POC (modification):");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0, "ref0 POC (modification):");
for (rIdx = 0; rIdx < num_ref_idx_l0_active; rIdx++) {
int cIdx = params->p.modification_list[rIdx];
@@ -2733,16 +2761,16 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
num_neg ? RefPicSetStCurr1[cIdx -
num_neg] :
RefPicSetStCurr0[cIdx];
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("%d ",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0, "%d ",
pic->m_aiRefPOCList0[pic->
slice_idx]
[rIdx]);
}
}
} else {
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("ref0 POC:");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0, "ref0 POC:");
for (rIdx = 0; rIdx < num_ref_idx_l0_active; rIdx++) {
int cIdx = rIdx % total_num;
@@ -2751,20 +2779,21 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
num_neg ? RefPicSetStCurr1[cIdx -
num_neg] :
RefPicSetStCurr0[cIdx];
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("%d ",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0, "%d ",
pic->m_aiRefPOCList0[pic->
slice_idx]
[rIdx]);
}
}
}
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0, "\n");
if (params->p.slice_type == B_SLICE) {
if (params->p.modification_flag & 0x2) {
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("ref1 POC (modification):");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "ref1 POC (modification):");
for (rIdx = 0; rIdx < num_ref_idx_l1_active;
rIdx++) {
int cIdx;
@@ -2786,8 +2815,9 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
num_pos ?
RefPicSetStCurr0[cIdx - num_pos]
: RefPicSetStCurr1[cIdx];
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("%d ",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0, "%d ",
pic->
m_aiRefPOCList1[pic->
slice_idx]
@@ -2795,12 +2825,12 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
}
}
} else {
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("ref1 POC:");
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0, "ref1 POC:");
for (rIdx = 0; rIdx < num_ref_idx_l1_active;
rIdx++) {
int cIdx = rIdx % total_num;
-
pic->m_aiRefPOCList1[pic->
slice_idx][rIdx] =
cIdx >=
@@ -2808,8 +2838,9 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
RefPicSetStCurr0[cIdx -
num_pos]
: RefPicSetStCurr1[cIdx];
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("%d ",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0, "%d ",
pic->
m_aiRefPOCList1[pic->
slice_idx]
@@ -2817,8 +2848,8 @@ static void set_ref_pic_list(struct hevc_state_s *hevc, union param_u *params)
}
}
}
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0, "\n");
}
}
/*set m_PIC */
@@ -2846,20 +2877,23 @@ static void update_tile_info(struct hevc_state_s *hevc, int pic_width_cu,
if (hevc->num_tile_row > MAX_TILE_ROW_NUM
|| hevc->num_tile_row <= 0) {
hevc->num_tile_row = 1;
- pr_info("%s: num_tile_rows_minus1 (%d) error!!\n",
+ hevc_print(hevc, 0,
+ "%s: num_tile_rows_minus1 (%d) error!!\n",
__func__, params->p.num_tile_rows_minus1);
}
if (hevc->num_tile_col > MAX_TILE_COL_NUM
|| hevc->num_tile_col <= 0) {
hevc->num_tile_col = 1;
- pr_info("%s: num_tile_columns_minus1 (%d) error!!\n",
+ hevc_print(hevc, 0,
+ "%s: num_tile_columns_minus1 (%d) error!!\n",
__func__, params->p.num_tile_columns_minus1);
}
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("%s pic_w_cu %d pic_h_cu %d tile_enabled ",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "%s pic_w_cu %d pic_h_cu %d tile_enabled ",
__func__, pic_width_cu, pic_height_cu);
- pr_info("num_tile_col %d num_tile_row %d:\n",
+ hevc_print_cont(hevc, 0,
+ "num_tile_col %d num_tile_row %d:\n",
hevc->num_tile_col, hevc->num_tile_row);
}
@@ -2893,21 +2927,22 @@ static void update_tile_info(struct hevc_state_s *hevc, int pic_width_cu,
hevc->m_tile[i][j].sao_abv_start_addr =
hevc->work_space_buf->sao_abv.
buf_start + i * sao_abv_size;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("{y=%d, x=%d w %d h %d ",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0,
+ "{y=%d, x=%d w %d h %d ",
i, j, hevc->m_tile[i][j].width,
hevc->m_tile[i][j].height);
- pr_info
- ("start_x %d start_y %d ",
+ hevc_print_cont(hevc, 0,
+ "start_x %d start_y %d ",
hevc->m_tile[i][j].start_cu_x,
hevc->m_tile[i][j].start_cu_y);
- pr_info
- ("sao_vb_start 0x%x ",
+ hevc_print_cont(hevc, 0,
+ "sao_vb_start 0x%x ",
hevc->m_tile[i][j].
sao_vb_start_addr);
- pr_info
- ("sao_abv_start 0x%x}\n",
+ hevc_print_cont(hevc, 0,
+ "sao_abv_start 0x%x}\n",
hevc->m_tile[i][j].
sao_abv_start_addr);
}
@@ -2948,21 +2983,22 @@ static void update_tile_info(struct hevc_state_s *hevc, int pic_width_cu,
hevc->m_tile[i][j].sao_abv_start_addr =
hevc->work_space_buf->sao_abv.
buf_start + i * sao_abv_size;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("{y=%d, x=%d w %d h %d ",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR) {
+ hevc_print_cont(hevc, 0,
+ "{y=%d, x=%d w %d h %d ",
i, j, hevc->m_tile[i][j].width,
hevc->m_tile[i][j].height);
- pr_info
- ("start_x %d start_y %d ",
+ hevc_print_cont(hevc, 0,
+ "start_x %d start_y %d ",
hevc->m_tile[i][j].start_cu_x,
hevc->m_tile[i][j].start_cu_y);
- pr_info
- ("sao_vb_start 0x%x ",
+ hevc_print_cont(hevc, 0,
+ "sao_vb_start 0x%x ",
hevc->m_tile[i][j].
sao_vb_start_addr);
- pr_info
- ("sao_abv_start 0x%x}\n",
+ hevc_print_cont(hevc, 0,
+ "sao_abv_start 0x%x}\n",
hevc->m_tile[i][j].
sao_abv_start_addr);
@@ -2996,9 +3032,9 @@ static int get_tile_index(struct hevc_state_s *hevc, int cu_adr,
int i;
if (pic_width_lcu == 0) {
- if (debug) {
- pr_info
- ("%s Error, pic_width_lcu is 0, pic_w %d, pic_h %d\n",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "%s Error, pic_width_lcu is 0, pic_w %d, pic_h %d\n",
__func__, hevc->pic_w, hevc->pic_h);
}
return -1;
@@ -3025,8 +3061,9 @@ static int get_tile_index(struct hevc_state_s *hevc, int cu_adr,
static void print_scratch_error(int error_num)
{
#if 0
- if (debug) {
- pr_info(" ERROR : HEVC_ASSIST_SCRATCH_TEST Error : %d\n",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ " ERROR : HEVC_ASSIST_SCRATCH_TEST Error : %d\n",
error_num);
}
#endif
@@ -3036,8 +3073,9 @@ static void hevc_config_work_space_hw(struct hevc_state_s *hevc)
{
struct BuffInfo_s *buf_spec = hevc->work_space_buf;
- if (debug)
- pr_info("%s %x %x %x %x %x %x %x %x %x %x %x %x\n",
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0,
+ "%s %x %x %x %x %x %x %x %x %x %x %x %x\n",
__func__,
buf_spec->ipp.buf_start,
buf_spec->start_adr,
@@ -3052,7 +3090,7 @@ static void hevc_config_work_space_hw(struct hevc_state_s *hevc)
buf_spec->dblk_para.buf_start,
buf_spec->dblk_data.buf_start);
WRITE_VREG(HEVCD_IPP_LINEBUFF_BASE, buf_spec->ipp.buf_start);
- if ((debug & H265_DEBUG_SEND_PARAM_WITH_REG) == 0)
+ if ((get_dbg_flag(hevc) & H265_DEBUG_SEND_PARAM_WITH_REG) == 0)
WRITE_VREG(HEVC_RPM_BUFFER, (u32)hevc->rpm_phy_addr);
WRITE_VREG(HEVC_SHORT_TERM_RPS, buf_spec->short_term_rps.buf_start);
WRITE_VREG(HEVC_VPS_BUFFER, buf_spec->vps.buf_start);
@@ -3071,7 +3109,7 @@ static void hevc_config_work_space_hw(struct hevc_state_s *hevc)
/* cfg_d_addr */
WRITE_VREG(HEVC_DBLK_CFG5, buf_spec->dblk_data.buf_start);
- if (debug & H265_DEBUG_UCODE)
+ if (get_dbg_flag(hevc) & H265_DEBUG_UCODE)
WRITE_VREG(LMEM_DUMP_ADR, (u32)hevc->lmem_phy_addr);
}
@@ -3084,8 +3122,9 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
#if 1
/* m8baby test1902 */
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("[test.c] Test Parser Register Read/Write\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "[test.c] Test Parser Register Read/Write\n");
data32 = READ_VREG(HEVC_PARSER_VERSION);
if (data32 != 0x00010001) {
print_scratch_error(25);
@@ -3106,7 +3145,8 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
WRITE_VREG(DOS_SW_RESET3, 0); /* clear reset_whole parser */
data32 = READ_VREG(HEVC_PARSER_VERSION);
if (data32 != 0x00010001)
- pr_info("Test Parser Fatal Error\n");
+ hevc_print(hevc, 0,
+ "Test Parser Fatal Error\n");
#endif
/* reset iqit to start mem init again */
WRITE_VREG(DOS_SW_RESET3, (1 << 14)
@@ -3116,15 +3156,15 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
#endif
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("[test.c] Enable BitStream Fetch\n");
- data32 = READ_VREG(HEVC_STREAM_CONTROL);
- data32 = data32 | (1 << 0) /* stream_fetch_enable */
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "[test.c] Enable BitStream Fetch\n");
;
- if (hevc->m_ins_flag)
- data32 |= (7 << 4); /*endian control*/
- WRITE_VREG(HEVC_STREAM_CONTROL, data32);
-
+ if (!hevc->m_ins_flag) {
+ data32 = READ_VREG(HEVC_STREAM_CONTROL);
+ data32 = data32 | (1 << 0); /* stream_fetch_enable */
+ WRITE_VREG(HEVC_STREAM_CONTROL, data32);
+ }
data32 = READ_VREG(HEVC_SHIFT_STARTCODE);
if (data32 != 0x00000100) {
print_scratch_error(29);
@@ -3150,8 +3190,9 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
WRITE_VREG(HEVC_SHIFT_STARTCODE, 0x00000100);
WRITE_VREG(HEVC_SHIFT_EMULATECODE, 0x00000300);
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("[test.c] Enable HEVC Parser Interrupt\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "[test.c] Enable HEVC Parser Interrupt\n");
data32 = READ_VREG(HEVC_PARSER_INT_CONTROL);
data32 &= 0x03ffffff;
data32 = data32 | (3 << 29) | (2 << 26) | (1 << 24)
@@ -3164,8 +3205,9 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
;
WRITE_VREG(HEVC_PARSER_INT_CONTROL, data32);
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("[test.c] Enable HEVC Parser Shift\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "[test.c] Enable HEVC Parser Shift\n");
data32 = READ_VREG(HEVC_SHIFT_STATUS);
data32 = data32 | (1 << 1) | /* emulation_check_on */
@@ -3188,11 +3230,11 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
WRITE_VREG(HEVC_DEC_STATUS_REG, 0);
/* Initial IQIT_SCALELUT memory -- just to avoid X in simulation */
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("[test.c] Initial IQIT_SCALELUT memory --");
- pr_info
- (" just to avoid X in simulation...\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "[test.c] Initial IQIT_SCALELUT memory --");
+ hevc_print_cont(hevc, 0,
+ " just to avoid X in simulation...\n");
}
WRITE_VREG(HEVC_IQIT_SCALELUT_WR_ADDR, 0); /* cfg_p_addr */
for (i = 0; i < 1024; i++)
@@ -3200,17 +3242,16 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
#ifdef ENABLE_SWAP_TEST
WRITE_VREG(HEVC_STREAM_SWAP_TEST, 100);
-#else
- WRITE_VREG(HEVC_STREAM_SWAP_TEST, 0);
#endif
- WRITE_VREG(HEVC_DECODE_PIC_BEGIN_REG, 0);
+ /*WRITE_VREG(HEVC_DECODE_PIC_BEGIN_REG, 0);*/
/*WRITE_VREG(HEVC_DECODE_PIC_NUM_REG, 0xffffffff);*/
- /*WRITE_VREG(HEVC_DECODE_SIZE, 0);*/
WRITE_VREG(HEVC_DECODE_SIZE, 0);
+ /*WRITE_VREG(HEVC_DECODE_COUNT, 0);*/
/* Send parser_cmd */
- if (debug)
- pr_info("[test.c] SEND Parser Command ...\n");
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0,
+ "[test.c] SEND Parser Command ...\n");
WRITE_VREG(HEVC_PARSER_CMD_WRITE, (1 << 16) | (0 << 0));
for (i = 0; i < PARSER_CMD_NUMBER; i++)
WRITE_VREG(HEVC_PARSER_CMD_WRITE, parser_cmd[i]);
@@ -3228,14 +3269,15 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
/* Changed to Start MPRED in microcode */
/*
- *pr_info("[test.c] Start MPRED\n");
- *WRITE_VREG(HEVC_MPRED_INT_STATUS,
- *(1<<31)
- *);
+ hevc_print(hevc, 0, "[test.c] Start MPRED\n");
+ WRITE_VREG(HEVC_MPRED_INT_STATUS,
+ (1<<31)
+ );
*/
- if (debug)
- pr_info("[test.c] Reset IPP\n");
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0,
+ "[test.c] Reset IPP\n");
WRITE_VREG(HEVCD_IPP_TOP_CNTL, (0 << 1) | /* enable ipp */
(1 << 0) /* software reset ipp and mpp */
);
@@ -3243,7 +3285,7 @@ static void hevc_init_decoder_hw(struct hevc_state_s *hevc,
(0 << 0) /* software reset ipp and mpp */
);
- if (double_write_mode & 0x10)
+ if (get_double_write_mode(hevc) & 0x10)
WRITE_VREG(HEVCD_MPP_DECOMP_CTL1,
0x1 << 31 /*/Enable NV21 reference read mode for MC*/
);
@@ -3401,8 +3443,7 @@ static void config_mcrcc_axi_hw(struct hevc_state_s *hevc, int slice_type)
unsigned int rdata32_2;
int l0_cnt = 0;
int l1_cnt = 0x7fff;
-
- if (double_write_mode & 0x10) {
+ if (get_double_write_mode(hevc) & 0x10) {
l0_cnt = hevc->cur_pic->RefNum_L0;
l1_cnt = hevc->cur_pic->RefNum_L1;
}
@@ -3456,6 +3497,7 @@ static void config_mcrcc_axi_hw(struct hevc_state_s *hevc, int slice_type)
}
/* enable mcrcc progressive-mode */
WRITE_VREG(HEVCD_MCRCC_CTL1, 0xff0);
+ return;
}
#endif
@@ -3468,6 +3510,15 @@ static void config_title_hw(struct hevc_state_s *hevc, int sao_vb_size,
WRITE_VREG(HEVC_SAO_VB, hevc->work_space_buf->sao_vb.buf_start);
}
+static void config_aux_buf(struct hevc_state_s *hevc)
+{
+ WRITE_VREG(HEVC_AUX_ADR, hevc->aux_phy_addr);
+ WRITE_VREG(HEVC_AUX_DATA_SIZE,
+ ((hevc->prefix_aux_size >> 4) << 16) |
+ (hevc->suffix_aux_size >> 4)
+ );
+}
+
static void config_mpred_hw(struct hevc_state_s *hevc)
{
int i;
@@ -3532,9 +3583,10 @@ static void config_mpred_hw(struct hevc_state_s *hevc)
cur_pic->mpred_mv_wr_start_addr +
(hevc->slice_addr * MV_MEM_UNIT);
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("cur pic index %d col pic index %d\n", cur_pic->index,
- col_pic->index);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "cur pic index %d col pic index %d\n", cur_pic->index,
+ col_pic->index);
}
WRITE_VREG(HEVC_MPRED_MV_WR_START_ADDR,
@@ -3612,10 +3664,8 @@ static void config_mpred_hw(struct hevc_state_s *hevc)
WRITE_VREG(HEVC_MPRED_CUR_POC, hevc->curr_POC);
WRITE_VREG(HEVC_MPRED_COL_POC, hevc->Col_POC);
- /*
- *below MPRED Ref_POC_xx_Lx registers must follow Ref_POC_xx_L0 ->
- *Ref_POC_xx_L1 in pair write order!!!
- */
+ /* below MPRED Ref_POC_xx_Lx registers must follow Ref_POC_xx_L0 ->
+ Ref_POC_xx_L1 in pair write order!!! */
ref_poc_L0 = &(cur_pic->m_aiRefPOCList0[cur_pic->slice_idx][0]);
ref_poc_L1 = &(cur_pic->m_aiRefPOCList1[cur_pic->slice_idx][0]);
@@ -3706,10 +3756,10 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
WRITE_VREG(HEVC_SAO_Y_START_ADDR, 0xffffffff);
#ifdef LOSLESS_COMPRESS_MODE
/*SUPPORT_10BIT*/
- if ((double_write_mode & 0x10) == 0) {
+ if ((get_double_write_mode(hevc) & 0x10) == 0) {
data32 = READ_VREG(HEVC_SAO_CTRL5);
data32 &= (~(0xff << 16));
- if (double_write_mode != 1)
+ if (get_double_write_mode(hevc) != 1)
data32 |= (0xff<<16);
if (hevc->mem_saving_mode == 1)
data32 |= (1 << 9);
@@ -3720,10 +3770,10 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
WRITE_VREG(HEVC_SAO_CTRL5, data32);
}
data32 = cur_pic->mc_y_adr;
- if (double_write_mode)
+ if (get_double_write_mode(hevc))
WRITE_VREG(HEVC_SAO_Y_START_ADDR, cur_pic->dw_y_adr);
- if ((double_write_mode & 0x10) == 0)
+ if ((get_double_write_mode(hevc) & 0x10) == 0)
WRITE_VREG(HEVC_CM_BODY_START_ADDR, data32);
if (mmu_enable)
@@ -3737,7 +3787,7 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
#ifdef LOSLESS_COMPRESS_MODE
/*SUPPORT_10BIT*/
- if (double_write_mode)
+ if (get_double_write_mode(hevc))
WRITE_VREG(HEVC_SAO_C_START_ADDR, cur_pic->dw_u_v_adr);
#else
data32 = cur_pic->mc_u_v_adr;
@@ -3748,7 +3798,7 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
#ifdef LOSLESS_COMPRESS_MODE
/*SUPPORT_10BIT*/
- if (double_write_mode) {
+ if (get_double_write_mode(hevc)) {
WRITE_VREG(HEVC_SAO_Y_WPTR, cur_pic->dw_y_adr);
WRITE_VREG(HEVC_SAO_C_WPTR, cur_pic->dw_u_v_adr);
}
@@ -3787,45 +3837,38 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
data32 = READ_VREG(HEVC_SAO_CTRL1);
data32 &= (~0x3000);
data32 |= (mem_map_mode <<
- 12);/*
- *[13:12] axi_aformat,
- *0-Linear, 1-32x32, 2-64x32
- */
+ 12);/* [13:12] axi_aformat,
+ 0-Linear, 1-32x32, 2-64x32 */
WRITE_VREG(HEVC_SAO_CTRL1, data32);
data32 = READ_VREG(HEVCD_IPP_AXIIF_CONFIG);
data32 &= (~0x30);
data32 |= (mem_map_mode <<
- 4); /*
- *[5:4] -- address_format
- *00:linear 01:32x32 10:64x32
- */
+ 4); /* [5:4] -- address_format
+ 00:linear 01:32x32 10:64x32 */
WRITE_VREG(HEVCD_IPP_AXIIF_CONFIG, data32);
#else
/* m8baby test1902 */
data32 = READ_VREG(HEVC_SAO_CTRL1);
data32 &= (~0x3000);
data32 |= (mem_map_mode <<
- 12); /*
- *[13:12] axi_aformat, 0-Linear,
- *1-32x32, 2-64x32
- */
+ 12); /* [13:12] axi_aformat, 0-Linear,
+ 1-32x32, 2-64x32 */
data32 &= (~0xff0);
/* data32 |= 0x670; // Big-Endian per 64-bit */
data32 |= endian; /* Big-Endian per 64-bit */
data32 &= (~0x3); /*[1]:dw_disable [0]:cm_disable*/
- if (double_write_mode == 0)
+ if (get_double_write_mode(hevc) == 0)
data32 |= 0x2; /*disable double write*/
- else if (!mmu_enable && (double_write_mode & 0x10))
+ else if (!mmu_enable && (get_double_write_mode(hevc) & 0x10))
data32 |= 0x1; /*disable cm*/
WRITE_VREG(HEVC_SAO_CTRL1, data32);
- if (double_write_mode & 0x10) {
- /*
- *[23:22] dw_v1_ctrl
- *[21:20] dw_v0_ctrl
- *[19:18] dw_h1_ctrl
- *[17:16] dw_h0_ctrl
+ if (get_double_write_mode(hevc) & 0x10) {
+ /* [23:22] dw_v1_ctrl
+ [21:20] dw_v0_ctrl
+ [19:18] dw_h1_ctrl
+ [17:16] dw_h0_ctrl
*/
data32 = READ_VREG(HEVC_SAO_CTRL5);
/*set them all 0 for H265_NV21 (no down-scale)*/
@@ -3846,10 +3889,8 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
data32 = 0;
data32_2 = READ_VREG(HEVC_SAO_CTRL0);
data32_2 &= (~0x300);
- /*
- *slice_deblocking_filter_disabled_flag = 0;
- * ucode has handle it , so read it from ucode directly
- */
+ /* slice_deblocking_filter_disabled_flag = 0;
+ ucode has handle it , so read it from ucode directly */
if (hevc->tile_enabled) {
data32 |=
((misc_flag0 >>
@@ -3865,33 +3906,35 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
0x1; /* ucode has handle it,so read it from ucode directly */
if ((misc_flag0 & (1 << DEBLOCKING_FILTER_OVERRIDE_ENABLED_FLAG_BIT))
&& (misc_flag0 & (1 << DEBLOCKING_FILTER_OVERRIDE_FLAG_BIT))) {
- /*
- *slice_deblocking_filter_disabled_flag =
- *(misc_flag0>>SLICE_DEBLOCKING_FILTER_DISABLED_FLAG_BIT)&0x1;
- * //ucode has handle it , so read it from ucode directly
- */
+ /* slice_deblocking_filter_disabled_flag =
+ (misc_flag0>>SLICE_DEBLOCKING_FILTER_DISABLED_FLAG_BIT)&0x1;
+ //ucode has handle it , so read it from ucode directly */
data32 |= slice_deblocking_filter_disabled_flag << 2;
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("(1,%x)", data32);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0,
+ "(1,%x)", data32);
if (!slice_deblocking_filter_disabled_flag) {
data32 |= (params->p.slice_beta_offset_div2 & 0xf) << 3;
data32 |= (params->p.slice_tc_offset_div2 & 0xf) << 7;
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("(2,%x)", data32);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0,
+ "(2,%x)", data32);
}
} else {
data32 |=
((misc_flag0 >>
PPS_DEBLOCKING_FILTER_DISABLED_FLAG_BIT) &
0x1) << 2;
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("(3,%x)", data32);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0,
+ "(3,%x)", data32);
if (((misc_flag0 >> PPS_DEBLOCKING_FILTER_DISABLED_FLAG_BIT) &
0x1) == 0) {
data32 |= (params->p.pps_beta_offset_div2 & 0xf) << 3;
data32 |= (params->p.pps_tc_offset_div2 & 0xf) << 7;
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("(4,%x)", data32);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0,
+ "(4,%x)", data32);
}
}
if ((misc_flag0 & (1 << PPS_LOOP_FILTER_ACROSS_SLICES_ENABLED_FLAG_BIT))
@@ -3906,8 +3949,9 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
((misc_flag0 >>
SLICE_LOOP_FILTER_ACROSS_SLICES_ENABLED_FLAG_BIT)
& 0x1) << 9;
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("(5,%x)\n", data32);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0,
+ "(5,%x)\n", data32);
} else {
data32 |=
((misc_flag0 >>
@@ -3917,8 +3961,9 @@ static void config_sao_hw(struct hevc_state_s *hevc, union param_u *params)
((misc_flag0 >>
PPS_LOOP_FILTER_ACROSS_SLICES_ENABLED_FLAG_BIT)
& 0x1) << 9;
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("(6,%x)\n", data32);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print_cont(hevc, 0,
+ "(6,%x)\n", data32);
}
WRITE_VREG(HEVC_DBLK_CFG9, data32);
WRITE_VREG(HEVC_SAO_CTRL0, data32_2);
@@ -3928,13 +3973,13 @@ static void clear_used_by_display_flag(struct hevc_state_s *hevc)
{
struct PIC_s *pic;
int i;
-
- if (debug & H265_DEBUG_NOT_USE_LAST_DISPBUF)
+ if (get_dbg_flag(hevc) & H265_DEBUG_NOT_USE_LAST_DISPBUF)
return;
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- pic->used_by_display = 0;
+ pic = hevc->m_PIC[i];
+ if (pic)
+ pic->used_by_display = 0;
}
}
@@ -3948,8 +3993,8 @@ static struct PIC_s *get_new_pic(struct hevc_state_s *hevc,
int ret;
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if (pic->index == -1)
+ pic = hevc->m_PIC[i];
+ if (pic == NULL || pic->index == -1)
continue;
if ((pic->used_by_display) && !mmu_enable
&& ((READ_VCBUS_REG(AFBC_BODY_BADDR) << 4) !=
@@ -3971,14 +4016,17 @@ static struct PIC_s *get_new_pic(struct hevc_state_s *hevc,
int ii;
for (ii = 0; ii < MAX_REF_PIC_NUM; ii++) {
- if (hevc->m_PIC[ii].index == -1)
+ if (hevc->m_PIC[ii] == NULL ||
+ hevc->m_PIC[ii]->index == -1)
break;
}
if (ii < MAX_REF_PIC_NUM) {
- new_pic = &hevc->m_PIC[ii];
- memset(new_pic, 0, sizeof(struct PIC_s));
- new_pic->index = ii;
- new_pic->BUF_index = -1;
+ new_pic = hevc->m_PIC[ii];
+ if (new_pic) {
+ memset(new_pic, 0, sizeof(struct PIC_s));
+ new_pic->index = ii;
+ new_pic->BUF_index = -1;
+ }
}
}
/**/
@@ -3989,14 +4037,17 @@ static struct PIC_s *get_new_pic(struct hevc_state_s *hevc,
}
new_pic->referenced = 1;
- if (new_pic->width != hevc->pic_w || new_pic->height != hevc->pic_h) {
+ if (new_pic->width != hevc->pic_w ||
+ new_pic->height != hevc->pic_h) {
if (re_config_pic_flag) {
/* re config pic for new resolution */
recycle_buf(hevc);
/* if(new_pic->BUF_index == -1){ */
if (config_pic(hevc, new_pic, 0) < 0) {
- if (debug & H265_DEBUG_BUFMGR_MORE) {
- pr_info("Config_pic %d fail\n",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR_MORE) {
+ hevc_print(hevc, 0,
+ "Config_pic %d fail\n",
new_pic->index);
dump_pic_list(hevc);
}
@@ -4008,7 +4059,7 @@ static struct PIC_s *get_new_pic(struct hevc_state_s *hevc,
if (new_pic) {
new_pic->width = hevc->pic_w;
new_pic->height = hevc->pic_h;
- set_canvas(new_pic);
+ set_canvas(hevc, new_pic);
}
}
if (new_pic) {
@@ -4023,6 +4074,8 @@ static struct PIC_s *get_new_pic(struct hevc_state_s *hevc,
new_pic->losless_comp_body_size = hevc->losless_comp_body_size;
new_pic->POC = hevc->curr_POC;
new_pic->pic_struct = hevc->curr_pic_struct;
+ if (new_pic->aux_data_buf)
+ release_aux_data(hevc, new_pic);
}
if (mmu_enable) {
@@ -4048,8 +4101,9 @@ static int get_display_pic_num(struct hevc_state_s *hevc)
int num = 0;
for (i = 0; i < MAX_REF_PIC_NUM; i++) {
- pic = &hevc->m_PIC[i];
- if (pic->index == -1)
+ pic = hevc->m_PIC[i];
+ if (pic == NULL ||
+ pic->index == -1)
continue;
if (pic->output_ready == 1)
@@ -4090,18 +4144,20 @@ static void flush_output(struct hevc_state_s *hevc, struct PIC_s *pic)
pic_display->referenced = 0;
if ((pic_display->error_mark
&& ((hevc->ignore_bufmgr_error & 0x2) == 0))
- || (debug & H265_DEBUG_DISPLAY_CUR_FRAME)
- || (debug & H265_DEBUG_NO_DISPLAY)) {
+ || (get_dbg_flag(hevc) &
+ H265_DEBUG_DISPLAY_CUR_FRAME)
+ || (get_dbg_flag(hevc) &
+ H265_DEBUG_NO_DISPLAY)) {
pic_display->output_ready = 0;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("[BM] Display: POC %d, ",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "[BM] Display: POC %d, ",
pic_display->POC);
- pr_info
- ("decoding index %d ==> ",
+ hevc_print_cont(hevc, 0,
+ "decoding index %d ==> ",
pic_display->decode_idx);
- pr_info
- ("Debug mode or error, recycle it\n");
+ hevc_print_cont(hevc, 0,
+ "Debug mode or error, recycle it\n");
}
} else {
if (i_only_flag & 0x1
@@ -4109,12 +4165,13 @@ static void flush_output(struct hevc_state_s *hevc, struct PIC_s *pic)
pic_display->output_ready = 0;
else {
prepare_display_buf(hevc, pic_display);
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("[BM] flush Display: POC %d, ",
+ if (get_dbg_flag(hevc)
+ & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "[BM] flush Display: POC %d, ",
pic_display->POC);
- pr_info
- ("decoding index %d\n",
+ hevc_print_cont(hevc, 0,
+ "decoding index %d\n",
pic_display->decode_idx);
}
}
@@ -4123,6 +4180,125 @@ static void flush_output(struct hevc_state_s *hevc, struct PIC_s *pic)
} while (pic_display);
}
+static void set_aux_data(struct hevc_state_s *hevc,
+ struct PIC_s *pic, unsigned char suffix_flag)
+{
+ int i;
+ unsigned short *aux_adr;
+ unsigned size_reg_val =
+ READ_VREG(HEVC_AUX_DATA_SIZE);
+ unsigned aux_count = 0;
+ int aux_size = 0;
+ if (suffix_flag) {
+ aux_adr = (unsigned short *)
+ (hevc->aux_addr +
+ hevc->prefix_aux_size);
+ aux_count =
+ ((size_reg_val & 0xffff) << 4)
+ >> 1;
+ aux_size =
+ hevc->suffix_aux_size;
+ } else {
+ aux_adr =
+ (unsigned short *)hevc->aux_addr;
+ aux_count =
+ ((size_reg_val >> 16) << 4)
+ >> 1;
+ aux_size =
+ hevc->prefix_aux_size;
+ }
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR_MORE) {
+ hevc_print(hevc, 0, "%s:old size %d count %d,suf %d\r\n",
+ __func__, pic->aux_data_size, aux_count, suffix_flag);
+ }
+ if (aux_size > 0 && aux_count > 0) {
+ int heads_size = 0;
+ int new_size;
+ char *new_buf;
+ for (i = 0; i < aux_count; i++) {
+ unsigned char tag = aux_adr[i] >> 8;
+ if (tag != 0 && tag != 0xff)
+ heads_size += 8;
+ }
+ new_size = pic->aux_data_size + aux_count + heads_size;
+ new_buf = krealloc(pic->aux_data_buf,
+ new_size,
+ GFP_KERNEL);
+ if (new_buf) {
+ unsigned char *p =
+ new_buf +
+ pic->aux_data_size;
+ unsigned char *h = p;
+ int h_bytes = 8;
+ int len = 0;
+ int padding_len = 0;
+ pic->aux_data_buf = new_buf;
+ pic->aux_data_size += (aux_count + heads_size);
+ for (i = 0; i < aux_count; i += 4) {
+ int ii;
+ unsigned char tag = aux_adr[i + 3] >> 8;
+ if (tag != 0 && tag != 0xff) {
+ if (i > 0) {
+ h[0] = (len >> 24) & 0xff;
+ h[1] = (len >> 16) & 0xff;
+ h[2] = (len >> 8) & 0xff;
+ h[3] = (len >> 0) & 0xff;
+ h[6] = (padding_len >> 8)
+ & 0xff;
+ h[7] = (padding_len) & 0xff;
+ h += (len + 8);
+ h_bytes += 8;
+ len = 0;
+ padding_len = 0;
+ }
+ h[4] = tag;
+ h[5] = 0;
+ h[6] = 0;
+ h[7] = 0;
+ }
+ for (ii = 0; ii < 4; ii++) {
+ unsigned short aa =
+ aux_adr[i + 3
+ - ii];
+ p[h_bytes + i + ii] =
+ aa & 0xff;
+ len++;
+ if ((aa >> 8) == 0xff)
+ padding_len++;
+ }
+ }
+ h[0] = (len >> 24) & 0xff;
+ h[1] = (len >> 16) & 0xff;
+ h[2] = (len >> 8) & 0xff;
+ h[3] = (len >> 0) & 0xff;
+ h[6] = (padding_len >> 8) & 0xff;
+ h[7] = (padding_len) & 0xff;
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR_MORE) {
+ hevc_print(hevc, 0,
+ "aux: (size %d) suffix_flag %d\n",
+ pic->aux_data_size, suffix_flag);
+ for (i = 0; i < pic->aux_data_size; i++) {
+ hevc_print_cont(hevc, 0,
+ "%02x ", pic->aux_data_buf[i]);
+ if (((i + 1) & 0xf) == 0)
+ hevc_print_cont(hevc, 0, "\n");
+ }
+ hevc_print_cont(hevc, 0, "\n");
+ }
+
+ }
+ }
+
+}
+
+static void release_aux_data(struct hevc_state_s *hevc,
+ struct PIC_s *pic)
+{
+ kfree(pic->aux_data_buf);
+ pic->aux_data_buf = NULL;
+ pic->aux_data_size = 0;
+}
+
static inline void hevc_pre_pic(struct hevc_state_s *hevc,
struct PIC_s *pic)
{
@@ -4139,10 +4315,8 @@ static inline void hevc_pre_pic(struct hevc_state_s *hevc,
/*PB skip control */
if (pic->error_mark == 0
&& hevc->PB_skip_mode == 1) {
- /*
- *start decoding after
- *first I
- */
+ /* start decoding after
+ first I */
hevc->ignore_bufmgr_error |= 0x1;
}
if (hevc->ignore_bufmgr_error & 1) {
@@ -4163,21 +4337,22 @@ static inline void hevc_pre_pic(struct hevc_state_s *hevc,
if ((pic_display->error_mark &&
((hevc->ignore_bufmgr_error &
0x2) == 0))
- || (debug &
+ || (get_dbg_flag(hevc) &
H265_DEBUG_DISPLAY_CUR_FRAME)
- || (debug &
+ || (get_dbg_flag(hevc) &
H265_DEBUG_NO_DISPLAY)) {
pic_display->output_ready = 0;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("[BM] Display: POC %d, ",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "[BM] Display: POC %d, ",
pic_display->POC);
- pr_info
- ("decoding index %d ==> ",
+ hevc_print_cont(hevc, 0,
+ "decoding index %d ==> ",
pic_display->
decode_idx);
- pr_info
- ("Debug or err,recycle it\n");
+ hevc_print_cont(hevc, 0,
+ "Debug or err,recycle it\n");
}
} else {
if (i_only_flag & 0x1
@@ -4188,12 +4363,13 @@ static inline void hevc_pre_pic(struct hevc_state_s *hevc,
prepare_display_buf
(hevc,
pic_display);
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("[BM] Display: POC %d, ",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "[BM] Display: POC %d, ",
pic_display->POC);
- pr_info
- ("decoding index %d\n",
+ hevc_print_cont(hevc, 0,
+ "decoding index %d\n",
pic_display->
decode_idx);
}
@@ -4202,13 +4378,13 @@ static inline void hevc_pre_pic(struct hevc_state_s *hevc,
}
} while (pic_display);
} else {
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("[BM] current pic is IDR, ");
- pr_info
- ("clear referenced flag of all buffers\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "[BM] current pic is IDR, ");
+ hevc_print(hevc, 0,
+ "clear referenced flag of all buffers\n");
}
- if (debug & H265_DEBUG_BUFMGR)
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
dump_pic_list(hevc);
pic = get_pic_by_POC(hevc, hevc->iPrevPOC);
flush_output(hevc, pic);
@@ -4219,9 +4395,9 @@ static inline void hevc_pre_pic(struct hevc_state_s *hevc,
static void check_pic_decoded_lcu_count(struct hevc_state_s *hevc)
{
int current_lcu_idx = READ_VREG(HEVC_PARSER_LCU_START)&0xffffff;
-
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("cur lcu idx = %d, (total %d)\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "cur lcu idx = %d, (total %d)\n",
current_lcu_idx, hevc->lcu_total);
}
if ((error_handle_policy & 0x20) == 0 && hevc->cur_pic != NULL) {
@@ -4238,7 +4414,8 @@ static void check_pic_decoded_lcu_count(struct hevc_state_s *hevc)
hevc->cur_pic->error_mark = 1;
}
if (hevc->cur_pic->error_mark)
- pr_info("cur lcu idx = %d, (total %d), set error_mark\n",
+ hevc_print(hevc, 0,
+ "cur lcu idx = %d, (total %d), set error_mark\n",
current_lcu_idx,
hevc->lcu_x_num_pre*hevc->lcu_y_num_pre);
@@ -4251,6 +4428,9 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
union param_u *rpm_param,
int decode_pic_begin)
{
+#ifdef CONFIG_AM_VDEC_DV
+ struct vdec_s *vdec = hw_to_vdec(hevc);
+#endif
int i;
int lcu_x_num_div;
int lcu_y_num_div;
@@ -4302,7 +4482,8 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
if (hevc->pic_w != rpm_param->p.pic_width_in_luma_samples
|| hevc->pic_h !=
rpm_param->p.pic_height_in_luma_samples) {
- pr_info("Pic Width/Height Change (%d,%d)=>(%d,%d), interlace %d\n",
+ hevc_print(hevc, 0,
+ "Pic Width/Height Change (%d,%d)=>(%d,%d), interlace %d\n",
hevc->pic_w, hevc->pic_h,
rpm_param->p.pic_width_in_luma_samples,
rpm_param->p.pic_height_in_luma_samples,
@@ -4314,15 +4495,16 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
hevc->frame_height = hevc->pic_h;
#ifdef LOSLESS_COMPRESS_MODE
if (re_config_pic_flag == 0 &&
- (double_write_mode & 0x10) == 0)
+ (get_double_write_mode(hevc) & 0x10) == 0)
init_decode_head_hw(hevc);
#endif
}
- if (hevc->pic_w * hevc->pic_h > HEVC_SIZE) {
+ if (HEVC_SIZE < hevc->pic_w * hevc->pic_h) {
pr_info("over size : %u x %u.\n",
hevc->pic_w, hevc->pic_h);
- debug |= (H265_DEBUG_DIS_LOC_ERROR_PROC |
+ if (!hevc->m_ins_flag)
+ debug |= (H265_DEBUG_DIS_LOC_ERROR_PROC |
H265_DEBUG_DIS_SYS_ERROR_PROC);
hevc->fatal_error |= DECODER_FATAL_ERROR_SIZE_OVERFLOW;
return -1;
@@ -4330,8 +4512,9 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
/* it will cause divide 0 error */
if (hevc->pic_w == 0 || hevc->pic_h == 0) {
- if (debug) {
- pr_info("Fatal Error, pic_w = %d, pic_h = %d\n",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "Fatal Error, pic_w = %d, pic_h = %d\n",
hevc->pic_w, hevc->pic_h);
}
return 3;
@@ -4341,7 +4524,8 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
3 + rpm_param->
p.log2_diff_max_min_coding_block_size);
if (hevc->lcu_size == 0) {
- pr_info("Error, lcu_size = 0 (%d,%d)\n",
+ hevc_print(hevc, 0,
+ "Error, lcu_size = 0 (%d,%d)\n",
rpm_param->p.
log2_min_coding_block_size_minus3,
rpm_param->p.
@@ -4375,7 +4559,8 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
int iPOClsb = rpm_param->p.POClsb;
if (iMaxPOClsb == 0) {
- pr_info("error iMaxPOClsb is 0\n");
+ hevc_print(hevc, 0,
+ "error iMaxPOClsb is 0\n");
return 3;
}
@@ -4392,9 +4577,9 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
iPOCmsb = iPrevPOCmsb - iMaxPOClsb;
else
iPOCmsb = iPrevPOCmsb;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("iPrePOC%d iMaxPOClsb%d iPOCmsb%d iPOClsb%d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "iPrePOC%d iMaxPOClsb%d iPOCmsb%d iPOClsb%d\n",
hevc->iPrevTid0POC, iMaxPOClsb, iPOCmsb,
iPOClsb);
}
@@ -4410,8 +4595,9 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
if ((hevc->m_temporalId - 1) == 0)
hevc->iPrevTid0POC = hevc->curr_POC;
else {
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("m_temporalID is %d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "m_temporalID is %d\n",
hevc->m_temporalId);
}
}
@@ -4450,11 +4636,12 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
NAL_UNIT_CODED_SLICE_RASL_N ||
hevc->m_nalUnitType ==
NAL_UNIT_CODED_SLICE_TFD)) { /* skip */
- if (debug) {
- pr_info
- ("RASL picture with POC %d < %d ",
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "RASL picture with POC %d < %d ",
hevc->curr_POC, hevc->m_pocRandomAccess);
- pr_info("RandomAccess point POC), skip it\n");
+ hevc_print(hevc, 0,
+ "RandomAccess point POC), skip it\n");
}
return 1;
}
@@ -4480,7 +4667,7 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
}
}
hevc->first_pic_after_recover = 0;
- if (debug & H265_DEBUG_BUFMGR_MORE)
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR_MORE)
dump_pic_list(hevc);
/* prev pic */
hevc_pre_pic(hevc, pic);
@@ -4500,16 +4687,40 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
}
}
-
+#ifdef CONFIG_AM_VDEC_DV
+ if (vdec->master) {
+ struct hevc_state_s *hevc_ba =
+ (struct hevc_state_s *)
+ vdec->master->private;
+ if (hevc_ba->cur_pic != NULL)
+ hevc_ba->cur_pic->dv_enhance_exist = 1;
+ }
+ if (vdec->master == NULL &&
+ vdec->slave == NULL) {
+ if (hevc->cur_pic != NULL)
+ set_aux_data(hevc, hevc->cur_pic, 1);
+ }
+#else
+ if (hevc->cur_pic != NULL)
+ set_aux_data(hevc, hevc->cur_pic, 1);
+#endif
/* new pic */
hevc->cur_pic = get_new_pic(hevc, rpm_param);
if (hevc->cur_pic == NULL) {
- if (debug & H265_DEBUG_BUFMGR)
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
dump_pic_list(hevc);
hevc->wait_buf = 1;
return -1;
}
- if (debug & H265_DEBUG_DISPLAY_CUR_FRAME) {
+#ifdef CONFIG_AM_VDEC_DV
+ hevc->cur_pic->dv_enhance_exist = 0;
+ if (vdec->master == NULL &&
+ vdec->slave == NULL)
+ set_aux_data(hevc, hevc->cur_pic, 0);
+#else
+ set_aux_data(hevc, hevc->cur_pic, 0);
+#endif
+ if (get_dbg_flag(hevc) & H265_DEBUG_DISPLAY_CUR_FRAME) {
hevc->cur_pic->output_ready = 1;
hevc->cur_pic->stream_offset =
READ_VREG(HEVC_SHIFT_BYTE_COUNT);
@@ -4518,6 +4729,20 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
return -1;
}
} else {
+#ifdef CONFIG_AM_VDEC_DV
+ if (vdec->master == NULL &&
+ vdec->slave == NULL) {
+ if (hevc->cur_pic != NULL) {
+ set_aux_data(hevc, hevc->cur_pic, 1);
+ set_aux_data(hevc, hevc->cur_pic, 0);
+ }
+ }
+#else
+ if (hevc->cur_pic != NULL) {
+ set_aux_data(hevc, hevc->cur_pic, 1);
+ set_aux_data(hevc, hevc->cur_pic, 0);
+ }
+#endif
if (hevc->pic_list_init_flag != 3
|| hevc->cur_pic == NULL) {
/* make it dec from the first slice segment */
@@ -4540,6 +4765,15 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
hevc->cur_pic = get_new_pic(hevc, rpm_param);
if (hevc->cur_pic == NULL)
return -1;
+
+#ifdef CONFIG_AM_VDEC_DV
+ hevc->cur_pic->dv_enhance_exist = 0;
+ if (vdec->master == NULL &&
+ vdec->slave == NULL)
+ set_aux_data(hevc, hevc->cur_pic, 0);
+#else
+ set_aux_data(hevc, hevc->cur_pic, 0);
+#endif
hevc->wait_buf = 0;
} else if (hevc->wait_buf ==
2) {
@@ -4548,7 +4782,7 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
return -1;
hevc->wait_buf = 0;
}
- if (debug & H265_DEBUG_BUFMGR_MORE)
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR_MORE)
dump_pic_list(hevc);
}
@@ -4569,8 +4803,9 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
int sao_vb_size = (sao_mem_unit + (2 << 4)) * pic_height_cu;
/* int sao_abv_size = sao_mem_unit*pic_width_cu; */
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("==>%s dec idx %d, struct %d interlace %d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "==>%s dec idx %d, struct %d interlace %d\n",
__func__,
hevc->decode_idx,
hevc->curr_pic_struct,
@@ -4592,13 +4827,15 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
hevc->tile_x = 0;
hevc->tile_y = 0;
hevc->tile_y_x = 0;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("new_tile (new_pic) tile_x=%d, tile_y=%d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "new_tile (new_pic) tile_x=%d, tile_y=%d\n",
hevc->tile_x, hevc->tile_y);
}
} else if (hevc->tile_enabled) {
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("slice_segment_address is %d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "slice_segment_address is %d\n",
rpm_param->p.slice_segment_address);
}
hevc->tile_y_x =
@@ -4610,9 +4847,9 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
hevc->new_tile = 1;
hevc->tile_x = hevc->tile_y_x & 0xff;
hevc->tile_y = (hevc->tile_y_x >> 8) & 0xff;
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info
- ("new_tile seg adr %d tile_x=%d, tile_y=%d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "new_tile seg adr %d tile_x=%d, tile_y=%d\n",
rpm_param->p.slice_segment_address,
hevc->tile_x, hevc->tile_y);
}
@@ -4696,15 +4933,15 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
hevc->col_pic = get_ref_pic_by_POC(hevc, hevc->Col_POC);
if (hevc->col_pic == NULL) {
hevc->cur_pic->error_mark = 1;
- if (debug) {
- pr_info
- ("WRONG,fail to get the pic Col_POC\n");
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "WRONG,fail to get the pic Col_POC\n");
}
} else if (hevc->col_pic->error_mark) {
hevc->cur_pic->error_mark = 1;
- if (debug) {
- pr_info
- ("WRONG, Col_POC error_mark is 1\n");
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "WRONG, Col_POC error_mark is 1\n");
}
}
@@ -4729,8 +4966,9 @@ static int hevc_slice_segment_header_process(struct hevc_state_s *hevc,
if (hevc->cur_pic->error_mark
&& ((hevc->ignore_bufmgr_error & 0x1) == 0)) {
- if (debug)
- pr_info("Discard this picture index %d\n",
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0,
+ "Discard this picture index %d\n",
hevc->cur_pic->index);
return 2;
}
@@ -4790,6 +5028,14 @@ static void hevc_local_uninit(struct hevc_state_s *hevc)
hevc->rpm_ptr = NULL;
hevc->lmem_ptr = NULL;
+ if (hevc->aux_addr) {
+ dma_unmap_single(amports_get_dma_device(),
+ hevc->aux_phy_addr,
+ hevc->prefix_aux_size + hevc->suffix_aux_size,
+ DMA_FROM_DEVICE);
+ kfree(hevc->aux_addr);
+ hevc->aux_addr = NULL;
+ }
if (hevc->rpm_addr) {
dma_unmap_single(amports_get_dma_device(),
hevc->rpm_phy_addr, RPM_BUF_SIZE, DMA_FROM_DEVICE);
@@ -4833,14 +5079,6 @@ static int hevc_local_init(struct hevc_state_s *hevc)
hevc->mc_buf_spec.buf_end = hevc->buf_start + hevc->buf_size;
init_buff_spec(hevc, cur_buf_info);
- if (mmu_enable) {
- hevc->mmu_box = decoder_mmu_box_alloc_box(DRIVER_NAME,
- 0, MAX_REF_PIC_NUM);
- if (!hevc->mmu_box) {
- pr_err("h265 alloc mmu box failed!!\n");
- return -1;
- }
- }
hevc->mc_buf_spec.buf_start = (cur_buf_info->end_adr + 0xffff)
@@ -4857,7 +5095,7 @@ static int hevc_local_init(struct hevc_state_s *hevc)
bit_depth_chroma = hevc->bit_depth_chroma;
video_signal_type = hevc->video_signal_type;
- if ((debug & H265_DEBUG_SEND_PARAM_WITH_REG) == 0) {
+ if ((get_dbg_flag(hevc) & H265_DEBUG_SEND_PARAM_WITH_REG) == 0) {
hevc->rpm_addr = kmalloc(RPM_BUF_SIZE, GFP_KERNEL);
if (hevc->rpm_addr == NULL) {
pr_err("%s: failed to alloc rpm buffer\n", __func__);
@@ -4877,7 +5115,30 @@ static int hevc_local_init(struct hevc_state_s *hevc)
hevc->rpm_ptr = hevc->rpm_addr;
}
- if (debug & H265_DEBUG_UCODE) {
+ if (prefix_aux_buf_size > 0 ||
+ suffix_aux_buf_size > 0) {
+ u32 aux_buf_size;
+ hevc->prefix_aux_size = AUX_BUF_ALIGN(prefix_aux_buf_size);
+ hevc->suffix_aux_size = AUX_BUF_ALIGN(suffix_aux_buf_size);
+ aux_buf_size = hevc->prefix_aux_size + hevc->suffix_aux_size;
+ hevc->aux_addr = kmalloc(aux_buf_size, GFP_KERNEL);
+ if (hevc->aux_addr == NULL) {
+ pr_err("%s: failed to alloc rpm buffer\n", __func__);
+ return -1;
+ }
+
+ hevc->aux_phy_addr = dma_map_single(amports_get_dma_device(),
+ hevc->aux_addr, aux_buf_size, DMA_FROM_DEVICE);
+ if (dma_mapping_error(amports_get_dma_device(),
+ hevc->aux_phy_addr)) {
+ pr_err("%s: failed to map rpm buffer\n", __func__);
+ kfree(hevc->aux_addr);
+ hevc->aux_addr = NULL;
+ return -1;
+ }
+ }
+
+ if (get_dbg_flag(hevc) & H265_DEBUG_UCODE) {
hevc->lmem_addr = kmalloc(LMEM_BUF_SIZE, GFP_KERNEL);
if (hevc->lmem_addr == NULL) {
pr_err("%s: failed to alloc lmem buffer\n", __func__);
@@ -4935,7 +5196,7 @@ static int hevc_local_init(struct hevc_state_s *hevc)
((x)->y_canvas_index << 0))
-static void set_canvas(struct PIC_s *pic)
+static void set_canvas(struct hevc_state_s *hevc, struct PIC_s *pic)
{
int canvas_w = ALIGN(pic->width, 64)/4;
int canvas_h = ALIGN(pic->height, 32)/4;
@@ -4943,11 +5204,11 @@ static void set_canvas(struct PIC_s *pic)
/*CANVAS_BLKMODE_64X32*/
#ifdef SUPPORT_10BIT
- if (double_write_mode) {
+ if (get_double_write_mode(hevc)) {
canvas_w = pic->width;
canvas_h = pic->height;
- if ((double_write_mode == 2) ||
- (double_write_mode == 3)) {
+ if ((get_double_write_mode(hevc) == 2) ||
+ (get_double_write_mode(hevc) == 3)) {
canvas_w >>= 2;
canvas_h >>= 2;
}
@@ -5019,8 +5280,10 @@ static int init_buf_spec(struct hevc_state_s *hevc)
int pic_width = hevc->pic_w;
int pic_height = hevc->pic_h;
- /* pr_info("%s1: %d %d\n", __func__, hevc->pic_w, hevc->pic_h); */
- pr_info("%s2 %d %d\n", __func__, pic_width, pic_height);
+ /* hevc_print(hevc, 0,
+ "%s1: %d %d\n", __func__, hevc->pic_w, hevc->pic_h); */
+ hevc_print(hevc, 0,
+ "%s2 %d %d\n", __func__, pic_width, pic_height);
/* pic_width = hevc->pic_w; */
/* pic_height = hevc->pic_h; */
@@ -5033,13 +5296,116 @@ static int init_buf_spec(struct hevc_state_s *hevc)
return 0;
}
+static int parse_sei(struct hevc_state_s *hevc, char *sei_buf, uint32_t size)
+{
+ char *p = sei_buf;
+ char *p_sei;
+ uint16_t header;
+ uint8_t nal_unit_type;
+ uint8_t payload_type, payload_size;
+ int i, j;
+
+ if (size < 2)
+ return 0;
+ header = *p++;
+ header <<= 8;
+ header += *p++;
+ nal_unit_type = header >> 9;
+ if ((nal_unit_type != NAL_UNIT_SEI)
+ && (nal_unit_type != NAL_UNIT_SEI_SUFFIX))
+ return 0;
+ while (p+2 <= sei_buf+size) {
+ payload_type = *p++;
+ payload_size = *p++;
+ if (p+payload_size <= sei_buf+size) {
+ switch (payload_type) {
+ case SEI_MasteringDisplayColorVolume:
+ hevc_print(hevc, 0,
+ "sei type: primary display color volume %d, size %d\n",
+ payload_type,
+ payload_size);
+ /* master_display_colour */
+ p_sei = p;
+ for (i = 0; i < 3; i++) {
+ for (j = 0; j < 2; j++) {
+ hevc->primaries[i][j]
+ = (*p_sei<<8)
+ | *(p_sei+1);
+ p_sei += 2;
+ }
+ }
+ for (i = 0; i < 2; i++) {
+ hevc->white_point[i]
+ = (*p_sei<<8)
+ | *(p_sei+1);
+ p_sei += 2;
+ }
+ for (i = 0; i < 2; i++) {
+ hevc->luminance[i]
+ = (*p_sei<<24)
+ | (*(p_sei+1)<<16)
+ | (*(p_sei+2)<<8)
+ | *(p_sei+3);
+ p_sei += 4;
+ }
+ hevc->sei_present_flag |=
+ SEI_MASTER_DISPLAY_COLOR_MASK;
+ for (i = 0; i < 3; i++)
+ for (j = 0; j < 2; j++)
+ hevc_print(hevc, 0,
+ "\tprimaries[%1d][%1d] = %04x\n",
+ i, j,
+ hevc->primaries[i][j]);
+ hevc_print(hevc, 0,
+ "\twhite_point = (%04x, %04x)\n",
+ hevc->white_point[0],
+ hevc->white_point[1]);
+ hevc_print(hevc, 0,
+ "\tmax,min luminance = %08x, %08x\n",
+ hevc->luminance[0],
+ hevc->luminance[1]);
+ break;
+ case SEI_ContentLightLevel:
+ hevc_print(hevc, 0,
+ "sei type: max content light level %d, size %d\n",
+ payload_type, payload_size);
+ /* content_light_level */
+ p_sei = p;
+ hevc->content_light_level[0]
+ = (*p_sei<<8) | *(p_sei+1);
+ p_sei += 2;
+ hevc->content_light_level[1]
+ = (*p_sei<<8) | *(p_sei+1);
+ p_sei += 2;
+ hevc->sei_present_flag |=
+ SEI_CONTENT_LIGHT_LEVEL_MASK;
+ hevc_print(hevc, 0,
+ "\tmax cll = %04x, max_pa_cll = %04x\n",
+ hevc->content_light_level[0],
+ hevc->content_light_level[1]);
+ break;
+ default:
+ break;
+ }
+ }
+ p += payload_size;
+ }
+ return 0;
+}
+
static void set_frame_info(struct hevc_state_s *hevc, struct vframe_s *vf)
{
unsigned int ar;
int i, j;
-
- if ((double_write_mode == 2) ||
- (double_write_mode == 3)) {
+ unsigned char index;
+ char *p;
+ unsigned size = 0;
+ unsigned type = 0;
+ struct vframe_master_display_colour_s *vf_dp
+ = &vf->prop.master_display_colour;
+
+ if ((get_double_write_mode(hevc) == 2) ||
+ (get_double_write_mode(hevc) == 3)) {
vf->width = hevc->frame_width/4;
vf->height = hevc->frame_height/4;
} else {
@@ -5059,22 +5425,56 @@ static void set_frame_info(struct hevc_state_s *hevc, struct vframe_s *vf)
else
vf->signal_type = 0;
+ /* parser sei */
+ index = vf->index & 0xff;
+ if (index != 0xff && index >= 0
+ && index < MAX_REF_PIC_NUM
+ && hevc->m_PIC[index]
+ && hevc->m_PIC[index]->aux_data_buf
+ && hevc->m_PIC[index]->aux_data_size) {
+ p = hevc->m_PIC[index]->aux_data_buf;
+ while (p < hevc->m_PIC[index]->aux_data_buf
+ + hevc->m_PIC[index]->aux_data_size - 8) {
+ size = *p++;
+ size = (size << 8) | *p++;
+ size = (size << 8) | *p++;
+ size = (size << 8) | *p++;
+ type = *p++;
+ type = (type << 8) | *p++;
+ type = (type << 8) | *p++;
+ type = (type << 8) | *p++;
+ if (type == 0x02000000) {
+ /* hevc_print(hevc, 0, "sei(%d)\n", size); */
+ parse_sei(hevc, p, size);
+ }
+ p += size;
+ }
+ }
+
/* master_display_colour */
if (hevc->sei_present_flag & SEI_MASTER_DISPLAY_COLOR_MASK) {
for (i = 0; i < 3; i++)
for (j = 0; j < 2; j++)
- vf->prop.master_display_colour.primaries[i][j]
- = hevc->primaries[i][j];
+ vf_dp->primaries[i][j] = hevc->primaries[i][j];
for (i = 0; i < 2; i++) {
- vf->prop.master_display_colour.white_point[i]
- = hevc->white_point[i];
- vf->prop.master_display_colour.luminance[i]
+ vf_dp->white_point[i] = hevc->white_point[i];
+ vf_dp->luminance[i]
= hevc->luminance[i];
}
- vf->prop.master_display_colour.present_flag = 1;
+ vf_dp->present_flag = 1;
} else
- vf->prop.master_display_colour.present_flag = 0;
-
+ vf_dp->present_flag = 0;
+
+ /* content_light_level */
+ if (hevc->sei_present_flag & SEI_CONTENT_LIGHT_LEVEL_MASK) {
+ vf_dp->content_light_level.max_content
+ = hevc->content_light_level[0];
+ vf_dp->content_light_level.max_pic_average
+ = hevc->content_light_level[1];
+ vf_dp->content_light_level.present_flag = 1;
+ } else
+ vf_dp->content_light_level.present_flag = 0;
+ return;
}
static int vh265_vf_states(struct vframe_states *states, void *op_arg)
@@ -5134,8 +5534,9 @@ static struct vframe_s *vh265_vf_get(void *op_arg)
step = 2;
if (kfifo_get(&hevc->display_q, &vf)) {
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("%s(type %d index 0x%x)\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s(type %d index 0x%x)\n",
__func__, vf->type, vf->index);
hevc->show_frame_num++;
@@ -5156,23 +5557,24 @@ static void vh265_vf_put(struct vframe_s *vf, void *op_arg)
#endif
unsigned char index_top = vf->index & 0xff;
unsigned char index_bot = (vf->index >> 8) & 0xff;
-
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("%s(type %d index 0x%x)\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s(type %d index 0x%x)\n",
__func__, vf->type, vf->index);
kfifo_put(&hevc->newframe_q, (const struct vframe_s *)vf);
spin_lock_irqsave(&lock, flags);
if (index_top != 0xff && index_top >= 0
- && index_top < MAX_REF_PIC_NUM) {
- if (hevc->m_PIC[index_top].vf_ref > 0) {
- hevc->m_PIC[index_top].vf_ref--;
+ && index_top < MAX_REF_PIC_NUM
+ && hevc->m_PIC[index_top]) {
+ if (hevc->m_PIC[index_top]->vf_ref > 0) {
+ hevc->m_PIC[index_top]->vf_ref--;
- if (hevc->m_PIC[index_top].vf_ref == 0) {
- hevc->m_PIC[index_top].output_ready = 0;
+ if (hevc->m_PIC[index_top]->vf_ref == 0) {
+ hevc->m_PIC[index_top]->output_ready = 0;
if (mmu_enable)
- hevc->m_PIC[index_top].
+ hevc->m_PIC[index_top]->
used_by_display = 0;
hevc->last_put_idx_a = index_top;
if (hevc->wait_buf != 0)
@@ -5183,14 +5585,15 @@ static void vh265_vf_put(struct vframe_s *vf, void *op_arg)
}
if (index_bot != 0xff && index_bot >= 0
- && index_bot < MAX_REF_PIC_NUM) {
- if (hevc->m_PIC[index_bot].vf_ref > 0) {
- hevc->m_PIC[index_bot].vf_ref--;
+ && index_bot < MAX_REF_PIC_NUM
+ && hevc->m_PIC[index_bot]) {
+ if (hevc->m_PIC[index_bot]->vf_ref > 0) {
+ hevc->m_PIC[index_bot]->vf_ref--;
- if (hevc->m_PIC[index_bot].vf_ref == 0) {
+ if (hevc->m_PIC[index_bot]->vf_ref == 0) {
clear_used_by_display_flag(hevc);
- hevc->m_PIC[index_bot].output_ready = 0;
- hevc->last_put_idx_b = index_bot;
+ hevc->m_PIC[index_bot]->output_ready = 0;
+ hevc->last_put_idx_b = index_bot;
if (hevc->wait_buf != 0)
WRITE_VREG(HEVC_ASSIST_MBOX1_IRQ_REG,
0x1);
@@ -5200,12 +5603,17 @@ static void vh265_vf_put(struct vframe_s *vf, void *op_arg)
spin_unlock_irqrestore(&lock, flags);
}
-static int vh265_event_cb(int type, void *data, void *private_data)
+static int vh265_event_cb(int type, void *data, void *op_arg)
{
+ unsigned long flags;
+#ifdef MULTI_INSTANCE_SUPPORT
+ struct vdec_s *vdec = op_arg;
+ struct hevc_state_s *hevc = (struct hevc_state_s *)vdec->private;
+#else
+ struct hevc_state_s *hevc = (struct hevc_state_s *)op_arg;
+#endif
if (type & VFRAME_EVENT_RECEIVER_RESET) {
#if 0
- unsigned long flags;
-
amhevc_stop();
#ifndef CONFIG_POST_PROCESS_MANAGER
vf_light_unreg_provider(&vh265_vf_prov);
@@ -5219,6 +5627,34 @@ static int vh265_event_cb(int type, void *data, void *private_data)
#endif
amhevc_start();
#endif
+ } else if (type & VFRAME_EVENT_RECEIVER_GET_AUX_DATA) {
+ struct provider_aux_req_s *req =
+ (struct provider_aux_req_s *)data;
+ unsigned char index;
+ spin_lock_irqsave(&lock, flags);
+ index = req->vf->index & 0xff;
+ req->aux_buf = NULL;
+ req->aux_size = 0;
+ if (req->bot_flag)
+ index = (req->vf->index >> 8) & 0xff;
+ if (index != 0xff && index >= 0
+ && index < MAX_REF_PIC_NUM
+ && hevc->m_PIC[index]) {
+ req->aux_buf = hevc->m_PIC[index]->aux_data_buf;
+ req->aux_size = hevc->m_PIC[index]->aux_data_size;
+#ifdef CONFIG_AM_VDEC_DV
+ req->dv_enhance_exist =
+ hevc->m_PIC[index]->dv_enhance_exist;
+#else
+ req->dv_enhance_exist = 0;
+#endif
+ }
+ spin_unlock_irqrestore(&lock, flags);
+
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s(type 0x%x vf index 0x%x)=>size 0x%x\n",
+ __func__, type, index, req->aux_size);
}
return 0;
@@ -5229,9 +5665,9 @@ static int process_pending_vframe(struct hevc_state_s *hevc,
struct PIC_s *pair_pic, unsigned char pair_frame_top_flag)
{
struct vframe_s *vf;
-
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("%s: pair_pic index 0x%x %s\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s: pair_pic index 0x%x %s\n",
__func__, pair_pic->index,
pair_frame_top_flag ?
"top" : "bot");
@@ -5239,11 +5675,13 @@ static int process_pending_vframe(struct hevc_state_s *hevc,
if (kfifo_len(&hevc->pending_q) > 1) {
/* do not pending more than 1 frame */
if (kfifo_get(&hevc->pending_q, &vf) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("%s warning(1), vf=>display_q: (index 0x%x)\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s warning(1), vf=>display_q: (index 0x%x)\n",
__func__, vf->index);
kfifo_put(&hevc->display_q, (const struct vframe_s *)vf);
}
@@ -5255,11 +5693,13 @@ static int process_pending_vframe(struct hevc_state_s *hevc,
*do not use it
*/
if (kfifo_get(&hevc->pending_q, &vf) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("%s warning(2), vf=>display_q: (index 0x%x)\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s warning(2), vf=>display_q: (index 0x%x)\n",
__func__, vf->index);
if (vf)
kfifo_put(&hevc->display_q,
@@ -5267,7 +5707,8 @@ static int process_pending_vframe(struct hevc_state_s *hevc,
} else if ((!pair_frame_top_flag) &&
(((vf->index >> 8) & 0xff) == 0xff)) {
if (kfifo_get(&hevc->pending_q, &vf) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
if (vf) {
@@ -5279,14 +5720,16 @@ static int process_pending_vframe(struct hevc_state_s *hevc,
pair_pic->vf_ref++;
kfifo_put(&hevc->display_q,
(const struct vframe_s *)vf);
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("%s vf => display_q: (index 0x%x)\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s vf => display_q: (index 0x%x)\n",
__func__, vf->index);
}
} else if (pair_frame_top_flag &&
((vf->index & 0xff) == 0xff)) {
if (kfifo_get(&hevc->pending_q, &vf) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
if (vf) {
@@ -5298,8 +5741,9 @@ static int process_pending_vframe(struct hevc_state_s *hevc,
pair_pic->vf_ref++;
kfifo_put(&hevc->display_q,
(const struct vframe_s *)vf);
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("%s vf => display_q: (index 0x%x)\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "%s vf => display_q: (index 0x%x)\n",
__func__, vf->index);
}
}
@@ -5307,7 +5751,21 @@ static int process_pending_vframe(struct hevc_state_s *hevc,
return 0;
}
#endif
-
+static void update_vf_memhandle(struct hevc_state_s *hevc,
+ struct vframe_s *vf, int index)
+{
+ if (index < 0)
+ vf->mem_handle = NULL;
+ else if (vf->type & VIDTYPE_SCATTER)
+ vf->mem_handle =
+ decoder_mmu_box_get_mem_handle(
+ hevc->mmu_box, index);
+ else
+ vf->mem_handle =
+ decoder_bmmu_box_get_mem_handle(
+ hevc->bmmu_box, index);
+ return;
+}
static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
{
struct vframe_s *vf = NULL;
@@ -5315,16 +5773,19 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
unsigned short slice_type = pic->slice_type;
if (kfifo_get(&hevc->newframe_q, &vf) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
if (vf) {
- /*
- *if (pts_lookup_offset(PTS_TYPE_VIDEO,
- *stream_offset, &vf->pts, 0) != 0) {
- */
- if (pts_lookup_offset_us64
+ if (hevc->m_ins_flag) {
+ vf->pts = pic->pts;
+ vf->pts_us64 = pic->pts64;
+ }
+ /* if (pts_lookup_offset(PTS_TYPE_VIDEO,
+ stream_offset, &vf->pts, 0) != 0) { */
+ else if (pts_lookup_offset_us64
(PTS_TYPE_VIDEO, stream_offset, &vf->pts, 0,
&vf->pts_us64) != 0) {
#ifdef DEBUG_PTS
@@ -5352,8 +5813,8 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
PTS_MODE_SWITCHING_THRESHOLD) {
hevc->pts_mode =
PTS_NONE_REF_USE_DURATION;
- pr_info
- ("HEVC: switch to n_d mode.\n");
+ hevc_print(hevc, 0,
+ "HEVC: switch to n_d mode.\n");
}
} else {
@@ -5385,9 +5846,9 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
(DUR2PTS(hevc->frame_dur) * 100 / 9);
}
hevc->last_pts_us64 = vf->pts_us64;
- if ((debug & H265_DEBUG_OUT_PTS) != 0) {
- pr_info
- ("H265 dec out pts: vf->pts=%d, vf->pts_us64 = %lld\n",
+ if ((get_dbg_flag(hevc) & H265_DEBUG_OUT_PTS) != 0) {
+ hevc_print(hevc, 0,
+ "H265 dec out pts: vf->pts=%d, vf->pts_us64 = %lld\n",
vf->pts, vf->pts_us64);
}
@@ -5404,7 +5865,7 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
vf->index = 0xff00 | pic->index;
#if 1
/*SUPPORT_10BIT*/
- if (double_write_mode & 0x10) {
+ if (get_double_write_mode(hevc) & 0x10) {
/* double write only */
vf->compBodyAddr = 0;
vf->compHeadAddr = 0;
@@ -5422,19 +5883,21 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
/*head adr*/
vf->canvas0Addr = vf->canvas1Addr = 0;
}
- if (double_write_mode) {
+ if (get_double_write_mode(hevc)) {
vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
vf->type |= VIDTYPE_VIU_NV21;
- if (double_write_mode == 3)
+ if (get_double_write_mode(hevc) == 3)
vf->type |= VIDTYPE_COMPRESS;
+ if (mmu_enable)
+ vf->type |= VIDTYPE_SCATTER;
#ifdef MULTI_INSTANCE_SUPPORT
- if (hevc->m_ins_flag &&
- (debug & USE_OLD_PROVIDER) == 0) {
- vf->canvas0Addr = vf->canvas1Addr = -1;
- vf->canvas0_config[0] =
- pic->canvas_config[0];
- vf->canvas0_config[1] =
- pic->canvas_config[1];
+ if (hevc->m_ins_flag) {
+ vf->canvas0Addr = vf->canvas1Addr = -1;
+ vf->plane_num = 2;
+ vf->canvas0_config[0] =
+ pic->canvas_config[0];
+ vf->canvas0_config[1] =
+ pic->canvas_config[1];
vf->canvas1_config[0] =
pic->canvas_config[0];
@@ -5454,7 +5917,7 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
}
vf->compWidth = pic->width;
vf->compHeight = pic->height;
-
+ update_vf_memhandle(hevc, vf, pic->index);
switch (hevc->bit_depth_luma) {
case 9:
vf->bitdepth = BITDEPTH_Y9;
@@ -5485,15 +5948,12 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
vf->canvas0Addr = vf->canvas1Addr = spec2canvas(pic);
#endif
set_frame_info(hevc, vf);
- /*
- *if((vf->width!=pic->width)||(vf->height!=pic->height))
- */
- /*
- *pr_info("aaa: %d/%d, %d/%d\n",
- *vf->width,vf->height, pic->width, pic->height);
- */
- if ((double_write_mode == 2) ||
- (double_write_mode == 3)) {
+ /* if((vf->width!=pic->width)||(vf->height!=pic->height)) */
+ /* hevc_print(hevc, 0,
+ "aaa: %d/%d, %d/%d\n",
+ vf->width,vf->height, pic->width, pic->height); */
+ if ((get_double_write_mode(hevc) == 2) ||
+ (get_double_write_mode(hevc) == 3)) {
vf->width = pic->width/4;
vf->height = pic->height/4;
} else {
@@ -5519,7 +5979,8 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
* hevc->xxx can only be used by current decoded pic
*/
if (hevc->param.p.conformance_window_flag &&
- (debug & H265_DEBUG_IGNORE_CONFORMANCE_WINDOW) == 0) {
+ (get_dbg_flag(hevc) &
+ H265_DEBUG_IGNORE_CONFORMANCE_WINDOW) == 0) {
unsigned SubWidthC, SubHeightC;
switch (hevc->param.p.chroma_format_idc) {
@@ -5542,8 +6003,9 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
vf->height -= SubHeightC *
(hevc->param.p.conf_win_top_offset +
hevc->param.p.conf_win_bottom_offset);
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("conformance_window %d, %d, %d, %d, %d => cropped width %d, height %d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "conformance_window %d, %d, %d, %d, %d => cropped width %d, height %d\n",
hevc->param.p.chroma_format_idc,
hevc->param.p.conf_win_left_offset,
hevc->param.p.conf_win_right_offset,
@@ -5555,14 +6017,15 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
#ifdef HEVC_PIC_STRUCT_SUPPORT
if (pic->pic_struct == 3 || pic->pic_struct == 4) {
struct vframe_s *vf2;
-
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("pic_struct = %d index 0x%x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "pic_struct = %d index 0x%x\n",
pic->pic_struct,
pic->index);
if (kfifo_get(&hevc->newframe_q, &vf2) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
pic->vf_ref = 2;
@@ -5587,18 +6050,20 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
} else if (pic->pic_struct == 5
|| pic->pic_struct == 6) {
struct vframe_s *vf2, *vf3;
-
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("pic_struct = %d index 0x%x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "pic_struct = %d index 0x%x\n",
pic->pic_struct,
pic->index);
if (kfifo_get(&hevc->newframe_q, &vf2) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
if (kfifo_get(&hevc->newframe_q, &vf3) == 0) {
- pr_info("fatal error, no available buffer slot.");
+ hevc_print(hevc, 0,
+ "fatal error, no available buffer slot.");
return -1;
}
pic->vf_ref = 3;
@@ -5630,8 +6095,9 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
} else if (pic->pic_struct == 9
|| pic->pic_struct == 10) {
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("pic_struct = %d index 0x%x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "pic_struct = %d index 0x%x\n",
pic->pic_struct,
pic->index);
@@ -5665,8 +6131,9 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
} else if (pic->pic_struct == 11
|| pic->pic_struct == 12) {
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("pic_struct = %d index 0x%x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "pic_struct = %d index 0x%x\n",
pic->pic_struct,
pic->index);
pic->vf_ref = 1;
@@ -5696,8 +6163,9 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
} else {
pic->vf_ref = 1;
- if (debug & H265_DEBUG_PIC_STRUCT)
- pr_info("pic_struct = %d index 0x%x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PIC_STRUCT)
+ hevc_print(hevc, 0,
+ "pic_struct = %d index 0x%x\n",
pic->pic_struct,
pic->index);
@@ -5729,11 +6197,6 @@ static int prepare_display_buf(struct hevc_state_s *hevc, struct PIC_s *pic)
}
#else
vf->type_original = vf->type;
-
- if (mmu_enable)
- vf->mem_handle =
- decoder_mmu_box_get_mem_handle(
- hevc->mmu_box, pic->index);
pic->vf_ref = 1;
kfifo_put(&hevc->display_q, (const struct vframe_s *)vf);
#endif
@@ -5749,17 +6212,18 @@ static void process_nal_sei(struct hevc_state_s *hevc,
int payload_type, int payload_size)
{
unsigned short data;
-
- if (debug & H265_DEBUG_PRINT_SEI)
- pr_info("\tsei message: payload_type = 0x%02x, payload_size = 0x%02x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PRINT_SEI)
+ hevc_print(hevc, 0,
+ "\tsei message: payload_type = 0x%02x, payload_size = 0x%02x\n",
payload_type, payload_size);
if (payload_type == 137) {
int i, j;
/* MASTERING_DISPLAY_COLOUR_VOLUME */
if (payload_size >= 24) {
- if (debug & H265_DEBUG_PRINT_SEI)
- pr_info("\tsei MASTERING_DISPLAY_COLOUR_VOLUME available\n");
+ if (get_dbg_flag(hevc) & H265_DEBUG_PRINT_SEI)
+ hevc_print(hevc, 0,
+ "\tsei MASTERING_DISPLAY_COLOUR_VOLUME available\n");
for (i = 0; i < 3; i++) {
for (j = 0; j < 2; j++) {
data =
@@ -5767,8 +6231,10 @@ static void process_nal_sei(struct hevc_state_s *hevc,
hevc->primaries[i][j] = data;
WRITE_HREG(HEVC_SHIFT_COMMAND,
(1<<7)|16);
- if (debug & H265_DEBUG_PRINT_SEI)
- pr_info("\t\tprimaries[%1d][%1d] = %04x\n",
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_PRINT_SEI)
+ hevc_print(hevc, 0,
+ "\t\tprimaries[%1d][%1d] = %04x\n",
i, j, hevc->primaries[i][j]);
}
}
@@ -5776,24 +6242,27 @@ static void process_nal_sei(struct hevc_state_s *hevc,
data = (READ_HREG(HEVC_SHIFTED_DATA) >> 16);
hevc->white_point[i] = data;
WRITE_HREG(HEVC_SHIFT_COMMAND, (1<<7)|16);
- if (debug & H265_DEBUG_PRINT_SEI)
- pr_info("\t\twhite_point[%1d] = %04x\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_PRINT_SEI)
+ hevc_print(hevc, 0,
+ "\t\twhite_point[%1d] = %04x\n",
i, hevc->white_point[i]);
}
for (i = 0; i < 2; i++) {
- data =
- (READ_HREG(HEVC_SHIFTED_DATA) >> 16);
- hevc->luminance[i] = data << 16;
- WRITE_HREG(HEVC_SHIFT_COMMAND,
- (1<<7)|16);
- data =
- (READ_HREG(HEVC_SHIFTED_DATA) >> 16);
- hevc->luminance[i] |= data;
- WRITE_HREG(HEVC_SHIFT_COMMAND,
- (1<<7)|16);
- if (debug & H265_DEBUG_PRINT_SEI)
- pr_info("\t\tluminance[%1d] = %08x\n",
- i, hevc->luminance[i]);
+ data =
+ (READ_HREG(HEVC_SHIFTED_DATA) >> 16);
+ hevc->luminance[i] = data << 16;
+ WRITE_HREG(HEVC_SHIFT_COMMAND,
+ (1<<7)|16);
+ data =
+ (READ_HREG(HEVC_SHIFTED_DATA) >> 16);
+ hevc->luminance[i] |= data;
+ WRITE_HREG(HEVC_SHIFT_COMMAND,
+ (1<<7)|16);
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_PRINT_SEI)
+ hevc_print(hevc, 0,
+ "\t\tluminance[%1d] = %08x\n",
+ i, hevc->luminance[i]);
}
hevc->sei_present_flag |= SEI_MASTER_DISPLAY_COLOR_MASK;
}
@@ -5802,13 +6271,14 @@ static void process_nal_sei(struct hevc_state_s *hevc,
data = (READ_HREG(HEVC_SHIFTED_DATA) >> 24);
payload_size--;
WRITE_HREG(HEVC_SHIFT_COMMAND, (1<<7)|8);
- pr_info("\t\tskip byte %02x\n", data);
+ hevc_print(hevc, 0, "\t\tskip byte %02x\n", data);
}
}
}
-static void hevc_recover(struct hevc_state_s *hevc)
+static int hevc_recover(struct hevc_state_s *hevc)
{
+ int ret = -1;
u32 rem;
u64 shift_byte_count64;
unsigned hevc_shift_byte_count;
@@ -5819,20 +6289,26 @@ static void hevc_recover(struct hevc_state_s *hevc)
unsigned hevc_stream_control;
unsigned hevc_stream_fifo_ctl;
unsigned hevc_stream_buf_size;
+ mutex_lock(&vh265_mutex);
#if 0
for (i = 0; i < (hevc->debug_ptr_size / 2); i += 4) {
int ii;
for (ii = 0; ii < 4; ii++)
- pr_info("%04x ", hevc->debug_ptr[i + 3 - ii]);
+ hevc_print(hevc, 0,
+ "%04x ", hevc->debug_ptr[i + 3 - ii]);
if (((i + ii) & 0xf) == 0)
- pr_info("\n");
+ hevc_print(hevc, 0, "\n");
}
#endif
#define ES_VID_MAN_RD_PTR (1<<0)
-
+ if (!hevc->init_flag) {
+ hevc_print(hevc, 0, "h265 has stopped, recover return!\n");
+ mutex_unlock(&vh265_mutex);
+ return ret;
+ }
amhevc_stop();
-
+ ret = 0;
/* reset */
WRITE_MPEG_REG(PARSER_VIDEO_RP, READ_VREG(HEVC_STREAM_RD_PTR));
SET_MPEG_REG_MASK(PARSER_ES_CONTROL, ES_VID_MAN_RD_PTR);
@@ -5845,10 +6321,8 @@ static void hevc_recover(struct hevc_state_s *hevc)
hevc_stream_fifo_ctl = READ_VREG(HEVC_STREAM_FIFO_CTL);
hevc_stream_buf_size = hevc_stream_end_addr - hevc_stream_start_addr;
- /*
- *HEVC streaming buffer will reset and restart
- *from current hevc_stream_rd_ptr position
- */
+ /* HEVC streaming buffer will reset and restart
+ from current hevc_stream_rd_ptr position */
/* calculate HEVC_SHIFT_BYTE_COUNT value with the new position. */
hevc_shift_byte_count = READ_VREG(HEVC_SHIFT_BYTE_COUNT);
if ((hevc->shift_byte_count_lo & (1 << 31))
@@ -5892,7 +6366,7 @@ static void hevc_recover(struct hevc_state_s *hevc)
hevc->have_valid_start_slice = 0;
- if (double_write_mode & 0x10)
+ if (get_double_write_mode(hevc) & 0x10)
WRITE_VREG(HEVCD_MPP_DECOMP_CTL1,
0x1 << 31 /*/Enable NV21 reference read mode for MC*/
);
@@ -5907,7 +6381,7 @@ static void hevc_recover(struct hevc_state_s *hevc)
CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL, ES_VID_MAN_RD_PTR);
- if (debug & H265_DEBUG_UCODE)
+ if (get_dbg_flag(hevc) & H265_DEBUG_UCODE)
WRITE_VREG(DEBUG_REG1, 0x1);
else
WRITE_VREG(DEBUG_REG1, 0x0);
@@ -5924,11 +6398,17 @@ static void hevc_recover(struct hevc_state_s *hevc)
WRITE_VREG(NAL_SEARCH_CTL, 0x1);/* manual parser NAL */
}
- if (debug & H265_DEBUG_NO_EOS_SEARCH_DONE)
+ if (get_dbg_flag(hevc) & H265_DEBUG_NO_EOS_SEARCH_DONE)
WRITE_VREG(NAL_SEARCH_CTL, READ_VREG(NAL_SEARCH_CTL) | 0x10000);
- if (parser_sei_enable & 0x1)
- WRITE_VREG(NAL_SEARCH_CTL,
- READ_VREG(NAL_SEARCH_CTL) | 0x20000);
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL)
+ | ((parser_sei_enable & 0x7) << 17));
+#ifdef CONFIG_AM_VDEC_DV
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL) |
+ ((parser_dolby_vision_enable & 0x1) << 20));
+#endif
+ config_decode_mode(hevc);
WRITE_VREG(DECODE_STOP_POS, decode_stop_pos);
/* if (amhevc_loadmc(vh265_mc) < 0) { */
@@ -5941,15 +6421,16 @@ static void hevc_recover(struct hevc_state_s *hevc)
for (ii = 0; ii < 4; ii++) {
/* hevc->debug_ptr[i+3-ii]=ttt++; */
- pr_info("%04x ", hevc->debug_ptr[i + 3 - ii]);
+ hevc_print(hevc, 0,
+ "%04x ", hevc->debug_ptr[i + 3 - ii]);
}
if (((i + ii) & 0xf) == 0)
- pr_info("\n");
+ hevc_print(hevc, 0, "\n");
}
#endif
init_pic_list_hw(hevc);
- pr_info("%s HEVC_SHIFT_BYTE_COUNT=%x\n", __func__,
+ hevc_print(hevc, 0, "%s HEVC_SHIFT_BYTE_COUNT=%x\n", __func__,
READ_VREG(HEVC_SHIFT_BYTE_COUNT));
amhevc_start();
@@ -5960,7 +6441,8 @@ static void hevc_recover(struct hevc_state_s *hevc)
#ifdef ERROR_HANDLE_DEBUG
if (dbg_nal_skip_count & 0x20000) {
dbg_nal_skip_count &= ~0x20000;
- return;
+ mutex_unlock(&vh265_mutex);
+ return ret;
}
#endif
WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
@@ -5970,16 +6452,287 @@ static void hevc_recover(struct hevc_state_s *hevc)
if (!hevc->m_ins_flag)
#endif
hevc->first_pic_after_recover = 1;
+ mutex_unlock(&vh265_mutex);
+ return ret;
}
+static void dump_aux_buf(struct hevc_state_s *hevc)
+{
+ int i;
+ unsigned short *aux_adr =
+ (unsigned short *)
+ hevc->aux_addr;
+ unsigned aux_size =
+ (READ_VREG(HEVC_AUX_DATA_SIZE)
+ >> 16) << 4;
+
+ if (hevc->prefix_aux_size > 0) {
+ hevc_print(hevc, 0,
+ "prefix aux: (size %d)\n",
+ aux_size);
+ for (i = 0; i <
+ (aux_size >> 1); i++) {
+ hevc_print_cont(hevc, 0,
+ "%04x ",
+ *(aux_adr + i));
+ if (((i + 1) & 0xf)
+ == 0)
+ hevc_print_cont(hevc,
+ 0, "\n");
+ }
+ }
+ if (hevc->suffix_aux_size > 0) {
+ aux_adr = (unsigned short *)
+ (hevc->aux_addr +
+ hevc->prefix_aux_size);
+ aux_size =
+ (READ_VREG(HEVC_AUX_DATA_SIZE) & 0xffff)
+ << 4;
+ hevc_print(hevc, 0,
+ "suffix aux: (size %d)\n",
+ aux_size);
+ for (i = 0; i <
+ (aux_size >> 1); i++) {
+ hevc_print_cont(hevc, 0,
+ "%04x ", *(aux_adr + i));
+ if (((i + 1) & 0xf) == 0)
+ hevc_print_cont(hevc, 0, "\n");
+ }
+ }
+}
static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
{
struct hevc_state_s *hevc = (struct hevc_state_s *) data;
unsigned int dec_status = hevc->dec_status;
int i, ret;
+#ifdef CONFIG_AM_VDEC_DV
+ struct vdec_s *vdec = hw_to_vdec(hevc);
+#endif
+ if (hevc->error_flag == 1) {
+ if ((error_handle_policy & 0x10) == 0) {
+ if (hevc->cur_pic) {
+ int current_lcu_idx =
+ READ_VREG(HEVC_PARSER_LCU_START)
+ & 0xffffff;
+ if (current_lcu_idx <
+ ((hevc->lcu_x_num*hevc->lcu_y_num)-1))
+ hevc->cur_pic->error_mark = 1;
+
+ }
+ }
+ if ((error_handle_policy & 1) == 0) {
+ hevc->error_skip_nal_count = 1;
+ /* manual search nal, skip error_skip_nal_count
+ of nal and trigger the HEVC_NAL_SEARCH_DONE irq */
+ WRITE_VREG(NAL_SEARCH_CTL,
+ (error_skip_nal_count << 4) | 0x1);
+ } else {
+ hevc->error_skip_nal_count = error_skip_nal_count;
+ WRITE_VREG(NAL_SEARCH_CTL, 0x1);/* manual parser NAL */
+ }
+ if (get_dbg_flag(hevc) & H265_DEBUG_NO_EOS_SEARCH_DONE) {
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL) | 0x10000);
+ }
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL)
+ | ((parser_sei_enable & 0x7) << 17));
+#ifdef CONFIG_AM_VDEC_DV
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL) |
+ ((parser_dolby_vision_enable & 0x1) << 20));
+#endif
+ config_decode_mode(hevc);
+ /* search new nal */
+ WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
+ /* Interrupt Amrisc to excute */
+ WRITE_VREG(HEVC_MCPU_INTR_REQ, AMRISC_MAIN_REQ);
+
+ /* hevc_print(hevc, 0,
+ "%s: error handle\n", __func__); */
+ hevc->error_flag = 2;
+ return IRQ_HANDLED;
+ } else if (hevc->error_flag == 3) {
+ hevc_print(hevc, 0, "error_flag=3, hevc_recover\n");
+ hevc_recover(hevc);
+ hevc->error_flag = 0;
+
+ if ((error_handle_policy & 0x10) == 0) {
+ if (hevc->cur_pic) {
+ int current_lcu_idx =
+ READ_VREG(HEVC_PARSER_LCU_START)
+ & 0xffffff;
+ if (current_lcu_idx <
+ ((hevc->lcu_x_num*hevc->lcu_y_num)-1))
+ hevc->cur_pic->error_mark = 1;
+ }
+ }
+ if ((error_handle_policy & 1) == 0) {
+ /* need skip some data when
+ error_flag of 3 is triggered, */
+ /* to avoid hevc_recover() being called
+ for many times at the same bitstream position */
+ hevc->error_skip_nal_count = 1;
+ /* manual search nal, skip error_skip_nal_count
+ of nal and trigger the HEVC_NAL_SEARCH_DONE irq */
+ WRITE_VREG(NAL_SEARCH_CTL,
+ (error_skip_nal_count << 4) | 0x1);
+ }
+ if ((error_handle_policy & 0x2) == 0) {
+ hevc->have_vps = 1;
+ hevc->have_sps = 1;
+ hevc->have_pps = 1;
+ }
+ return IRQ_HANDLED;
+ }
+
+ i = READ_VREG(HEVC_SHIFT_BYTE_COUNT);
+ if ((hevc->shift_byte_count_lo & (1 << 31)) && ((i & (1 << 31)) == 0))
+ hevc->shift_byte_count_hi++;
+ hevc->shift_byte_count_lo = i;
+
+#ifdef MULTI_INSTANCE_SUPPORT
+ if ((dec_status == HEVC_DECPIC_DATA_DONE ||
+ dec_status == HEVC_FIND_NEXT_PIC_NAL ||
+ dec_status == HEVC_FIND_NEXT_DVEL_NAL)
+ && (hevc->m_ins_flag)) {
+ if (hevc->chunk) {
+ hevc->cur_pic->pts = hevc->chunk->pts;
+ hevc->cur_pic->pts64 = hevc->chunk->pts64;
+ } else if (pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO,
+ hevc->cur_pic->stream_offset,
+ &hevc->cur_pic->pts,
+ 0,
+ &hevc->cur_pic->pts64) != 0) {
+#ifdef DEBUG_PTS
+ hevc->pts_missed++;
+#endif
+ hevc->cur_pic->pts = 0;
+ hevc->cur_pic->pts64 = 0;
+ }
+ }
+
+ if ((dec_status == HEVC_SEARCH_BUFEMPTY) ||
+ (dec_status == HEVC_DECODE_BUFEMPTY) ||
+ (dec_status == HEVC_NAL_DECODE_DONE)
+ ) {
+ if (hevc->m_ins_flag) {
+#if 1
+ if (!vdec_frame_based(hw_to_vdec(hevc))) {
+ hevc->dec_result = DEC_RESULT_AGAIN;
+ amhevc_stop();
+ } else
+ hevc->dec_result = DEC_RESULT_GET_DATA;
+#else
+ if (!vdec_frame_based(hw_to_vdec(hevc)))
+ hevc->dec_result = DEC_RESULT_AGAIN;
+ else
+ hevc->dec_result = DEC_RESULT_DONE;
+ amhevc_stop();
+#endif
+ reset_process_time(hevc);
+ schedule_work(&hevc->work);
+ }
+
+ return IRQ_HANDLED;
+ } else if (dec_status == HEVC_DECPIC_DATA_DONE) {
+ if (hevc->m_ins_flag) {
+ hevc->dec_result = DEC_RESULT_DONE;
+ amhevc_stop();
+
+ reset_process_time(hevc);
+ schedule_work(&hevc->work);
+ }
+
+ return IRQ_HANDLED;
+#ifdef CONFIG_AM_VDEC_DV
+ } else if (dec_status == HEVC_FIND_NEXT_PIC_NAL ||
+ dec_status == HEVC_FIND_NEXT_DVEL_NAL) {
+ if (hevc->m_ins_flag) {
+ unsigned next_parser_type =
+ READ_HREG(CUR_NAL_UNIT_TYPE);
+ if (vdec->slave &&
+ dec_status == HEVC_FIND_NEXT_DVEL_NAL) {
+ /*cur is base, found enhance*/
+ struct hevc_state_s *hevc_el =
+ (struct hevc_state_s *)
+ vdec->slave->private;
+ hevc->switch_dvlayer_flag = 1;
+ hevc_el->start_parser_type =
+ next_parser_type;
+ } else if (vdec->master &&
+ dec_status == HEVC_FIND_NEXT_PIC_NAL) {
+ /*cur is enhance, found base*/
+ struct hevc_state_s *hevc_ba =
+ (struct hevc_state_s *)
+ vdec->master->private;
+ hevc->switch_dvlayer_flag = 1;
+ hevc_ba->start_parser_type =
+ next_parser_type;
+ } else {
+ hevc->switch_dvlayer_flag = 0;
+ hevc->start_parser_type =
+ next_parser_type;
+ }
+ hevc->dec_result = DEC_RESULT_DONE;
+ amhevc_stop();
+ reset_process_time(hevc);
+ if (READ_VREG(HEVC_AUX_DATA_SIZE) != 0) {
+ dma_sync_single_for_cpu(
+ amports_get_dma_device(),
+ hevc->aux_phy_addr,
+ hevc->prefix_aux_size + hevc->suffix_aux_size,
+ DMA_FROM_DEVICE);
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR_MORE)
+ dump_aux_buf(hevc);
+ if (hevc->cur_pic)
+ set_aux_data(hevc, hevc->cur_pic, 0);
+ }
+
+ schedule_work(&hevc->work);
+ }
+
+ return IRQ_HANDLED;
+#endif
+ } else if (dec_status == HEVC_DECODE_TIMEOUT) {
+ if (vdec_frame_based(hw_to_vdec(hevc)) ||
+ (READ_VREG(HEVC_STREAM_LEVEL) > 0x200)) {
+ if ((get_dbg_flag(hevc)
+ & H265_DEBUG_DIS_LOC_ERROR_PROC)) {
+ hevc_print(hevc, 0,
+ "%s decoding error, level 0x%x\n",
+ __func__, READ_VREG(HEVC_STREAM_LEVEL));
+ goto send_again;
+ }
+ amhevc_stop();
+ hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
+ "%s %s\n", __func__,
+ (dec_status == HEVC_SEARCH_BUFEMPTY) ?
+ "HEVC_SEARCH_BUFEMPTY" :
+ (dec_status == HEVC_DECODE_BUFEMPTY) ?
+ "HEVC_DECODE_BUFEMPTY" : "HEVC_DECODE_TIMEOUT");
+ hevc->dec_result = DEC_RESULT_DONE;
+
+ reset_process_time(hevc);
+ schedule_work(&hevc->work);
+ } else {
+ /* WRITE_VREG(dec_status_REG, H264_ACTION_INIT); */
+ hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
+ "%s DEC_RESULT_AGAIN\n", __func__);
+send_again:
+ hevc->dec_result = DEC_RESULT_AGAIN;
+ reset_process_time(hevc);
+ schedule_work(&hevc->work);
+ }
+ return IRQ_HANDLED;
+ }
+
+#endif
if (dec_status == HEVC_SEI_DAT) {
int payload_type = READ_HREG(CUR_NAL_UNIT_TYPE) & 0xffff;
@@ -5994,16 +6747,17 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
hevc->error_watchdog_count = 0;
hevc->error_skip_nal_wt_cnt = 0;
- if (slice_parse_begin > 0 && debug & H265_DEBUG_DISCARD_NAL) {
- pr_info("nal type %d, discard %d\n", naltype,
+ if (slice_parse_begin > 0 &&
+ get_dbg_flag(hevc) & H265_DEBUG_DISCARD_NAL) {
+ hevc_print(hevc, 0,
+ "nal type %d, discard %d\n", naltype,
slice_parse_begin);
if (naltype <= NAL_UNIT_CODED_SLICE_CRA)
slice_parse_begin--;
}
if (naltype == NAL_UNIT_EOS) {
struct PIC_s *pic;
-
- pr_info("get NAL_UNIT_EOS, flush output");
+ hevc_print(hevc, 0, "get NAL_UNIT_EOS, flush output\n");
pic = get_pic_by_POC(hevc, hevc->curr_POC);
hevc->curr_POC = INVALID_POC;
/* add to fix RAP_B_Bossen_1 */
@@ -6016,7 +6770,8 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
}
if (hevc->error_skip_nal_count > 0) {
- pr_info("nal type %d, discard %d\n", naltype,
+ hevc_print(hevc, 0,
+ "nal type %d, discard %d\n", naltype,
hevc->error_skip_nal_count);
hevc->error_skip_nal_count--;
if (hevc->error_skip_nal_count == 0) {
@@ -6067,8 +6822,8 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
NAL_UNIT_CODED_SLICE_BLA_N_LP)
) {
if (slice_parse_begin > 0) {
- pr_info
- ("discard %d, for debugging\n",
+ hevc_print(hevc, 0,
+ "discard %d, for debugging\n",
slice_parse_begin);
slice_parse_begin--;
} else {
@@ -6080,8 +6835,8 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
&& (hevc->have_valid_start_slice
|| (hevc->PB_skip_mode != 3))) {
if (slice_parse_begin > 0) {
- pr_info
- ("discard %d, dd\n",
+ hevc_print(hevc, 0,
+ "discard %d, dd\n",
slice_parse_begin);
slice_parse_begin--;
} else
@@ -6093,27 +6848,34 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
if (hevc->have_vps && hevc->have_sps && hevc->have_pps
&& hevc->have_valid_start_slice &&
hevc->error_flag == 0) {
- if ((debug & H265_DEBUG_MAN_SEARCH_NAL) == 0 &&
- (!hevc->m_ins_flag)) {
- /*
- *auot parser NAL; do not check
- *vps/sps/pps/idr
- */
+ if ((get_dbg_flag(hevc) &
+ H265_DEBUG_MAN_SEARCH_NAL) == 0 /*&&
+ (!hevc->m_ins_flag)*/) {
+ /* auot parser NAL; do not check
+ vps/sps/pps/idr */
WRITE_VREG(NAL_SEARCH_CTL, 0x2);
}
- if (debug & H265_DEBUG_NO_EOS_SEARCH_DONE) {
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_NO_EOS_SEARCH_DONE) {
WRITE_VREG(NAL_SEARCH_CTL,
READ_VREG(NAL_SEARCH_CTL) |
0x10000);
}
- if (parser_sei_enable & 0x1)
- WRITE_VREG(NAL_SEARCH_CTL,
- READ_VREG(NAL_SEARCH_CTL) | 0x20000);
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL)
+ | ((parser_sei_enable & 0x7) << 17));
+#ifdef CONFIG_AM_VDEC_DV
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL) |
+ ((parser_dolby_vision_enable & 0x1) << 20));
+#endif
+ config_decode_mode(hevc);
}
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("naltype = %d parse_type %d\n %d %d %d %d\n",
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR) {
+ hevc_print(hevc, 0,
+ "naltype = %d parse_type %d\n %d %d %d %d\n",
naltype, parse_type, hevc->have_vps,
hevc->have_sps, hevc->have_pps,
hevc->have_valid_start_slice);
@@ -6134,12 +6896,12 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
hevc->error_watchdog_count = 0;
if (hevc->pic_list_init_flag == 2) {
hevc->pic_list_init_flag = 3;
- pr_info("set pic_list_init_flag to 3\n");
+ hevc_print(hevc, 0, "set pic_list_init_flag to 3\n");
} else if (hevc->wait_buf == 0) {
u32 vui_time_scale;
u32 vui_num_units_in_tick;
- if (debug & H265_DEBUG_SEND_PARAM_WITH_REG)
+ if (get_dbg_flag(hevc) & H265_DEBUG_SEND_PARAM_WITH_REG)
get_rpm_param(&hevc->param);
else {
dma_sync_single_for_cpu(
@@ -6158,21 +6920,40 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
}
}
}
- if (debug & H265_DEBUG_BUFMGR_MORE) {
- pr_info("rpm_param: (%d)\n", hevc->slice_idx);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR_MORE) {
+ hevc_print(hevc, 0,
+ "rpm_param: (%d)\n", hevc->slice_idx);
hevc->slice_idx++;
for (i = 0; i < (RPM_END - RPM_BEGIN); i++) {
- pr_info("%04x ", hevc->param.l.data[i]);
+ hevc_print_cont(hevc, 0,
+ "%04x ", hevc->param.l.data[i]);
if (((i + 1) & 0xf) == 0)
- pr_info("\n");
+ hevc_print_cont(hevc, 0, "\n");
}
- pr_info("vui_timing_info: %x, %x, %x, %x\n",
+ hevc_print(hevc, 0,
+ "vui_timing_info: %x, %x, %x, %x\n",
hevc->param.p.vui_num_units_in_tick_hi,
hevc->param.p.vui_num_units_in_tick_lo,
hevc->param.p.vui_time_scale_hi,
hevc->param.p.vui_time_scale_lo);
}
+ if (
+#ifdef CONFIG_AM_VDEC_DV
+ vdec->master == NULL &&
+ vdec->slave == NULL &&
+#endif
+ READ_VREG(HEVC_AUX_DATA_SIZE) != 0
+ ) {
+ dma_sync_single_for_cpu(
+ amports_get_dma_device(),
+ hevc->aux_phy_addr,
+ hevc->prefix_aux_size + hevc->suffix_aux_size,
+ DMA_FROM_DEVICE);
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_BUFMGR_MORE)
+ dump_aux_buf(hevc);
+ }
vui_time_scale =
(u32)(hevc->param.p.vui_time_scale_hi << 16) |
@@ -6184,12 +6965,12 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
p.vui_num_units_in_tick_lo;
if (hevc->bit_depth_luma !=
((hevc->param.p.bit_depth & 0xf) + 8)) {
- pr_info("Bit depth luma = %d\n",
+ hevc_print(hevc, 0, "Bit depth luma = %d\n",
(hevc->param.p.bit_depth & 0xf) + 8);
}
if (hevc->bit_depth_chroma !=
(((hevc->param.p.bit_depth >> 4) & 0xf) + 8)) {
- pr_info("Bit depth chroma = %d\n",
+ hevc_print(hevc, 0, "Bit depth chroma = %d\n",
((hevc->param.p.bit_depth >> 4) &
0xf) + 8);
}
@@ -6223,20 +7004,25 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
u32 c = hevc->param.p.color_description;
#if 0
if (v & 0x2000) {
- pr_info("video_signal_type present:\n");
- pr_info(" %s %s\n",
+ hevc_print(hevc, 0,
+ "video_signal_type present:\n");
+ hevc_print(hevc, 0, " %s %s\n",
video_format_names[(v >> 10) & 7],
((v >> 9) & 1) ?
"full_range" : "limited");
if (v & 0x100) {
- pr_info(" color_description present:\n");
- pr_info(" color_primarie = %s\n",
+ hevc_print(hevc, 0,
+ " color_description present:\n");
+ hevc_print(hevc, 0,
+ " color_primarie = %s\n",
color_primaries_names
[v & 0xff]);
- pr_info(" transfer_characteristic = %s\n",
+ hevc_print(hevc, 0,
+ " transfer_characteristic = %s\n",
transfer_characteristics_names
[(c >> 8) & 0xff]);
- pr_info(" matrix_coefficient = %s\n",
+ hevc_print(hevc, 0,
+ " matrix_coefficient = %s\n",
matrix_coeffs_names[c & 0xff]);
}
}
@@ -6270,12 +7056,13 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
hevc->param.p.sps_num_reorder_pics_0;
hevc->pic_list_init_flag = 1;
#ifdef MULTI_INSTANCE_SUPPORT
- if (hevc->m_ins_flag)
+ if (hevc->m_ins_flag) {
+ reset_process_time(hevc);
schedule_work(&hevc->work);
- else
+ } else
#endif
up(&hevc->h265_sema);
- pr_info("set pic_list_init_flag 1\n");
+ hevc_print(hevc, 0, "set pic_list_init_flag 1\n");
}
return IRQ_HANDLED;
}
@@ -6298,6 +7085,19 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
WRITE_VREG(HEVC_MCPU_INTR_REQ, AMRISC_MAIN_REQ);
hevc->start_decoding_time = jiffies;
+#if 1
+ /*to do..., copy aux data to hevc->cur_pic*/
+#endif
+#ifdef MULTI_INSTANCE_SUPPORT
+ } else if (hevc->m_ins_flag) {
+ hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
+ "%s, bufmgr ret %d skip, DEC_RESULT_DONE\n",
+ __func__, ret);
+ hevc->dec_result = DEC_RESULT_DONE;
+ amhevc_stop();
+ reset_process_time(hevc);
+ schedule_work(&hevc->work);
+#endif
} else {
/* skip, search next start code */
WRITE_VREG(HEVC_WAIT_FLAG, READ_VREG(HEVC_WAIT_FLAG) & (~0x2));
@@ -6313,28 +7113,30 @@ static irqreturn_t vh265_isr_thread_fn(int irq, void *data)
if (hevc->last_put_idx_a >= 0
&& hevc->last_put_idx_a < MAX_REF_PIC_NUM) {
int i = hevc->last_put_idx_a;
- struct PIC_s *pic = &hevc->m_PIC[i];
+ struct PIC_s *pic = hevc->m_PIC[i];
/*free not used buffers.*/
- if (pic->output_mark == 0 && pic->referenced == 0
+ if (pic &&
+ pic->output_mark == 0 && pic->referenced == 0
&& pic->output_ready == 0
&& pic->used_by_display == 0
- && (pic[i].index != -1)) {
+ && (pic->index != -1)) {
decoder_mmu_box_free_idx(hevc->mmu_box, i);
hevc->last_put_idx_a = -1;
- /* pr_info("release pic buf %x\n",i);*/
+ /* hevc_print(hevc, 0, "release pic buf %x\n",i);*/
}
}
if (hevc->last_put_idx_b >= 0
&& hevc->last_put_idx_b < MAX_REF_PIC_NUM) {
int i = hevc->last_put_idx_b;
- struct PIC_s *pic = &hevc->m_PIC[i];
+ struct PIC_s *pic = hevc->m_PIC[i];
/*free not used buffers.*/
- if (pic->output_mark == 0 && pic->referenced == 0
+ if (pic &&
+ pic->output_mark == 0 && pic->referenced == 0
&& pic->output_ready == 0
&& pic->used_by_display == 0
- && (pic[i].index != -1)) {
+ && (pic->index != -1)) {
decoder_mmu_box_free_idx(hevc->mmu_box, i);
hevc->last_put_idx_b = -1;
}
@@ -6354,10 +7156,11 @@ static irqreturn_t vh265_isr(int irq, void *data)
if (hevc->init_flag == 0)
return IRQ_HANDLED;
hevc->dec_status = dec_status;
- if (debug & H265_DEBUG_BUFMGR)
- pr_info("265 isr dec status = %d\n", dec_status);
+ if (get_dbg_flag(hevc) & H265_DEBUG_BUFMGR)
+ hevc_print(hevc, 0,
+ "265 isr dec status = 0x%x\n", dec_status);
- if (debug & H265_DEBUG_UCODE) {
+ if (get_dbg_flag(hevc) & H265_DEBUG_UCODE) {
if (READ_HREG(DEBUG_REG1) & 0x10000) {
dma_sync_single_for_cpu(
amports_get_dma_device(),
@@ -6365,7 +7168,8 @@ static irqreturn_t vh265_isr(int irq, void *data)
LMEM_BUF_SIZE,
DMA_FROM_DEVICE);
- pr_info("LMEM<tag %x>:\n", READ_HREG(DEBUG_REG1));
+ hevc_print(hevc, 0,
+ "LMEM<tag %x>:\n", READ_HREG(DEBUG_REG1));
if (mmu_enable)
temp = 0x500;
@@ -6375,17 +7179,18 @@ static irqreturn_t vh265_isr(int irq, void *data)
int ii;
if ((i & 0xf) == 0)
- pr_info("%03x: ", i);
+ hevc_print_cont(hevc, 0, "%03x: ", i);
for (ii = 0; ii < 4; ii++) {
- pr_info("%04x ",
+ hevc_print_cont(hevc, 0, "%04x ",
hevc->lmem_ptr[i + 3 - ii]);
}
if (((i + ii) & 0xf) == 0)
- pr_info("\n");
+ hevc_print_cont(hevc, 0, "\n");
}
WRITE_HREG(DEBUG_REG1, 0);
} else if (READ_HREG(DEBUG_REG1) != 0) {
- pr_info("dbg%x: %x\n", READ_HREG(DEBUG_REG1),
+ hevc_print(hevc, 0,
+ "dbg%x: %x\n", READ_HREG(DEBUG_REG1),
READ_HREG(DEBUG_REG2));
WRITE_HREG(DEBUG_REG1, 0);
return IRQ_HANDLED;
@@ -6396,451 +7201,11 @@ static irqreturn_t vh265_isr(int irq, void *data)
if (hevc->pic_list_init_flag == 1)
return IRQ_HANDLED;
- if (hevc->error_flag == 1) {
- if ((error_handle_policy & 0x10) == 0) {
- if (hevc->cur_pic) {
- int current_lcu_idx =
- READ_VREG(HEVC_PARSER_LCU_START)
- & 0xffffff;
- if (current_lcu_idx <
- ((hevc->lcu_x_num*hevc->lcu_y_num)-1))
- hevc->cur_pic->error_mark = 1;
-
- }
- }
- if ((error_handle_policy & 1) == 0) {
- hevc->error_skip_nal_count = 1;
- /*
- *manual search nal, skip error_skip_nal_count
- *of nal and trigger the HEVC_NAL_SEARCH_DONE irq
- */
- WRITE_VREG(NAL_SEARCH_CTL,
- (error_skip_nal_count << 4) | 0x1);
- } else {
- hevc->error_skip_nal_count = error_skip_nal_count;
- WRITE_VREG(NAL_SEARCH_CTL, 0x1);/* manual parser NAL */
- }
- if (debug & H265_DEBUG_NO_EOS_SEARCH_DONE) {
- WRITE_VREG(NAL_SEARCH_CTL,
- READ_VREG(NAL_SEARCH_CTL) | 0x10000);
- }
- if (parser_sei_enable & 0x1)
- WRITE_VREG(NAL_SEARCH_CTL,
- READ_VREG(NAL_SEARCH_CTL) | 0x20000);
- /* search new nal */
- WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
- /* Interrupt Amrisc to excute */
- WRITE_VREG(HEVC_MCPU_INTR_REQ, AMRISC_MAIN_REQ);
-
- /* pr_info("%s: error handle\n", __func__); */
- hevc->error_flag = 2;
- return IRQ_HANDLED;
- } else if (hevc->error_flag == 3) {
- pr_info("error_flag=3, hevc_recover");
- hevc_recover(hevc);
- hevc->error_flag = 0;
-
- if ((error_handle_policy & 0x10) == 0) {
- if (hevc->cur_pic) {
- int current_lcu_idx =
- READ_VREG(HEVC_PARSER_LCU_START)
- & 0xffffff;
- if (current_lcu_idx <
- ((hevc->lcu_x_num*hevc->lcu_y_num)-1))
- hevc->cur_pic->error_mark = 1;
-
- }
- }
- if ((error_handle_policy & 1) == 0) {
- /*
- *need skip some data when
- *error_flag of 3 is triggered,
- */
- /*
- *to avoid hevc_recover() being called
- *for many times at the same bitstream position
- */
- hevc->error_skip_nal_count = 1;
- /*
- *manual search nal, skip error_skip_nal_count
- *of nal and trigger the HEVC_NAL_SEARCH_DONE irq
- */
- WRITE_VREG(NAL_SEARCH_CTL,
- (error_skip_nal_count << 4) | 0x1);
- }
-
- if ((error_handle_policy & 0x2) == 0) {
- hevc->have_vps = 1;
- hevc->have_sps = 1;
- hevc->have_pps = 1;
- }
- return IRQ_HANDLED;
- }
-
- i = READ_VREG(HEVC_SHIFT_BYTE_COUNT);
- if ((hevc->shift_byte_count_lo & (1 << 31)) && ((i & (1 << 31)) == 0))
- hevc->shift_byte_count_hi++;
- hevc->shift_byte_count_lo = i;
-
-#ifdef MULTI_INSTANCE_SUPPORT
- if (dec_status == HEVC_NAL_DECODE_DONE ||
- dec_status == HEVC_DECPIC_DATA_DONE) {
- if (hevc->m_ins_flag) {
- hevc->dec_result = DEC_RESULT_DONE;
- schedule_work(&hevc->work);
- }
-
- return IRQ_HANDLED;
- }
-#endif
-#if 0
- if (dec_status == HEVC_SEI_DAT) {
- int payload_type = READ_HREG(CUR_NAL_UNIT_TYPE) & 0xffff;
- int payload_size =
- (READ_HREG(CUR_NAL_UNIT_TYPE) >> 16) & 0xffff;
- process_nal_sei(hevc, payload_type, payload_size);
-
- WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_SEI_DAT_DONE);
- } else if (dec_status == HEVC_NAL_SEARCH_DONE) {
- int naltype = READ_HREG(CUR_NAL_UNIT_TYPE);
- int parse_type = HEVC_DISCARD_NAL;
-
- hevc->error_watchdog_count = 0;
- hevc->error_skip_nal_wt_cnt = 0;
- if (slice_parse_begin > 0 && debug & H265_DEBUG_DISCARD_NAL) {
- pr_info("nal type %d, discard %d\n", naltype,
- slice_parse_begin);
- if (naltype <= NAL_UNIT_CODED_SLICE_CRA)
- slice_parse_begin--;
- }
- if (naltype == NAL_UNIT_EOS) {
- struct PIC_s *pic;
-
- pr_info("get NAL_UNIT_EOS, flush output");
- pic = get_pic_by_POC(hevc, hevc->curr_POC);
- hevc->curr_POC = INVALID_POC;
- /* add to fix RAP_B_Bossen_1 */
- hevc->m_pocRandomAccess = MAX_INT;
- flush_output(hevc, pic);
- WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_DISCARD_NAL);
- /* Interrupt Amrisc to excute */
- WRITE_VREG(HEVC_MCPU_INTR_REQ, AMRISC_MAIN_REQ);
- return IRQ_HANDLED;
- }
-
- if (hevc->error_skip_nal_count > 0) {
- pr_info("nal type %d, discard %d\n", naltype,
- hevc->error_skip_nal_count);
- hevc->error_skip_nal_count--;
- if (hevc->error_skip_nal_count == 0) {
- hevc_recover(hevc);
- hevc->error_flag = 0;
- if ((error_handle_policy & 0x2) == 0) {
- hevc->have_vps = 1;
- hevc->have_sps = 1;
- hevc->have_pps = 1;
- }
- return IRQ_HANDLED;
- }
- } else if (naltype == NAL_UNIT_VPS) {
- parse_type = HEVC_NAL_UNIT_VPS;
- hevc->have_vps = 1;
-#ifdef ERROR_HANDLE_DEBUG
- if (dbg_nal_skip_flag & 1)
- parse_type = HEVC_DISCARD_NAL;
-#endif
- } else if (hevc->have_vps) {
- if (naltype == NAL_UNIT_SPS) {
- parse_type = HEVC_NAL_UNIT_SPS;
- hevc->have_sps = 1;
-#ifdef ERROR_HANDLE_DEBUG
- if (dbg_nal_skip_flag & 2)
- parse_type = HEVC_DISCARD_NAL;
-#endif
- } else if (naltype == NAL_UNIT_PPS) {
- parse_type = HEVC_NAL_UNIT_PPS;
- hevc->have_pps = 1;
-#ifdef ERROR_HANDLE_DEBUG
- if (dbg_nal_skip_flag & 4)
- parse_type = HEVC_DISCARD_NAL;
-#endif
- } else if (hevc->have_sps && hevc->have_pps) {
- int seg = HEVC_NAL_UNIT_CODED_SLICE_SEGMENT;
-
- if ((naltype == NAL_UNIT_CODED_SLICE_IDR) ||
- (naltype ==
- NAL_UNIT_CODED_SLICE_IDR_N_LP)
- || (naltype ==
- NAL_UNIT_CODED_SLICE_CRA)
- || (naltype ==
- NAL_UNIT_CODED_SLICE_BLA)
- || (naltype ==
- NAL_UNIT_CODED_SLICE_BLANT)
- || (naltype ==
- NAL_UNIT_CODED_SLICE_BLA_N_LP)
- ) {
- if (slice_parse_begin > 0) {
- pr_info
- ("discard %d, for debugging\n",
- slice_parse_begin);
- slice_parse_begin--;
- } else {
- parse_type = seg;
- }
- hevc->have_valid_start_slice = 1;
- } else if (naltype <=
- NAL_UNIT_CODED_SLICE_CRA
- && (hevc->have_valid_start_slice
- || (hevc->PB_skip_mode != 3))) {
- if (slice_parse_begin > 0) {
- pr_info
- ("discard %d, dd\n",
- slice_parse_begin);
- slice_parse_begin--;
- } else
- parse_type = seg;
-
- }
- }
- }
- if (hevc->have_vps && hevc->have_sps && hevc->have_pps
- && hevc->have_valid_start_slice &&
- hevc->error_flag == 0) {
- if ((debug & H265_DEBUG_MAN_SEARCH_NAL) == 0 &&
- (!hevc->m_ins_flag)) {
- /*
- *auot parser NAL; do not check
- *vps/sps/pps/idr
- */
- WRITE_VREG(NAL_SEARCH_CTL, 0x2);
- }
-
- if (debug & H265_DEBUG_NO_EOS_SEARCH_DONE) {
- WRITE_VREG(NAL_SEARCH_CTL,
- READ_VREG(NAL_SEARCH_CTL) |
- 0x10000);
- }
- if (parser_sei_enable & 0x1)
- WRITE_VREG(NAL_SEARCH_CTL,
- READ_VREG(NAL_SEARCH_CTL) | 0x20000);
- }
-
- if (debug & H265_DEBUG_BUFMGR) {
- pr_info("naltype = %d parse_type %d\n %d %d %d %d\n",
- naltype, parse_type, hevc->have_vps,
- hevc->have_sps, hevc->have_pps,
- hevc->have_valid_start_slice);
- }
-
- WRITE_VREG(HEVC_DEC_STATUS_REG, parse_type);
- /* Interrupt Amrisc to excute */
- WRITE_VREG(HEVC_MCPU_INTR_REQ, AMRISC_MAIN_REQ);
-
- } else if (dec_status == HEVC_SLICE_SEGMENT_DONE) {
- if (hevc->start_decoding_time > 0) {
- u32 process_time = 1000*
- (jiffies - hevc->start_decoding_time)/HZ;
- if (process_time > max_decoding_time)
- max_decoding_time = process_time;
- }
-
- hevc->error_watchdog_count = 0;
- if (hevc->pic_list_init_flag == 2) {
- hevc->pic_list_init_flag = 3;
- pr_info("set pic_list_init_flag to 3\n");
- } else if (hevc->wait_buf == 0) {
- u32 vui_time_scale;
- u32 vui_num_units_in_tick;
-
- if (debug & H265_DEBUG_SEND_PARAM_WITH_REG)
- get_rpm_param(&hevc->param);
- else {
- dma_sync_single_for_cpu(
- amports_get_dma_device(),
- hevc->rpm_phy_addr,
- RPM_BUF_SIZE,
- DMA_FROM_DEVICE);
-
- for (i = 0; i < (RPM_END - RPM_BEGIN); i += 4) {
- int ii;
-
- for (ii = 0; ii < 4; ii++) {
- hevc->param.l.data[i + ii] =
- hevc->rpm_ptr[i + 3
- - ii];
- }
- }
- }
- if (debug & H265_DEBUG_BUFMGR_MORE) {
- pr_info("rpm_param: (%d)\n", hevc->slice_idx);
- hevc->slice_idx++;
- for (i = 0; i < (RPM_END - RPM_BEGIN); i++) {
- pr_info("%04x ", hevc->param.l.data[i]);
- if (((i + 1) & 0xf) == 0)
- pr_info("\n");
- }
-
- pr_info("vui_timing_info: %x, %x, %x, %x\n",
- hevc->
- param.p.vui_num_units_in_tick_hi,
- hevc->
- param.p.vui_num_units_in_tick_lo,
- hevc->param.p.vui_time_scale_hi,
- hevc->param.p.vui_time_scale_lo);
- }
-
- vui_time_scale =
- (u32)(hevc->param.p.
- vui_time_scale_hi << 16) |
- hevc->param.p.vui_time_scale_lo;
- vui_num_units_in_tick =
- (u32)(hevc->param.p.
- vui_num_units_in_tick_hi << 16) |
- hevc->param.
- p.vui_num_units_in_tick_lo;
- if (hevc->bit_depth_luma !=
- ((hevc->param.p.bit_depth & 0xf) + 8)) {
- pr_info("Bit depth luma = %d\n",
- (hevc->param.p.bit_depth & 0xf) + 8);
- }
- if (hevc->bit_depth_chroma !=
- (((hevc->param.p.bit_depth >> 4) & 0xf) + 8)) {
- pr_info("Bit depth chroma = %d\n",
- ((hevc->param.p.bit_depth >> 4) &
- 0xf) + 8);
- }
- hevc->bit_depth_luma =
- (hevc->param.p.bit_depth & 0xf) + 8;
- hevc->bit_depth_chroma =
- ((hevc->param.p.bit_depth >> 4) & 0xf) + 8;
- bit_depth_luma = hevc->bit_depth_luma;
- bit_depth_chroma = hevc->bit_depth_chroma;
-#ifdef SUPPORT_10BIT
- if (hevc->bit_depth_luma == 8 &&
- hevc->bit_depth_chroma == 8 &&
- enable_mem_saving)
- hevc->mem_saving_mode = 1;
- else
- hevc->mem_saving_mode = 0;
-#endif
- if ((vui_time_scale != 0)
- && (vui_num_units_in_tick != 0)) {
- hevc->frame_dur =
- div_u64(96000ULL *
- vui_num_units_in_tick,
- vui_time_scale);
- hevc->get_frame_dur = true;
- }
-
- if (hevc->video_signal_type !=
- ((hevc->param.p.video_signal_type << 16)
- | hevc->param.p.color_description)) {
- u32 v = hevc->param.p.video_signal_type;
- u32 c = hevc->param.p.color_description;
-#if 0
- if (v & 0x2000) {
- pr_info("video_signal_type present:\n");
- pr_info(" %s %s\n",
- video_format_names[(v >> 10) & 7],
- ((v >> 9) & 1) ?
- "full_range" : "limited");
- if (v & 0x100) {
- pr_info(" color_description present:\n");
- pr_info(" color_primarie = %s\n",
- color_primaries_names
- [v & 0xff]);
- pr_info(" transfer_characteristic = %s\n",
- transfer_characteristics_names
- [(c >> 8) & 0xff]);
- pr_info(" matrix_coefficient = %s\n",
- matrix_coeffs_names[c & 0xff]);
- }
- }
-#endif
- hevc->video_signal_type = (v << 16) | c;
- video_signal_type = hevc->video_signal_type;
- }
-
- if (use_cma &&
- (hevc->param.p.slice_segment_address == 0)
- && (hevc->pic_list_init_flag == 0)) {
- int log = hevc->param.p.
- log2_min_coding_block_size_minus3;
- int log_s = hevc->param.p.
- log2_diff_max_min_coding_block_size;
- hevc->pic_w =
- hevc->param.p.pic_width_in_luma_samples;
- hevc->pic_h =
- hevc->param.p.pic_height_in_luma_samples;
- hevc->lcu_size =
- 1 << (log + 3 + log_s);
- hevc->lcu_size_log2 = log2i(hevc->lcu_size);
- if (hevc->pic_w == 0 || hevc->pic_h == 0
- || hevc->lcu_size == 0) {
- /* skip, search next start code */
- WRITE_VREG(HEVC_WAIT_FLAG,
- READ_VREG(HEVC_WAIT_FLAG) &
- (~0x2));
- hevc->skip_flag = 1;
- WRITE_VREG(HEVC_DEC_STATUS_REG,
- HEVC_ACTION_DONE);
- /* Interrupt Amrisc to excute */
- WRITE_VREG(HEVC_MCPU_INTR_REQ,
- AMRISC_MAIN_REQ);
-
- } else {
- hevc->sps_num_reorder_pics_0 =
- hevc->param.p.sps_num_reorder_pics_0;
- hevc->pic_list_init_flag = 1;
-#ifdef MULTI_INSTANCE_SUPPORT
- if (hevc->m_ins_flag)
- schedule_work(&hevc->work);
- else
-#endif
- up(&hevc->h265_sema);
- pr_info("set pic_list_init_flag 1\n");
- }
- return IRQ_HANDLED;
- }
-
- }
- ret =
- hevc_slice_segment_header_process(hevc, &hevc->param,
- decode_pic_begin);
- if (ret < 0)
- ;
- else if (ret == 0) {
- if ((hevc->new_pic) && (hevc->cur_pic)) {
- hevc->cur_pic->stream_offset =
- READ_VREG(HEVC_SHIFT_BYTE_COUNT);
- }
-
- WRITE_VREG(HEVC_DEC_STATUS_REG,
- HEVC_CODED_SLICE_SEGMENT_DAT);
- /* Interrupt Amrisc to excute */
- WRITE_VREG(HEVC_MCPU_INTR_REQ, AMRISC_MAIN_REQ);
-
- hevc->start_decoding_time = jiffies;
- } else {
- /* skip, search next start code */
- WRITE_VREG(HEVC_WAIT_FLAG,
- READ_VREG(HEVC_WAIT_FLAG) & (~0x2));
- hevc->skip_flag = 1;
- WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
- /* Interrupt Amrisc to excute */
- WRITE_VREG(HEVC_MCPU_INTR_REQ, AMRISC_MAIN_REQ);
- }
-
- }
- return IRQ_HANDLED;
-
-#else
return IRQ_WAKE_THREAD;
-#endif
}
-static void vh265_put_timer_func(unsigned long arg)
+static void vh265_check_timer_func(unsigned long arg)
{
struct hevc_state_s *hevc = (struct hevc_state_s *)arg;
struct timer_list *timer = &hevc->timer;
@@ -6848,7 +7213,6 @@ static void vh265_put_timer_func(unsigned long arg)
unsigned int buf_level;
enum receviver_start_e state = RECEIVER_INACTIVE;
-
if (hevc->init_flag == 0) {
if (hevc->stat & STAT_TIMER_ARM) {
timer->expires = jiffies + PUT_INTERVAL;
@@ -6856,12 +7220,49 @@ static void vh265_put_timer_func(unsigned long arg)
}
return;
}
+#ifdef MULTI_INSTANCE_SUPPORT
+ if (hevc->m_ins_flag &&
+ hw_to_vdec(hevc)->next_status ==
+ VDEC_STATUS_DISCONNECTED) {
+ hevc->dec_result = DEC_RESULT_DONE;
+ schedule_work(&hevc->work);
+ hevc_print(hevc,
+ 0, "vdec requested to be disconnected\n");
+ return;
+ }
+ if (hevc->m_ins_flag) {
+ if ((input_frame_based(hw_to_vdec(hevc)) ||
+ (READ_VREG(HEVC_STREAM_LEVEL) > 0x200)) &&
+ ((get_dbg_flag(hevc) &
+ H265_DEBUG_DIS_LOC_ERROR_PROC) == 0) &&
+ (decode_timeout_val > 0) &&
+ (hevc->start_process_time > 0) &&
+ ((1000 * (jiffies - hevc->start_process_time) / HZ)
+ > decode_timeout_val)
+ ) {
+ u32 dec_status = READ_VREG(HEVC_DEC_STATUS_REG);
+ int current_lcu_idx =
+ READ_VREG(HEVC_PARSER_LCU_START)&0xffffff;
+ if (dec_status == HEVC_CODED_SLICE_SEGMENT_DAT) {
+ if (hevc->last_lcu_idx == current_lcu_idx) {
+ if (hevc->decode_timeout_count > 0)
+ hevc->decode_timeout_count--;
+ if (hevc->decode_timeout_count == 0)
+ timeout_process(hevc);
+ }
+ hevc->last_lcu_idx = current_lcu_idx;
+ } else
+ timeout_process(hevc);
+ }
+ } else {
+#endif
if (hevc->m_ins_flag == 0 &&
vf_get_receiver(hevc->provider_name)) {
state =
vf_notify_receiver(hevc->provider_name,
- VFRAME_EVENT_PROVIDER_QUREY_STATE, NULL);
+ VFRAME_EVENT_PROVIDER_QUREY_STATE,
+ NULL);
if ((state == RECEIVER_STATE_NULL)
|| (state == RECEIVER_STATE_NONE))
state = RECEIVER_INACTIVE;
@@ -6873,9 +7274,11 @@ static void vh265_put_timer_func(unsigned long arg)
if (hevc->m_ins_flag == 0 &&
(empty_flag == 0)
&& (hevc->pic_list_init_flag == 0
- || hevc->pic_list_init_flag == 3)) {
+ || hevc->pic_list_init_flag
+ == 3)) {
/* decoder has input */
- if ((debug & H265_DEBUG_DIS_LOC_ERROR_PROC) == 0) {
+ if ((get_dbg_flag(hevc) &
+ H265_DEBUG_DIS_LOC_ERROR_PROC) == 0) {
buf_level = READ_VREG(HEVC_STREAM_LEVEL);
/* receiver has no buffer to recycle */
@@ -6887,8 +7290,8 @@ static void vh265_put_timer_func(unsigned long arg)
hevc->error_watchdog_count++;
if (hevc->error_watchdog_count ==
error_handle_threshold) {
- pr_info
- ("H265 dec err local reset.\n");
+ hevc_print(hevc, 0,
+ "H265 dec err local reset.\n");
hevc->error_flag = 1;
hevc->error_watchdog_count = 0;
hevc->error_skip_nal_wt_cnt = 0;
@@ -6916,20 +7319,23 @@ static void vh265_put_timer_func(unsigned long arg)
}
}
- if ((debug & H265_DEBUG_DIS_SYS_ERROR_PROC) == 0)
+ if ((get_dbg_flag(hevc)
+ & H265_DEBUG_DIS_SYS_ERROR_PROC) == 0)
/* receiver has no buffer to recycle */
if ((state == RECEIVER_INACTIVE) &&
(kfifo_is_empty(&hevc->display_q))
) { /* no buffer to recycle */
- if ((debug & H265_DEBUG_DIS_LOC_ERROR_PROC) !=
+ if ((get_dbg_flag(hevc) &
+ H265_DEBUG_DIS_LOC_ERROR_PROC) !=
0)
hevc->error_system_watchdog_count++;
if (hevc->error_system_watchdog_count ==
error_handle_system_threshold) {
/* and it lasts for a while */
- pr_info
- ("H265 dec fatal error watchdog.\n");
- hevc->error_system_watchdog_count = 0;
+ hevc_print(hevc, 0,
+ "H265 dec fatal error watchdog.\n");
+ hevc->
+ error_system_watchdog_count = 0;
hevc->fatal_error =
DECODER_FATAL_ERROR_UNKNOWN;
}
@@ -6938,27 +7344,29 @@ static void vh265_put_timer_func(unsigned long arg)
hevc->error_watchdog_count = 0;
hevc->error_system_watchdog_count = 0;
}
-
+#ifdef MULTI_INSTANCE_SUPPORT
+ }
+#endif
if (decode_stop_pos != decode_stop_pos_pre) {
WRITE_VREG(DECODE_STOP_POS, decode_stop_pos);
decode_stop_pos_pre = decode_stop_pos;
}
- if (debug & H265_DEBUG_DUMP_PIC_LIST) {
+ if (get_dbg_flag(hevc) & H265_DEBUG_DUMP_PIC_LIST) {
dump_pic_list(hevc);
debug &= ~H265_DEBUG_DUMP_PIC_LIST;
}
- if (debug & H265_DEBUG_TRIG_SLICE_SEGMENT_PROC) {
+ if (get_dbg_flag(hevc) & H265_DEBUG_TRIG_SLICE_SEGMENT_PROC) {
WRITE_VREG(HEVC_ASSIST_MBOX1_IRQ_REG, 0x1);
debug &= ~H265_DEBUG_TRIG_SLICE_SEGMENT_PROC;
}
- if (debug & H265_DEBUG_HW_RESET) {
+ if (get_dbg_flag(hevc) & H265_DEBUG_HW_RESET) {
hevc->error_skip_nal_count = error_skip_nal_count;
WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
debug &= ~H265_DEBUG_HW_RESET;
}
- if (debug & H265_DEBUG_ERROR_TRIG) {
+ if (get_dbg_flag(hevc) & H265_DEBUG_ERROR_TRIG) {
WRITE_VREG(DECODE_STOP_POS, 1);
debug &= ~H265_DEBUG_ERROR_TRIG;
}
@@ -6973,9 +7381,11 @@ static void vh265_put_timer_func(unsigned long arg)
if (radr != 0) {
if (rval != 0) {
WRITE_VREG(radr, rval);
- pr_info("WRITE_VREG(%x,%x)\n", radr, rval);
+ hevc_print(hevc, 0,
+ "WRITE_VREG(%x,%x)\n", radr, rval);
} else
- pr_info("READ_VREG(%x)=%x\n", radr, READ_VREG(radr));
+ hevc_print(hevc, 0,
+ "READ_VREG(%x)=%x\n", radr, READ_VREG(radr));
rval = 0;
radr = 0;
}
@@ -6984,7 +7394,7 @@ static void vh265_put_timer_func(unsigned long arg)
u32 disp_laddr;
if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXBB &&
- double_write_mode == 0) {
+ get_double_write_mode(hevc) == 0) {
disp_laddr =
READ_VCBUS_REG(AFBC_BODY_BADDR) << 4;
} else {
@@ -6994,7 +7404,8 @@ static void vh265_put_timer_func(unsigned long arg)
& 0xff), &cur_canvas);
disp_laddr = cur_canvas.addr;
}
- pr_info("current displayed buffer address %x\r\n",
+ hevc_print(hevc, 0,
+ "current displayed buffer address %x\r\n",
disp_laddr);
}
dbg_cmd = 0;
@@ -7026,8 +7437,8 @@ static int h265_task_handle(void *data)
set_user_nice(current, -10);
while (1) {
if (use_cma == 0) {
- pr_info
- ("ERROR: use_cma can not be changed dynamically\n");
+ hevc_print(hevc, 0,
+ "ERROR: use_cma can not be changed dynamically\n");
}
ret = down_interruptible(&hevc->h265_sema);
if ((hevc->init_flag != 0) && (hevc->pic_list_init_flag == 1)) {
@@ -7038,7 +7449,7 @@ static int h265_task_handle(void *data)
init_pic_list_hw(hevc);
init_buf_spec(hevc);
hevc->pic_list_init_flag = 2;
- pr_info("set pic_list_init_flag to 2\n");
+ hevc_print(hevc, 0, "set pic_list_init_flag to 2\n");
WRITE_VREG(HEVC_ASSIST_MBOX1_IRQ_REG, 0x1);
@@ -7046,8 +7457,8 @@ static int h265_task_handle(void *data)
if (hevc->uninit_list) {
/*USE_BUF_BLOCK*/
- uninit_buf_list(hevc, false);
- pr_info("uninit list\n");
+ uninit_pic_list(hevc);
+ hevc_print(hevc, 0, "uninit list\n");
hevc->uninit_list = 0;
#ifdef USE_UNINIT_SEMA
up(&hevc->h265_uninit_done_sema);
@@ -7071,11 +7482,6 @@ void vh265_free_cmabuf(void)
return;
}
- if (use_cma) {
- pr_info("force uninit_buf_list\n");
- uninit_buf_list(hevc, true);
- }
-
mutex_unlock(&vh265_mutex);
}
@@ -7119,6 +7525,32 @@ static void H265_DECODE_INIT(void)
}
#endif
+static void config_decode_mode(struct hevc_state_s *hevc)
+{
+#ifdef CONFIG_AM_VDEC_DV
+ struct vdec_s *vdec = hw_to_vdec(hevc);
+#endif
+ if (!hevc->m_ins_flag)
+ WRITE_VREG(HEVC_DECODE_MODE,
+ DECODE_MODE_SINGLE);
+ else if (vdec_frame_based(hw_to_vdec(hevc)))
+ WRITE_VREG(HEVC_DECODE_MODE,
+ DECODE_MODE_MULTI_FRAMEBASE);
+#ifdef CONFIG_AM_VDEC_DV
+ else if (vdec->slave)
+ WRITE_VREG(HEVC_DECODE_MODE,
+ (hevc->start_parser_type << 8)
+ | DECODE_MODE_MULTI_DVBAL);
+ else if (vdec->master)
+ WRITE_VREG(HEVC_DECODE_MODE,
+ (hevc->start_parser_type << 8)
+ | DECODE_MODE_MULTI_DVENL);
+#endif
+ else
+ WRITE_VREG(HEVC_DECODE_MODE,
+ DECODE_MODE_MULTI_STREAMBASE);
+}
+
static void vh265_prot_init(struct hevc_state_s *hevc)
{
/* H265_DECODE_INIT(); */
@@ -7140,30 +7572,48 @@ static void vh265_prot_init(struct hevc_state_s *hevc)
/* disable PSCALE for hardware sharing */
WRITE_VREG(HEVC_PSCALE_CTRL, 0);
- if (debug & H265_DEBUG_UCODE)
+ if (get_dbg_flag(hevc) & H265_DEBUG_UCODE)
WRITE_VREG(DEBUG_REG1, 0x1);
else
WRITE_VREG(DEBUG_REG1, 0x0);
- if ((debug & (H265_DEBUG_MAN_SKIP_NAL | H265_DEBUG_MAN_SEARCH_NAL)) ||
- hevc->m_ins_flag) {
+ if ((get_dbg_flag(hevc) &
+ (H265_DEBUG_MAN_SKIP_NAL |
+ H265_DEBUG_MAN_SEARCH_NAL))/* ||
+ hevc->m_ins_flag*/) {
WRITE_VREG(NAL_SEARCH_CTL, 0x1); /* manual parser NAL */
} else {
- unsigned ctl_val = 0x8; /* check vps/sps/pps/i-slice in ucode */
-
+ /* check vps/sps/pps/i-slice in ucode */
+ unsigned ctl_val = 0x8;
+#ifdef MULTI_INSTANCE_SUPPORT
+ if (hevc->m_ins_flag &&
+ hevc->init_flag) {
+ /* do not check vps/sps/pps/i-slice in ucode
+ from the 2nd picture*/
+ ctl_val = 0x2;
+ } else
+#endif
if (hevc->PB_skip_mode == 0)
ctl_val = 0x4; /* check vps/sps/pps only in ucode */
else if (hevc->PB_skip_mode == 3)
ctl_val = 0x0; /* check vps/sps/pps/idr in ucode */
WRITE_VREG(NAL_SEARCH_CTL, ctl_val);
}
- if (debug & H265_DEBUG_NO_EOS_SEARCH_DONE)
+ if (get_dbg_flag(hevc) & H265_DEBUG_NO_EOS_SEARCH_DONE)
WRITE_VREG(NAL_SEARCH_CTL, READ_VREG(NAL_SEARCH_CTL) | 0x10000);
- if (parser_sei_enable & 0x1)
- WRITE_VREG(NAL_SEARCH_CTL, READ_VREG(NAL_SEARCH_CTL) | 0x20000);
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL)
+ | ((parser_sei_enable & 0x7) << 17));
+#ifdef CONFIG_AM_VDEC_DV
+ WRITE_VREG(NAL_SEARCH_CTL,
+ READ_VREG(NAL_SEARCH_CTL) |
+ ((parser_dolby_vision_enable & 0x1) << 20));
+#endif
WRITE_VREG(DECODE_STOP_POS, decode_stop_pos);
+ config_decode_mode(hevc);
+ config_aux_buf(hevc);
}
static int vh265_local_init(struct hevc_state_s *hevc)
@@ -7182,7 +7632,7 @@ static int vh265_local_init(struct hevc_state_s *hevc)
hevc->get_frame_dur = false;
hevc->frame_width = hevc->vh265_amstream_dec_info.width;
hevc->frame_height = hevc->vh265_amstream_dec_info.height;
- if (hevc->frame_width * hevc->frame_height > HEVC_SIZE) {
+ if (HEVC_SIZE < hevc->frame_width * hevc->frame_height) {
pr_info("over size : %u x %u.\n",
hevc->frame_width, hevc->frame_height);
hevc->fatal_error |= DECODER_FATAL_ERROR_SIZE_OVERFLOW;
@@ -7197,11 +7647,13 @@ static int vh265_local_init(struct hevc_state_s *hevc)
hevc->sei_present_flag = 0;
pts_unstable = ((unsigned long)hevc->vh265_amstream_dec_info.param
& 0x40) >> 6;
- pr_info("h265:pts_unstable=%d\n", pts_unstable);
+ hevc_print(hevc, 0,
+ "h265:pts_unstable=%d\n", pts_unstable);
/*
*TODO:FOR VERSION
*/
- pr_info("h265: ver (%d,%d) decinfo: %dx%d rate=%d\n", h265_version,
+ hevc_print(hevc, 0,
+ "h265: ver (%d,%d) decinfo: %dx%d rate=%d\n", h265_version,
0, hevc->frame_width, hevc->frame_height, hevc->frame_dur);
if (hevc->frame_dur == 0)
@@ -7230,55 +7682,56 @@ static s32 vh265_init(struct vdec_s *vdec)
#else
static s32 vh265_init(struct hevc_state_s *hevc)
{
+
#endif
+ int size = -1;
+ char *buf = vmalloc(0x1000 * 16);
+
init_timer(&hevc->timer);
hevc->stat |= STAT_TIMER_INIT;
- if (vh265_local_init(hevc) < 0)
+ if (vh265_local_init(hevc) < 0) {
+ vfree(buf);
return -EBUSY;
+ }
#ifdef MULTI_INSTANCE_SUPPORT
if (hevc->m_ins_flag) {
hevc->timer.data = (ulong) hevc;
- hevc->timer.function = vh265_put_timer_func;
+ hevc->timer.function = vh265_check_timer_func;
hevc->timer.expires = jiffies + PUT_INTERVAL;
- add_timer(&hevc->timer);
+ /*add_timer(&hevc->timer);
- hevc->stat |= STAT_TIMER_ARM;
+ hevc->stat |= STAT_TIMER_ARM;*/
INIT_WORK(&hevc->work, vh265_work);
+ vfree(buf);
return 0;
}
#endif
amhevc_enable();
- if (debug & H265_DEBUG_LOAD_UCODE_FROM_FILE) {
- pr_info("load ucode from file of vh265_mc_debug\n");
- if (amhevc_loadmc_ex(VFORMAT_HEVC,
- "vh265_mc_debug", NULL) < 0) {
- amhevc_disable();
- return -EBUSY;
- }
-#if 0
- } else if (double_write_mode & 0x10) {
- pr_info("load ucode from file of vh265_mc_dw\n");
- if (amhevc_loadmc_ex(VFORMAT_HEVC,
- "vh265_mc_dw", NULL) < 0) {
- amhevc_disable();
- return -EBUSY;
- }
-#endif
- } else if (mmu_enable && (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXL)) {
- if (amhevc_loadmc_ex(VFORMAT_HEVC, "vh265_mc_mmu", NULL)
- < 0) {
- amhevc_disable();
- return -EBUSY;
- }
- pr_info("vh265 mmu ucode loaded!\n");
- } else if (amhevc_loadmc_ex(VFORMAT_HEVC, "vh265_mc", NULL) < 0) {
+
+ if (mmu_enable && (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXL)) {
+ size = get_firmware_data(VIDEO_DEC_HEVC_MMU, buf);
+ hevc_print(hevc, 0, "vh265 mmu ucode loaded!\n");
+ } else
+ size = get_firmware_data(VIDEO_DEC_HEVC, buf);
+
+ if (size < 0) {
+ pr_err("get firmware fail.\n");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amhevc_loadmc_ex(VFORMAT_HEVC, NULL, buf) < 0) {
amhevc_disable();
+ vfree(buf);
return -EBUSY;
}
+
+ vfree(buf);
+
hevc->stat |= STAT_MC_LOAD;
/* enable AMRISC side protocol */
@@ -7288,7 +7741,7 @@ static s32 vh265_init(struct hevc_state_s *hevc)
vh265_isr_thread_fn,
IRQF_ONESHOT,/*run thread on this irq disabled*/
"vh265-irq", (void *)hevc)) {
- pr_info("vh265 irq register error.\n");
+ hevc_print(hevc, 0, "vh265 irq register error.\n");
amhevc_disable();
return -ENOENT;
}
@@ -7315,7 +7768,7 @@ static s32 vh265_init(struct hevc_state_s *hevc)
hevc->stat |= STAT_VF_HOOK;
hevc->timer.data = (ulong) hevc;
- hevc->timer.function = vh265_put_timer_func;
+ hevc->timer.function = vh265_check_timer_func;
hevc->timer.expires = jiffies + PUT_INTERVAL;
add_timer(&hevc->timer);
@@ -7336,8 +7789,8 @@ static s32 vh265_init(struct hevc_state_s *hevc)
}
/* hevc->stat |= STAT_KTHREAD; */
- if (debug & H265_DEBUG_FORCE_CLK) {
- pr_info("%s force clk\n", __func__);
+ if (get_dbg_flag(hevc) & H265_DEBUG_FORCE_CLK) {
+ hevc_print(hevc, 0, "%s force clk\n", __func__);
WRITE_VREG(HEVC_IQIT_CLK_RST_CTRL,
READ_VREG(HEVC_IQIT_CLK_RST_CTRL) |
((1 << 2) | (1 << 1)));
@@ -7380,10 +7833,8 @@ static s32 vh265_init(struct hevc_state_s *hevc)
error_handle_threshold = 300;
else
error_handle_threshold = 30;
- /*
- *pr_info("%d, vh265_init, RP=0x%x\n",
- *__LINE__, READ_VREG(HEVC_STREAM_RD_PTR));
- */
+ /* pr_info("%d, vh265_init, RP=0x%x\n",
+ __LINE__, READ_VREG(HEVC_STREAM_RD_PTR)); */
return 0;
}
@@ -7393,7 +7844,8 @@ static int vh265_stop(struct hevc_state_s *hevc)
hevc->init_flag = 0;
- if (debug & H265_DEBUG_WAIT_DECODE_DONE_WHEN_STOP) {
+ if (get_dbg_flag(hevc) &
+ H265_DEBUG_WAIT_DECODE_DONE_WHEN_STOP) {
int wait_timeout_count = 0;
while (READ_VREG(HEVC_DEC_STATUS_REG) ==
@@ -7443,19 +7895,78 @@ static int vh265_stop(struct hevc_state_s *hevc)
while (hevc->uninit_list) /* wait uninit complete */
msleep(20);
#endif
- if (hevc->mmu_box)
- uninit_mmu_buffers(hevc);
- }
+ }
+ uninit_mmu_buffers(hevc);
amhevc_disable();
return 0;
}
#ifdef MULTI_INSTANCE_SUPPORT
-static int vmh265_stop(struct hevc_state_s *hevc)
+static void reset_process_time(struct hevc_state_s *hevc)
{
+ if (hevc->start_process_time) {
+ unsigned process_time =
+ 1000 * (jiffies - hevc->start_process_time) / HZ;
+ hevc->start_process_time = 0;
+ if (process_time > max_process_time[hevc->index])
+ max_process_time[hevc->index] = process_time;
+ }
+}
+
+static void start_process_time(struct hevc_state_s *hevc)
+{
+ hevc->start_process_time = jiffies;
+ hevc->decode_timeout_count = 2;
+ hevc->last_lcu_idx = 0;
+}
+
+static void timeout_process(struct hevc_state_s *hevc)
+{
+ hevc->timeout_num++;
+ amhevc_stop();
+ hevc_print(hevc,
+ 0, "%s decoder timeout\n", __func__);
+
+ hevc->dec_result = DEC_RESULT_DONE;
+ reset_process_time(hevc);
+ schedule_work(&hevc->work);
+}
+static unsigned char is_new_pic_available(struct hevc_state_s *hevc)
+{
+ struct PIC_s *new_pic = NULL;
+ struct PIC_s *pic;
+ /* recycle un-used pic */
+ int i;
+ /*return 1 if pic_list is not initialized yet*/
+ if (hevc->pic_list_init_flag != 3)
+ return 1;
+
+ for (i = 0; i < MAX_REF_PIC_NUM; i++) {
+ pic = hevc->m_PIC[i];
+ if (pic == NULL || pic->index == -1)
+ continue;
+ if ((pic->used_by_display)
+ && ((READ_VCBUS_REG(AFBC_BODY_BADDR) << 4) !=
+ pic->mc_y_adr))
+ pic->used_by_display = 0;
+ if (pic->output_mark == 0 && pic->referenced == 0
+ && pic->output_ready == 0
+ && pic->used_by_display == 0) {
+ if (new_pic) {
+ if (pic->POC < new_pic->POC)
+ new_pic = pic;
+ } else
+ new_pic = pic;
+ }
+ }
+ return (new_pic != NULL) ? 1 : 0;
+}
+
+static int vmh265_stop(struct hevc_state_s *hevc)
+{
hevc->init_flag = 0;
if (hevc->stat & STAT_TIMER_ARM) {
@@ -7478,6 +7989,7 @@ static int vmh265_stop(struct hevc_state_s *hevc)
int ret;
#endif
hevc->uninit_list = 1;
+ reset_process_time(hevc);
schedule_work(&hevc->work);
#ifdef USE_UNINIT_SEMA
ret = down_interruptible(
@@ -7488,19 +8000,30 @@ static int vmh265_stop(struct hevc_state_s *hevc)
#endif
}
cancel_work_sync(&hevc->work);
-
+ uninit_mmu_buffers(hevc);
return 0;
}
static unsigned int start_decode_buf_level; /* = 0x80000;*/
+static unsigned char get_data_check_sum
+ (struct hevc_state_s *hevc, int size)
+{
+ int jj;
+ int sum = 0;
+ u8 *data = ((u8 *)hevc->chunk->block->start_virt) +
+ hevc->chunk->offset;
+ for (jj = 0; jj < size; jj++)
+ sum += data[jj];
+ return sum;
+}
+
static void vh265_work(struct work_struct *work)
{
struct hevc_state_s *hevc = container_of(work,
struct hevc_state_s, work);
-
- /*
- *finished decoding one frame or error,
+ struct vdec_s *vdec = hw_to_vdec(hevc);
+ /* finished decoding one frame or error,
* notify vdec core to switch context
*/
if ((hevc->init_flag != 0) && (hevc->pic_list_init_flag == 1)) {
@@ -7511,16 +8034,18 @@ static void vh265_work(struct work_struct *work)
init_pic_list_hw(hevc);
init_buf_spec(hevc);
hevc->pic_list_init_flag = 2;
- pr_info("set pic_list_init_flag to 2\n");
+ hevc_print(hevc, 0,
+ "set pic_list_init_flag to 2\n");
+ start_process_time(hevc);
WRITE_VREG(HEVC_ASSIST_MBOX1_IRQ_REG, 0x1);
return;
}
if (hevc->uninit_list) {
/*USE_BUF_BLOCK*/
- uninit_buf_list(hevc, false);
- pr_info("uninit list\n");
+ uninit_pic_list(hevc);
+ hevc_print(hevc, 0, "uninit list\n");
hevc->uninit_list = 0;
#ifdef USE_UNINIT_SEMA
up(&hevc->h265_uninit_done_sema);
@@ -7528,11 +8053,85 @@ static void vh265_work(struct work_struct *work)
return;
}
- if (hevc->dec_result == DEC_RESULT_DONE) {
- /*
- *if (!hevc->ctx_valid)
- * hevc->ctx_valid = 1;
- */
+ if ((hevc->dec_result == DEC_RESULT_GET_DATA) ||
+ (hevc->dec_result == DEC_RESULT_GET_DATA_RETRY)) {
+ if (hevc->dec_result == DEC_RESULT_GET_DATA) {
+ hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
+ "%s DEC_RESULT_GET_DATA %x %x %x mpc %x\n",
+ __func__,
+ READ_VREG(HEVC_STREAM_LEVEL),
+ READ_VREG(HEVC_STREAM_WR_PTR),
+ READ_VREG(HEVC_STREAM_RD_PTR),
+ READ_VREG(HEVC_MPC_E));
+ vdec_vframe_dirty(vdec, hevc->chunk);
+ vdec_clean_input(vdec);
+ }
+
+ /*if (is_new_pic_available(hevc)) {*/
+ if (run_ready(vdec)) {
+ int r;
+ r = vdec_prepare_input(vdec, &hevc->chunk);
+ if (r < 0) {
+ hevc->dec_result = DEC_RESULT_GET_DATA_RETRY;
+
+ hevc_print(hevc,
+ PRINT_FLAG_VDEC_DETAIL,
+ "amvdec_vh265: Insufficient data\n");
+
+ schedule_work(&hevc->work);
+ return;
+ }
+ hevc->dec_result = DEC_RESULT_NONE;
+ hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
+ "%s: chunk size 0x%x sum 0x%x mpc %x\n",
+ __func__, r,
+ (get_dbg_flag(hevc) & PRINT_FLAG_VDEC_STATUS) ?
+ get_data_check_sum(hevc, r) : 0,
+ READ_VREG(HEVC_MPC_E));
+ if ((get_dbg_flag(hevc) & PRINT_FRAMEBASE_DATA) &&
+ input_frame_based(vdec)) {
+ int jj;
+ u8 *data =
+ ((u8 *)hevc->chunk->block->start_virt) +
+ hevc->chunk->offset;
+ for (jj = 0; jj < r; jj++) {
+ if ((jj & 0xf) == 0)
+ hevc_print(hevc,
+ PRINT_FRAMEBASE_DATA,
+ "%06x:", jj);
+ hevc_print_cont(hevc,
+ PRINT_FRAMEBASE_DATA,
+ "%02x ", data[jj]);
+ if (((jj + 1) & 0xf) == 0)
+ hevc_print_cont(hevc,
+ PRINT_FRAMEBASE_DATA,
+ "\n");
+ }
+ }
+
+ WRITE_VREG(HEVC_DECODE_SIZE, r);
+
+ vdec_enable_input(vdec);
+
+ hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
+ "%s: mpc %x\n",
+ __func__, READ_VREG(HEVC_MPC_E));
+
+ start_process_time(hevc);
+ WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
+ } else{
+ hevc->dec_result = DEC_RESULT_GET_DATA_RETRY;
+
+ /*hevc_print(hevc, PRINT_FLAG_VDEC_DETAIL,
+ "amvdec_vh265: Insufficient data\n");
+ */
+
+ schedule_work(&hevc->work);
+ }
+ return;
+ } else if (hevc->dec_result == DEC_RESULT_DONE) {
+ /* if (!hevc->ctx_valid)
+ hevc->ctx_valid = 1; */
hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
"%s dec_result %d %x %x %x\n",
__func__,
@@ -7540,6 +8139,30 @@ static void vh265_work(struct work_struct *work)
READ_VREG(HEVC_STREAM_LEVEL),
READ_VREG(HEVC_STREAM_WR_PTR),
READ_VREG(HEVC_STREAM_RD_PTR));
+#ifdef CONFIG_AM_VDEC_DV
+#if 1
+ if (vdec->slave) {
+ if (dv_debug & 0x1)
+ vdec_set_flag(vdec->slave, 0);
+ else
+ vdec_set_flag(vdec->slave,
+ VDEC_FLAG_INPUT_KEEP_CONTEXT);
+ }
+#else
+ if (vdec->slave) {
+ if (no_interleaved_el_slice)
+ vdec_set_flag(vdec->slave,
+ VDEC_FLAG_INPUT_KEEP_CONTEXT);
+ /* this will move real HW pointer for input */
+ else
+ vdec_set_flag(vdec->slave, 0);
+ /* this will not move real HW pointer
+ and SL layer decoding
+ will start from same stream position
+ as current BL decoder */
+ }
+#endif
+#endif
vdec_vframe_dirty(hw_to_vdec(hevc), hevc->chunk);
} else {
hevc_print(hevc, PRINT_FLAG_VDEC_DETAIL,
@@ -7551,9 +8174,23 @@ static void vh265_work(struct work_struct *work)
READ_VREG(HEVC_STREAM_RD_PTR));
}
+ if (hevc->stat & STAT_TIMER_ARM) {
+ del_timer_sync(&hevc->timer);
+ hevc->stat &= ~STAT_TIMER_ARM;
+ }
/* mark itself has all HW resource released and input released */
vdec_set_status(hw_to_vdec(hevc), VDEC_STATUS_CONNECTED);
+#ifdef CONFIG_AM_VDEC_DV
+ if (hevc->switch_dvlayer_flag) {
+ if (vdec->slave)
+ vdec_set_next_sched(vdec, vdec->slave);
+ else if (vdec->master)
+ vdec_set_next_sched(vdec, vdec->master);
+ } else if (vdec->slave || vdec->master)
+ vdec_set_next_sched(vdec, vdec);
+#endif
+
if (hevc->vdec_cb)
hevc->vdec_cb(hw_to_vdec(hevc), hevc->vdec_cb_arg);
}
@@ -7565,21 +8202,63 @@ static int vh265_hw_ctx_restore(struct hevc_state_s *hevc)
return 0;
}
-static bool is_buffer_available(struct vdec_s *vdec)
-{
- /* new to do ... */
- return 1;
-}
-
static bool run_ready(struct vdec_s *vdec)
{
struct hevc_state_s *hevc =
(struct hevc_state_s *)vdec->private;
- hevc_print(hevc,
+ /*hevc_print(hevc,
PRINT_FLAG_VDEC_DETAIL, "%s\r\n", __func__);
+ */
+ if ((!vdec_frame_based(vdec)) && (start_decode_buf_level > 0)) {
+ u32 rp, wp;
+ u32 level;
- return is_buffer_available(vdec);
+ rp = READ_MPEG_REG(PARSER_VIDEO_RP);
+ wp = READ_MPEG_REG(PARSER_VIDEO_WP);
+
+ if (wp < rp)
+ level = vdec->input.size + wp - rp;
+ else
+ level = wp - rp;
+
+ if (level < start_decode_buf_level) {
+ hevc_print(hevc, 0,
+ "level %d not run_ready\n", level);
+ return false;
+ }
+ } else if (vdec_frame_based(vdec)) {
+ if (!vdec_input_next_input_chunk(&vdec->input))
+ return false;
+ }
+
+ return is_new_pic_available(hevc);
+}
+
+static void reset_dec_hw(struct vdec_s *vdec)
+{
+ if (input_frame_based(vdec))
+ WRITE_VREG(HEVC_STREAM_CONTROL, 0);
+
+ /*
+ * 2: assist
+ * 3: parser
+ * 4: parser_state
+ * 8: dblk
+ * 11:mcpu
+ * 12:ccpu
+ * 13:ddr
+ * 14:iqit
+ * 15:ipp
+ * 17:qdct
+ * 18:mpred
+ * 19:sao
+ * 24:hevc_afifo
+ */
+ WRITE_VREG(DOS_SW_RESET3,
+ (1<<3)|(1<<4)|(1<<8)|(1<<11)|(1<<12)|(1<<14)|(1<<15)|
+ (1<<17)|(1<<18)|(1<<19));
+ WRITE_VREG(DOS_SW_RESET3, 0);
}
static void run(struct vdec_s *vdec,
@@ -7591,7 +8270,9 @@ static void run(struct vdec_s *vdec,
hevc->vdec_cb_arg = arg;
hevc->vdec_cb = callback;
- /* hw->chunk = vdec_prepare_input(vdec); */
+
+ reset_dec_hw(vdec);
+
r = vdec_prepare_input(vdec, &hevc->chunk);
if (r < 0) {
hevc->dec_result = DEC_RESULT_AGAIN;
@@ -7605,63 +8286,62 @@ static void run(struct vdec_s *vdec,
hevc->dec_result = DEC_RESULT_NONE;
- if (/*(!input_frame_based(vdec)) && */(start_decode_buf_level > 0)) {
- if (READ_VREG(HEVC_STREAM_LEVEL) <
- start_decode_buf_level) {
- hevc_print(hevc,
- PRINT_FLAG_VDEC_DETAIL,
- "%s: VIFIFO_LEVEL %x is low (<%x)\n",
- __func__,
- READ_VREG(HEVC_STREAM_LEVEL),
- start_decode_buf_level);
-
- hevc->dec_result = DEC_RESULT_AGAIN;
- schedule_work(&hevc->work);
- return;
- }
- }
-
hevc_print(hevc, PRINT_FLAG_VDEC_STATUS,
- "%s: %x %x %x\n",
- __func__,
+ "%s: size 0x%x sum 0x%x (%x %x %x)\n",
+ __func__, r,
+ (vdec_frame_based(vdec) &&
+ (get_dbg_flag(hevc) & PRINT_FLAG_VDEC_STATUS)) ?
+ get_data_check_sum(hevc, r) : 0,
READ_VREG(HEVC_STREAM_LEVEL),
READ_VREG(HEVC_STREAM_WR_PTR),
READ_VREG(HEVC_STREAM_RD_PTR));
-
- if (((debug & ONLY_RESET_AT_START) == 0) ||
- (hevc->init_flag == 0)) {
- if (amhevc_loadmc_ex(VFORMAT_HEVC, "vh265_mc", NULL) < 0) {
- amhevc_disable();
- pr_info("%s: Error amvdec_loadmc fail\n", __func__);
- return;
+ if ((get_dbg_flag(hevc) & PRINT_FRAMEBASE_DATA) &&
+ input_frame_based(vdec)) {
+ int jj;
+ u8 *data = ((u8 *)hevc->chunk->block->start_virt) +
+ hevc->chunk->offset;
+ for (jj = 0; jj < r; jj++) {
+ if ((jj & 0xf) == 0)
+ hevc_print(hevc, PRINT_FRAMEBASE_DATA,
+ "%06x:", jj);
+ hevc_print_cont(hevc, PRINT_FRAMEBASE_DATA,
+ "%02x ", data[jj]);
+ if (((jj + 1) & 0xf) == 0)
+ hevc_print_cont(hevc, PRINT_FRAMEBASE_DATA,
+ "\n");
}
-
- if (vh265_hw_ctx_restore(hevc) < 0) {
- schedule_work(&hevc->work);
+ }
+ if (hevc->init_flag == 0) {
+ if (amhevc_vdec_loadmc_ex(vdec, "vh265_mc") < 0) {
+ amhevc_disable();
+ hevc_print(hevc, 0,
+ "%s: Error amvdec_loadmc fail\n", __func__);
return;
}
+ }
+ if (vh265_hw_ctx_restore(hevc) < 0) {
+ schedule_work(&hevc->work);
+ return;
+ }
- vdec_enable_input(vdec);
-
- WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
+ vdec_enable_input(vdec);
- WRITE_VREG(HEVC_SHIFT_BYTE_COUNT, 0);
- WRITE_VREG(HEVC_DECODE_SIZE, hevc->chunk->size);
- hevc->init_flag = 1;
+ WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
- if (hevc->pic_list_init_flag == 3)
- init_pic_list_hw(hevc);
- amhevc_start();
- } else {
+ if (vdec_frame_based(vdec))
WRITE_VREG(HEVC_SHIFT_BYTE_COUNT, 0);
- WRITE_VREG(HEVC_DECODE_SIZE, hevc->chunk->size);
- hevc_recover(hevc);
+ WRITE_VREG(HEVC_DECODE_SIZE, r);
+ /*WRITE_VREG(HEVC_DECODE_COUNT, hevc->decode_idx);*/
+ hevc->init_flag = 1;
- vdec_enable_input(vdec);
+ if (hevc->pic_list_init_flag == 3)
+ init_pic_list_hw(hevc);
- WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
- }
+ start_process_time(hevc);
+ add_timer(&hevc->timer);
+ hevc->stat |= STAT_TIMER_ARM;
+ amhevc_start();
}
@@ -7703,8 +8383,8 @@ static int amvdec_h265_probe(struct platform_device *pdev)
#endif
struct hevc_state_s *hevc = &gHevc;
- if (debug)
- pr_info("%s\r\n", __func__);
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0, "%s\r\n", __func__);
mutex_lock(&vh265_mutex);
if ((get_cpu_type() >= MESON_CPU_MAJOR_ID_GXTVBB) &&
@@ -7716,21 +8396,36 @@ static int amvdec_h265_probe(struct platform_device *pdev)
hevc->fatal_error = 0;
hevc->show_frame_num = 0;
if (pdata == NULL) {
- pr_info("\namvdec_h265 memory resource undefined.\n");
+ hevc_print(hevc, 0,
+ "\namvdec_h265 memory resource undefined.\n");
+ mutex_unlock(&vh265_mutex);
+ return -EFAULT;
+ }
+#ifndef CONFIG_MULTI_DEC
+ if (get_cpu_type() < MESON_CPU_MAJOR_ID_GXL
+ || double_write_mode == 0x10)
+ mmu_enable = 0;
+ else
+ mmu_enable = 1;
+#endif
+ if (init_mmu_buffers(hevc)) {
+ hevc_print(hevc, 0,
+ "\n 265 mmu init failed!\n");
mutex_unlock(&vh265_mutex);
return -EFAULT;
}
-
hevc->buf_start = pdata->mem_start;
hevc->buf_size = pdata->mem_end - pdata->mem_start + 1;
/*
- *hevc->mc_buf_spec.buf_end = pdata->mem_end + 1;
- *for (i = 0; i < WORK_BUF_SPEC_NUM; i++)
- * amvh265_workbuff_spec[i].start_adr = pdata->mem_start;
+ hevc->mc_buf_spec.buf_end = pdata->mem_end + 1;
+ for (i = 0; i < WORK_BUF_SPEC_NUM; i++)
+ amvh265_workbuff_spec[i].start_adr = pdata->mem_start;
*/
- if (debug) {
- pr_info("===H.265 decoder mem resource 0x%lx -- 0x%lx\n",
- pdata->mem_start, pdata->mem_end + 1);
+
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "===H.265 decoder mem resource 0x%lx -- 0x%lx\n",
+ pdata->mem_start, pdata->mem_end + 1);
}
if (pdata->sys_info)
@@ -7743,7 +8438,8 @@ static int amvdec_h265_probe(struct platform_device *pdev)
#ifndef MULTI_INSTANCE_SUPPORT
if (pdata->flag & DEC_FLAG_HEVC_WORKAROUND) {
workaround_enable |= 3;
- pr_info("amvdec_h265 HEVC_WORKAROUND flag set.\n");
+ hevc_print(hevc, 0,
+ "amvdec_h265 HEVC_WORKAROUND flag set.\n");
} else
workaround_enable &= ~3;
#endif
@@ -7755,14 +8451,16 @@ static int amvdec_h265_probe(struct platform_device *pdev)
#else
if (vh265_init(hevc) < 0) {
#endif
- pr_info("\namvdec_h265 init failed.\n");
+ hevc_print(hevc, 0,
+ "\namvdec_h265 init failed.\n");
hevc_local_uninit(hevc);
+ uninit_mmu_buffers(hevc);
mutex_unlock(&vh265_mutex);
return -ENODEV;
}
/*set the max clk for smooth playing...*/
hevc_source_changed(VFORMAT_HEVC,
- 4096, 2048, 30);
+ 3840, 2160, 60);
mutex_unlock(&vh265_mutex);
return 0;
@@ -7772,8 +8470,8 @@ static int amvdec_h265_remove(struct platform_device *pdev)
{
struct hevc_state_s *hevc = &gHevc;
- if (debug)
- pr_info("%s\r\n", __func__);
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0, "%s\r\n", __func__);
mutex_lock(&vh265_mutex);
@@ -7783,8 +8481,9 @@ static int amvdec_h265_remove(struct platform_device *pdev)
#ifdef DEBUG_PTS
- pr_info("pts missed %ld, pts hit %ld, duration %d\n",
- hevc->pts_missed, hevc->pts_hit, hevc->frame_dur);
+ hevc_print(hevc, 0,
+ "pts missed %ld, pts hit %ld, duration %d\n",
+ hevc->pts_missed, hevc->pts_hit, hevc->frame_dur);
#endif
mutex_unlock(&vh265_mutex);
@@ -7811,9 +8510,9 @@ static int ammvdec_h265_probe(struct platform_device *pdev)
struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
struct hevc_state_s *hevc = NULL;
-
- if (debug)
- pr_info("%s\r\n", __func__);
+#ifdef CONFIG_MULTI_DEC
+ int config_val;
+#endif
if (pdata == NULL) {
pr_info("\nammvdec_h265 memory resource undefined.\n");
return -EFAULT;
@@ -7825,8 +8524,6 @@ static int ammvdec_h265_probe(struct platform_device *pdev)
pr_info("\nammvdec_h265 device data allocation failed\n");
return -ENOMEM;
}
- hevc->index = m_hevc_count % max_decode_instance_num;
- m_hevc_count++;
pdata->private = hevc;
pdata->dec_status = vh265_dec_status;
/* pdata->set_trickmode = set_trickmode; */
@@ -7837,13 +8534,27 @@ static int ammvdec_h265_probe(struct platform_device *pdev)
pdata->threaded_irq_handler = vh265_threaded_irq_cb;
pdata->id = pdev->id;
+ hevc->index = pdev->id;
if (pdata->use_vfm_path)
- snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ snprintf(pdata->vf_provider_name,
+ VDEC_PROVIDER_NAME_SIZE,
VFM_DEC_PROVIDER_NAME);
- else if (debug & USE_OLD_PROVIDER)
- snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
- PROVIDER_NAME);
+#ifdef CONFIG_AM_VDEC_DV
+ else if (vdec_dual(pdata)) {
+ if (dv_toggle_prov_name) /*debug purpose*/
+ snprintf(pdata->vf_provider_name,
+ VDEC_PROVIDER_NAME_SIZE,
+ (pdata->master) ? VFM_DEC_DVBL_PROVIDER_NAME :
+ VFM_DEC_DVEL_PROVIDER_NAME);
+ else
+ snprintf(pdata->vf_provider_name,
+ VDEC_PROVIDER_NAME_SIZE,
+ (pdata->master) ? VFM_DEC_DVEL_PROVIDER_NAME :
+ VFM_DEC_DVBL_PROVIDER_NAME);
+ hevc->dolby_enhance_flag = pdata->master ? 1 : 0;
+ }
+#endif
else
snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
MULTI_INSTANCE_PROVIDER_NAME ".%02x", pdev->id & 0xff);
@@ -7855,12 +8566,37 @@ static int ammvdec_h265_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, pdata);
hevc->platform_dev = pdev;
-
+ if (init_mmu_buffers(hevc) < 0) {
+ hevc_print(hevc, 0,
+ "\n 265 mmu init failed!\n");
+ mutex_unlock(&vh265_mutex);
+ devm_kfree(&pdev->dev, (void *)hevc);
+ return -EFAULT;
+ }
+#if 0
hevc->buf_start = pdata->mem_start;
hevc->buf_size = pdata->mem_end - pdata->mem_start + 1;
- if (get_cpu_type() < MESON_CPU_MAJOR_ID_GXL
- || double_write_mode == 0x10)
- mmu_enable = 0;
+#else
+
+ if (decoder_bmmu_box_alloc_idx_wait(
+ hevc->bmmu_box,
+ BMMU_WORKSPACE_ID,
+ work_buf_size,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR) < 0) {
+ hevc_print(hevc, 0,
+ "workbuf alloc failed, request buf size 0x%lx\n",
+ work_buf_size);
+ uninit_mmu_buffers(hevc);
+ devm_kfree(&pdev->dev, (void *)hevc);
+ return -ENOMEM;
+ }
+ hevc->buf_start = decoder_bmmu_box_get_phy_addr(
+ hevc->bmmu_box,
+ BMMU_WORKSPACE_ID);
+ hevc->buf_size = work_buf_size;
+#endif
if ((get_cpu_type() >= MESON_CPU_MAJOR_ID_GXTVBB) &&
(parser_sei_enable & 0x100) == 0)
parser_sei_enable = 1;
@@ -7870,35 +8606,89 @@ static int ammvdec_h265_probe(struct platform_device *pdev)
hevc->fatal_error = 0;
hevc->show_frame_num = 0;
if (pdata == NULL) {
- pr_info("\namvdec_h265 memory resource undefined.\n");
+ hevc_print(hevc, 0,
+ "\namvdec_h265 memory resource undefined.\n");
+ uninit_mmu_buffers(hevc);
+ devm_kfree(&pdev->dev, (void *)hevc);
return -EFAULT;
}
/*
- *hevc->mc_buf_spec.buf_end = pdata->mem_end + 1;
- *for (i = 0; i < WORK_BUF_SPEC_NUM; i++)
- * amvh265_workbuff_spec[i].start_adr = pdata->mem_start;
+ hevc->mc_buf_spec.buf_end = pdata->mem_end + 1;
+ for (i = 0; i < WORK_BUF_SPEC_NUM; i++)
+ amvh265_workbuff_spec[i].start_adr = pdata->mem_start;
*/
- if (debug) {
- pr_info("===H.265 decoder mem resource 0x%lx -- 0x%lx\n",
- pdata->mem_start, pdata->mem_end + 1);
- }
+ if (get_dbg_flag(hevc)) {
+ hevc_print(hevc, 0,
+ "===H.265 decoder mem resource 0x%lx -- 0x%lx\n",
+ hevc->buf_start, hevc->buf_start + hevc->buf_size);
+ }
+
+ if (((get_dbg_flag(hevc) & IGNORE_PARAM_FROM_CONFIG) == 0) &&
+ pdata->config && pdata->config_len) {
+#ifdef CONFIG_MULTI_DEC
+ /*use ptr config for doubel_write_mode, etc*/
+ hevc_print(hevc, 0, "pdata->config=%s\n", pdata->config);
+ if (get_config_int(pdata->config, "hevc_buf_width",
+ &config_val) == 0)
+ hevc->buf_alloc_width = config_val;
+ else
+ hevc->buf_alloc_width = buf_alloc_width;
- if (pdata->sys_info)
- hevc->vh265_amstream_dec_info = *pdata->sys_info;
- else {
+ if (get_config_int(pdata->config, "hevc_buf_height",
+ &config_val) == 0)
+ hevc->buf_alloc_height = config_val;
+ else
+ hevc->buf_alloc_height = buf_alloc_height;
+
+ if (get_config_int(pdata->config, "hevc_buf_margin",
+ &config_val) == 0)
+ hevc->dynamic_buf_num_margin = config_val;
+ else
+ hevc->dynamic_buf_num_margin = dynamic_buf_num_margin;
+
+ if (get_config_int(pdata->config, "hevc_double_write_mode",
+ &config_val) == 0)
+ hevc->double_write_mode = config_val;
+ else
+ hevc->double_write_mode = double_write_mode;
+#endif
+ } else {
hevc->vh265_amstream_dec_info.width = 0;
hevc->vh265_amstream_dec_info.height = 0;
hevc->vh265_amstream_dec_info.rate = 30;
- }
+ hevc->buf_alloc_width = buf_alloc_width;
+ hevc->buf_alloc_height = buf_alloc_height;
+ hevc->dynamic_buf_num_margin = dynamic_buf_num_margin;
+ hevc->double_write_mode = double_write_mode;
+ }
+ hevc_print(hevc, 0,
+ "buf_alloc_width=%d\n",
+ hevc->buf_alloc_width);
+ hevc_print(hevc, 0,
+ "buf_alloc_height=%d\n",
+ hevc->buf_alloc_height);
+ hevc_print(hevc, 0,
+ "dynamic_buf_num_margin=%d\n",
+ hevc->dynamic_buf_num_margin);
+ hevc_print(hevc, 0,
+ "double_write_mode=%d\n",
+ hevc->double_write_mode);
hevc->cma_dev = pdata->cma_dev;
if (vh265_init(pdata) < 0) {
- pr_info("\namvdec_h265 init failed.\n");
+ hevc_print(hevc, 0,
+ "\namvdec_h265 init failed.\n");
hevc_local_uninit(hevc);
+ uninit_mmu_buffers(hevc);
+ devm_kfree(&pdev->dev, (void *)hevc);
return -ENODEV;
}
+ /*set the max clk for smooth playing...*/
+ hevc_source_changed(VFORMAT_HEVC,
+ 3840, 2160, 60);
+
return 0;
}
@@ -7908,8 +8698,8 @@ static int ammvdec_h265_remove(struct platform_device *pdev)
(struct hevc_state_s *)
(((struct vdec_s *)(platform_get_drvdata(pdev)))->private);
- if (debug)
- pr_info("%s\r\n", __func__);
+ if (get_dbg_flag(hevc))
+ hevc_print(hevc, 0, "%s\r\n", __func__);
vmh265_stop(hevc);
@@ -7998,8 +8788,8 @@ static void __exit amvdec_h265_driver_remove_module(void)
/****************************************/
/*
-*module_param(stat, uint, 0664);
-*MODULE_PARM_DESC(stat, "\n amvdec_h265 stat\n");
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_h265 stat\n");
*/
module_param(use_cma, uint, 0664);
MODULE_PARM_DESC(use_cma, "\n amvdec_h265 use_cma\n");
@@ -8013,9 +8803,6 @@ MODULE_PARM_DESC(bit_depth_chroma, "\n amvdec_h265 bit_depth_chroma\n");
module_param(video_signal_type, uint, 0664);
MODULE_PARM_DESC(video_signal_type, "\n amvdec_h265 video_signal_type\n");
-module_param(debug, uint, 0664);
-MODULE_PARM_DESC(debug, "\n amvdec_h265 debug\n");
-
#ifdef ERROR_HANDLE_DEBUG
module_param(dbg_nal_skip_flag, uint, 0664);
MODULE_PARM_DESC(dbg_nal_skip_flag, "\n amvdec_h265 dbg_nal_skip_flag\n");
@@ -8076,44 +8863,47 @@ module_param(error_skip_nal_count, uint, 0664);
MODULE_PARM_DESC(error_skip_nal_count,
"\n amvdec_h265 error_skip_nal_count\n");
+module_param(debug, uint, 0664);
+MODULE_PARM_DESC(debug, "\n amvdec_h265 debug\n");
+
+module_param(debug_mask, uint, 0664);
+MODULE_PARM_DESC(debug_mask, "\n amvdec_h265 debug mask\n");
+
+module_param(buffer_mode, uint, 0664);
+MODULE_PARM_DESC(buffer_mode, "\n buffer_mode\n");
+
+module_param(double_write_mode, uint, 0664);
+MODULE_PARM_DESC(double_write_mode, "\n double_write_mode\n");
+
module_param(buf_alloc_width, uint, 0664);
MODULE_PARM_DESC(buf_alloc_width, "\n buf_alloc_width\n");
module_param(buf_alloc_height, uint, 0664);
MODULE_PARM_DESC(buf_alloc_height, "\n buf_alloc_height\n");
+module_param(dynamic_buf_num_margin, uint, 0664);
+MODULE_PARM_DESC(dynamic_buf_num_margin, "\n dynamic_buf_num_margin\n");
+
+module_param(max_buf_num, uint, 0664);
+MODULE_PARM_DESC(max_buf_num, "\n max_buf_num\n");
+
module_param(buf_alloc_size, uint, 0664);
MODULE_PARM_DESC(buf_alloc_size, "\n buf_alloc_size\n");
module_param(re_config_pic_flag, uint, 0664);
MODULE_PARM_DESC(re_config_pic_flag, "\n re_config_pic_flag\n");
-module_param(buffer_mode, uint, 0664);
-MODULE_PARM_DESC(buffer_mode, "\n buffer_mode\n");
-
module_param(buffer_mode_dbg, uint, 0664);
MODULE_PARM_DESC(buffer_mode_dbg, "\n buffer_mode_dbg\n");
-/*USE_BUF_BLOCK*/
-module_param(max_buf_num, uint, 0664);
-MODULE_PARM_DESC(max_buf_num, "\n max_buf_num\n");
-
-module_param(dynamic_buf_num_margin, uint, 0664);
-MODULE_PARM_DESC(dynamic_buf_num_margin, "\n dynamic_buf_num_margin\n");
-/**/
module_param(mem_map_mode, uint, 0664);
MODULE_PARM_DESC(mem_map_mode, "\n mem_map_mode\n");
-#ifdef SUPPORT_10BIT
-module_param(double_write_mode, uint, 0664);
-MODULE_PARM_DESC(double_write_mode, "\n double_write_mode\n");
-
module_param(enable_mem_saving, uint, 0664);
MODULE_PARM_DESC(enable_mem_saving, "\n enable_mem_saving\n");
module_param(force_w_h, uint, 0664);
MODULE_PARM_DESC(force_w_h, "\n force_w_h\n");
-#endif
module_param(force_fps, uint, 0664);
MODULE_PARM_DESC(force_fps, "\n force_fps\n");
@@ -8121,19 +8911,33 @@ MODULE_PARM_DESC(force_fps, "\n force_fps\n");
module_param(max_decoding_time, uint, 0664);
MODULE_PARM_DESC(max_decoding_time, "\n max_decoding_time\n");
+module_param(prefix_aux_buf_size, uint, 0664);
+MODULE_PARM_DESC(prefix_aux_buf_size, "\n prefix_aux_buf_size\n");
+
+module_param(suffix_aux_buf_size, uint, 0664);
+MODULE_PARM_DESC(suffix_aux_buf_size, "\n suffix_aux_buf_size\n");
+
module_param(interlace_enable, uint, 0664);
MODULE_PARM_DESC(interlace_enable, "\n interlace_enable\n");
module_param(pts_unstable, uint, 0664);
MODULE_PARM_DESC(pts_unstable, "\n amvdec_h265 pts_unstable\n");
module_param(parser_sei_enable, uint, 0664);
MODULE_PARM_DESC(parser_sei_enable, "\n parser_sei_enable\n");
-module_param(mmu_enable, uint, 0664);
-MODULE_PARM_DESC(mmu_enable, "\n mmu_enable\n");
+
+#ifdef CONFIG_AM_VDEC_DV
+module_param(parser_dolby_vision_enable, uint, 0664);
+MODULE_PARM_DESC(parser_dolby_vision_enable,
+ "\n parser_dolby_vision_enable\n");
+#endif
#ifdef MULTI_INSTANCE_SUPPORT
module_param(start_decode_buf_level, uint, 0664);
MODULE_PARM_DESC(start_decode_buf_level,
- "\n ammvdec_h264 start_decode_buf_level\n");
+ "\n h265 start_decode_buf_level\n");
+
+module_param(decode_timeout_val, uint, 0664);
+MODULE_PARM_DESC(decode_timeout_val,
+ "\n h265 decode_timeout_val\n");
module_param_array(decode_frame_count, uint,
&max_decode_instance_num, 0664);
@@ -8144,7 +8948,13 @@ module_param_array(max_process_time, uint,
module_param_array(max_get_frame_interval,
uint, &max_decode_instance_num, 0664);
-module_param_array(debug_flag, uint, &max_decode_instance_num, 0664);
+#endif
+#ifdef CONFIG_AM_VDEC_DV
+module_param(dv_toggle_prov_name, uint, 0664);
+MODULE_PARM_DESC(dv_toggle_prov_name, "\n dv_toggle_prov_name\n");
+
+module_param(dv_debug, uint, 0664);
+MODULE_PARM_DESC(dv_debug, "\n dv_debug\n");
#endif
module_init(amvdec_h265_driver_init_module);
diff --git a/drivers/frame_provider/decoder/mjpeg/vmjpeg.c b/drivers/frame_provider/decoder/mjpeg/vmjpeg.c
new file mode 100644
index 0000000..1c75ba6
--- a/dev/null
+++ b/drivers/frame_provider/decoder/mjpeg/vmjpeg.c
@@ -0,0 +1,910 @@
+/*
+ * drivers/amlogic/amports/vmjpeg.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../../../stream_input/amports/amports_priv.h"
+#include <linux/amlogic/media/registers/register.h>
+
+#ifdef CONFIG_AM_VDEC_MJPEG_LOG
+#define AMLOG
+#define LOG_LEVEL_VAR amlog_level_vmjpeg
+#define LOG_MASK_VAR amlog_mask_vmjpeg
+#define LOG_LEVEL_ERROR 0
+#define LOG_LEVEL_INFO 1
+#define LOG_LEVEL_DESC "0:ERROR, 1:INFO"
+#endif
+#include <linux/amlogic/media/utils/amlog.h>
+MODULE_AMLOG(LOG_LEVEL_ERROR, 0, LOG_LEVEL_DESC, LOG_DEFAULT_MASK_DESC);
+
+#include "../utils/amvdec.h"
+
+#define DRIVER_NAME "amvdec_mjpeg"
+#define MODULE_NAME "amvdec_mjpeg"
+
+/* protocol register usage
+ AV_SCRATCH_0 - AV_SCRATCH_1 : initial display buffer fifo
+ AV_SCRATCH_2 - AV_SCRATCH_3 : decoder settings
+ AV_SCRATCH_4 - AV_SCRATCH_7 : display buffer spec
+ AV_SCRATCH_8 - AV_SCRATCH_9 : amrisc/host display buffer management
+ AV_SCRATCH_a : time stamp
+*/
+
+#define MREG_DECODE_PARAM AV_SCRATCH_2 /* bit 0-3: pico_addr_mode */
+/* bit 15-4: reference height */
+#define MREG_TO_AMRISC AV_SCRATCH_8
+#define MREG_FROM_AMRISC AV_SCRATCH_9
+#define MREG_FRAME_OFFSET AV_SCRATCH_A
+
+#define PICINFO_BUF_IDX_MASK 0x0007
+#define PICINFO_AVI1 0x0080
+#define PICINFO_INTERLACE 0x0020
+#define PICINFO_INTERLACE_AVI1_BOT 0x0010
+#define PICINFO_INTERLACE_FIRST 0x0010
+
+#define VF_POOL_SIZE 16
+#define DECODE_BUFFER_NUM_MAX 4
+#define PUT_INTERVAL (HZ/100)
+
+#if 1/*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6*/
+/* #define NV21 */
+#endif
+static DEFINE_MUTEX(vmjpeg_mutex);
+
+static struct dec_sysinfo vmjpeg_amstream_dec_info;
+
+static struct vframe_s *vmjpeg_vf_peek(void *);
+static struct vframe_s *vmjpeg_vf_get(void *);
+static void vmjpeg_vf_put(struct vframe_s *, void *);
+static int vmjpeg_vf_states(struct vframe_states *states, void *);
+static int vmjpeg_event_cb(int type, void *data, void *private_data);
+
+static void vmjpeg_prot_init(void);
+static void vmjpeg_local_init(void);
+
+static const char vmjpeg_dec_id[] = "vmjpeg-dev";
+
+#define PROVIDER_NAME "decoder.mjpeg"
+static const struct vframe_operations_s vmjpeg_vf_provider = {
+ .peek = vmjpeg_vf_peek,
+ .get = vmjpeg_vf_get,
+ .put = vmjpeg_vf_put,
+ .event_cb = vmjpeg_event_cb,
+ .vf_states = vmjpeg_vf_states,
+};
+
+static struct vframe_provider_s vmjpeg_vf_prov;
+
+static DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(recycle_q, struct vframe_s *, VF_POOL_SIZE);
+
+static struct vframe_s vfpool[VF_POOL_SIZE];
+static s32 vfbuf_use[DECODE_BUFFER_NUM_MAX];
+
+static u32 frame_width, frame_height, frame_dur;
+static u32 saved_resolution;
+static struct timer_list recycle_timer;
+static u32 stat;
+static unsigned long buf_start;
+static u32 buf_size;
+static DEFINE_SPINLOCK(lock);
+
+static inline u32 index2canvas0(u32 index)
+{
+ const u32 canvas_tab[4] = {
+#ifdef NV21
+ 0x010100, 0x030302, 0x050504, 0x070706
+#else
+ 0x020100, 0x050403, 0x080706, 0x0b0a09
+#endif
+ };
+
+ return canvas_tab[index];
+}
+
+static inline u32 index2canvas1(u32 index)
+{
+ const u32 canvas_tab[4] = {
+#ifdef NV21
+ 0x0d0d0c, 0x0f0f0e, 0x171716, 0x191918
+#else
+ 0x0e0d0c, 0x181716, 0x222120, 0x252423
+#endif
+ };
+
+ return canvas_tab[index];
+}
+
+static void set_frame_info(struct vframe_s *vf)
+{
+ vf->width = frame_width;
+ vf->height = frame_height;
+ vf->duration = frame_dur;
+ vf->ratio_control = 0;
+ vf->duration_pulldown = 0;
+ vf->flag = 0;
+}
+
+static irqreturn_t vmjpeg_isr(int irq, void *dev_id)
+{
+ u32 reg, offset, pts, pts_valid = 0;
+ struct vframe_s *vf = NULL;
+ u64 pts_us64;
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ reg = READ_VREG(MREG_FROM_AMRISC);
+
+ if (reg & PICINFO_BUF_IDX_MASK) {
+ offset = READ_VREG(MREG_FRAME_OFFSET);
+
+ if (pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO, offset, &pts, 0, &pts_us64) == 0)
+ pts_valid = 1;
+
+ if ((reg & PICINFO_INTERLACE) == 0) {
+ u32 index = ((reg & PICINFO_BUF_IDX_MASK) - 1) & 3;
+
+ if (index >= DECODE_BUFFER_NUM_MAX) {
+ pr_err("fatal error, invalid buffer index.");
+ return IRQ_HANDLED;
+ }
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info(
+ "fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ set_frame_info(vf);
+ vf->signal_type = 0;
+ vf->index = index;
+#ifdef NV21
+ vf->type =
+ VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD |
+ VIDTYPE_VIU_NV21;
+#else
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas0(index);
+ vf->pts = (pts_valid) ? pts : 0;
+ vf->pts_us64 = (pts_valid) ? pts_us64 : 0;
+ vf->orientation = 0;
+ vf->type_original = vf->type;
+ vfbuf_use[index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ } else {
+ u32 index = ((reg & PICINFO_BUF_IDX_MASK) - 1) & 3;
+
+ if (index >= DECODE_BUFFER_NUM_MAX) {
+ pr_info("fatal error, invalid buffer index.");
+ return IRQ_HANDLED;
+ }
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ set_frame_info(vf);
+ vf->signal_type = 0;
+ vf->index = index;
+#if 0
+ if (reg & PICINFO_AVI1) {
+ /* AVI1 format */
+ if (reg & PICINFO_INTERLACE_AVI1_BOT) {
+ vf->type =
+ VIDTYPE_INTERLACE_BOTTOM |
+ VIDTYPE_INTERLACE_FIRST;
+ } else
+ vf->type = VIDTYPE_INTERLACE_TOP;
+ } else {
+ if (reg & PICINFO_INTERLACE_FIRST) {
+ vf->type =
+ VIDTYPE_INTERLACE_TOP |
+ VIDTYPE_INTERLACE_FIRST;
+ } else
+ vf->type = VIDTYPE_INTERLACE_BOTTOM;
+ }
+
+ vf->type |= VIDTYPE_VIU_FIELD;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->duration >>= 1;
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas0(index);
+ vf->orientation = 0;
+ if ((vf->type & VIDTYPE_INTERLACE_FIRST) &&
+ (pts_valid))
+ vf->pts = pts;
+ else
+ vf->pts = 0;
+
+ vfbuf_use[index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+#else
+ /* send whole frame by weaving top & bottom field */
+#ifdef NV21
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_NV21;
+#else
+ vf->type = VIDTYPE_PROGRESSIVE;
+#endif
+ vf->canvas0Addr = index2canvas0(index);
+ vf->canvas1Addr = index2canvas1(index);
+ vf->orientation = 0;
+ if (pts_valid) {
+ vf->pts = pts;
+ vf->pts_us64 = pts_us64;
+ } else {
+ vf->pts = 0;
+ vf->pts_us64 = 0;
+ }
+ vf->type_original = vf->type;
+ vfbuf_use[index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+#endif
+ }
+
+ WRITE_VREG(MREG_FROM_AMRISC, 0);
+ }
+
+ return IRQ_HANDLED;
+}
+
+static struct vframe_s *vmjpeg_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_peek(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vmjpeg_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_get(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vmjpeg_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ kfifo_put(&recycle_q, (const struct vframe_s *)vf);
+}
+
+static int vmjpeg_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+ unsigned long flags;
+ amvdec_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vmjpeg_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vmjpeg_local_init();
+ vmjpeg_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vmjpeg_vf_prov);
+#endif
+ amvdec_start();
+ }
+ return 0;
+}
+
+static int vmjpeg_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ spin_lock_irqsave(&lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&newframe_q);
+ states->buf_avail_num = kfifo_len(&display_q);
+ states->buf_recycle_num = kfifo_len(&recycle_q);
+
+ spin_unlock_irqrestore(&lock, flags);
+
+ return 0;
+}
+
+static void vmjpeg_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+
+ while (!kfifo_is_empty(&recycle_q) &&
+ (READ_VREG(MREG_TO_AMRISC) == 0)) {
+ struct vframe_s *vf;
+ if (kfifo_get(&recycle_q, &vf)) {
+ if ((vf->index >= 0)
+ && (vf->index < DECODE_BUFFER_NUM_MAX)
+ && (--vfbuf_use[vf->index] == 0)) {
+ WRITE_VREG(MREG_TO_AMRISC, vf->index + 1);
+ vf->index = DECODE_BUFFER_NUM_MAX;
+ }
+
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+ }
+ if (frame_dur > 0 && saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ saved_resolution = frame_width * frame_height * fps;
+ vdec_source_changed(VFORMAT_MJPEG,
+ frame_width, frame_height, fps);
+ }
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+int vmjpeg_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = frame_width;
+ vstatus->height = frame_height;
+ if (0 != frame_dur)
+ vstatus->fps = 96000 / frame_dur;
+ else
+ vstatus->fps = 96000;
+ vstatus->error_count = 0;
+ vstatus->status = stat;
+
+ return 0;
+}
+
+/****************************************/
+static void vmjpeg_canvas_init(void)
+{
+ int i;
+ u32 canvas_width, canvas_height;
+ u32 decbuf_size, decbuf_y_size, decbuf_uv_size;
+ u32 disp_addr = 0xffffffff;
+
+ if (buf_size <= 0x00400000) {
+ /* SD only */
+ canvas_width = 768;
+ canvas_height = 576;
+ decbuf_y_size = 0x80000;
+ decbuf_uv_size = 0x20000;
+ decbuf_size = 0x100000;
+ } else {
+ /* HD & SD */
+ canvas_width = 1920;
+ canvas_height = 1088;
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;
+ }
+
+ if (is_vpp_postblend()) {
+ struct canvas_s cur_canvas;
+
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff),
+ &cur_canvas);
+ disp_addr = (cur_canvas.addr + 7) >> 3;
+ }
+
+ for (i = 0; i < 4; i++) {
+ if (((buf_start + i * decbuf_size + 7) >> 3) == disp_addr) {
+#ifdef NV21
+ canvas_config(index2canvas0(i) & 0xff,
+ buf_start + 4 * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas0(i) >> 8) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config(index2canvas1(i) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_size / 2, canvas_width,
+ canvas_height, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas1(i) >> 8) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size + decbuf_uv_size / 2,
+ canvas_width, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+#else
+ canvas_config(index2canvas0(i) & 0xff,
+ buf_start + 4 * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas0(i) >> 8) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas0(i) >> 16) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config(index2canvas1(i) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_size / 2, canvas_width,
+ canvas_height, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas1(i) >> 8) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size + decbuf_uv_size / 2,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas1(i) >> 16) & 0xff,
+ buf_start + 4 * decbuf_size +
+ decbuf_y_size + decbuf_uv_size +
+ decbuf_uv_size / 2, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+#endif
+ } else {
+#ifdef NV21
+ canvas_config(index2canvas0(i) & 0xff,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas0(i) >> 8) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config(index2canvas1(i) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_size / 2, canvas_width,
+ canvas_height, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas1(i) >> 8) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_y_size + decbuf_uv_size / 2,
+ canvas_width, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+#else
+ canvas_config(index2canvas0(i) & 0xff,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas0(i) >> 8) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas0(i) >> 16) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config(index2canvas1(i) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_size / 2, canvas_width,
+ canvas_height, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas1(i) >> 8) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_y_size + decbuf_uv_size / 2,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ canvas_config((index2canvas1(i) >> 16) & 0xff,
+ buf_start + i * decbuf_size +
+ decbuf_y_size + decbuf_uv_size +
+ decbuf_uv_size / 2, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+#endif
+ }
+ }
+}
+
+static void init_scaler(void)
+{
+ /* 4 point triangle */
+ const unsigned filt_coef[] = {
+ 0x20402000, 0x20402000, 0x1f3f2101, 0x1f3f2101,
+ 0x1e3e2202, 0x1e3e2202, 0x1d3d2303, 0x1d3d2303,
+ 0x1c3c2404, 0x1c3c2404, 0x1b3b2505, 0x1b3b2505,
+ 0x1a3a2606, 0x1a3a2606, 0x19392707, 0x19392707,
+ 0x18382808, 0x18382808, 0x17372909, 0x17372909,
+ 0x16362a0a, 0x16362a0a, 0x15352b0b, 0x15352b0b,
+ 0x14342c0c, 0x14342c0c, 0x13332d0d, 0x13332d0d,
+ 0x12322e0e, 0x12322e0e, 0x11312f0f, 0x11312f0f,
+ 0x10303010
+ };
+ int i;
+
+ /* pscale enable, PSCALE cbus bmem enable */
+ WRITE_VREG(PSCALE_CTRL, 0xc000);
+
+ /* write filter coefs */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 0);
+ for (i = 0; i < 33; i++) {
+ WRITE_VREG(PSCALE_BMEM_DAT, 0);
+ WRITE_VREG(PSCALE_BMEM_DAT, filt_coef[i]);
+ }
+
+ /* Y horizontal initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 37 * 2);
+ /* [35]: buf repeat pix0,
+ * [34:29] => buf receive num,
+ * [28:16] => buf blk x,
+ * [15:0] => buf phase
+ */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* C horizontal initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 41 * 2);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* Y vertical initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 39 * 2);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* C vertical initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 43 * 2);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* Y horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 36 * 2 + 1);
+ /* [19:0] => Y horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+ /* C horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 40 * 2 + 1);
+ /* [19:0] => C horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+
+ /* Y vertical phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 38 * 2 + 1);
+ /* [19:0] => Y vertical phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+ /* C vertical phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 42 * 2 + 1);
+ /* [19:0] => C horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+
+ /* reset pscaler */
+#if 1/*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6*/
+ WRITE_VREG(DOS_SW_RESET0, (1 << 10));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+#else
+ WRITE_MPEG_REG(RESET2_REGISTER, RESET_PSCALE);
+#endif
+ READ_MPEG_REG(RESET2_REGISTER);
+ READ_MPEG_REG(RESET2_REGISTER);
+ READ_MPEG_REG(RESET2_REGISTER);
+
+ WRITE_VREG(PSCALE_RST, 0x7);
+ WRITE_VREG(PSCALE_RST, 0x0);
+}
+
+static void vmjpeg_prot_init(void)
+{
+#if 1/*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6*/
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER, RESET_IQIDCT | RESET_MC);
+#endif
+
+ vmjpeg_canvas_init();
+
+ WRITE_VREG(AV_SCRATCH_0, 12);
+ WRITE_VREG(AV_SCRATCH_1, 0x031a);
+#ifdef NV21
+ WRITE_VREG(AV_SCRATCH_4, 0x010100);
+ WRITE_VREG(AV_SCRATCH_5, 0x030302);
+ WRITE_VREG(AV_SCRATCH_6, 0x050504);
+ WRITE_VREG(AV_SCRATCH_7, 0x070706);
+#else
+ WRITE_VREG(AV_SCRATCH_4, 0x020100);
+ WRITE_VREG(AV_SCRATCH_5, 0x050403);
+ WRITE_VREG(AV_SCRATCH_6, 0x080706);
+ WRITE_VREG(AV_SCRATCH_7, 0x0b0a09);
+#endif
+ init_scaler();
+
+ /* clear buffer IN/OUT registers */
+ WRITE_VREG(MREG_TO_AMRISC, 0);
+ WRITE_VREG(MREG_FROM_AMRISC, 0);
+
+ WRITE_VREG(MCPU_INTR_MSK, 0xffff);
+ WRITE_VREG(MREG_DECODE_PARAM, (frame_height << 4) | 0x8000);
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+ /* set interrupt mapping for vld */
+ WRITE_VREG(ASSIST_AMR1_INT8, 8);
+#if 1/*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6*/
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#else
+ CLEAR_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+#endif
+}
+
+static void vmjpeg_local_init(void)
+{
+ int i;
+
+ frame_width = vmjpeg_amstream_dec_info.width;
+ frame_height = vmjpeg_amstream_dec_info.height;
+ frame_dur = vmjpeg_amstream_dec_info.rate;
+ saved_resolution = 0;
+ amlog_level(LOG_LEVEL_INFO, "mjpegdec: w(%d), h(%d), dur(%d)\n",
+ frame_width, frame_height, frame_dur);
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++)
+ vfbuf_use[i] = 0;
+
+ INIT_KFIFO(display_q);
+ INIT_KFIFO(recycle_q);
+ INIT_KFIFO(newframe_q);
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &vfpool[i];
+ vfpool[i].index = DECODE_BUFFER_NUM_MAX;
+ kfifo_put(&newframe_q, vf);
+ }
+}
+
+static s32 vmjpeg_init(void)
+{
+ int ret = -1,size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ amvdec_enable();
+
+ vmjpeg_local_init();
+
+ size = get_firmware_data(VIDEO_DEC_MJPEG, buf);
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amvdec_loadmc_ex(VFORMAT_MJPEG, NULL, buf) < 0) {
+ amvdec_disable();
+ vfree(buf);
+ return -EBUSY;
+ }
+
+ vfree(buf);
+
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vmjpeg_prot_init();
+
+ ret = vdec_request_irq(VDEC_IRQ_1, vmjpeg_isr,
+ "vmjpeg-irq", (void *)vmjpeg_dec_id);
+
+ if (ret) {
+ amvdec_disable();
+
+ amlog_level(LOG_LEVEL_ERROR, "vmjpeg irq register error.\n");
+ return -ENOENT;
+ }
+
+ stat |= STAT_ISR_REG;
+
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vf_provider_init(&vmjpeg_vf_prov, PROVIDER_NAME, &vmjpeg_vf_provider,
+ NULL);
+ vf_reg_provider(&vmjpeg_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+#else
+ vf_provider_init(&vmjpeg_vf_prov, PROVIDER_NAME, &vmjpeg_vf_provider,
+ NULL);
+ vf_reg_provider(&vmjpeg_vf_prov);
+#endif
+
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)vmjpeg_amstream_dec_info.rate));
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong)&recycle_timer;
+ recycle_timer.function = vmjpeg_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+ amvdec_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ return 0;
+}
+
+static int amvdec_mjpeg_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ mutex_lock(&vmjpeg_mutex);
+
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mjpeg probe start.\n");
+
+ if (pdata == NULL) {
+ amlog_level(LOG_LEVEL_ERROR,
+ "amvdec_mjpeg memory resource undefined.\n");
+ mutex_unlock(&vmjpeg_mutex);
+
+ return -EFAULT;
+ }
+
+ buf_start = pdata->mem_start;
+ buf_size = pdata->mem_end - pdata->mem_start + 1;
+
+ if (pdata->sys_info)
+ vmjpeg_amstream_dec_info = *pdata->sys_info;
+
+ pdata->dec_status = vmjpeg_dec_status;
+
+ if (vmjpeg_init() < 0) {
+ amlog_level(LOG_LEVEL_ERROR, "amvdec_mjpeg init failed.\n");
+ mutex_unlock(&vmjpeg_mutex);
+
+ return -ENODEV;
+ }
+
+ mutex_unlock(&vmjpeg_mutex);
+
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mjpeg probe end.\n");
+
+ return 0;
+}
+
+static int amvdec_mjpeg_remove(struct platform_device *pdev)
+{
+ mutex_lock(&vmjpeg_mutex);
+
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ vdec_free_irq(VDEC_IRQ_1, (void *)vmjpeg_dec_id);
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (stat & STAT_VF_HOOK) {
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vmjpeg_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+
+ amvdec_disable();
+
+ mutex_unlock(&vmjpeg_mutex);
+
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mjpeg remove.\n");
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_mjpeg_driver = {
+ .probe = amvdec_mjpeg_probe,
+ .remove = amvdec_mjpeg_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_mjpeg_profile = {
+ .name = "mjpeg",
+ .profile = ""
+};
+
+static int __init amvdec_mjpeg_driver_init_module(void)
+{
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mjpeg module init\n");
+
+ if (platform_driver_register(&amvdec_mjpeg_driver)) {
+ amlog_level(LOG_LEVEL_ERROR,
+ "failed to register amvdec_mjpeg driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&amvdec_mjpeg_profile);
+ return 0;
+}
+
+static void __exit amvdec_mjpeg_driver_remove_module(void)
+{
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mjpeg module remove.\n");
+
+ platform_driver_unregister(&amvdec_mjpeg_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_mjpeg stat\n");
+
+module_init(amvdec_mjpeg_driver_init_module);
+module_exit(amvdec_mjpeg_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC MJMPEG Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Tim Yao <timyao@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/mjpeg/vmjpeg_multi.c b/drivers/frame_provider/decoder/mjpeg/vmjpeg_multi.c
new file mode 100644
index 0000000..aa7da62
--- a/dev/null
+++ b/drivers/frame_provider/decoder/mjpeg/vmjpeg_multi.c
@@ -0,0 +1,721 @@
+/*
+ * drivers/amlogic/amports/vmjpeg.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include <linux/amlogic/media/registers/register.h>
+#include "../../../stream_input/amports/amports_priv.h"
+
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+
+#include "../utils/vdec_input.h"
+#include "../utils/vdec.h"
+#include "../utils/amvdec.h"
+
+#define MEM_NAME "codec_mmjpeg"
+
+#define DRIVER_NAME "ammvdec_mjpeg"
+#define MODULE_NAME "ammvdec_mjpeg"
+
+/* protocol register usage
+ AV_SCRATCH_4 : decode buffer spec
+ AV_SCRATCH_5 : decode buffer index
+*/
+
+#define MREG_DECODE_PARAM AV_SCRATCH_2 /* bit 0-3: pico_addr_mode */
+/* bit 15-4: reference height */
+#define MREG_TO_AMRISC AV_SCRATCH_8
+#define MREG_FROM_AMRISC AV_SCRATCH_9
+#define MREG_FRAME_OFFSET AV_SCRATCH_A
+
+#define PICINFO_BUF_IDX_MASK 0x0007
+#define PICINFO_AVI1 0x0080
+#define PICINFO_INTERLACE 0x0020
+#define PICINFO_INTERLACE_AVI1_BOT 0x0010
+#define PICINFO_INTERLACE_FIRST 0x0010
+
+#define VF_POOL_SIZE 16
+#define DECODE_BUFFER_NUM_MAX 4
+
+static struct vframe_s *vmjpeg_vf_peek(void *);
+static struct vframe_s *vmjpeg_vf_get(void *);
+static void vmjpeg_vf_put(struct vframe_s *, void *);
+static int vmjpeg_vf_states(struct vframe_states *states, void *);
+static int vmjpeg_event_cb(int type, void *data, void *private_data);
+static void vmjpeg_work(struct work_struct *work);
+
+static const char vmjpeg_dec_id[] = "vmmjpeg-dev";
+
+#define PROVIDER_NAME "vdec.mjpeg"
+static const struct vframe_operations_s vf_provider_ops = {
+ .peek = vmjpeg_vf_peek,
+ .get = vmjpeg_vf_get,
+ .put = vmjpeg_vf_put,
+ .event_cb = vmjpeg_event_cb,
+ .vf_states = vmjpeg_vf_states,
+};
+
+#define DEC_RESULT_NONE 0
+#define DEC_RESULT_DONE 1
+#define DEC_RESULT_AGAIN 2
+
+struct buffer_spec_s {
+ unsigned int y_addr;
+ unsigned int u_addr;
+ unsigned int v_addr;
+
+ int y_canvas_index;
+ int u_canvas_index;
+ int v_canvas_index;
+
+ struct canvas_config_s canvas_config[3];
+ unsigned long cma_alloc_addr;
+ int cma_alloc_count;
+ unsigned int buf_adr;
+};
+
+#define spec2canvas(x) \
+ (((x)->v_canvas_index << 16) | \
+ ((x)->u_canvas_index << 8) | \
+ ((x)->y_canvas_index << 0))
+
+struct vdec_mjpeg_hw_s {
+ spinlock_t lock;
+ struct mutex vmjpeg_mutex;
+
+ struct platform_device *platform_dev;
+ DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+ DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+
+ struct vframe_s vfpool[VF_POOL_SIZE];
+ struct buffer_spec_s buffer_spec[DECODE_BUFFER_NUM_MAX];
+ s32 vfbuf_use[DECODE_BUFFER_NUM_MAX];
+
+ u32 frame_width;
+ u32 frame_height;
+ u32 frame_dur;
+ u32 saved_resolution;
+
+ u32 stat;
+ u32 dec_result;
+ unsigned long buf_start;
+ u32 buf_size;
+
+ struct dec_sysinfo vmjpeg_amstream_dec_info;
+
+ struct vframe_chunk_s *chunk;
+ struct work_struct work;
+ void (*vdec_cb)(struct vdec_s *, void *);
+ void *vdec_cb_arg;
+};
+
+static void set_frame_info(struct vdec_mjpeg_hw_s *hw, struct vframe_s *vf)
+{
+ vf->width = hw->frame_width;
+ vf->height = hw->frame_height;
+ vf->duration = hw->frame_dur;
+ vf->ratio_control = 0;
+ vf->duration_pulldown = 0;
+ vf->flag = 0;
+
+ vf->canvas0Addr = vf->canvas1Addr = -1;
+ vf->plane_num = 3;
+
+ vf->canvas0_config[0] = hw->buffer_spec[vf->index].canvas_config[0];
+ vf->canvas0_config[1] = hw->buffer_spec[vf->index].canvas_config[1];
+ vf->canvas0_config[2] = hw->buffer_spec[vf->index].canvas_config[2];
+
+ vf->canvas1_config[0] = hw->buffer_spec[vf->index].canvas_config[0];
+ vf->canvas1_config[1] = hw->buffer_spec[vf->index].canvas_config[1];
+ vf->canvas1_config[2] = hw->buffer_spec[vf->index].canvas_config[2];
+}
+
+static irqreturn_t vmjpeg_isr(struct vdec_s *vdec)
+{
+ struct vdec_mjpeg_hw_s *hw = (struct vdec_mjpeg_hw_s *)(vdec->private);
+ u32 reg;
+ struct vframe_s *vf = NULL;
+ u32 index;
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ if (!hw)
+ return IRQ_HANDLED;
+
+ reg = READ_VREG(MREG_FROM_AMRISC);
+ index = READ_VREG(AV_SCRATCH_5);
+
+ if (index >= DECODE_BUFFER_NUM_MAX) {
+ pr_err("fatal error, invalid buffer index.");
+ return IRQ_HANDLED;
+ }
+
+ if (kfifo_get(&hw->newframe_q, &vf) == 0) {
+ pr_info(
+ "fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ vf->index = index;
+ set_frame_info(hw, vf);
+
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+ /* vf->pts = (pts_valid) ? pts : 0; */
+ /* vf->pts_us64 = (pts_valid) ? pts_us64 : 0; */
+ vf->pts = hw->chunk->pts;
+ vf->pts_us64 = hw->chunk->pts64;
+ vf->orientation = 0;
+ hw->vfbuf_use[index]++;
+
+ kfifo_put(&hw->display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(vdec->vf_provider_name,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ hw->dec_result = DEC_RESULT_DONE;
+
+ schedule_work(&hw->work);
+
+ return IRQ_HANDLED;
+}
+
+static struct vframe_s *vmjpeg_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mjpeg_hw_s *hw = (struct vdec_mjpeg_hw_s *)vdec->private;
+
+ if (!hw)
+ return NULL;
+
+ if (kfifo_peek(&hw->display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vmjpeg_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mjpeg_hw_s *hw = (struct vdec_mjpeg_hw_s *)vdec->private;
+
+ if (!hw)
+ return NULL;
+
+ if (kfifo_get(&hw->display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vmjpeg_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mjpeg_hw_s *hw = (struct vdec_mjpeg_hw_s *)vdec->private;
+
+ hw->vfbuf_use[vf->index]--;
+ kfifo_put(&hw->newframe_q, (const struct vframe_s *)vf);
+}
+
+static int vmjpeg_event_cb(int type, void *data, void *private_data)
+{
+ return 0;
+}
+
+static int vmjpeg_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mjpeg_hw_s *hw = (struct vdec_mjpeg_hw_s *)vdec->private;
+
+ spin_lock_irqsave(&hw->lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&hw->newframe_q);
+ states->buf_avail_num = kfifo_len(&hw->display_q);
+ states->buf_recycle_num = 0;
+
+ spin_unlock_irqrestore(&hw->lock, flags);
+
+ return 0;
+}
+
+static int vmjpeg_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ struct vdec_mjpeg_hw_s *hw = (struct vdec_mjpeg_hw_s *)vdec->private;
+ vstatus->width = hw->frame_width;
+ vstatus->height = hw->frame_height;
+ if (0 != hw->frame_dur)
+ vstatus->fps = 96000 / hw->frame_dur;
+ else
+ vstatus->fps = 96000;
+ vstatus->error_count = 0;
+ vstatus->status = hw->stat;
+
+ return 0;
+}
+
+/****************************************/
+static void vmjpeg_canvas_init(struct vdec_s *vdec)
+{
+ int i;
+ u32 canvas_width, canvas_height;
+ u32 decbuf_size, decbuf_y_size, decbuf_uv_size;
+ struct vdec_mjpeg_hw_s *hw =
+ (struct vdec_mjpeg_hw_s *)vdec->private;
+ ulong addr;
+
+ canvas_width = 1920;
+ canvas_height = 1088;
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++) {
+ int canvas;
+
+ canvas = vdec->get_canvas(i, 3);
+ if (hw->buffer_spec[i].cma_alloc_count == 0) {
+ hw->buffer_spec[i].cma_alloc_count =
+ PAGE_ALIGN(decbuf_size) / PAGE_SIZE;
+ hw->buffer_spec[i].cma_alloc_addr =
+ codec_mm_alloc_for_dma(MEM_NAME,
+ hw->buffer_spec[i].cma_alloc_count,
+ 16, CODEC_MM_FLAGS_FOR_VDECODER);
+ }
+
+ if (!hw->buffer_spec[i].cma_alloc_addr) {
+ pr_err("CMA alloc failed, request buf size 0x%lx\n",
+ hw->buffer_spec[i].cma_alloc_count * PAGE_SIZE);
+ hw->buffer_spec[i].cma_alloc_count = 0;
+ break;
+ }
+
+ hw->buffer_spec[i].buf_adr =
+ hw->buffer_spec[i].cma_alloc_addr;
+ addr = hw->buffer_spec[i].buf_adr;
+
+ hw->buffer_spec[i].y_addr = addr;
+ addr += decbuf_y_size;
+ hw->buffer_spec[i].u_addr = addr;
+ addr += decbuf_uv_size;
+ hw->buffer_spec[i].v_addr = addr;
+
+ hw->buffer_spec[i].y_canvas_index = canvas_y(canvas);
+ hw->buffer_spec[i].u_canvas_index = canvas_u(canvas);
+ hw->buffer_spec[i].v_canvas_index = canvas_v(canvas);
+
+ canvas_config(hw->buffer_spec[i].y_canvas_index,
+ hw->buffer_spec[i].y_addr,
+ canvas_width,
+ canvas_height,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ hw->buffer_spec[i].canvas_config[0].phy_addr =
+ hw->buffer_spec[i].y_addr;
+ hw->buffer_spec[i].canvas_config[0].width =
+ canvas_width;
+ hw->buffer_spec[i].canvas_config[0].height =
+ canvas_height;
+ hw->buffer_spec[i].canvas_config[0].block_mode =
+ CANVAS_BLKMODE_LINEAR;
+
+ canvas_config(hw->buffer_spec[i].u_canvas_index,
+ hw->buffer_spec[i].u_addr,
+ canvas_width / 2,
+ canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ hw->buffer_spec[i].canvas_config[1].phy_addr =
+ hw->buffer_spec[i].u_addr;
+ hw->buffer_spec[i].canvas_config[1].width =
+ canvas_width / 2;
+ hw->buffer_spec[i].canvas_config[1].height =
+ canvas_height / 2;
+ hw->buffer_spec[i].canvas_config[1].block_mode =
+ CANVAS_BLKMODE_LINEAR;
+
+ canvas_config(hw->buffer_spec[i].v_canvas_index,
+ hw->buffer_spec[i].v_addr,
+ canvas_width / 2,
+ canvas_height / 2,
+ CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_LINEAR);
+ hw->buffer_spec[i].canvas_config[2].phy_addr =
+ hw->buffer_spec[i].v_addr;
+ hw->buffer_spec[i].canvas_config[2].width =
+ canvas_width / 2;
+ hw->buffer_spec[i].canvas_config[2].height =
+ canvas_height / 2;
+ hw->buffer_spec[i].canvas_config[2].block_mode =
+ CANVAS_BLKMODE_LINEAR;
+ }
+}
+
+static void init_scaler(void)
+{
+ /* 4 point triangle */
+ const unsigned filt_coef[] = {
+ 0x20402000, 0x20402000, 0x1f3f2101, 0x1f3f2101,
+ 0x1e3e2202, 0x1e3e2202, 0x1d3d2303, 0x1d3d2303,
+ 0x1c3c2404, 0x1c3c2404, 0x1b3b2505, 0x1b3b2505,
+ 0x1a3a2606, 0x1a3a2606, 0x19392707, 0x19392707,
+ 0x18382808, 0x18382808, 0x17372909, 0x17372909,
+ 0x16362a0a, 0x16362a0a, 0x15352b0b, 0x15352b0b,
+ 0x14342c0c, 0x14342c0c, 0x13332d0d, 0x13332d0d,
+ 0x12322e0e, 0x12322e0e, 0x11312f0f, 0x11312f0f,
+ 0x10303010
+ };
+ int i;
+
+ /* pscale enable, PSCALE cbus bmem enable */
+ WRITE_VREG(PSCALE_CTRL, 0xc000);
+
+ /* write filter coefs */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 0);
+ for (i = 0; i < 33; i++) {
+ WRITE_VREG(PSCALE_BMEM_DAT, 0);
+ WRITE_VREG(PSCALE_BMEM_DAT, filt_coef[i]);
+ }
+
+ /* Y horizontal initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 37 * 2);
+ /* [35]: buf repeat pix0,
+ * [34:29] => buf receive num,
+ * [28:16] => buf blk x,
+ * [15:0] => buf phase
+ */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* C horizontal initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 41 * 2);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* Y vertical initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 39 * 2);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* C vertical initial info */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 43 * 2);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x0008);
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x60000000);
+
+ /* Y horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 36 * 2 + 1);
+ /* [19:0] => Y horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+ /* C horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 40 * 2 + 1);
+ /* [19:0] => C horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+
+ /* Y vertical phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 38 * 2 + 1);
+ /* [19:0] => Y vertical phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+ /* C vertical phase step */
+ WRITE_VREG(PSCALE_BMEM_ADDR, 42 * 2 + 1);
+ /* [19:0] => C horizontal phase step */
+ WRITE_VREG(PSCALE_BMEM_DAT, 0x10000);
+
+ /* reset pscaler */
+#if 1/*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6*/
+ WRITE_VREG(DOS_SW_RESET0, (1 << 10));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+#else
+ WRITE_MPEG_REG(RESET2_REGISTER, RESET_PSCALE);
+#endif
+ READ_MPEG_REG(RESET2_REGISTER);
+ READ_MPEG_REG(RESET2_REGISTER);
+ READ_MPEG_REG(RESET2_REGISTER);
+
+ WRITE_VREG(PSCALE_RST, 0x7);
+ WRITE_VREG(PSCALE_RST, 0x0);
+}
+
+static void vmjpeg_hw_ctx_restore(struct vdec_s *vdec, int index)
+{
+ struct vdec_mjpeg_hw_s *hw =
+ (struct vdec_mjpeg_hw_s *)vdec->private;
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ vmjpeg_canvas_init(vdec);
+
+ /* find next decode buffer index */
+ WRITE_VREG(AV_SCRATCH_4, spec2canvas(&hw->buffer_spec[index]));
+ WRITE_VREG(AV_SCRATCH_5, index);
+
+ init_scaler();
+
+ /* clear buffer IN/OUT registers */
+ WRITE_VREG(MREG_TO_AMRISC, 0);
+ WRITE_VREG(MREG_FROM_AMRISC, 0);
+
+ WRITE_VREG(MCPU_INTR_MSK, 0xffff);
+ WRITE_VREG(MREG_DECODE_PARAM, (hw->frame_height << 4) | 0x8000);
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+ /* set interrupt mapping for vld */
+ WRITE_VREG(ASSIST_AMR1_INT8, 8);
+#if 1/*MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6*/
+ CLEAR_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+}
+
+static s32 vmjpeg_init(struct vdec_s *vdec)
+{
+ int i;
+ struct vdec_mjpeg_hw_s *hw =
+ (struct vdec_mjpeg_hw_s *)vdec->private;
+
+ hw->frame_width = hw->vmjpeg_amstream_dec_info.width;
+ hw->frame_height = hw->vmjpeg_amstream_dec_info.height;
+ hw->frame_dur = hw->vmjpeg_amstream_dec_info.rate;
+ hw->saved_resolution = 0;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++)
+ hw->vfbuf_use[i] = 0;
+
+ INIT_KFIFO(hw->display_q);
+ INIT_KFIFO(hw->newframe_q);
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &hw->vfpool[i];
+ hw->vfpool[i].index = -1;
+ kfifo_put(&hw->newframe_q, vf);
+ }
+
+ INIT_WORK(&hw->work, vmjpeg_work);
+
+ return 0;
+}
+
+static bool run_ready(struct vdec_s *vdec)
+{
+ return true;
+}
+
+static void run(struct vdec_s *vdec,
+ void (*callback)(struct vdec_s *, void *), void *arg)
+{
+ struct vdec_mjpeg_hw_s *hw =
+ (struct vdec_mjpeg_hw_s *)vdec->private;
+ int i,ret = -1,size = -1;
+ char *buf = vmalloc(0x1000 << 2);
+
+ hw->vdec_cb_arg = arg;
+ hw->vdec_cb = callback;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++) {
+ if (hw->vfbuf_use[i] == 0)
+ break;
+ }
+
+ if (i == DECODE_BUFFER_NUM_MAX) {
+ hw->dec_result = DEC_RESULT_AGAIN;
+ schedule_work(&hw->work);
+ return;
+ }
+
+ ret = vdec_prepare_input(vdec, &hw->chunk);
+ if (ret < 0) {
+ hw->dec_result = DEC_RESULT_AGAIN;
+ schedule_work(&hw->work);
+ return;
+ }
+
+ hw->dec_result = DEC_RESULT_NONE;
+
+ size = get_firmware_data(VIDEO_DEC_MJPEG_MULTI, buf);
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return;
+ }
+
+ if (amvdec_vdec_loadmc_buf_ex(vdec, buf, size) < 0) {
+ pr_err("%s: Error amvdec_loadmc fail\n", __func__);
+ vfree(buf);
+ return;
+ }
+
+ vfree(buf);
+
+ vmjpeg_hw_ctx_restore(vdec, i);
+
+ vdec_enable_input(vdec);
+
+ amvdec_start();
+}
+
+static void vmjpeg_work(struct work_struct *work)
+{
+ struct vdec_mjpeg_hw_s *hw = container_of(work,
+ struct vdec_mjpeg_hw_s, work);
+
+ if (hw->dec_result == DEC_RESULT_DONE)
+ vdec_vframe_dirty(hw_to_vdec(hw), hw->chunk);
+
+ /* mark itself has all HW resource released and input released */
+ vdec_set_status(hw_to_vdec(hw), VDEC_STATUS_CONNECTED);
+
+ if (hw->vdec_cb)
+ hw->vdec_cb(hw_to_vdec(hw), hw->vdec_cb_arg);
+}
+
+static int amvdec_mjpeg_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+ struct vdec_mjpeg_hw_s *hw = NULL;
+
+ if (pdata == NULL) {
+ pr_info("amvdec_mjpeg memory resource undefined.\n");
+ return -EFAULT;
+ }
+
+ hw = (struct vdec_mjpeg_hw_s *)devm_kzalloc(&pdev->dev,
+ sizeof(struct vdec_mjpeg_hw_s), GFP_KERNEL);
+ if (hw == NULL) {
+ pr_info("\nammvdec_mjpeg device data allocation failed\n");
+ return -ENOMEM;
+ }
+
+ pdata->private = hw;
+ pdata->dec_status = vmjpeg_dec_status;
+
+ pdata->run = run;
+ pdata->run_ready = run_ready;
+ pdata->irq_handler = vmjpeg_isr;
+
+ pdata->id = pdev->id;
+
+ if (pdata->use_vfm_path)
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ VFM_DEC_PROVIDER_NAME);
+ else
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ PROVIDER_NAME ".%02x", pdev->id & 0xff);
+
+ vf_provider_init(&pdata->vframe_provider, pdata->vf_provider_name,
+ &vf_provider_ops, pdata);
+
+ platform_set_drvdata(pdev, pdata);
+
+ hw->platform_dev = pdev;
+ hw->buf_start = pdata->mem_start;
+ hw->buf_size = pdata->mem_end - pdata->mem_start + 1;
+
+ if (pdata->sys_info)
+ hw->vmjpeg_amstream_dec_info = *pdata->sys_info;
+
+ if (vmjpeg_init(pdata) < 0) {
+ pr_info("amvdec_mjpeg init failed.\n");
+ return -ENODEV;
+ }
+
+ return 0;
+}
+
+static int amvdec_mjpeg_remove(struct platform_device *pdev)
+{
+ struct vdec_mjpeg_hw_s *hw =
+ (struct vdec_mjpeg_hw_s *)
+ (((struct vdec_s *)(platform_get_drvdata(pdev)))->private);
+ int i;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++) {
+ if (hw->buffer_spec[i].cma_alloc_addr) {
+ pr_info("codec_mm release buffer_spec[%d], 0x%lx\n", i,
+ hw->buffer_spec[i].cma_alloc_addr);
+ codec_mm_free_for_dma(MEM_NAME,
+ hw->buffer_spec[i].cma_alloc_addr);
+ hw->buffer_spec[i].cma_alloc_count = 0;
+ }
+ }
+
+ cancel_work_sync(&hw->work);
+
+ vdec_set_status(hw_to_vdec(hw), VDEC_STATUS_DISCONNECTED);
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_mjpeg_driver = {
+ .probe = amvdec_mjpeg_probe,
+ .remove = amvdec_mjpeg_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_mjpeg_profile = {
+ .name = "mmjpeg",
+ .profile = ""
+};
+
+static int __init amvdec_mjpeg_driver_init_module(void)
+{
+ if (platform_driver_register(&amvdec_mjpeg_driver)) {
+ pr_err("failed to register amvdec_mjpeg driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&amvdec_mjpeg_profile);
+ return 0;
+}
+
+static void __exit amvdec_mjpeg_driver_remove_module(void)
+{
+ platform_driver_unregister(&amvdec_mjpeg_driver);
+}
+
+/****************************************/
+
+module_init(amvdec_mjpeg_driver_init_module);
+module_exit(amvdec_mjpeg_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC MJMPEG Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Tim Yao <timyao@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/mpeg12/vmpeg12.c b/drivers/frame_provider/decoder/mpeg12/vmpeg12.c
new file mode 100644
index 0000000..042641a
--- a/dev/null
+++ b/drivers/frame_provider/decoder/mpeg12/vmpeg12.c
@@ -0,0 +1,1108 @@
+/*
+ * drivers/amlogic/amports/vmpeg12.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/amlogic/cpu_version.h>
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+#include <linux/dma-mapping.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "vmpeg12.h"
+#include <linux/amlogic/media/registers/register.h>
+#include "../../../stream_input/amports/amports_priv.h"
+
+#ifdef CONFIG_AM_VDEC_MPEG12_LOG
+#define AMLOG
+#define LOG_LEVEL_VAR amlog_level_vmpeg
+#define LOG_MASK_VAR amlog_mask_vmpeg
+#define LOG_LEVEL_ERROR 0
+#define LOG_LEVEL_INFO 1
+#define LOG_LEVEL_DESC "0:ERROR, 1:INFO"
+#endif
+#include <linux/amlogic/media/utils/amlog.h>
+MODULE_AMLOG(LOG_LEVEL_ERROR, 0, LOG_LEVEL_DESC, LOG_DEFAULT_MASK_DESC);
+
+#include "../utils/amvdec.h"
+#include "../utils/vdec.h"
+
+#define DRIVER_NAME "amvdec_mpeg12"
+#define MODULE_NAME "amvdec_mpeg12"
+
+/* protocol registers */
+#define MREG_SEQ_INFO AV_SCRATCH_4
+#define MREG_PIC_INFO AV_SCRATCH_5
+#define MREG_PIC_WIDTH AV_SCRATCH_6
+#define MREG_PIC_HEIGHT AV_SCRATCH_7
+#define MREG_BUFFERIN AV_SCRATCH_8
+#define MREG_BUFFEROUT AV_SCRATCH_9
+
+#define MREG_CMD AV_SCRATCH_A
+#define MREG_CO_MV_START AV_SCRATCH_B
+#define MREG_ERROR_COUNT AV_SCRATCH_C
+#define MREG_FRAME_OFFSET AV_SCRATCH_D
+#define MREG_WAIT_BUFFER AV_SCRATCH_E
+#define MREG_FATAL_ERROR AV_SCRATCH_F
+
+#define PICINFO_ERROR 0x80000000
+#define PICINFO_TYPE_MASK 0x00030000
+#define PICINFO_TYPE_I 0x00000000
+#define PICINFO_TYPE_P 0x00010000
+#define PICINFO_TYPE_B 0x00020000
+
+#define PICINFO_PROG 0x8000
+#define PICINFO_RPT_FIRST 0x4000
+#define PICINFO_TOP_FIRST 0x2000
+#define PICINFO_FRAME 0x1000
+
+#define SEQINFO_EXT_AVAILABLE 0x80000000
+#define SEQINFO_PROG 0x00010000
+
+#define VF_POOL_SIZE 32
+#define DECODE_BUFFER_NUM_MAX 8
+#define PUT_INTERVAL (HZ/100)
+
+#define INCPTR(p) ptr_atomic_wrap_inc(&p)
+
+#define DEC_CONTROL_FLAG_FORCE_2500_720_576_INTERLACE 0x0002
+#define DEC_CONTROL_FLAG_FORCE_3000_704_480_INTERLACE 0x0004
+#define DEC_CONTROL_FLAG_FORCE_2500_704_576_INTERLACE 0x0008
+#define DEC_CONTROL_FLAG_FORCE_2500_544_576_INTERLACE 0x0010
+#define DEC_CONTROL_FLAG_FORCE_2500_480_576_INTERLACE 0x0020
+#define DEC_CONTROL_INTERNAL_MASK 0x0fff
+#define DEC_CONTROL_FLAG_FORCE_SEQ_INTERLACE 0x1000
+
+#define INTERLACE_SEQ_ALWAYS
+
+#if 1/* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+#define NV21
+#endif
+#define CCBUF_SIZE (5*1024)
+
+enum {
+ FRAME_REPEAT_TOP,
+ FRAME_REPEAT_BOT,
+ FRAME_REPEAT_NONE
+};
+
+static struct vframe_s *vmpeg_vf_peek(void *);
+static struct vframe_s *vmpeg_vf_get(void *);
+static void vmpeg_vf_put(struct vframe_s *, void *);
+static int vmpeg_vf_states(struct vframe_states *states, void *);
+static int vmpeg_event_cb(int type, void *data, void *private_data);
+
+static void vmpeg12_prot_init(void);
+static void vmpeg12_local_init(void);
+
+static const char vmpeg12_dec_id[] = "vmpeg12-dev";
+#define PROVIDER_NAME "decoder.mpeg12"
+static const struct vframe_operations_s vmpeg_vf_provider = {
+ .peek = vmpeg_vf_peek,
+ .get = vmpeg_vf_get,
+ .put = vmpeg_vf_put,
+ .event_cb = vmpeg_event_cb,
+ .vf_states = vmpeg_vf_states,
+};
+
+static struct vframe_provider_s vmpeg_vf_prov;
+
+static DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(recycle_q, struct vframe_s *, VF_POOL_SIZE);
+
+static const u32 frame_rate_tab[16] = {
+ 96000 / 30, 96000 / 24, 96000 / 24, 96000 / 25,
+ 96000 / 30, 96000 / 30, 96000 / 50, 96000 / 60,
+ 96000 / 60,
+ /* > 8 reserved, use 24 */
+ 96000 / 24, 96000 / 24, 96000 / 24, 96000 / 24,
+ 96000 / 24, 96000 / 24, 96000 / 24
+};
+
+static struct vframe_s vfpool[VF_POOL_SIZE];
+static struct vframe_s vfpool2[VF_POOL_SIZE];
+static int cur_pool_idx;
+static s32 vfbuf_use[DECODE_BUFFER_NUM_MAX];
+static u32 dec_control;
+static u32 frame_width, frame_height, frame_dur, frame_prog;
+static u32 saved_resolution;
+static struct timer_list recycle_timer;
+static u32 stat;
+static unsigned long buf_start;
+static u32 buf_size, ccbuf_phyAddress;
+static void *ccbuf_phyAddress_virt;
+static int ccbuf_phyAddress_is_remaped_nocache;
+
+static DEFINE_SPINLOCK(lock);
+
+static u32 frame_rpt_state;
+
+static struct dec_sysinfo vmpeg12_amstream_dec_info;
+
+/* for error handling */
+static s32 frame_force_skip_flag;
+static s32 error_frame_skip_level;
+static s32 wait_buffer_counter;
+static u32 first_i_frame_ready;
+
+static inline int pool_index(struct vframe_s *vf)
+{
+ if ((vf >= &vfpool[0]) && (vf <= &vfpool[VF_POOL_SIZE - 1]))
+ return 0;
+ else if ((vf >= &vfpool2[0]) && (vf <= &vfpool2[VF_POOL_SIZE - 1]))
+ return 1;
+ else
+ return -1;
+}
+
+static inline u32 index2canvas(u32 index)
+{
+ const u32 canvas_tab[8] = {
+#ifdef NV21
+ 0x010100, 0x030302, 0x050504, 0x070706,
+ 0x090908, 0x0b0b0a, 0x0d0d0c, 0x0f0f0e
+#else
+ 0x020100, 0x050403, 0x080706, 0x0b0a09,
+ 0x0e0d0c, 0x11100f, 0x141312, 0x171615
+#endif
+ };
+
+ return canvas_tab[index];
+}
+
+static void set_frame_info(struct vframe_s *vf)
+{
+ unsigned ar_bits;
+ u32 temp;
+
+#ifdef CONFIG_AM_VDEC_MPEG12_LOG
+ bool first = (frame_width == 0) && (frame_height == 0);
+#endif
+ temp = READ_VREG(MREG_PIC_WIDTH);
+ if (temp > 1920)
+ vf->width = frame_width = 1920;
+ else
+ vf->width = frame_width = temp;
+
+ temp = READ_VREG(MREG_PIC_HEIGHT);
+ if (temp > 1088)
+ vf->height = frame_height = 1088;
+ else
+ vf->height = frame_height = temp;
+
+ vf->flag = 0;
+
+ if (frame_dur > 0)
+ vf->duration = frame_dur;
+ else {
+ vf->duration = frame_dur =
+ frame_rate_tab[(READ_VREG(MREG_SEQ_INFO) >> 4) & 0xf];
+ }
+
+ ar_bits = READ_VREG(MREG_SEQ_INFO) & 0xf;
+
+ if (ar_bits == 0x2)
+ vf->ratio_control = 0xc0 << DISP_RATIO_ASPECT_RATIO_BIT;
+
+ else if (ar_bits == 0x3)
+ vf->ratio_control = 0x90 << DISP_RATIO_ASPECT_RATIO_BIT;
+
+ else if (ar_bits == 0x4)
+ vf->ratio_control = 0x74 << DISP_RATIO_ASPECT_RATIO_BIT;
+
+ else
+ vf->ratio_control = 0;
+
+ amlog_level_if(first, LOG_LEVEL_INFO,
+ "mpeg2dec: w(%d), h(%d), dur(%d), dur-ES(%d)\n",
+ frame_width, frame_height, frame_dur,
+ frame_rate_tab[(READ_VREG(MREG_SEQ_INFO) >> 4) & 0xf]);
+}
+
+static bool error_skip(u32 info, struct vframe_s *vf)
+{
+ if (error_frame_skip_level) {
+ /* skip error frame */
+ if ((info & PICINFO_ERROR) || (frame_force_skip_flag)) {
+ if ((info & PICINFO_ERROR) == 0) {
+ if ((info & PICINFO_TYPE_MASK) ==
+ PICINFO_TYPE_I)
+ frame_force_skip_flag = 0;
+ } else {
+ if (error_frame_skip_level >= 2)
+ frame_force_skip_flag = 1;
+ }
+ if ((info & PICINFO_ERROR) || (frame_force_skip_flag))
+ return true;
+ }
+ }
+
+ return false;
+}
+
+static irqreturn_t vmpeg12_isr(int irq, void *dev_id)
+{
+ u32 reg, info, seqinfo, offset, pts, pts_valid = 0;
+ struct vframe_s *vf;
+ u64 pts_us64 = 0;
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ reg = READ_VREG(MREG_BUFFEROUT);
+
+ if ((reg >> 16) == 0xfe) {
+ if (!ccbuf_phyAddress_is_remaped_nocache &&
+ ccbuf_phyAddress &&
+ ccbuf_phyAddress_virt) {
+ codec_mm_dma_flush(
+ ccbuf_phyAddress_virt,
+ CCBUF_SIZE,
+ DMA_FROM_DEVICE);
+ }
+ wakeup_userdata_poll(
+ reg & 0xffff,
+ (unsigned long)ccbuf_phyAddress_virt,
+ CCBUF_SIZE, 0);
+ WRITE_VREG(MREG_BUFFEROUT, 0);
+ } else if (reg) {
+ info = READ_VREG(MREG_PIC_INFO);
+ offset = READ_VREG(MREG_FRAME_OFFSET);
+
+ if ((first_i_frame_ready == 0) &&
+ ((info & PICINFO_TYPE_MASK) == PICINFO_TYPE_I) &&
+ ((info & PICINFO_ERROR) == 0))
+ first_i_frame_ready = 1;
+
+ if ((pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO, offset, &pts, 0, &pts_us64) == 0)
+ && (((info & PICINFO_TYPE_MASK) == PICINFO_TYPE_I)
+ || ((info & PICINFO_TYPE_MASK) ==
+ PICINFO_TYPE_P)))
+ pts_valid = 1;
+
+ /*if (frame_prog == 0) */
+ {
+ frame_prog = info & PICINFO_PROG;
+ }
+
+ if ((dec_control &
+ DEC_CONTROL_FLAG_FORCE_2500_720_576_INTERLACE)
+ && (frame_width == 720 || frame_width == 480)
+ && (frame_height == 576)
+ && (frame_dur == 3840))
+ frame_prog = 0;
+ else if ((dec_control &
+ DEC_CONTROL_FLAG_FORCE_3000_704_480_INTERLACE)
+ && (frame_width == 704) && (frame_height == 480)
+ && (frame_dur == 3200))
+ frame_prog = 0;
+ else if ((dec_control &
+ DEC_CONTROL_FLAG_FORCE_2500_704_576_INTERLACE)
+ && (frame_width == 704) && (frame_height == 576)
+ && (frame_dur == 3840))
+ frame_prog = 0;
+ else if ((dec_control &
+ DEC_CONTROL_FLAG_FORCE_2500_544_576_INTERLACE)
+ && (frame_width == 544) && (frame_height == 576)
+ && (frame_dur == 3840))
+ frame_prog = 0;
+ else if ((dec_control &
+ DEC_CONTROL_FLAG_FORCE_2500_480_576_INTERLACE)
+ && (frame_width == 480) && (frame_height == 576)
+ && (frame_dur == 3840))
+ frame_prog = 0;
+ else if (dec_control & DEC_CONTROL_FLAG_FORCE_SEQ_INTERLACE)
+ frame_prog = 0;
+ if (frame_prog & PICINFO_PROG) {
+ u32 index = ((reg & 0xf) - 1) & 7;
+
+ seqinfo = READ_VREG(MREG_SEQ_INFO);
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ set_frame_info(vf);
+ vf->signal_type = 0;
+ vf->index = index;
+#ifdef NV21
+ vf->type =
+ VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD |
+ VIDTYPE_VIU_NV21;
+#else
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+#endif
+ if ((seqinfo & SEQINFO_EXT_AVAILABLE)
+ && (seqinfo & SEQINFO_PROG)) {
+ if (info & PICINFO_RPT_FIRST) {
+ if (info & PICINFO_TOP_FIRST) {
+ vf->duration =
+ vf->duration * 3;
+ /* repeat three times */
+ } else {
+ vf->duration =
+ vf->duration * 2;
+ /* repeat two times */
+ }
+ }
+ vf->duration_pulldown = 0;
+ /* no pull down */
+
+ } else {
+ vf->duration_pulldown =
+ (info & PICINFO_RPT_FIRST) ?
+ vf->duration >> 1 : 0;
+ }
+
+ vf->duration += vf->duration_pulldown;
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(index);
+ vf->orientation = 0;
+ vf->pts = (pts_valid) ? pts : 0;
+ vf->pts_us64 = (pts_valid) ? pts_us64 : 0;
+ vf->type_original = vf->type;
+
+ vfbuf_use[index] = 1;
+
+ if ((error_skip(info, vf)) ||
+ ((first_i_frame_ready == 0)
+ && ((PICINFO_TYPE_MASK & info) !=
+ PICINFO_TYPE_I))) {
+ kfifo_put(&recycle_q,
+ (const struct vframe_s *)vf);
+ } else {
+ kfifo_put(&display_q,
+ (const struct vframe_s *)vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ }
+
+ } else {
+ u32 index = ((reg & 0xf) - 1) & 7;
+ int first_field_type = (info & PICINFO_TOP_FIRST) ?
+ VIDTYPE_INTERLACE_TOP :
+ VIDTYPE_INTERLACE_BOTTOM;
+
+#ifdef INTERLACE_SEQ_ALWAYS
+ /* once an interlaced sequence exist,
+ always force interlaced type */
+ /* to make DI easy. */
+ dec_control |= DEC_CONTROL_FLAG_FORCE_SEQ_INTERLACE;
+#endif
+
+ if (info & PICINFO_FRAME) {
+ frame_rpt_state =
+ (info & PICINFO_TOP_FIRST) ?
+ FRAME_REPEAT_TOP : FRAME_REPEAT_BOT;
+ } else {
+ if (frame_rpt_state == FRAME_REPEAT_TOP) {
+ first_field_type =
+ VIDTYPE_INTERLACE_TOP;
+ } else if (frame_rpt_state ==
+ FRAME_REPEAT_BOT) {
+ first_field_type =
+ VIDTYPE_INTERLACE_BOTTOM;
+ }
+ frame_rpt_state = FRAME_REPEAT_NONE;
+ }
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ vfbuf_use[index] = 2;
+
+ set_frame_info(vf);
+ vf->signal_type = 0;
+ vf->index = index;
+ vf->type =
+ (first_field_type == VIDTYPE_INTERLACE_TOP) ?
+ VIDTYPE_INTERLACE_TOP :
+ VIDTYPE_INTERLACE_BOTTOM;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->duration >>= 1;
+ vf->duration_pulldown = (info & PICINFO_RPT_FIRST) ?
+ vf->duration >> 1 : 0;
+ vf->duration += vf->duration_pulldown;
+ vf->orientation = 0;
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(index);
+ vf->pts = (pts_valid) ? pts : 0;
+ vf->pts_us64 = (pts_valid) ? pts_us64 : 0;
+ vf->type_original = vf->type;
+
+ if ((error_skip(info, vf)) ||
+ ((first_i_frame_ready == 0)
+ && ((PICINFO_TYPE_MASK & info) !=
+ PICINFO_TYPE_I))) {
+ kfifo_put(&recycle_q,
+ (const struct vframe_s *)vf);
+ } else {
+ kfifo_put(&display_q,
+ (const struct vframe_s *)vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ }
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ set_frame_info(vf);
+ vf->signal_type = 0;
+ vf->index = index;
+ vf->type = (first_field_type ==
+ VIDTYPE_INTERLACE_TOP) ?
+ VIDTYPE_INTERLACE_BOTTOM :
+ VIDTYPE_INTERLACE_TOP;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->duration >>= 1;
+ vf->duration_pulldown = (info & PICINFO_RPT_FIRST) ?
+ vf->duration >> 1 : 0;
+ vf->duration += vf->duration_pulldown;
+ vf->orientation = 0;
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(index);
+ vf->pts = 0;
+ vf->pts_us64 = 0;
+ vf->type_original = vf->type;
+
+ if ((error_skip(info, vf)) ||
+ ((first_i_frame_ready == 0)
+ && ((PICINFO_TYPE_MASK & info) !=
+ PICINFO_TYPE_I))) {
+ kfifo_put(&recycle_q,
+ (const struct vframe_s *)vf);
+ } else {
+ kfifo_put(&display_q,
+ (const struct vframe_s *)vf);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ }
+ }
+
+ WRITE_VREG(MREG_BUFFEROUT, 0);
+ }
+
+ return IRQ_HANDLED;
+}
+
+static struct vframe_s *vmpeg_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_peek(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vmpeg_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_get(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vmpeg_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ if (pool_index(vf) == cur_pool_idx)
+ kfifo_put(&recycle_q, (const struct vframe_s *)vf);
+}
+
+static int vmpeg_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+ unsigned long flags;
+ amvdec_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vmpeg_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vmpeg12_local_init();
+ vmpeg12_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vmpeg_vf_prov);
+#endif
+ amvdec_start();
+ }
+ return 0;
+}
+
+static int vmpeg_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ spin_lock_irqsave(&lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&newframe_q);
+ states->buf_avail_num = kfifo_len(&display_q);
+ states->buf_recycle_num = kfifo_len(&recycle_q);
+
+ spin_unlock_irqrestore(&lock, flags);
+
+ return 0;
+}
+
+#ifdef CONFIG_POST_PROCESS_MANAGER
+static void vmpeg12_ppmgr_reset(void)
+{
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_RESET, NULL);
+
+ vmpeg12_local_init();
+
+ pr_info("vmpeg12dec: vf_ppmgr_reset\n");
+}
+#endif
+
+static void vmpeg_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+ int fatal_reset = 0;
+
+ enum receviver_start_e state = RECEIVER_INACTIVE;
+ if (vf_get_receiver(PROVIDER_NAME)) {
+ state = vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_QUREY_STATE, NULL);
+ if ((state == RECEIVER_STATE_NULL)
+ || (state == RECEIVER_STATE_NONE)) {
+ /* receiver has no event_cb or
+ receiver's event_cb does not process this event */
+ state = RECEIVER_INACTIVE;
+ }
+ } else
+ state = RECEIVER_INACTIVE;
+
+ if (READ_VREG(MREG_FATAL_ERROR) == 1)
+ fatal_reset = 1;
+
+ if ((READ_VREG(MREG_WAIT_BUFFER) != 0) &&
+ (kfifo_is_empty(&recycle_q)) &&
+ (kfifo_is_empty(&display_q)) && (state == RECEIVER_INACTIVE)) {
+ if (++wait_buffer_counter > 4)
+ fatal_reset = 1;
+
+ } else
+ wait_buffer_counter = 0;
+
+ if (fatal_reset && (kfifo_is_empty(&display_q))) {
+ pr_info("$$$$decoder is waiting for buffer or fatal reset.\n");
+
+ amvdec_stop();
+
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vmpeg12_ppmgr_reset();
+#else
+ vf_light_unreg_provider(&vmpeg_vf_prov);
+ vmpeg12_local_init();
+ vf_reg_provider(&vmpeg_vf_prov);
+#endif
+ vmpeg12_prot_init();
+ amvdec_start();
+ }
+
+ while (!kfifo_is_empty(&recycle_q) && (READ_VREG(MREG_BUFFERIN) == 0)) {
+ struct vframe_s *vf;
+ if (kfifo_get(&recycle_q, &vf)) {
+ if ((vf->index < DECODE_BUFFER_NUM_MAX) &&
+ (--vfbuf_use[vf->index] == 0)) {
+ WRITE_VREG(MREG_BUFFERIN, vf->index + 1);
+ vf->index = DECODE_BUFFER_NUM_MAX;
+ }
+
+ if (pool_index(vf) == cur_pool_idx) {
+ kfifo_put(&newframe_q,
+ (const struct vframe_s *)vf);
+ }
+ }
+ }
+
+ if (frame_dur > 0 && saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ saved_resolution = frame_width * frame_height * fps;
+ vdec_source_changed(VFORMAT_MPEG12,
+ frame_width, frame_height, fps);
+ }
+
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+int vmpeg12_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = frame_width;
+ vstatus->height = frame_height;
+ if (frame_dur != 0)
+ vstatus->fps = 96000 / frame_dur;
+ else
+ vstatus->fps = 96000;
+ vstatus->error_count = READ_VREG(AV_SCRATCH_C);
+ vstatus->status = stat;
+
+ return 0;
+}
+
+/****************************************/
+static void vmpeg12_canvas_init(void)
+{
+ int i;
+ u32 canvas_width, canvas_height;
+ u32 decbuf_size, decbuf_y_size, decbuf_uv_size;
+ u32 disp_addr = 0xffffffff;
+
+ if (buf_size <= 0x00400000) {
+ /* SD only */
+ canvas_width = 768;
+ canvas_height = 576;
+ decbuf_y_size = 0x80000;
+ decbuf_uv_size = 0x20000;
+ decbuf_size = 0x100000;
+ } else {
+ /* HD & SD */
+ canvas_width = 1920;
+ canvas_height = 1088;
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;
+ }
+
+ if (is_vpp_postblend()) {
+ struct canvas_s cur_canvas;
+
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff),
+ &cur_canvas);
+ disp_addr = (cur_canvas.addr + 7) >> 3;
+ }
+
+ for (i = 0; i < 8; i++) {
+ if (((buf_start + i * decbuf_size + 7) >> 3) == disp_addr) {
+#ifdef NV21
+ canvas_config(2 * i + 0,
+ buf_start + 8 * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(2 * i + 1,
+ buf_start + 8 * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#else
+ canvas_config(3 * i + 0,
+ buf_start + 8 * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 1,
+ buf_start + 8 * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 2,
+ buf_start + 8 * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+#endif
+ } else {
+#ifdef NV21
+ canvas_config(2 * i + 0,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(2 * i + 1,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#else
+ canvas_config(3 * i + 0,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 1,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 2,
+ buf_start + i * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+#endif
+ }
+ }
+
+ WRITE_VREG(MREG_CO_MV_START,
+ buf_start + 9 * decbuf_size + CCBUF_SIZE);
+ if (!ccbuf_phyAddress) {
+ ccbuf_phyAddress = (u32)(buf_start + 9 * decbuf_size);
+ ccbuf_phyAddress_virt = codec_mm_phys_to_virt(ccbuf_phyAddress);
+ if (!ccbuf_phyAddress_virt) {
+ ccbuf_phyAddress_virt = ioremap_nocache(
+ ccbuf_phyAddress,
+ CCBUF_SIZE);
+ ccbuf_phyAddress_is_remaped_nocache = 1;
+ }
+ }
+
+}
+
+static void vmpeg12_prot_init(void)
+{
+ if (get_cpu_type() >= MESON_CPU_MAJOR_ID_M6) {
+ int save_reg = READ_VREG(POWER_CTL_VLD);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ if (get_cpu_type() >= MESON_CPU_MAJOR_ID_M8) {
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1<<7) | (1<<6) | (1<<4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1<<9) | (1<<8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(MDEC_SW_RESET, (1 << 7));
+ WRITE_VREG(MDEC_SW_RESET, 0);
+ }
+
+ WRITE_VREG(POWER_CTL_VLD, save_reg);
+
+ } else
+ WRITE_MPEG_REG(RESET0_REGISTER, RESET_IQIDCT | RESET_MC);
+
+ vmpeg12_canvas_init();
+
+#ifdef NV21
+ WRITE_VREG(AV_SCRATCH_0, 0x010100);
+ WRITE_VREG(AV_SCRATCH_1, 0x030302);
+ WRITE_VREG(AV_SCRATCH_2, 0x050504);
+ WRITE_VREG(AV_SCRATCH_3, 0x070706);
+ WRITE_VREG(AV_SCRATCH_4, 0x090908);
+ WRITE_VREG(AV_SCRATCH_5, 0x0b0b0a);
+ WRITE_VREG(AV_SCRATCH_6, 0x0d0d0c);
+ WRITE_VREG(AV_SCRATCH_7, 0x0f0f0e);
+#else
+ WRITE_VREG(AV_SCRATCH_0, 0x020100);
+ WRITE_VREG(AV_SCRATCH_1, 0x050403);
+ WRITE_VREG(AV_SCRATCH_2, 0x080706);
+ WRITE_VREG(AV_SCRATCH_3, 0x0b0a09);
+ WRITE_VREG(AV_SCRATCH_4, 0x0e0d0c);
+ WRITE_VREG(AV_SCRATCH_5, 0x11100f);
+ WRITE_VREG(AV_SCRATCH_6, 0x141312);
+ WRITE_VREG(AV_SCRATCH_7, 0x171615);
+#endif
+
+ /* set to mpeg1 default */
+ WRITE_VREG(MPEG1_2_REG, 0);
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+ /* for Mpeg1 default value */
+ WRITE_VREG(PIC_HEAD_INFO, 0x380);
+ /* disable mpeg4 */
+ WRITE_VREG(M4_CONTROL_REG, 0);
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+ /* clear buffer IN/OUT registers */
+ WRITE_VREG(MREG_BUFFERIN, 0);
+ WRITE_VREG(MREG_BUFFEROUT, 0);
+ /* set reference width and height */
+ if ((frame_width != 0) && (frame_height != 0))
+ WRITE_VREG(MREG_CMD, (frame_width << 16) | frame_height);
+ else
+ WRITE_VREG(MREG_CMD, 0);
+ /* clear error count */
+ WRITE_VREG(MREG_ERROR_COUNT, 0);
+ WRITE_VREG(MREG_FATAL_ERROR, 0);
+ /* clear wait buffer status */
+ WRITE_VREG(MREG_WAIT_BUFFER, 0);
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+}
+
+static void vmpeg12_local_init(void)
+{
+ int i;
+
+ INIT_KFIFO(display_q);
+ INIT_KFIFO(recycle_q);
+ INIT_KFIFO(newframe_q);
+
+ cur_pool_idx ^= 1;
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf;
+ if (cur_pool_idx == 0) {
+ vf = &vfpool[i];
+ vfpool[i].index = DECODE_BUFFER_NUM_MAX;
+ } else {
+ vf = &vfpool2[i];
+ vfpool2[i].index = DECODE_BUFFER_NUM_MAX;
+ }
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++)
+ vfbuf_use[i] = 0;
+
+
+ frame_width = frame_height = frame_dur = frame_prog = 0;
+ frame_force_skip_flag = 0;
+ wait_buffer_counter = 0;
+ first_i_frame_ready = 0;
+ saved_resolution = 0;
+ dec_control &= DEC_CONTROL_INTERNAL_MASK;
+}
+
+static s32 vmpeg12_init(void)
+{
+ int ret = -1, size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ vmpeg12_local_init();
+
+ amvdec_enable();
+
+ size = get_firmware_data(VIDEO_DEC_MPEG12, buf);
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amvdec_loadmc_ex(VFORMAT_MPEG12, NULL, buf) < 0) {
+ amvdec_disable();
+ vfree(buf);
+ return -EBUSY;
+ }
+
+ vfree(buf);
+
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vmpeg12_prot_init();
+
+ ret = vdec_request_irq(VDEC_IRQ_1, vmpeg12_isr,
+ "vmpeg12-irq", (void *)vmpeg12_dec_id);
+
+ if (ret) {
+ amvdec_disable();
+ amlog_level(LOG_LEVEL_ERROR, "vmpeg12 irq register error.\n");
+ return -ENOENT;
+ }
+
+ stat |= STAT_ISR_REG;
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vf_provider_init(&vmpeg_vf_prov, PROVIDER_NAME, &vmpeg_vf_provider,
+ NULL);
+ vf_reg_provider(&vmpeg_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+#else
+ vf_provider_init(&vmpeg_vf_prov, PROVIDER_NAME, &vmpeg_vf_provider,
+ NULL);
+ vf_reg_provider(&vmpeg_vf_prov);
+#endif
+
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)vmpeg12_amstream_dec_info.rate));
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong)&recycle_timer;
+ recycle_timer.function = vmpeg_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+ amvdec_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ return 0;
+}
+
+static int amvdec_mpeg12_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mpeg12 probe start.\n");
+
+ if (pdata == NULL) {
+ amlog_level(LOG_LEVEL_ERROR,
+ "amvdec_mpeg12 platform data undefined.\n");
+ return -EFAULT;
+ }
+
+ if (pdata->sys_info)
+ vmpeg12_amstream_dec_info = *pdata->sys_info;
+
+ buf_start = pdata->mem_start;
+ buf_size = pdata->mem_end - pdata->mem_start + 1;
+
+ pdata->dec_status = vmpeg12_dec_status;
+
+ if (vmpeg12_init() < 0) {
+ amlog_level(LOG_LEVEL_ERROR, "amvdec_mpeg12 init failed.\n");
+
+ return -ENODEV;
+ }
+
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mpeg12 probe end.\n");
+
+ return 0;
+}
+
+static int amvdec_mpeg12_remove(struct platform_device *pdev)
+{
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ vdec_free_irq(VDEC_IRQ_1, (void *)vmpeg12_dec_id);
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (stat & STAT_VF_HOOK) {
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vmpeg_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+
+ amvdec_disable();
+ if (ccbuf_phyAddress_is_remaped_nocache)
+ iounmap(ccbuf_phyAddress_virt);
+
+ ccbuf_phyAddress_virt = NULL;
+ ccbuf_phyAddress = 0;
+ ccbuf_phyAddress_is_remaped_nocache = 0;
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mpeg12 remove.\n");
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_mpeg12_driver = {
+ .probe = amvdec_mpeg12_probe,
+ .remove = amvdec_mpeg12_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_mpeg12_profile = {
+ .name = "mpeg12",
+ .profile = ""
+};
+
+static int __init amvdec_mpeg12_driver_init_module(void)
+{
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mpeg12 module init\n");
+
+ if (platform_driver_register(&amvdec_mpeg12_driver)) {
+ amlog_level(LOG_LEVEL_ERROR,
+ "failed to register amvdec_mpeg12 driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&amvdec_mpeg12_profile);
+ return 0;
+}
+
+static void __exit amvdec_mpeg12_driver_remove_module(void)
+{
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mpeg12 module remove.\n");
+
+ platform_driver_unregister(&amvdec_mpeg12_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_mpeg12 stat\n");
+module_param(dec_control, uint, 0664);
+MODULE_PARM_DESC(dec_control, "\n amvmpeg12 decoder control\n");
+module_param(error_frame_skip_level, uint, 0664);
+MODULE_PARM_DESC(error_frame_skip_level,
+ "\n amvdec_mpeg12 error_frame_skip_level\n");
+
+module_init(amvdec_mpeg12_driver_init_module);
+module_exit(amvdec_mpeg12_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC MPEG1/2 Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Tim Yao <timyao@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/mpeg12/vmpeg12.h b/drivers/frame_provider/decoder/mpeg12/vmpeg12.h
new file mode 100644
index 0000000..2038c06
--- a/dev/null
+++ b/drivers/frame_provider/decoder/mpeg12/vmpeg12.h
@@ -0,0 +1,26 @@
+/*
+ * drivers/amlogic/amports/vmpeg12.h
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#ifndef VMPEG12_H
+#define VMPEG12_H
+
+/* /#if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+/* TODO: move to register headers */
+#define VPP_VD1_POSTBLEND (1 << 10)
+/* /#endif */
+
+#endif /* VMPEG12_H */
diff --git a/drivers/frame_provider/decoder/mpeg4/vmpeg4.c b/drivers/frame_provider/decoder/mpeg4/vmpeg4.c
new file mode 100644
index 0000000..3b47288
--- a/dev/null
+++ b/drivers/frame_provider/decoder/mpeg4/vmpeg4.c
@@ -0,0 +1,1125 @@
+/*
+ * drivers/amlogic/amports/vmpeg4.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/dma-mapping.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "vmpeg4.h"
+#include <linux/amlogic/media/registers/register.h>
+#include "../../../stream_input/amports/amports_priv.h"
+
+
+/* #define CONFIG_AM_VDEC_MPEG4_LOG */
+#ifdef CONFIG_AM_VDEC_MPEG4_LOG
+#define AMLOG
+#define LOG_LEVEL_VAR amlog_level_vmpeg4
+#define LOG_MASK_VAR amlog_mask_vmpeg4
+#define LOG_LEVEL_ERROR 0
+#define LOG_LEVEL_INFO 1
+#define LOG_LEVEL_DESC "0:ERROR, 1:INFO"
+#define LOG_MASK_PTS 0x01
+#define LOG_MASK_DESC "0x01:DEBUG_PTS"
+#endif
+
+#include <linux/amlogic/media/utils/amlog.h>
+
+MODULE_AMLOG(LOG_LEVEL_ERROR, 0, LOG_LEVEL_DESC, LOG_DEFAULT_MASK_DESC);
+
+#include "../utils/amvdec.h"
+#include "../utils/vdec.h"
+
+#define DRIVER_NAME "amvdec_mpeg4"
+#define MODULE_NAME "amvdec_mpeg4"
+
+#define DEBUG_PTS
+
+/* /#if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+#define NV21
+/* /#endif */
+
+#define I_PICTURE 0
+#define P_PICTURE 1
+#define B_PICTURE 2
+
+#define ORI_BUFFER_START_ADDR 0x01000000
+
+#define INTERLACE_FLAG 0x80
+#define TOP_FIELD_FIRST_FLAG 0x40
+
+/* protocol registers */
+#define MP4_PIC_RATIO AV_SCRATCH_5
+#define MP4_RATE AV_SCRATCH_3
+#define MP4_ERR_COUNT AV_SCRATCH_6
+#define MP4_PIC_WH AV_SCRATCH_7
+#define MREG_BUFFERIN AV_SCRATCH_8
+#define MREG_BUFFEROUT AV_SCRATCH_9
+#define MP4_NOT_CODED_CNT AV_SCRATCH_A
+#define MP4_VOP_TIME_INC AV_SCRATCH_B
+#define MP4_OFFSET_REG AV_SCRATCH_C
+#define MP4_SYS_RATE AV_SCRATCH_E
+#define MEM_OFFSET_REG AV_SCRATCH_F
+
+#define PARC_FORBIDDEN 0
+#define PARC_SQUARE 1
+#define PARC_CIF 2
+#define PARC_10_11 3
+#define PARC_16_11 4
+#define PARC_40_33 5
+#define PARC_RESERVED 6
+/* values between 6 and 14 are reserved */
+#define PARC_EXTENDED 15
+
+#define VF_POOL_SIZE 32
+#define DECODE_BUFFER_NUM_MAX 8
+#define PUT_INTERVAL (HZ/100)
+
+#define RATE_DETECT_COUNT 5
+#define DURATION_UNIT 96000
+#define PTS_UNIT 90000
+
+#define DUR2PTS(x) ((x) - ((x) >> 4))
+
+static struct vframe_s *vmpeg_vf_peek(void *);
+static struct vframe_s *vmpeg_vf_get(void *);
+static void vmpeg_vf_put(struct vframe_s *, void *);
+static int vmpeg_vf_states(struct vframe_states *states, void *);
+static int vmpeg_event_cb(int type, void *data, void *private_data);
+
+static void vmpeg4_prot_init(void);
+static void vmpeg4_local_init(void);
+
+static const char vmpeg4_dec_id[] = "vmpeg4-dev";
+
+#define PROVIDER_NAME "decoder.mpeg4"
+
+/*
+int query_video_status(int type, int *value);
+*/
+static const struct vframe_operations_s vmpeg_vf_provider = {
+ .peek = vmpeg_vf_peek,
+ .get = vmpeg_vf_get,
+ .put = vmpeg_vf_put,
+ .event_cb = vmpeg_event_cb,
+ .vf_states = vmpeg_vf_states,
+};
+
+static struct vframe_provider_s vmpeg_vf_prov;
+
+static DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(recycle_q, struct vframe_s *, VF_POOL_SIZE);
+
+static struct vframe_s vfpool[VF_POOL_SIZE];
+static s32 vfbuf_use[DECODE_BUFFER_NUM_MAX];
+static u32 frame_width, frame_height, frame_dur, frame_prog;
+static u32 saved_resolution;
+static struct timer_list recycle_timer;
+static u32 stat;
+static unsigned long buf_start;
+static u32 buf_size, buf_offset;
+static u32 vmpeg4_ratio;
+static u64 vmpeg4_ratio64;
+static u32 rate_detect;
+static u32 vmpeg4_rotation;
+
+static u32 total_frame;
+static u32 last_vop_time_inc, last_duration;
+static u32 last_anch_pts, vop_time_inc_since_last_anch,
+ frame_num_since_last_anch;
+static u64 last_anch_pts_us64;
+
+#ifdef CONFIG_AM_VDEC_MPEG4_LOG
+u32 pts_hit, pts_missed, pts_i_hit, pts_i_missed;
+#endif
+
+static DEFINE_SPINLOCK(lock);
+
+static struct dec_sysinfo vmpeg4_amstream_dec_info;
+
+static unsigned char aspect_ratio_table[16] = {
+ PARC_FORBIDDEN,
+ PARC_SQUARE,
+ PARC_CIF,
+ PARC_10_11,
+ PARC_16_11,
+ PARC_40_33,
+ PARC_RESERVED, PARC_RESERVED, PARC_RESERVED, PARC_RESERVED,
+ PARC_RESERVED, PARC_RESERVED, PARC_RESERVED, PARC_RESERVED,
+ PARC_RESERVED, PARC_EXTENDED
+};
+
+static inline u32 index2canvas(u32 index)
+{
+ const u32 canvas_tab[8] = {
+#ifdef NV21
+ 0x010100, 0x030302, 0x050504, 0x070706,
+ 0x090908, 0x0b0b0a, 0x0d0d0c, 0x0f0f0e
+#else
+ 0x020100, 0x050403, 0x080706, 0x0b0a09,
+ 0x0e0d0c, 0x11100f, 0x141312, 0x171615
+#endif
+ };
+
+ return canvas_tab[index];
+}
+
+static void set_aspect_ratio(struct vframe_s *vf, unsigned pixel_ratio)
+{
+ int ar = 0;
+ unsigned int num = 0;
+ unsigned int den = 0;
+
+ if (vmpeg4_ratio64 != 0) {
+ num = vmpeg4_ratio64 >> 32;
+ den = vmpeg4_ratio64 & 0xffffffff;
+ } else {
+ num = vmpeg4_ratio >> 16;
+ den = vmpeg4_ratio & 0xffff;
+
+ }
+ if ((num == 0) || (den == 0)) {
+ num = 1;
+ den = 1;
+ }
+
+ if (vmpeg4_ratio == 0) {
+ vf->ratio_control |= (0x90 << DISP_RATIO_ASPECT_RATIO_BIT);
+ /* always stretch to 16:9 */
+ } else if (pixel_ratio > 0x0f) {
+ num = (pixel_ratio >> 8) *
+ vmpeg4_amstream_dec_info.width * num;
+ ar = div_u64((pixel_ratio & 0xff) *
+ vmpeg4_amstream_dec_info.height * den * 0x100ULL +
+ (num >> 1), num);
+ } else {
+ switch (aspect_ratio_table[pixel_ratio]) {
+ case 0:
+ num = vmpeg4_amstream_dec_info.width * num;
+ ar = (vmpeg4_amstream_dec_info.height * den * 0x100 +
+ (num >> 1)) / num;
+ break;
+ case 1:
+ num = vf->width * num;
+ ar = (vf->height * den * 0x100 + (num >> 1)) / num;
+ break;
+ case 2:
+ num = (vf->width * 12) * num;
+ ar = (vf->height * den * 0x100 * 11 +
+ ((num) >> 1)) / num;
+ break;
+ case 3:
+ num = (vf->width * 10) * num;
+ ar = (vf->height * den * 0x100 * 11 + (num >> 1)) /
+ num;
+ break;
+ case 4:
+ num = (vf->width * 16) * num;
+ ar = (vf->height * den * 0x100 * 11 + (num >> 1)) /
+ num;
+ break;
+ case 5:
+ num = (vf->width * 40) * num;
+ ar = (vf->height * den * 0x100 * 33 + (num >> 1)) /
+ num;
+ break;
+ default:
+ num = vf->width * num;
+ ar = (vf->height * den * 0x100 + (num >> 1)) / num;
+ break;
+ }
+ }
+
+ ar = min(ar, DISP_RATIO_ASPECT_RATIO_MAX);
+
+ vf->ratio_control = (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+}
+
+static irqreturn_t vmpeg4_isr(int irq, void *dev_id)
+{
+ u32 reg;
+ struct vframe_s *vf = NULL;
+ u32 picture_type;
+ u32 buffer_index;
+ u32 pts, pts_valid = 0, offset = 0;
+ u64 pts_us64 = 0;
+ u32 rate, vop_time_inc, repeat_cnt, duration = 3200;
+
+ reg = READ_VREG(MREG_BUFFEROUT);
+
+ if (reg) {
+ buffer_index = reg & 0x7;
+ picture_type = (reg >> 3) & 7;
+ rate = READ_VREG(MP4_RATE);
+ repeat_cnt = READ_VREG(MP4_NOT_CODED_CNT);
+ vop_time_inc = READ_VREG(MP4_VOP_TIME_INC);
+
+ if (buffer_index >= DECODE_BUFFER_NUM_MAX) {
+ pr_err("fatal error, invalid buffer index.");
+ return IRQ_HANDLED;
+ }
+
+ if (vmpeg4_amstream_dec_info.width == 0) {
+ vmpeg4_amstream_dec_info.width =
+ READ_VREG(MP4_PIC_WH) >> 16;
+ }
+#if 0
+ else {
+ pr_info("info width = %d, ucode width = %d\n",
+ vmpeg4_amstream_dec_info.width,
+ READ_VREG(MP4_PIC_WH) >> 16);
+ }
+#endif
+
+ if (vmpeg4_amstream_dec_info.height == 0) {
+ vmpeg4_amstream_dec_info.height =
+ READ_VREG(MP4_PIC_WH) & 0xffff;
+ }
+#if 0
+ else {
+ pr_info("info height = %d, ucode height = %d\n",
+ vmpeg4_amstream_dec_info.height,
+ READ_VREG(MP4_PIC_WH) & 0xffff);
+ }
+#endif
+ if (vmpeg4_amstream_dec_info.rate == 0
+ || vmpeg4_amstream_dec_info.rate > 96000) {
+ /* if ((rate >> 16) != 0) { */
+ if ((rate & 0xffff) != 0 && (rate >> 16) != 0) {
+ vmpeg4_amstream_dec_info.rate =
+ (rate >> 16) * DURATION_UNIT /
+ (rate & 0xffff);
+ duration = vmpeg4_amstream_dec_info.rate;
+ } else if (rate_detect < RATE_DETECT_COUNT) {
+ if (vop_time_inc < last_vop_time_inc) {
+ duration =
+ vop_time_inc + rate -
+ last_vop_time_inc;
+ } else {
+ duration =
+ vop_time_inc - last_vop_time_inc;
+ }
+
+ if (duration == last_duration) {
+ rate_detect++;
+ if (rate_detect >= RATE_DETECT_COUNT) {
+ vmpeg4_amstream_dec_info.rate =
+ duration * DURATION_UNIT /
+ rate;
+ duration =
+ vmpeg4_amstream_dec_info.rate;
+ }
+ } else
+ rate_detect = 0;
+
+ last_duration = duration;
+ }
+ } else {
+ duration = vmpeg4_amstream_dec_info.rate;
+#if 0
+ pr_info("info rate = %d, ucode rate = 0x%x:0x%x\n",
+ vmpeg4_amstream_dec_info.rate,
+ READ_VREG(MP4_RATE), vop_time_inc);
+#endif
+ }
+
+ if ((I_PICTURE == picture_type) ||
+ (P_PICTURE == picture_type)) {
+ offset = READ_VREG(MP4_OFFSET_REG);
+ /*2500-->3000,because some mpeg4
+ video may checkout failed;
+ may have av sync problem.can changed small later.
+ 263 may need small?
+ */
+ if (pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO, offset, &pts, 3000,
+ &pts_us64) == 0) {
+ pts_valid = 1;
+ last_anch_pts = pts;
+ last_anch_pts_us64 = pts_us64;
+#ifdef CONFIG_AM_VDEC_MPEG4_LOG
+ pts_hit++;
+#endif
+ } else {
+#ifdef CONFIG_AM_VDEC_MPEG4_LOG
+ pts_missed++;
+#endif
+ }
+#ifdef CONFIG_AM_VDEC_MPEG4_LOG
+ amlog_mask(LOG_MASK_PTS,
+ "I offset 0x%x, pts_valid %d pts=0x%x\n",
+ offset, pts_valid, pts);
+#endif
+ }
+
+ if (pts_valid) {
+ last_anch_pts = pts;
+ last_anch_pts_us64 = pts_us64;
+ frame_num_since_last_anch = 0;
+ vop_time_inc_since_last_anch = 0;
+ } else {
+ pts = last_anch_pts;
+ pts_us64 = last_anch_pts_us64;
+
+ if ((rate != 0) && ((rate >> 16) == 0)
+ && vmpeg4_amstream_dec_info.rate == 0) {
+ /* variable PTS rate */
+ /*bug on variable pts calc,
+ do as dixed vop first if we
+ have rate setting before.
+ */
+ if (vop_time_inc > last_vop_time_inc) {
+ vop_time_inc_since_last_anch +=
+ vop_time_inc - last_vop_time_inc;
+ } else {
+ vop_time_inc_since_last_anch +=
+ vop_time_inc + rate -
+ last_vop_time_inc;
+ }
+
+ pts += vop_time_inc_since_last_anch *
+ PTS_UNIT / rate;
+ pts_us64 += (vop_time_inc_since_last_anch *
+ PTS_UNIT / rate) * 100 / 9;
+
+ if (vop_time_inc_since_last_anch > (1 << 14)) {
+ /* avoid overflow */
+ last_anch_pts = pts;
+ last_anch_pts_us64 = pts_us64;
+ vop_time_inc_since_last_anch = 0;
+ }
+ } else {
+ /* fixed VOP rate */
+ frame_num_since_last_anch++;
+ pts += DUR2PTS(frame_num_since_last_anch *
+ vmpeg4_amstream_dec_info.rate);
+ pts_us64 += DUR2PTS(frame_num_since_last_anch *
+ vmpeg4_amstream_dec_info.rate) *
+ 100 / 9;
+
+ if (frame_num_since_last_anch > (1 << 15)) {
+ /* avoid overflow */
+ last_anch_pts = pts;
+ last_anch_pts_us64 = pts_us64;
+ frame_num_since_last_anch = 0;
+ }
+ }
+ }
+
+ if (reg & INTERLACE_FLAG) { /* interlace */
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ printk
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->width = vmpeg4_amstream_dec_info.width;
+ vf->height = vmpeg4_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+ vf->orientation = vmpeg4_rotation;
+ vf->pts = pts;
+ vf->pts_us64 = pts_us64;
+ vf->duration = duration >> 1;
+ vf->duration_pulldown = 0;
+ vf->type = (reg & TOP_FIELD_FIRST_FLAG) ?
+ VIDTYPE_INTERLACE_TOP :
+ VIDTYPE_INTERLACE_BOTTOM;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->type_original = vf->type;
+
+ set_aspect_ratio(vf, READ_VREG(MP4_PIC_RATIO));
+
+ vfbuf_use[buffer_index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ printk(
+ "fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->width = vmpeg4_amstream_dec_info.width;
+ vf->height = vmpeg4_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+ vf->orientation = vmpeg4_rotation;
+
+ vf->pts = 0;
+ vf->pts_us64 = 0;
+ vf->duration = duration >> 1;
+
+ vf->duration_pulldown = 0;
+ vf->type = (reg & TOP_FIELD_FIRST_FLAG) ?
+ VIDTYPE_INTERLACE_BOTTOM : VIDTYPE_INTERLACE_TOP;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->type_original = vf->type;
+
+ set_aspect_ratio(vf, READ_VREG(MP4_PIC_RATIO));
+
+ vfbuf_use[buffer_index]++;
+
+ amlog_mask(LOG_MASK_PTS,
+ "[%s:%d] [inte] dur=0x%x rate=%d picture_type=%d\n",
+ __func__, __LINE__, vf->duration,
+ vmpeg4_amstream_dec_info.rate, picture_type);
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ } else { /* progressive */
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ printk
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->width = vmpeg4_amstream_dec_info.width;
+ vf->height = vmpeg4_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+ vf->orientation = vmpeg4_rotation;
+ vf->pts = pts;
+ vf->pts_us64 = pts_us64;
+ vf->duration = duration;
+ vf->duration_pulldown = repeat_cnt * duration;
+#ifdef NV21
+ vf->type =
+ VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD |
+ VIDTYPE_VIU_NV21;
+#else
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->type_original = vf->type;
+
+ set_aspect_ratio(vf, READ_VREG(MP4_PIC_RATIO));
+
+ amlog_mask(LOG_MASK_PTS,
+ "[%s:%d] [prog] dur=0x%x rate=%d picture_type=%d\n",
+ __func__, __LINE__, vf->duration,
+ vmpeg4_amstream_dec_info.rate, picture_type);
+
+ vfbuf_use[buffer_index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ }
+
+ total_frame += repeat_cnt + 1;
+
+ WRITE_VREG(MREG_BUFFEROUT, 0);
+
+ last_vop_time_inc = vop_time_inc;
+ }
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ return IRQ_HANDLED;
+}
+
+static struct vframe_s *vmpeg_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_peek(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vmpeg_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_get(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vmpeg_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ kfifo_put(&recycle_q, (const struct vframe_s *)vf);
+}
+
+static int vmpeg_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+ unsigned long flags;
+ amvdec_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vmpeg_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vmpeg4_local_init();
+ vmpeg4_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vmpeg_vf_prov);
+#endif
+ amvdec_start();
+ }
+ return 0;
+}
+
+static int vmpeg_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ spin_lock_irqsave(&lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&newframe_q);
+ states->buf_avail_num = kfifo_len(&display_q);
+ states->buf_recycle_num = kfifo_len(&recycle_q);
+
+ spin_unlock_irqrestore(&lock, flags);
+
+ return 0;
+}
+
+static void vmpeg_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+
+ while (!kfifo_is_empty(&recycle_q) && (READ_VREG(MREG_BUFFERIN) == 0)) {
+ struct vframe_s *vf;
+ if (kfifo_get(&recycle_q, &vf)) {
+ if ((vf->index >= 0)
+ && (vf->index < DECODE_BUFFER_NUM_MAX)
+ && (--vfbuf_use[vf->index] == 0)) {
+ WRITE_VREG(MREG_BUFFERIN, ~(1 << vf->index));
+ vf->index = DECODE_BUFFER_NUM_MAX;
+ }
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+ }
+ if (frame_dur > 0 && saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ saved_resolution = frame_width * frame_height * fps;
+ vdec_source_changed(VFORMAT_MPEG4,
+ frame_width, frame_height, fps);
+ }
+ if (READ_VREG(AV_SCRATCH_L)) {
+ unsigned long flags;
+ pr_info("mpeg4 fatal error happened,need reset !!\n");
+ amvdec_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vmpeg_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vmpeg4_local_init();
+ vmpeg4_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vmpeg_vf_prov);
+#endif
+ amvdec_start();
+ }
+
+
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+int vmpeg4_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = vmpeg4_amstream_dec_info.width;
+ vstatus->height = vmpeg4_amstream_dec_info.height;
+ if (0 != vmpeg4_amstream_dec_info.rate)
+ vstatus->fps = DURATION_UNIT / vmpeg4_amstream_dec_info.rate;
+ else
+ vstatus->fps = DURATION_UNIT;
+ vstatus->error_count = READ_VREG(MP4_ERR_COUNT);
+ vstatus->status = stat;
+
+ return 0;
+}
+
+/****************************************/
+static void vmpeg4_canvas_init(void)
+{
+ int i;
+ u32 canvas_width, canvas_height;
+ u32 decbuf_size, decbuf_y_size, decbuf_uv_size;
+ u32 disp_addr = 0xffffffff;
+ u32 buff_off = 0;
+
+ if (buf_size <= 0x00400000) {
+ /* SD only */
+ canvas_width = 768;
+ canvas_height = 576;
+ decbuf_y_size = 0x80000;
+ decbuf_uv_size = 0x20000;
+ decbuf_size = 0x100000;
+ } else {
+ int w = vmpeg4_amstream_dec_info.width;
+ int h = vmpeg4_amstream_dec_info.height;
+ int align_w, align_h;
+ int max, min;
+ align_w = ALIGN(w, 64);
+ align_h = ALIGN(h, 64);
+ if (align_w > align_h) {
+ max = align_w;
+ min = align_h;
+ } else {
+ max = align_h;
+ min = align_w;
+ }
+ /* HD & SD */
+ if ((max > 1920 || min > 1088) &&
+ ALIGN(align_w * align_h * 3/2, SZ_64K) * 9 <=
+ buf_size) {
+ canvas_width = align_w;
+ canvas_height = align_h;
+ decbuf_y_size = ALIGN(align_w * align_h, SZ_64K);
+ decbuf_uv_size = ALIGN(align_w * align_h/4, SZ_64K);
+ decbuf_size = ALIGN(align_w * align_h * 3/2, SZ_64K);
+ } else { /*1080p*/
+ if (h > w) {
+ canvas_width = 1088;
+ canvas_height = 1920;
+ } else {
+ canvas_width = 1920;
+ canvas_height = 1088;
+ }
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;
+ }
+ }
+
+ if (is_vpp_postblend()) {
+ struct canvas_s cur_canvas;
+
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff),
+ &cur_canvas);
+ disp_addr = (cur_canvas.addr + 7) >> 3;
+ }
+
+ for (i = 0; i < 8; i++) {
+ u32 one_buf_start = buf_start + buff_off;
+ if (((one_buf_start + 7) >> 3) == disp_addr) {
+ /*last disp buffer, to next..*/
+ buff_off += decbuf_size;
+ one_buf_start = buf_start + buff_off;
+ pr_info("one_buf_start %d,=== %x disp_addr %x",
+ i, one_buf_start, disp_addr);
+ }
+ if (buff_off < 0x02000000 &&
+ buff_off + decbuf_size > 0x01b00000){
+ /*0x01b00000 is references buffer.
+ to next 32M;*/
+ buff_off = 32 * SZ_1M;/*next 32M*/
+ one_buf_start = buf_start + buff_off;
+ }
+ if (buff_off + decbuf_size > buf_size) {
+ pr_err("ERROR::too small buffer for buf%d %d x%d ,size =%d\n",
+ i,
+ canvas_width,
+ canvas_height,
+ buf_size);
+ }
+ pr_debug("alloced buffer %d at %x,%d\n",
+ i, one_buf_start, decbuf_size);
+#ifdef NV21
+ canvas_config(2 * i + 0,
+ one_buf_start,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(2 * i + 1,
+ one_buf_start +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#else
+ canvas_config(3 * i + 0,
+ one_buf_start,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 1,
+ one_buf_start +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 2,
+ one_buf_start +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+#endif
+ buff_off = buff_off + decbuf_size;
+ }
+}
+
+static void vmpeg4_prot_init(void)
+{
+#if 1 /* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER, RESET_IQIDCT | RESET_MC);
+#endif
+
+ vmpeg4_canvas_init();
+
+ /* index v << 16 | u << 8 | y */
+#ifdef NV21
+ WRITE_VREG(AV_SCRATCH_0, 0x010100);
+ WRITE_VREG(AV_SCRATCH_1, 0x030302);
+ WRITE_VREG(AV_SCRATCH_2, 0x050504);
+ WRITE_VREG(AV_SCRATCH_3, 0x070706);
+ WRITE_VREG(AV_SCRATCH_G, 0x090908);
+ WRITE_VREG(AV_SCRATCH_H, 0x0b0b0a);
+ WRITE_VREG(AV_SCRATCH_I, 0x0d0d0c);
+ WRITE_VREG(AV_SCRATCH_J, 0x0f0f0e);
+#else
+ WRITE_VREG(AV_SCRATCH_0, 0x020100);
+ WRITE_VREG(AV_SCRATCH_1, 0x050403);
+ WRITE_VREG(AV_SCRATCH_2, 0x080706);
+ WRITE_VREG(AV_SCRATCH_3, 0x0b0a09);
+ WRITE_VREG(AV_SCRATCH_G, 0x0e0d0c);
+ WRITE_VREG(AV_SCRATCH_H, 0x11100f);
+ WRITE_VREG(AV_SCRATCH_I, 0x141312);
+ WRITE_VREG(AV_SCRATCH_J, 0x171615);
+#endif
+ WRITE_VREG(AV_SCRATCH_L, 0);/*clearfatal error flag*/
+
+ /* notify ucode the buffer offset */
+ WRITE_VREG(AV_SCRATCH_F, buf_offset);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ WRITE_VREG(MREG_BUFFERIN, 0);
+ WRITE_VREG(MREG_BUFFEROUT, 0);
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+
+ /* clear repeat count */
+ WRITE_VREG(MP4_NOT_CODED_CNT, 0);
+
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+
+#if 1/* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ printk("mpeg4 meson8 prot init\n");
+ WRITE_VREG(MDEC_PIC_DC_THRESH, 0x404038aa);
+#endif
+
+ WRITE_VREG(MP4_PIC_WH, (vmpeg4_amstream_dec_info.
+ width << 16) | vmpeg4_amstream_dec_info.height);
+ WRITE_VREG(MP4_SYS_RATE, vmpeg4_amstream_dec_info.rate);
+}
+
+static void vmpeg4_local_init(void)
+{
+ int i;
+
+ vmpeg4_ratio = vmpeg4_amstream_dec_info.ratio;
+
+ vmpeg4_ratio64 = vmpeg4_amstream_dec_info.ratio64;
+
+ vmpeg4_rotation =
+ (((unsigned long) vmpeg4_amstream_dec_info.param)
+ >> 16) & 0xffff;
+
+ frame_width = frame_height = frame_dur = frame_prog = 0;
+
+ total_frame = 0;
+ saved_resolution = 0;
+ last_anch_pts = 0;
+
+ last_anch_pts_us64 = 0;
+
+ last_vop_time_inc = last_duration = 0;
+
+ vop_time_inc_since_last_anch = 0;
+
+ frame_num_since_last_anch = 0;
+
+#ifdef CONFIG_AM_VDEC_MPEG4_LOG
+ pts_hit = pts_missed = pts_i_hit = pts_i_missed = 0;
+#endif
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++)
+ vfbuf_use[i] = 0;
+
+ INIT_KFIFO(display_q);
+ INIT_KFIFO(recycle_q);
+ INIT_KFIFO(newframe_q);
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &vfpool[i];
+ vfpool[i].index = DECODE_BUFFER_NUM_MAX;
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+}
+
+static s32 vmpeg4_init(void)
+{
+ int trickmode_fffb = 0;
+ int size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ query_video_status(0, &trickmode_fffb);
+
+ amlog_level(LOG_LEVEL_INFO, "vmpeg4_init\n");
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ amvdec_enable();
+
+ vmpeg4_local_init();
+
+ if (vmpeg4_amstream_dec_info.format == VIDEO_DEC_FORMAT_MPEG4_3) {
+ size = get_firmware_data(VIDEO_DEC_MPEG4_3, buf);
+
+ amlog_level(LOG_LEVEL_INFO, "load VIDEO_DEC_FORMAT_MPEG4_3\n");
+ } else if (vmpeg4_amstream_dec_info.format ==
+ VIDEO_DEC_FORMAT_MPEG4_4) {
+ size = get_firmware_data(VIDEO_DEC_MPEG4_4, buf);
+
+ amlog_level(LOG_LEVEL_INFO, "load VIDEO_DEC_FORMAT_MPEG4_4\n");
+ } else if (vmpeg4_amstream_dec_info.format ==
+ VIDEO_DEC_FORMAT_MPEG4_5) {
+ size = get_firmware_data(VIDEO_DEC_MPEG4_5, buf);
+
+ amlog_level(LOG_LEVEL_INFO, "load VIDEO_DEC_FORMAT_MPEG4_5\n");
+ } else if (vmpeg4_amstream_dec_info.format == VIDEO_DEC_FORMAT_H263) {
+ size = get_firmware_data(VIDEO_DEC_H263, buf);
+
+ amlog_level(LOG_LEVEL_INFO, "load VIDEO_DEC_FORMAT_H263\n");
+ } else
+ amlog_level(LOG_LEVEL_ERROR, "not supported MPEG4 format\n");
+
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amvdec_loadmc_ex(VFORMAT_MPEG4, NULL, buf) < 0) {
+ amvdec_disable();
+ vfree(buf);
+ return -EBUSY;
+ }
+
+ vfree(buf);
+
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vmpeg4_prot_init();
+
+ if (vdec_request_irq(VDEC_IRQ_1, vmpeg4_isr,
+ "vmpeg4-irq", (void *)vmpeg4_dec_id)) {
+ amvdec_disable();
+
+ amlog_level(LOG_LEVEL_ERROR, "vmpeg4 irq register error.\n");
+ return -ENOENT;
+ }
+
+ stat |= STAT_ISR_REG;
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vf_provider_init(&vmpeg_vf_prov, PROVIDER_NAME, &vmpeg_vf_provider,
+ NULL);
+ vf_reg_provider(&vmpeg_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+#else
+ vf_provider_init(&vmpeg_vf_prov, PROVIDER_NAME, &vmpeg_vf_provider,
+ NULL);
+ vf_reg_provider(&vmpeg_vf_prov);
+#endif
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)vmpeg4_amstream_dec_info.rate));
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong)&recycle_timer;
+ recycle_timer.function = vmpeg_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+ amvdec_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ return 0;
+}
+
+static int amvdec_mpeg4_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ if (pdata == NULL) {
+ amlog_level(LOG_LEVEL_ERROR,
+ "amvdec_mpeg4 memory resource undefined.\n");
+ return -EFAULT;
+ }
+
+ buf_start = pdata->mem_start;
+ buf_size = pdata->mem_end - pdata->mem_start + 1;
+ buf_offset = buf_start - ORI_BUFFER_START_ADDR;
+
+ if (pdata->sys_info)
+ vmpeg4_amstream_dec_info = *pdata->sys_info;
+
+ pdata->dec_status = vmpeg4_dec_status;
+
+ if (vmpeg4_init() < 0) {
+ amlog_level(LOG_LEVEL_ERROR, "amvdec_mpeg4 init failed.\n");
+
+ return -ENODEV;
+ }
+
+ return 0;
+}
+
+static int amvdec_mpeg4_remove(struct platform_device *pdev)
+{
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ vdec_free_irq(VDEC_IRQ_1, (void *)vmpeg4_dec_id);
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (stat & STAT_VF_HOOK) {
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vmpeg_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+
+ amvdec_disable();
+
+ amlog_mask(LOG_MASK_PTS,
+ "pts hit %d, pts missed %d, i hit %d, missed %d\n", pts_hit,
+ pts_missed, pts_i_hit, pts_i_missed);
+ amlog_mask(LOG_MASK_PTS, "total frame %d, rate %d\n", total_frame,
+ vmpeg4_amstream_dec_info.rate);
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_mpeg4_driver = {
+ .probe = amvdec_mpeg4_probe,
+ .remove = amvdec_mpeg4_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_mpeg4_profile = {
+ .name = "mpeg4",
+ .profile = ""
+};
+
+static int __init amvdec_mpeg4_driver_init_module(void)
+{
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mpeg4 module init\n");
+
+ if (platform_driver_register(&amvdec_mpeg4_driver)) {
+ amlog_level(LOG_LEVEL_ERROR,
+ "failed to register amvdec_mpeg4 driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&amvdec_mpeg4_profile);
+ return 0;
+}
+
+static void __exit amvdec_mpeg4_driver_remove_module(void)
+{
+ amlog_level(LOG_LEVEL_INFO, "amvdec_mpeg4 module remove.\n");
+
+ platform_driver_unregister(&amvdec_mpeg4_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_mpeg4 stat\n");
+
+module_init(amvdec_mpeg4_driver_init_module);
+module_exit(amvdec_mpeg4_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC MPEG4 Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Tim Yao <timyao@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/mpeg4/vmpeg4.h b/drivers/frame_provider/decoder/mpeg4/vmpeg4.h
new file mode 100644
index 0000000..21ff478
--- a/dev/null
+++ b/drivers/frame_provider/decoder/mpeg4/vmpeg4.h
@@ -0,0 +1,26 @@
+/*
+ * drivers/amlogic/amports/vmpeg4.h
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#ifndef VMPEG4_H
+#define VMPEG4_H
+
+/* /#if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+/* TODO: move to register headers */
+#define VPP_VD1_POSTBLEND (1 << 10)
+/* /#endif */
+
+#endif /* VMPEG4_H */
diff --git a/drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c b/drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c
new file mode 100644
index 0000000..ae5c8ea
--- a/dev/null
+++ b/drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c
@@ -0,0 +1,1302 @@
+/*
+ * drivers/amlogic/amports/vmpeg4.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/dma-mapping.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "vmpeg4.h"
+#include <linux/amlogic/media/registers/register.h>
+#include "../../../stream_input/amports/amports_priv.h"
+
+#include "../utils/amvdec.h"
+#include "../utils/vdec_input.h"
+#include "../utils/vdec.h"
+
+#define DRIVER_NAME "ammvdec_mpeg4"
+#define MODULE_NAME "ammvdec_mpeg4"
+
+#define MEM_NAME "codec_mpeg4"
+
+#define DEBUG_PTS
+
+#define NV21
+#define I_PICTURE 0
+#define P_PICTURE 1
+#define B_PICTURE 2
+
+#define ORI_BUFFER_START_ADDR 0x01000000
+#define DEFAULT_MEM_SIZE (32*SZ_1M)
+
+#define INTERLACE_FLAG 0x80
+#define TOP_FIELD_FIRST_FLAG 0x40
+
+/* protocol registers */
+#define MREG_REF0 AV_SCRATCH_1
+#define MREG_REF1 AV_SCRATCH_2
+#define MP4_PIC_RATIO AV_SCRATCH_5
+#define MP4_RATE AV_SCRATCH_3
+#define MP4_ERR_COUNT AV_SCRATCH_6
+#define MP4_PIC_WH AV_SCRATCH_7
+#define MREG_INPUT AV_SCRATCH_8
+#define MREG_BUFFEROUT AV_SCRATCH_9
+#define MP4_NOT_CODED_CNT AV_SCRATCH_A
+#define MP4_VOP_TIME_INC AV_SCRATCH_B
+#define MP4_OFFSET_REG AV_SCRATCH_C
+#define MP4_SYS_RATE AV_SCRATCH_E
+#define MEM_OFFSET_REG AV_SCRATCH_F
+
+#define PARC_FORBIDDEN 0
+#define PARC_SQUARE 1
+#define PARC_CIF 2
+#define PARC_10_11 3
+#define PARC_16_11 4
+#define PARC_40_33 5
+#define PARC_RESERVED 6
+/* values between 6 and 14 are reserved */
+#define PARC_EXTENDED 15
+
+#define VF_POOL_SIZE 16
+#define DECODE_BUFFER_NUM_MAX 4
+#define PUT_INTERVAL (HZ/100)
+
+#define CTX_LMEM_SWAP_OFFSET 0
+#define CTX_QUANT_MATRIX_OFFSET 0x800
+/* dcac buffer must align at 4k boundary */
+#define CTX_DCAC_BUF_OFFSET 0x1000
+#define CTX_DECBUF_OFFSET (0x0c0000 + 0x1000)
+
+#define RATE_DETECT_COUNT 5
+#define DURATION_UNIT 96000
+#define PTS_UNIT 90000
+
+#define DUR2PTS(x) ((x) - ((x) >> 4))
+
+#define DEC_RESULT_NONE 0
+#define DEC_RESULT_DONE 1
+#define DEC_RESULT_AGAIN 2
+#define DEC_RESULT_ERROR 3
+
+static struct vframe_s *vmpeg_vf_peek(void *);
+static struct vframe_s *vmpeg_vf_get(void *);
+static void vmpeg_vf_put(struct vframe_s *, void *);
+static int vmpeg_vf_states(struct vframe_states *states, void *);
+static int vmpeg_event_cb(int type, void *data, void *private_data);
+
+struct vdec_mpeg4_hw_s {
+ spinlock_t lock;
+ struct platform_device *platform_dev;
+ struct device *cma_dev;
+
+ DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+ DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+ struct vframe_s vfpool[VF_POOL_SIZE];
+
+ s32 vfbuf_use[DECODE_BUFFER_NUM_MAX];
+ u32 frame_width;
+ u32 frame_height;
+ u32 frame_dur;
+ u32 frame_prog;
+
+ u32 ctx_valid;
+ u32 reg_vcop_ctrl_reg;
+ u32 reg_pic_head_info;
+ u32 reg_mpeg1_2_reg;
+ u32 reg_slice_qp;
+ u32 reg_mp4_pic_wh;
+ u32 reg_mp4_rate;
+ u32 reg_mb_info;
+ u32 reg_dc_ac_ctrl;
+ u32 reg_iqidct_control;
+ u32 reg_resync_marker_length;
+ u32 reg_rv_ai_mb_count;
+
+ struct vframe_chunk_s *chunk;
+ u32 stat;
+ u32 buf_start;
+ u32 buf_size;
+ unsigned long cma_alloc_addr;
+ int cma_alloc_count;
+ u32 vmpeg4_ratio;
+ u64 vmpeg4_ratio64;
+ u32 rate_detect;
+ u32 vmpeg4_rotation;
+ u32 total_frame;
+ u32 last_vop_time_inc;
+ u32 last_duration;
+ u32 last_anch_pts;
+ u32 vop_time_inc_since_last_anch;
+ u32 frame_num_since_last_anch;
+ u64 last_anch_pts_us64;
+
+ u32 pts_hit;
+ u32 pts_missed;
+ u32 pts_i_hit;
+ u32 pts_i_missed;
+
+ u32 buffer_info[DECODE_BUFFER_NUM_MAX];
+ u32 pts[DECODE_BUFFER_NUM_MAX];
+ u64 pts64[DECODE_BUFFER_NUM_MAX];
+ bool pts_valid[DECODE_BUFFER_NUM_MAX];
+ u32 canvas_spec[DECODE_BUFFER_NUM_MAX];
+#ifdef NV21
+ struct canvas_config_s canvas_config[DECODE_BUFFER_NUM_MAX][2];
+#else
+ struct canvas_config_s canvas_config[DECODE_BUFFER_NUM_MAX][3];
+#endif
+ struct dec_sysinfo vmpeg4_amstream_dec_info;
+
+ s32 refs[2];
+ int dec_result;
+ struct work_struct work;
+
+ void (*vdec_cb)(struct vdec_s *, void *);
+ void *vdec_cb_arg;
+
+};
+static void vmpeg4_local_init(struct vdec_mpeg4_hw_s *hw);
+static int vmpeg4_hw_ctx_restore(struct vdec_mpeg4_hw_s *hw);
+
+#define PROVIDER_NAME "vdec.mpeg4"
+
+/*
+int query_video_status(int type, int *value);
+*/
+static const struct vframe_operations_s vf_provider_ops = {
+ .peek = vmpeg_vf_peek,
+ .get = vmpeg_vf_get,
+ .put = vmpeg_vf_put,
+ .event_cb = vmpeg_event_cb,
+ .vf_states = vmpeg_vf_states,
+};
+
+static unsigned char aspect_ratio_table[16] = {
+ PARC_FORBIDDEN,
+ PARC_SQUARE,
+ PARC_CIF,
+ PARC_10_11,
+ PARC_16_11,
+ PARC_40_33,
+ PARC_RESERVED, PARC_RESERVED, PARC_RESERVED, PARC_RESERVED,
+ PARC_RESERVED, PARC_RESERVED, PARC_RESERVED, PARC_RESERVED,
+ PARC_RESERVED, PARC_EXTENDED
+};
+
+static int find_buffer(struct vdec_mpeg4_hw_s *hw)
+{
+ int i;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++) {
+ if (hw->vfbuf_use[i] == 0)
+ return i;
+ }
+
+ return -1;
+}
+
+static int spec_to_index(struct vdec_mpeg4_hw_s *hw, u32 spec)
+{
+ int i;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++) {
+ if (hw->canvas_spec[i] == spec)
+ return i;
+ }
+
+ return -1;
+}
+
+static void set_frame_info(struct vdec_mpeg4_hw_s *hw, struct vframe_s *vf,
+ int buffer_index)
+{
+ int ar = 0;
+ unsigned int num = 0;
+ unsigned int den = 0;
+ unsigned pixel_ratio = READ_VREG(MP4_PIC_RATIO);
+
+ if (hw->vmpeg4_ratio64 != 0) {
+ num = hw->vmpeg4_ratio64>>32;
+ den = hw->vmpeg4_ratio64 & 0xffffffff;
+ } else {
+ num = hw->vmpeg4_ratio>>16;
+ den = hw->vmpeg4_ratio & 0xffff;
+
+ }
+ if ((num == 0) || (den == 0)) {
+ num = 1;
+ den = 1;
+ }
+
+ if (hw->vmpeg4_ratio == 0) {
+ vf->ratio_control |= (0x90 << DISP_RATIO_ASPECT_RATIO_BIT);
+ /* always stretch to 16:9 */
+ } else if (pixel_ratio > 0x0f) {
+ num = (pixel_ratio >> 8) *
+ hw->vmpeg4_amstream_dec_info.width * num;
+ ar = div_u64((pixel_ratio & 0xff) *
+ hw->vmpeg4_amstream_dec_info.height * den * 0x100ULL +
+ (num >> 1), num);
+ } else {
+ switch (aspect_ratio_table[pixel_ratio]) {
+ case 0:
+ num = hw->vmpeg4_amstream_dec_info.width * num;
+ ar = (hw->vmpeg4_amstream_dec_info.height * den *
+ 0x100 + (num >> 1)) / num;
+ break;
+ case 1:
+ num = vf->width * num;
+ ar = (vf->height * den * 0x100 + (num >> 1)) / num;
+ break;
+ case 2:
+ num = (vf->width * 12) * num;
+ ar = (vf->height * den * 0x100 * 11 +
+ ((num) >> 1)) / num;
+ break;
+ case 3:
+ num = (vf->width * 10) * num;
+ ar = (vf->height * den * 0x100 * 11 + (num >> 1)) /
+ num;
+ break;
+ case 4:
+ num = (vf->width * 16) * num;
+ ar = (vf->height * den * 0x100 * 11 + (num >> 1)) /
+ num;
+ break;
+ case 5:
+ num = (vf->width * 40) * num;
+ ar = (vf->height * den * 0x100 * 33 + (num >> 1)) /
+ num;
+ break;
+ default:
+ num = vf->width * num;
+ ar = (vf->height * den * 0x100 + (num >> 1)) / num;
+ break;
+ }
+ }
+
+ ar = min(ar, DISP_RATIO_ASPECT_RATIO_MAX);
+
+ vf->signal_type = 0;
+ vf->type_original = vf->type;
+ vf->ratio_control = (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+ vf->canvas0Addr = vf->canvas1Addr = -1;
+#ifdef NV21
+ vf->plane_num = 2;
+#else
+ vf->plane_num = 3;
+#endif
+ vf->canvas0_config[0] = hw->canvas_config[buffer_index][0];
+ vf->canvas0_config[1] = hw->canvas_config[buffer_index][1];
+#ifndef NV21
+ vf->canvas0_config[2] = hw->canvas_config[buffer_index][2];
+#endif
+ vf->canvas1_config[0] = hw->canvas_config[buffer_index][0];
+ vf->canvas1_config[1] = hw->canvas_config[buffer_index][1];
+#ifndef NV21
+ vf->canvas1_config[2] = hw->canvas_config[buffer_index][2];
+#endif
+}
+
+static inline void vmpeg4_save_hw_context(struct vdec_mpeg4_hw_s *hw)
+{
+ hw->reg_mpeg1_2_reg = READ_VREG(MPEG1_2_REG);
+ hw->reg_vcop_ctrl_reg = READ_VREG(VCOP_CTRL_REG);
+ hw->reg_pic_head_info = READ_VREG(PIC_HEAD_INFO);
+ hw->reg_slice_qp = READ_VREG(SLICE_QP);
+ hw->reg_mp4_pic_wh = READ_VREG(MP4_PIC_WH);
+ hw->reg_mp4_rate = READ_VREG(MP4_RATE);
+ hw->reg_mb_info = READ_VREG(MB_INFO);
+ hw->reg_dc_ac_ctrl = READ_VREG(DC_AC_CTRL);
+ hw->reg_iqidct_control = READ_VREG(IQIDCT_CONTROL);
+ hw->reg_resync_marker_length = READ_VREG(RESYNC_MARKER_LENGTH);
+ hw->reg_rv_ai_mb_count = READ_VREG(RV_AI_MB_COUNT);
+}
+
+static irqreturn_t vmpeg4_isr(struct vdec_s *vdec)
+{
+ u32 reg;
+ struct vframe_s *vf = NULL;
+ u32 picture_type;
+ int index;
+ u32 pts, offset = 0;
+ bool pts_valid = false;
+ u64 pts_us64 = 0;
+ u32 time_increment_resolution, fixed_vop_rate, vop_time_inc;
+ u32 repeat_cnt, duration = 3200;
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)(vdec->private);
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ reg = READ_VREG(MREG_BUFFEROUT);
+
+ time_increment_resolution = READ_VREG(MP4_RATE);
+ fixed_vop_rate = time_increment_resolution >> 16;
+ time_increment_resolution &= 0xffff;
+
+ if (hw->vmpeg4_amstream_dec_info.rate == 0) {
+ if ((fixed_vop_rate != 0) && (time_increment_resolution != 0)) {
+ /* fixed VOP rate */
+ hw->vmpeg4_amstream_dec_info.rate = fixed_vop_rate *
+ DURATION_UNIT /
+ time_increment_resolution;
+ }
+ }
+
+ if (reg == 2) {
+ /* timeout when decoding next frame */
+
+ /* for frame based case, insufficient result may happen
+ * at the begining when only VOL head is available save
+ * HW context also, such as for the QTable from VCOP register
+ */
+ if (input_frame_based(vdec))
+ vmpeg4_save_hw_context(hw);
+
+ hw->dec_result = DEC_RESULT_AGAIN;
+
+ schedule_work(&hw->work);
+
+ return IRQ_HANDLED;
+ } else {
+ picture_type = (reg >> 3) & 7;
+ repeat_cnt = READ_VREG(MP4_NOT_CODED_CNT);
+ vop_time_inc = READ_VREG(MP4_VOP_TIME_INC);
+
+ index = spec_to_index(hw, READ_VREG(REC_CANVAS_ADDR));
+
+ if (index < 0) {
+ pr_err("invalid buffer index.");
+ hw->dec_result = DEC_RESULT_ERROR;
+
+ schedule_work(&hw->work);
+
+ return IRQ_HANDLED;
+ }
+
+ hw->dec_result = DEC_RESULT_DONE;
+
+ pr_debug("amvdec_mpeg4: offset = 0x%x\n",
+ READ_VREG(MP4_OFFSET_REG));
+
+ if (hw->vmpeg4_amstream_dec_info.width == 0) {
+ hw->vmpeg4_amstream_dec_info.width =
+ READ_VREG(MP4_PIC_WH) >> 16;
+ }
+#if 0
+ else {
+ pr_info("info width = %d, ucode width = %d\n",
+ hw->vmpeg4_amstream_dec_info.width,
+ READ_VREG(MP4_PIC_WH) >> 16);
+ }
+#endif
+
+ if (hw->vmpeg4_amstream_dec_info.height == 0) {
+ hw->vmpeg4_amstream_dec_info.height =
+ READ_VREG(MP4_PIC_WH) & 0xffff;
+ }
+#if 0
+ else {
+ pr_info("info height = %d, ucode height = %d\n",
+ hw->vmpeg4_amstream_dec_info.height,
+ READ_VREG(MP4_PIC_WH) & 0xffff);
+ }
+#endif
+ if (hw->vmpeg4_amstream_dec_info.rate == 0) {
+ if (vop_time_inc < hw->last_vop_time_inc) {
+ duration = vop_time_inc +
+ time_increment_resolution -
+ hw->last_vop_time_inc;
+ } else {
+ duration = vop_time_inc -
+ hw->last_vop_time_inc;
+ }
+
+ if (duration == hw->last_duration) {
+ hw->rate_detect++;
+ if (hw->rate_detect >= RATE_DETECT_COUNT) {
+ hw->vmpeg4_amstream_dec_info.rate =
+ duration * DURATION_UNIT /
+ time_increment_resolution;
+ duration =
+ hw->vmpeg4_amstream_dec_info.rate;
+ }
+ } else {
+ hw->rate_detect = 0;
+ hw->last_duration = duration;
+ }
+ } else {
+ duration = hw->vmpeg4_amstream_dec_info.rate;
+#if 0
+ pr_info("info rate = %d, ucode rate = 0x%x:0x%x\n",
+ hw->vmpeg4_amstream_dec_info.rate,
+ READ_VREG(MP4_RATE), vop_time_inc);
+#endif
+ }
+
+ if ((I_PICTURE == picture_type) ||
+ (P_PICTURE == picture_type)) {
+ offset = READ_VREG(MP4_OFFSET_REG);
+ if (hw->chunk) {
+ hw->pts_valid[index] = hw->chunk->pts_valid;
+ hw->pts[index] = hw->chunk->pts;
+ hw->pts64[index] = hw->chunk->pts64;
+ } else {
+ if (pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO, offset, &pts, 3000,
+ &pts_us64) == 0) {
+ hw->pts_valid[index] = true;
+ hw->pts[index] = pts;
+ hw->pts64[index] = pts_us64;
+ hw->pts_hit++;
+ } else {
+ hw->pts_valid[index] = false;
+ hw->pts_missed++;
+ }
+ }
+ pr_debug("I/P offset 0x%x, pts_valid %d pts=0x%x\n",
+ offset, hw->pts_valid[index],
+ hw->pts[index]);
+ } else {
+ hw->pts_valid[index] = false;
+ hw->pts[index] = 0;
+ hw->pts64[index] = 0;
+ }
+
+ hw->buffer_info[index] = reg;
+ hw->vfbuf_use[index] = 0;
+
+ pr_debug("amvdec_mpeg4: decoded buffer %d, frame_type %s\n",
+ index,
+ (picture_type == I_PICTURE) ? "I" :
+ (picture_type == P_PICTURE) ? "P" : "B");
+
+ /* Buffer management
+ * todo: add sequence-end flush
+ */
+ if ((picture_type == I_PICTURE) ||
+ (picture_type == P_PICTURE)) {
+ hw->vfbuf_use[index]++;
+
+ if (hw->refs[1] == -1) {
+ hw->refs[1] = index;
+ index = -1;
+ } else if (hw->refs[0] == -1) {
+ hw->refs[0] = hw->refs[1];
+ hw->refs[1] = index;
+ index = hw->refs[0];
+ } else {
+ hw->vfbuf_use[hw->refs[0]]--;
+ hw->refs[0] = hw->refs[1];
+ hw->refs[1] = index;
+ index = hw->refs[0];
+ }
+ } else {
+ /* if this is a B frame, then drop (depending on if
+ * there are two reference frames) or display
+ * immediately
+ */
+ if (hw->refs[1] == -1)
+ index = -1;
+ }
+
+ vmpeg4_save_hw_context(hw);
+
+ if (index < 0) {
+ schedule_work(&hw->work);
+ return IRQ_HANDLED;
+ }
+
+ reg = hw->buffer_info[index];
+ pts_valid = hw->pts_valid[index];
+ pts = hw->pts[index];
+ pts_us64 = hw->pts64[index];
+
+ pr_debug("queued buffer %d, pts = 0x%x, pts_valid=%d\n",
+ index, pts, pts_valid);
+
+ if (pts_valid) {
+ hw->last_anch_pts = pts;
+ hw->last_anch_pts_us64 = pts_us64;
+ hw->frame_num_since_last_anch = 0;
+ hw->vop_time_inc_since_last_anch = 0;
+ } else {
+ pts = hw->last_anch_pts;
+ pts_us64 = hw->last_anch_pts_us64;
+
+ if ((time_increment_resolution != 0) &&
+ (fixed_vop_rate == 0) &&
+ (hw->vmpeg4_amstream_dec_info.rate == 0)) {
+ /* variable PTS rate */
+ /*bug on variable pts calc,
+ do as dixed vop first if we
+ have rate setting before.
+ */
+ if (vop_time_inc > hw->last_vop_time_inc) {
+ duration = vop_time_inc -
+ hw->last_vop_time_inc;
+ } else {
+ duration = vop_time_inc +
+ time_increment_resolution -
+ hw->last_vop_time_inc;
+ }
+
+ hw->vop_time_inc_since_last_anch += duration;
+
+ pts += hw->vop_time_inc_since_last_anch *
+ PTS_UNIT / time_increment_resolution;
+ pts_us64 += (hw->vop_time_inc_since_last_anch *
+ PTS_UNIT / time_increment_resolution) *
+ 100 / 9;
+
+ if (hw->vop_time_inc_since_last_anch >
+ (1 << 14)) {
+ /* avoid overflow */
+ hw->last_anch_pts = pts;
+ hw->last_anch_pts_us64 = pts_us64;
+ hw->vop_time_inc_since_last_anch = 0;
+ }
+ } else {
+ /* fixed VOP rate */
+ hw->frame_num_since_last_anch++;
+ pts += DUR2PTS(hw->frame_num_since_last_anch *
+ hw->vmpeg4_amstream_dec_info.rate);
+ pts_us64 += DUR2PTS(
+ hw->frame_num_since_last_anch *
+ hw->vmpeg4_amstream_dec_info.rate) *
+ 100 / 9;
+
+ if (hw->frame_num_since_last_anch > (1 << 15)) {
+ /* avoid overflow */
+ hw->last_anch_pts = pts;
+ hw->last_anch_pts_us64 = pts_us64;
+ hw->frame_num_since_last_anch = 0;
+ }
+ }
+ }
+
+ if (reg & INTERLACE_FLAG) { /* interlace */
+ if (kfifo_get(&hw->newframe_q, &vf) == 0) {
+ pr_err
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ vf->index = index;
+ vf->width = hw->vmpeg4_amstream_dec_info.width;
+ vf->height = hw->vmpeg4_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+ vf->orientation = hw->vmpeg4_rotation;
+ vf->pts = pts;
+ vf->pts_us64 = pts_us64;
+ vf->duration = duration >> 1;
+ vf->duration_pulldown = 0;
+ vf->type = (reg & TOP_FIELD_FIRST_FLAG) ?
+ VIDTYPE_INTERLACE_TOP :
+ VIDTYPE_INTERLACE_BOTTOM;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ set_frame_info(hw, vf, index);
+
+ hw->vfbuf_use[index]++;
+
+ kfifo_put(&hw->display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(vdec->vf_provider_name,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ if (kfifo_get(&hw->newframe_q, &vf) == 0) {
+ pr_err("fatal error, no available buffer slot.");
+ hw->dec_result = DEC_RESULT_ERROR;
+ schedule_work(&hw->work);
+ return IRQ_HANDLED;
+ }
+
+ vf->index = index;
+ vf->width = hw->vmpeg4_amstream_dec_info.width;
+ vf->height = hw->vmpeg4_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+ vf->orientation = hw->vmpeg4_rotation;
+
+ vf->pts = 0;
+ vf->pts_us64 = 0;
+ vf->duration = duration >> 1;
+
+ vf->duration_pulldown = 0;
+ vf->type = (reg & TOP_FIELD_FIRST_FLAG) ?
+ VIDTYPE_INTERLACE_BOTTOM : VIDTYPE_INTERLACE_TOP;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ set_frame_info(hw, vf, index);
+
+ hw->vfbuf_use[index]++;
+
+ kfifo_put(&hw->display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(vdec->vf_provider_name,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ } else { /* progressive */
+ if (kfifo_get(&hw->newframe_q, &vf) == 0) {
+ pr_err("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ vf->index = index;
+ vf->width = hw->vmpeg4_amstream_dec_info.width;
+ vf->height = hw->vmpeg4_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+ vf->orientation = hw->vmpeg4_rotation;
+ vf->pts = pts;
+ vf->pts_us64 = pts_us64;
+ vf->duration = duration;
+ vf->duration_pulldown = repeat_cnt * duration;
+#ifdef NV21
+ vf->type =
+ VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD |
+ VIDTYPE_VIU_NV21;
+#else
+ vf->type =
+ VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+#endif
+ set_frame_info(hw, vf, index);
+
+
+ hw->vfbuf_use[index]++;
+
+ kfifo_put(&hw->display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(vdec->vf_provider_name,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ }
+
+ hw->total_frame += repeat_cnt + 1;
+ hw->last_vop_time_inc = vop_time_inc;
+
+ schedule_work(&hw->work);
+ }
+
+ return IRQ_HANDLED;
+}
+
+static void vmpeg4_work(struct work_struct *work)
+{
+ struct vdec_mpeg4_hw_s *hw =
+ container_of(work, struct vdec_mpeg4_hw_s, work);
+
+ /* finished decoding one frame or error,
+ * notify vdec core to switch context
+ */
+ amvdec_stop();
+
+ if ((hw->dec_result == DEC_RESULT_DONE) ||
+ ((hw->chunk) &&
+ (input_frame_based(&(hw_to_vdec(hw))->input)))) {
+ if (!hw->ctx_valid)
+ hw->ctx_valid = 1;
+
+ vdec_vframe_dirty(hw_to_vdec(hw), hw->chunk);
+ }
+
+ /* mark itself has all HW resource released and input released */
+ vdec_set_status(hw_to_vdec(hw), VDEC_STATUS_CONNECTED);
+
+ if (hw->vdec_cb)
+ hw->vdec_cb(hw_to_vdec(hw), hw->vdec_cb_arg);
+}
+
+static struct vframe_s *vmpeg_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+
+ if (!hw)
+ return NULL;
+
+ if (kfifo_peek(&hw->display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vmpeg_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+
+ if (kfifo_get(&hw->display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vmpeg_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+
+ hw->vfbuf_use[vf->index]--;
+
+ kfifo_put(&hw->newframe_q, (const struct vframe_s *)vf);
+}
+
+static int vmpeg_event_cb(int type, void *data, void *private_data)
+{
+ return 0;
+}
+
+static int vmpeg_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ struct vdec_s *vdec = op_arg;
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+
+ spin_lock_irqsave(&hw->lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&hw->newframe_q);
+ states->buf_avail_num = kfifo_len(&hw->display_q);
+ states->buf_recycle_num = 0;
+
+ spin_unlock_irqrestore(&hw->lock, flags);
+
+ return 0;
+}
+
+
+static int dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+
+ vstatus->width = hw->vmpeg4_amstream_dec_info.width;
+ vstatus->height = hw->vmpeg4_amstream_dec_info.height;
+ if (0 != hw->vmpeg4_amstream_dec_info.rate)
+ vstatus->fps = DURATION_UNIT /
+ hw->vmpeg4_amstream_dec_info.rate;
+ else
+ vstatus->fps = DURATION_UNIT;
+ vstatus->error_count = READ_VREG(MP4_ERR_COUNT);
+ vstatus->status = hw->stat;
+
+ return 0;
+}
+
+/****************************************/
+static int vmpeg4_canvas_init(struct vdec_mpeg4_hw_s *hw)
+{
+ int i;
+ u32 decbuf_size, decbuf_y_size;
+ struct vdec_s *vdec = hw_to_vdec(hw);
+ u32 decbuf_start;
+
+ int w = hw->vmpeg4_amstream_dec_info.width;
+ int h = hw->vmpeg4_amstream_dec_info.height;
+
+ if (w == 0)
+ w = 1920;
+ if (h == 0)
+ h = 1088;
+
+ w = ALIGN(w, 64);
+ h = ALIGN(h, 64);
+ decbuf_y_size = ALIGN(w * h, SZ_64K);
+ decbuf_size = ALIGN(w * h * 3/2, SZ_64K);
+
+ decbuf_start = hw->buf_start + CTX_DECBUF_OFFSET;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++) {
+#ifdef NV21
+ unsigned int canvas = vdec->get_canvas(i, 2);
+#else
+ unsigned int canvas = vdec->get_canvas(i, 3);
+#endif
+
+ hw->canvas_spec[i] = canvas;
+
+#ifdef NV21
+ hw->canvas_config[i][0].phy_addr = decbuf_start +
+ i * decbuf_size;
+ hw->canvas_config[i][0].width = w;
+ hw->canvas_config[i][0].height = h;
+ hw->canvas_config[i][0].block_mode = CANVAS_BLKMODE_32X32;
+
+ canvas_config_config(canvas_y(canvas),
+ &hw->canvas_config[i][0]);
+
+ hw->canvas_config[i][1].phy_addr = decbuf_start +
+ i * decbuf_size + decbuf_y_size;
+ hw->canvas_config[i][1].width = w;
+ hw->canvas_config[i][1].height = h / 2;
+ hw->canvas_config[i][1].block_mode = CANVAS_BLKMODE_32X32;
+
+ canvas_config_config(canvas_u(canvas),
+ &hw->canvas_config[i][1]);
+#else
+ hw->canvas_config[i][0].phy_addr = decbuf_start +
+ i * decbuf_size;
+ hw->canvas_config[i][0].width = w;
+ hw->canvas_config[i][0].height = h;
+ hw->canvas_config[i][0].block_mode = CANVAS_BLKMODE_32X32;
+
+ canvas_config_config(canvas_y(canvas),
+ &hw->canvas_config[i][0]);
+
+ hw->canvas_config[i][1].phy_addr = decbuf_start +
+ i * decbuf_size + decbuf_y_size;
+ hw->canvas_config[i][1].width = w / 2;
+ hw->canvas_config[i][1].height = h / 2;
+ hw->canvas_config[i][1].block_mode = CANVAS_BLKMODE_32X32;
+
+ canvas_config_config(canvas_u(canvas),
+ &hw->canvas_config[i][1]);
+
+ hw->canvas_config[i][2].phy_addr = decbuf_start +
+ i * decbuf_size + decbuf_y_size +
+ decbuf_uv_size;
+ hw->canvas_config[i][2].width = w / 2;
+ hw->canvas_config[i][2].height = h / 2;
+ hw->canvas_config[i][2].block_mode = CANVAS_BLKMODE_32X32;
+
+ canvas_config_config(canvas_v(canvas),
+ &hw->canvas_config[i][2]);
+#endif
+ }
+
+ return 0;
+}
+
+static int vmpeg4_hw_ctx_restore(struct vdec_mpeg4_hw_s *hw)
+{
+ int index;
+
+
+ index = find_buffer(hw);
+ if (index < 0)
+ return -1;
+
+
+ if (vmpeg4_canvas_init(hw) < 0)
+ return -1;
+
+ /* prepare REF0 & REF1
+ * points to the past two IP buffers
+ * prepare REC_CANVAS_ADDR and ANC2_CANVAS_ADDR
+ * points to the output buffer
+ */
+ if (hw->refs[0] == -1) {
+ WRITE_VREG(MREG_REF0, (hw->refs[1] == -1) ? 0xffffffff :
+ hw->canvas_spec[hw->refs[1]]);
+ } else {
+ WRITE_VREG(MREG_REF0, (hw->refs[0] == -1) ? 0xffffffff :
+ hw->canvas_spec[hw->refs[0]]);
+ }
+ WRITE_VREG(MREG_REF1, (hw->refs[1] == -1) ? 0xffffffff :
+ hw->canvas_spec[hw->refs[1]]);
+
+ WRITE_VREG(MREG_REF0, (hw->refs[0] == -1) ? 0xffffffff :
+ hw->canvas_spec[hw->refs[0]]);
+ WRITE_VREG(MREG_REF1, (hw->refs[1] == -1) ? 0xffffffff :
+ hw->canvas_spec[hw->refs[1]]);
+ WRITE_VREG(REC_CANVAS_ADDR, hw->canvas_spec[index]);
+ WRITE_VREG(ANC2_CANVAS_ADDR, hw->canvas_spec[index]);
+
+ pr_debug("vmpeg4_hw_ctx_restore ref0=0x%x, ref1=0x%x, rec=0x%x, ctx_valid=%d\n",
+ READ_VREG(MREG_REF0),
+ READ_VREG(MREG_REF1),
+ READ_VREG(REC_CANVAS_ADDR),
+ hw->ctx_valid);
+
+ /* notify ucode the buffer start address */
+ WRITE_VREG(MEM_OFFSET_REG, hw->buf_start);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ WRITE_VREG(MREG_BUFFEROUT, 0);
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+
+ /* clear repeat count */
+ WRITE_VREG(MP4_NOT_CODED_CNT, 0);
+
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+
+#if 1/* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
+ WRITE_VREG(MDEC_PIC_DC_THRESH, 0x404038aa);
+#endif
+
+ WRITE_VREG(MP4_PIC_WH, (hw->ctx_valid) ?
+ hw->reg_mp4_pic_wh :
+ ((hw->vmpeg4_amstream_dec_info.width << 16) |
+ hw->vmpeg4_amstream_dec_info.height));
+ WRITE_VREG(MP4_SYS_RATE, hw->vmpeg4_amstream_dec_info.rate);
+
+ if (hw->ctx_valid) {
+ WRITE_VREG(DC_AC_CTRL, hw->reg_dc_ac_ctrl);
+ WRITE_VREG(IQIDCT_CONTROL, hw->reg_iqidct_control);
+ WRITE_VREG(RESYNC_MARKER_LENGTH, hw->reg_resync_marker_length);
+ WRITE_VREG(RV_AI_MB_COUNT, hw->reg_rv_ai_mb_count);
+ }
+ WRITE_VREG(MPEG1_2_REG, (hw->ctx_valid) ? hw->reg_mpeg1_2_reg : 1);
+ WRITE_VREG(VCOP_CTRL_REG, hw->reg_vcop_ctrl_reg);
+ WRITE_VREG(PIC_HEAD_INFO, hw->reg_pic_head_info);
+ WRITE_VREG(SLICE_QP, hw->reg_slice_qp);
+ WRITE_VREG(MB_INFO, hw->reg_mb_info);
+
+ if (hw->chunk) {
+ /* frame based input */
+ WRITE_VREG(MREG_INPUT, (hw->chunk->offset & 7) | (1<<7) |
+ (hw->ctx_valid<<6));
+ } else {
+ /* stream based input */
+ WRITE_VREG(MREG_INPUT, (hw->ctx_valid<<6));
+ }
+
+ return 0;
+}
+
+static void vmpeg4_local_init(struct vdec_mpeg4_hw_s *hw)
+{
+ int i;
+
+ hw->vmpeg4_ratio = hw->vmpeg4_amstream_dec_info.ratio;
+
+ hw->vmpeg4_ratio64 = hw->vmpeg4_amstream_dec_info.ratio64;
+
+ hw->vmpeg4_rotation =
+ (((unsigned long) hw->vmpeg4_amstream_dec_info.param)
+ >> 16) & 0xffff;
+
+ hw->frame_width = hw->frame_height = hw->frame_dur = hw->frame_prog = 0;
+
+ hw->total_frame = 0;
+
+ hw->last_anch_pts = 0;
+
+ hw->last_anch_pts_us64 = 0;
+
+ hw->last_vop_time_inc = hw->last_duration = 0;
+
+ hw->vop_time_inc_since_last_anch = 0;
+
+ hw->frame_num_since_last_anch = 0;
+
+ hw->pts_hit = hw->pts_missed = hw->pts_i_hit = hw->pts_i_missed = 0;
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++)
+ hw->vfbuf_use[i] = 0;
+
+ INIT_KFIFO(hw->display_q);
+ INIT_KFIFO(hw->newframe_q);
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &hw->vfpool[i];
+ hw->vfpool[i].index = DECODE_BUFFER_NUM_MAX;
+ kfifo_put(&hw->newframe_q, (const struct vframe_s *)vf);
+ }
+
+ INIT_WORK(&hw->work, vmpeg4_work);
+}
+
+static s32 vmpeg4_init(struct vdec_mpeg4_hw_s *hw)
+{
+ int trickmode_fffb = 0;
+
+ query_video_status(0, &trickmode_fffb);
+
+ pr_info("vmpeg4_init\n");
+
+ amvdec_enable();
+
+ vmpeg4_local_init(hw);
+
+ return 0;
+}
+
+static bool run_ready(struct vdec_s *vdec)
+{
+ int index;
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+
+ index = find_buffer(hw);
+
+ return index >= 0;
+}
+
+static void run(struct vdec_s *vdec, void (*callback)(struct vdec_s *, void *),
+ void *arg)
+{
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+ int save_reg = READ_VREG(POWER_CTL_VLD);
+ int ret = -1,size = -1;
+ char *buf = vmalloc(0x1000 << 2);
+
+ /* reset everything except DOS_TOP[1] and APB_CBUS[0] */
+ WRITE_VREG(DOS_SW_RESET0, 0xfffffff0);
+ WRITE_VREG(DOS_SW_RESET0, 0);
+ WRITE_VREG(POWER_CTL_VLD, save_reg);
+
+ hw->vdec_cb_arg = arg;
+ hw->vdec_cb = callback;
+
+ ret = vdec_prepare_input(vdec, &hw->chunk);
+ if (ret < 0) {
+ pr_debug("amvdec_mpeg4: Input not ready\n");
+ hw->dec_result = DEC_RESULT_AGAIN;
+ schedule_work(&hw->work);
+ vfree(buf);
+ return;
+ }
+
+ vdec_enable_input(vdec);
+
+ if (hw->chunk)
+ pr_debug("input chunk offset %d, size %d\n",
+ hw->chunk->offset, hw->chunk->size);
+
+ hw->dec_result = DEC_RESULT_NONE;
+
+ if (hw->vmpeg4_amstream_dec_info.format ==
+ VIDEO_DEC_FORMAT_MPEG4_3) {
+ size = get_firmware_data(VIDEO_DEC_MPEG4_3, buf);
+
+ pr_info("load VIDEO_DEC_FORMAT_MPEG4_3\n");
+ } else if (hw->vmpeg4_amstream_dec_info.format ==
+ VIDEO_DEC_FORMAT_MPEG4_4) {
+ size = get_firmware_data(VIDEO_DEC_MPEG4_4, buf);
+
+ pr_info("load VIDEO_DEC_FORMAT_MPEG4_4\n");
+ } else if (hw->vmpeg4_amstream_dec_info.format ==
+ VIDEO_DEC_FORMAT_MPEG4_5) {
+ size = get_firmware_data(VIDEO_DEC_MPEG4_5, buf);
+
+ pr_info("load VIDEO_DEC_FORMAT_MPEG4_5\n");
+ } else if (hw->vmpeg4_amstream_dec_info.format ==
+ VIDEO_DEC_FORMAT_H263) {
+ size = get_firmware_data(VIDEO_DEC_H263, buf);
+
+ pr_info("load VIDEO_DEC_FORMAT_H263\n");
+ }
+
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return;
+ }
+
+ if (amvdec_vdec_loadmc_buf_ex(vdec, buf, size) < 0) {
+ hw->dec_result = DEC_RESULT_ERROR;
+ schedule_work(&hw->work);
+ vfree(buf);
+ return;
+ }
+
+ vfree(buf);
+
+ if (vmpeg4_hw_ctx_restore(hw) < 0) {
+ hw->dec_result = DEC_RESULT_ERROR;
+ pr_err("amvdec_mpeg4: error HW context restore\n");
+ schedule_work(&hw->work);
+ return;
+ }
+
+ /* wmb before ISR is handled */
+ wmb();
+
+ amvdec_start();
+}
+
+static void reset(struct vdec_s *vdec)
+{
+ struct vdec_mpeg4_hw_s *hw = (struct vdec_mpeg4_hw_s *)vdec->private;
+
+ pr_info("amvdec_mpeg4: reset.\n");
+
+ vmpeg4_local_init(hw);
+
+ hw->ctx_valid = false;
+}
+
+static int amvdec_mpeg4_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+ struct vdec_mpeg4_hw_s *hw = NULL;
+
+ pr_info("amvdec_mpeg4[%d] probe start.\n", pdev->id);
+
+ if (pdata == NULL) {
+ pr_err("ammvdec_mpeg4 memory resource undefined.\n");
+ return -EFAULT;
+ }
+
+ hw = (struct vdec_mpeg4_hw_s *)devm_kzalloc(&pdev->dev,
+ sizeof(struct vdec_mpeg4_hw_s), GFP_KERNEL);
+ if (hw == NULL) {
+ pr_info("\namvdec_mpeg4 decoder driver alloc failed\n");
+ return -ENOMEM;
+ }
+
+ pdata->private = hw;
+ pdata->dec_status = dec_status;
+ /* pdata->set_trickmode = set_trickmode; */
+ pdata->run_ready = run_ready;
+ pdata->run = run;
+ pdata->reset = reset;
+ pdata->irq_handler = vmpeg4_isr;
+
+ pdata->id = pdev->id;
+
+ if (pdata->use_vfm_path)
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ VFM_DEC_PROVIDER_NAME);
+ else
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ PROVIDER_NAME ".%02x", pdev->id & 0xff);
+
+ vf_provider_init(&pdata->vframe_provider, pdata->vf_provider_name,
+ &vf_provider_ops, pdata);
+
+ platform_set_drvdata(pdev, pdata);
+
+ hw->platform_dev = pdev;
+ hw->cma_dev = pdata->cma_dev;
+
+ hw->cma_alloc_count = PAGE_ALIGN(DEFAULT_MEM_SIZE) / PAGE_SIZE;
+ hw->cma_alloc_addr = codec_mm_alloc_for_dma(MEM_NAME,
+ hw->cma_alloc_count,
+ 4, CODEC_MM_FLAGS_FOR_VDECODER);
+
+ if (!hw->cma_alloc_addr) {
+ pr_err("codec_mm alloc failed, request buf size 0x%lx\n",
+ hw->cma_alloc_count * PAGE_SIZE);
+ hw->cma_alloc_count = 0;
+ return -ENOMEM;
+ }
+ hw->buf_start = hw->cma_alloc_addr;
+ hw->buf_size = DEFAULT_MEM_SIZE;
+
+ if (pdata->sys_info)
+ hw->vmpeg4_amstream_dec_info = *pdata->sys_info;
+
+ if (vmpeg4_init(hw) < 0) {
+ pr_err("amvdec_mpeg4 init failed.\n");
+
+ return -ENODEV;
+ }
+
+ return 0;
+}
+
+static int amvdec_mpeg4_remove(struct platform_device *pdev)
+{
+ struct vdec_mpeg4_hw_s *hw =
+ (struct vdec_mpeg4_hw_s *)
+ (((struct vdec_s *)(platform_get_drvdata(pdev)))->private);
+
+
+ amvdec_disable();
+
+ if (hw->cma_alloc_addr) {
+ pr_info("codec_mm release buffer 0x%lx\n", hw->cma_alloc_addr);
+ codec_mm_free_for_dma(MEM_NAME, hw->cma_alloc_addr);
+ hw->cma_alloc_count = 0;
+ }
+
+ pr_info("pts hit %d, pts missed %d, i hit %d, missed %d\n", hw->pts_hit,
+ hw->pts_missed, hw->pts_i_hit, hw->pts_i_missed);
+ pr_info("total frame %d, rate %d\n", hw->total_frame,
+ hw->vmpeg4_amstream_dec_info.rate);
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_mpeg4_driver = {
+ .probe = amvdec_mpeg4_probe,
+ .remove = amvdec_mpeg4_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_mpeg4_profile = {
+ .name = "mmpeg4",
+ .profile = ""
+};
+
+static int __init amvdec_mmpeg4_driver_init_module(void)
+{
+ pr_info("amvdec_mmpeg4 module init\n");
+
+ if (platform_driver_register(&amvdec_mpeg4_driver)) {
+ pr_err("failed to register amvdec_mpeg4 driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&amvdec_mpeg4_profile);
+ return 0;
+}
+
+static void __exit amvdec_mmpeg4_driver_remove_module(void)
+{
+ pr_info("amvdec_mmpeg4 module remove.\n");
+
+ platform_driver_unregister(&amvdec_mpeg4_driver);
+}
+
+/****************************************/
+
+module_init(amvdec_mmpeg4_driver_init_module);
+module_exit(amvdec_mmpeg4_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC MPEG4 Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Tim Yao <timyao@amlogic.com>");
+
diff --git a/drivers/frame_provider/decoder/real/vreal.c b/drivers/frame_provider/decoder/real/vreal.c
new file mode 100644
index 0000000..e1c48ed
--- a/dev/null
+++ b/drivers/frame_provider/decoder/real/vreal.c
@@ -0,0 +1,1021 @@
+/*
+ * drivers/amlogic/amports/vreal.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/fs.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+
+#include <linux/amlogic/media/canvas/canvas.h>
+
+#include <linux/dma-mapping.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/utils/vformat.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/module.h>
+#include <linux/delay.h>
+#include <linux/uaccess.h>
+#include "../../../stream_input/amports/amports_priv.h"
+#include "../utils/vdec.h"
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../utils/amvdec.h"
+
+#include "../../../stream_input/parser/streambuf.h"
+#include "../../../stream_input/parser/streambuf_reg.h"
+#include "../../../stream_input/parser/rmparser.h"
+
+#include "vreal.h"
+#include <linux/amlogic/media/registers/register.h>
+
+#define DRIVER_NAME "amvdec_real"
+#define MODULE_NAME "amvdec_real"
+
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+#define NV21
+#endif
+
+#define RM_DEF_BUFFER_ADDR 0x01000000
+/* protocol registers */
+#define STATUS_AMRISC AV_SCRATCH_4
+
+#define RV_PIC_INFO AV_SCRATCH_5
+#define VPTS_TR AV_SCRATCH_6
+#define VDTS AV_SCRATCH_7
+#define FROM_AMRISC AV_SCRATCH_8
+#define TO_AMRISC AV_SCRATCH_9
+#define SKIP_B_AMRISC AV_SCRATCH_A
+#define INT_REASON AV_SCRATCH_B
+#define WAIT_BUFFER AV_SCRATCH_E
+
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+#define MDEC_WIDTH AV_SCRATCH_I
+#define MDEC_HEIGHT AV_SCRATCH_J
+#else
+#define MDEC_WIDTH HARM_ASB_MB2
+#define MDEC_HEIGHT HASB_ARM_MB0
+#endif
+
+#define PARC_FORBIDDEN 0
+#define PARC_SQUARE 1
+#define PARC_CIF 2
+#define PARC_10_11 3
+#define PARC_16_11 4
+#define PARC_40_33 5
+#define PARC_RESERVED 6
+/* values between 6 and 14 are reserved */
+#define PARC_EXTENDED 15
+
+#define VF_POOL_SIZE 16
+#define VF_BUF_NUM 4
+#define PUT_INTERVAL (HZ/100)
+
+static struct vframe_s *vreal_vf_peek(void *);
+static struct vframe_s *vreal_vf_get(void *);
+static void vreal_vf_put(struct vframe_s *, void *);
+static int vreal_vf_states(struct vframe_states *states, void *);
+static int vreal_event_cb(int type, void *data, void *private_data);
+
+static void vreal_prot_init(void);
+static void vreal_local_init(void);
+
+static const char vreal_dec_id[] = "vreal-dev";
+
+#define PROVIDER_NAME "decoder.real"
+
+/*
+int query_video_status(int type, int *value);
+*/
+static const struct vframe_operations_s vreal_vf_provider = {
+ .peek = vreal_vf_peek,
+ .get = vreal_vf_get,
+ .put = vreal_vf_put,
+ .event_cb = vreal_event_cb,
+ .vf_states = vreal_vf_states,
+};
+
+static struct vframe_provider_s vreal_vf_prov;
+
+static DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(recycle_q, struct vframe_s *, VF_POOL_SIZE);
+
+static struct vframe_s vfpool[VF_POOL_SIZE];
+static s32 vfbuf_use[VF_BUF_NUM];
+
+static u32 frame_width, frame_height, frame_dur, frame_prog;
+static u32 saved_resolution;
+static struct timer_list recycle_timer;
+static u32 stat;
+static unsigned long buf_start;
+static u32 buf_size, buf_offset;
+static u32 vreal_ratio;
+u32 vreal_format;
+static u32 wait_key_frame;
+static u32 last_tr;
+static u32 frame_count;
+static u32 current_vdts;
+static u32 hold;
+static u32 decoder_state;
+static u32 real_err_count;
+
+static u32 fatal_flag;
+static s32 wait_buffer_counter;
+
+static DEFINE_SPINLOCK(lock);
+
+static unsigned short pic_sz_tbl[12] ____cacheline_aligned;
+static dma_addr_t pic_sz_tbl_map;
+static const unsigned char RPR_size[9] = { 0, 1, 1, 2, 2, 3, 3, 3, 3 };
+
+static struct dec_sysinfo vreal_amstream_dec_info;
+
+static unsigned char aspect_ratio_table[16] = {
+ PARC_FORBIDDEN,
+ PARC_SQUARE,
+ PARC_CIF,
+ PARC_10_11,
+ PARC_16_11,
+ PARC_40_33,
+ PARC_RESERVED, PARC_RESERVED, PARC_RESERVED, PARC_RESERVED,
+ PARC_RESERVED, PARC_RESERVED, PARC_RESERVED, PARC_RESERVED,
+ PARC_RESERVED, PARC_EXTENDED
+};
+
+static inline u32 index2canvas(u32 index)
+{
+ const u32 canvas_tab[4] = {
+#ifdef NV21
+ 0x010100, 0x030302, 0x050504, 0x070706
+#else
+ 0x020100, 0x050403, 0x080706, 0x0b0a09
+#endif
+ };
+
+ return canvas_tab[index];
+}
+
+static void set_aspect_ratio(struct vframe_s *vf, unsigned pixel_ratio)
+{
+ int ar = 0;
+
+ if (vreal_ratio == 0) {
+ vf->ratio_control |= (0x90 <<
+ DISP_RATIO_ASPECT_RATIO_BIT);
+ /* always stretch to 16:9 */
+ } else {
+ switch (aspect_ratio_table[pixel_ratio]) {
+ case 0:
+ ar = vreal_amstream_dec_info.height * vreal_ratio /
+ vreal_amstream_dec_info.width;
+ break;
+ case 1:
+ case 0xff:
+ ar = vreal_ratio * vf->height / vf->width;
+ break;
+ case 2:
+ ar = (vreal_ratio * vf->height * 12) / (vf->width * 11);
+ break;
+ case 3:
+ ar = (vreal_ratio * vf->height * 11) / (vf->width * 10);
+ break;
+ case 4:
+ ar = (vreal_ratio * vf->height * 11) / (vf->width * 16);
+ break;
+ case 5:
+ ar = (vreal_ratio * vf->height * 33) / (vf->width * 40);
+ break;
+ default:
+ ar = vreal_ratio * vf->height / vf->width;
+ break;
+ }
+ }
+
+ ar = min(ar, DISP_RATIO_ASPECT_RATIO_MAX);
+
+ vf->ratio_control |= (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+}
+
+static irqreturn_t vreal_isr(int irq, void *dev_id)
+{
+ u32 from;
+ struct vframe_s *vf = NULL;
+ u32 buffer_index;
+ unsigned int status;
+ unsigned int vdts;
+ unsigned int info;
+ unsigned int tr;
+ unsigned int pictype;
+ u32 r = READ_VREG(INT_REASON);
+
+ if (decoder_state == 0)
+ return IRQ_HANDLED;
+
+ status = READ_VREG(STATUS_AMRISC);
+ if (status & (PARSER_ERROR_WRONG_PACKAGE_SIZE |
+ PARSER_ERROR_WRONG_HEAD_VER |
+ DECODER_ERROR_VLC_DECODE_TBL)) {
+ /* decoder or parser error */
+ real_err_count++;
+ /* pr_info("real decoder or parser
+ error, status 0x%x\n", status); */
+ }
+
+ if (r == 2) {
+ pr_info("first vpts = 0x%x\n", READ_VREG(VDTS));
+ pts_checkin_offset(PTS_TYPE_AUDIO, 0, READ_VREG(VDTS) * 90);
+ WRITE_VREG(AV_SCRATCH_B, 0);
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+ return IRQ_HANDLED;
+ } else if (r == 3) {
+ pr_info("first apts = 0x%x\n", READ_VREG(VDTS));
+ pts_checkin_offset(PTS_TYPE_VIDEO, 0, READ_VREG(VDTS) * 90);
+ WRITE_VREG(AV_SCRATCH_B, 0);
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+ return IRQ_HANDLED;
+ }
+
+ from = READ_VREG(FROM_AMRISC);
+ if ((hold == 0) && from) {
+ tr = READ_VREG(VPTS_TR);
+ pictype = (tr >> 13) & 3;
+ tr = (tr & 0x1fff) * 96;
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+
+ vdts = READ_VREG(VDTS);
+ if (last_tr == -1) /* ignore tr for first time */
+ vf->duration = frame_dur;
+ else {
+ if (tr > last_tr)
+ vf->duration = tr - last_tr;
+ else
+ vf->duration = (96 << 13) + tr - last_tr;
+
+ if (vf->duration > 10 * frame_dur) {
+ /* not a reasonable duration,
+ should not happen */
+ vf->duration = frame_dur;
+ }
+#if 0
+ else {
+ if (check_frame_duration == 0) {
+ frame_dur = vf->duration;
+ check_frame_duration = 1;
+ }
+ }
+#endif
+ }
+
+ last_tr = tr;
+ buffer_index = from & 0x03;
+
+ if (0 == pictype) { /* I */
+ current_vdts = vdts * 90 + 1;
+ vf->pts = current_vdts;
+ if (wait_key_frame)
+ wait_key_frame = 0;
+ } else {
+ if (wait_key_frame) {
+ while (READ_VREG(TO_AMRISC))
+ ;
+ WRITE_VREG(TO_AMRISC, ~(1 << buffer_index));
+ WRITE_VREG(FROM_AMRISC, 0);
+ return IRQ_HANDLED;
+ } else {
+ current_vdts +=
+ vf->duration - (vf->duration >> 4);
+ vf->pts = current_vdts;
+ }
+ }
+
+ /* pr_info("pts %d, picture type %d\n", vf->pts, pictype); */
+
+ info = READ_VREG(RV_PIC_INFO);
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->width = info >> 16;
+ vf->height = (info >> 4) & 0xfff;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+ vf->ratio_control = 0;
+ set_aspect_ratio(vf, info & 0x0f);
+ vf->duration_pulldown = 0;
+#ifdef NV21
+ vf->type = VIDTYPE_PROGRESSIVE |
+ VIDTYPE_VIU_FIELD | VIDTYPE_VIU_NV21;
+#else
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr = index2canvas(buffer_index);
+ vf->orientation = 0;
+ vf->type_original = vf->type;
+
+ vfbuf_use[buffer_index] = 1;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ frame_count++;
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY, NULL);
+ WRITE_VREG(FROM_AMRISC, 0);
+ }
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ return IRQ_HANDLED;
+}
+
+static struct vframe_s *vreal_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_peek(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vreal_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_get(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vreal_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ kfifo_put(&recycle_q, (const struct vframe_s *)vf);
+}
+
+static int vreal_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+ unsigned long flags;
+ amvdec_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vreal_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vreal_local_init();
+ vreal_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vreal_vf_prov);
+#endif
+ amvdec_start();
+ }
+ return 0;
+}
+
+static int vreal_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+ spin_lock_irqsave(&lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&newframe_q);
+ states->buf_avail_num = kfifo_len(&display_q);
+ states->buf_recycle_num = kfifo_len(&recycle_q);
+
+ spin_unlock_irqrestore(&lock, flags);
+
+ return 0;
+}
+
+#if 0
+#ifdef CONFIG_POST_PROCESS_MANAGER
+static void vreal_ppmgr_reset(void)
+{
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_RESET, NULL);
+
+ vreal_local_init();
+
+ pr_info("vrealdec: vf_ppmgr_reset\n");
+}
+#endif
+#endif
+static void vreal_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+ /* unsigned int status; */
+
+#if 0
+ enum receviver_start_e state = RECEIVER_INACTIVE;
+ if (vf_get_receiver(PROVIDER_NAME)) {
+ state =
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_QUREY_STATE, NULL);
+ if ((state == RECEIVER_STATE_NULL)
+ || (state == RECEIVER_STATE_NONE)) {
+ /* receiver has no event_cb
+ or receiver's event_cb does not process this event */
+ state = RECEIVER_INACTIVE;
+ }
+ } else
+ state = RECEIVER_INACTIVE;
+
+ if ((READ_VREG(WAIT_BUFFER) != 0) &&
+ kfifo_is_empty(&display_q) &&
+ kfifo_is_empty(&recycle_q) && (state == RECEIVER_INACTIVE)) {
+ pr_info("$$$$$$decoder is waiting for buffer\n");
+ if (++wait_buffer_counter > 2) {
+ amvdec_stop();
+
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vreal_ppmgr_reset();
+#else
+ vf_light_unreg_provider(&vreal_vf_prov);
+ vreal_local_init();
+ vf_reg_provider(&vreal_vf_prov);
+#endif
+ vreal_prot_init();
+ amvdec_start();
+ }
+ }
+#endif
+
+ while (!kfifo_is_empty(&recycle_q) && (READ_VREG(TO_AMRISC) == 0)) {
+ struct vframe_s *vf;
+ if (kfifo_get(&recycle_q, &vf)) {
+ if ((vf->index >= 0) && (vf->index < VF_BUF_NUM)
+ && (--vfbuf_use[vf->index] == 0)) {
+ WRITE_VREG(TO_AMRISC, ~(1 << vf->index));
+ vf->index = VF_BUF_NUM;
+ }
+
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+ }
+
+ if (frame_dur > 0 &&
+ saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ saved_resolution = frame_width * frame_height * fps;
+ vdec_source_changed(VFORMAT_REAL,
+ frame_width, frame_height, fps);
+ }
+
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+int vreal_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = vreal_amstream_dec_info.width;
+ vstatus->height = vreal_amstream_dec_info.height;
+ if (0 != vreal_amstream_dec_info.rate)
+ vstatus->fps = 96000 / vreal_amstream_dec_info.rate;
+ else
+ vstatus->fps = 96000;
+ vstatus->error_count = real_err_count;
+ vstatus->status =
+ ((READ_VREG(STATUS_AMRISC) << 16) | fatal_flag) | stat;
+ /* pr_info("vreal_dec_status 0x%x\n", vstatus->status); */
+ return 0;
+}
+
+/****************************************/
+static void vreal_canvas_init(void)
+{
+ int i;
+ u32 canvas_width, canvas_height;
+ u32 decbuf_size, decbuf_y_size, decbuf_uv_size;
+ u32 disp_addr = 0xffffffff;
+ u32 buff_off = 0;
+ if (buf_size <= 0x00400000) {
+ /* SD only */
+ canvas_width = 768;
+ canvas_height = 576;
+ decbuf_y_size = 0x80000;
+ decbuf_uv_size = 0x20000;
+ decbuf_size = 0x100000;
+ } else {
+ /* HD & SD */
+ #if 1
+ int w = vreal_amstream_dec_info.width;
+ int h = vreal_amstream_dec_info.height;
+ int align_w, align_h;
+ int max, min;
+ align_w = ALIGN(w, 64);
+ align_h = ALIGN(h, 64);
+ if (align_w > align_h) {
+ max = align_w;
+ min = align_h;
+ } else {
+ canvas_width = 1920;
+ canvas_height = 1088;
+ max = align_h;
+ min = align_w;
+ }
+ /* HD & SD */
+ if ((max > 1920 || min > 1088) &&
+ ALIGN(align_w * align_h * 3/2, SZ_64K) * 9 <=
+ buf_size) {
+ canvas_width = align_w;
+ canvas_height = align_h;
+ decbuf_y_size = ALIGN(align_w * align_h, SZ_64K);
+ decbuf_uv_size = ALIGN(align_w * align_h/4, SZ_64K);
+ decbuf_size = ALIGN(align_w * align_h * 3/2, SZ_64K);
+ } else { /*1080p*/
+ if (h > w) {
+ canvas_width = 1088;
+ canvas_height = 1920;
+ } else {
+ canvas_width = 1920;
+ canvas_height = 1088;
+ }
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;
+ }
+ #endif
+ /* canvas_width = 1920;
+ canvas_height = 1088;
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;*/
+ }
+
+ if (is_vpp_postblend()) {
+ struct canvas_s cur_canvas;
+
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff),
+ &cur_canvas);
+ disp_addr = (cur_canvas.addr + 7) >> 3;
+ }
+
+ for (i = 0; i < 4; i++) {
+ u32 one_buf_start = buf_start + buff_off;
+ if (((one_buf_start + 7) >> 3) == disp_addr) {
+ /*last disp buffer, to next..*/
+ buff_off += decbuf_size;
+ one_buf_start = buf_start + buff_off;
+ pr_info("one_buf_start %d,=== %x disp_addr %x",
+ i, one_buf_start, disp_addr);
+ }
+ if (buff_off < 0x01000000 &&
+ buff_off + decbuf_size > 0x0f00000){
+ /*0x01b00000 is references buffer.
+ to next 16M;*/
+ buff_off = 16 * SZ_1M;/*next 16M*/
+ one_buf_start = buf_start + buff_off;
+ }
+ if (buff_off + decbuf_size > buf_size) {
+ pr_err("ERROR::too small buffer for buf%d %d x%d ,size =%d\n",
+ i,
+ canvas_width,
+ canvas_height,
+ buf_size);
+ }
+ pr_info("alloced buffer %d at %x,%d\n",
+ i, one_buf_start, decbuf_size);
+ #ifdef NV21
+ canvas_config(2 * i + 0,
+ one_buf_start,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(2 * i + 1,
+ one_buf_start +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ #else
+ canvas_config(3 * i + 0,
+ one_buf_start,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 1,
+ one_buf_start +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 2,
+ one_buf_start +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ #endif
+ buff_off = buff_off + decbuf_size;
+ }
+}
+
+static void vreal_prot_init(void)
+{
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER, RESET_IQIDCT | RESET_MC);
+#endif
+
+ vreal_canvas_init();
+
+ /* index v << 16 | u << 8 | y */
+#ifdef NV21
+ WRITE_VREG(AV_SCRATCH_0, 0x010100);
+ WRITE_VREG(AV_SCRATCH_1, 0x030302);
+ WRITE_VREG(AV_SCRATCH_2, 0x050504);
+ WRITE_VREG(AV_SCRATCH_3, 0x070706);
+#else
+ WRITE_VREG(AV_SCRATCH_0, 0x020100);
+ WRITE_VREG(AV_SCRATCH_1, 0x050403);
+ WRITE_VREG(AV_SCRATCH_2, 0x080706);
+ WRITE_VREG(AV_SCRATCH_3, 0x0b0a09);
+#endif
+
+ /* notify ucode the buffer offset */
+ WRITE_VREG(AV_SCRATCH_F, buf_offset);
+
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1 << 9) | (1 << 8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+#else
+ WRITE_MPEG_REG(RESET2_REGISTER, RESET_PIC_DC | RESET_DBLK);
+#endif
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ WRITE_VREG(FROM_AMRISC, 0);
+ WRITE_VREG(TO_AMRISC, 0);
+ WRITE_VREG(STATUS_AMRISC, 0);
+
+ WRITE_VREG(RV_PIC_INFO, 0);
+ WRITE_VREG(VPTS_TR, 0);
+ WRITE_VREG(VDTS, 0);
+ WRITE_VREG(SKIP_B_AMRISC, 0);
+
+ WRITE_VREG(MDEC_WIDTH, (frame_width + 15) & 0xfff0);
+ WRITE_VREG(MDEC_HEIGHT, (frame_height + 15) & 0xfff0);
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+
+ /* clear wait buffer status */
+ WRITE_VREG(WAIT_BUFFER, 0);
+
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+}
+
+static void vreal_local_init(void)
+{
+ int i;
+
+ /* vreal_ratio = vreal_amstream_dec_info.ratio; */
+ vreal_ratio = 0x100;
+
+ frame_prog = 0;
+
+ frame_width = vreal_amstream_dec_info.width;
+ frame_height = vreal_amstream_dec_info.height;
+ frame_dur = vreal_amstream_dec_info.rate;
+
+ for (i = 0; i < VF_BUF_NUM; i++)
+ vfbuf_use[i] = 0;
+
+ INIT_KFIFO(display_q);
+ INIT_KFIFO(recycle_q);
+ INIT_KFIFO(newframe_q);
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &vfpool[i];
+ vfpool[i].index = VF_BUF_NUM;
+ kfifo_put(&newframe_q, vf);
+ }
+
+ decoder_state = 1;
+ hold = 0;
+ last_tr = -1;
+ wait_key_frame = 1;
+ frame_count = 0;
+ current_vdts = 0;
+ real_err_count = 0;
+
+ pic_sz_tbl_map = 0;
+ saved_resolution = 0;
+ fatal_flag = 0;
+ wait_buffer_counter = 0;
+}
+
+static void load_block_data(void *dest, unsigned int count)
+{
+ unsigned short *pdest = (unsigned short *)dest;
+ unsigned short src_tbl[12];
+ unsigned int i;
+
+ src_tbl[0] = RPR_size[vreal_amstream_dec_info.extra + 1];
+ memcpy((void *)&src_tbl[1], vreal_amstream_dec_info.param,
+ 2 << src_tbl[0]);
+
+#if 0
+ for (i = 0; i < 12; i++)
+ pr_info("src_tbl[%d]: 0x%x\n", i, src_tbl[i]);
+#endif
+
+ for (i = 0; i < count / 4; i++) {
+ pdest[i * 4] = src_tbl[i * 4 + 3];
+ pdest[i * 4 + 1] = src_tbl[i * 4 + 2];
+ pdest[i * 4 + 2] = src_tbl[i * 4 + 1];
+ pdest[i * 4 + 3] = src_tbl[i * 4];
+ }
+
+ pic_sz_tbl_map = dma_map_single(amports_get_dma_device(), &pic_sz_tbl,
+ sizeof(pic_sz_tbl), DMA_TO_DEVICE);
+
+ return;
+}
+
+s32 vreal_init(struct vdec_s *vdec)
+{
+ int ret = -1,size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ pr_info("vreal_init\n");
+
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ amvdec_enable();
+
+ vreal_local_init();
+
+ ret = rmparser_init(vdec);
+ if (ret) {
+ amvdec_disable();
+
+ pr_info("rm parser init failed\n");
+ return ret;
+ }
+
+ if (vreal_amstream_dec_info.format == VIDEO_DEC_FORMAT_REAL_8) {
+ load_block_data((void *)pic_sz_tbl, 12);
+
+ /* TODO: need to load the table into lmem */
+ WRITE_VREG(LMEM_DMA_ADR, (unsigned)pic_sz_tbl_map);
+ WRITE_VREG(LMEM_DMA_COUNT, 10);
+ WRITE_VREG(LMEM_DMA_CTRL, 0xc178 | (3 << 11));
+ while (READ_VREG(LMEM_DMA_CTRL) & 0x8000);
+ size = get_firmware_data(VIDEO_DEC_REAL_V8, buf);
+
+ pr_info("load VIDEO_DEC_FORMAT_REAL_8\n");
+ } else if (vreal_amstream_dec_info.format == VIDEO_DEC_FORMAT_REAL_9) {
+ size = get_firmware_data(VIDEO_DEC_REAL_V9, buf);
+
+ pr_info("load VIDEO_DEC_FORMAT_REAL_9\n");
+ } else
+ pr_info("unsurpported real format\n");
+
+ if (size < 0) {
+ pr_err("get firmware fail.");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amvdec_loadmc_ex(VFORMAT_REAL, NULL, buf) < 0) {
+ amvdec_disable();
+ vfree(buf);
+ return -EBUSY;
+ }
+
+ vfree(buf);
+
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vreal_prot_init();
+
+ if (vdec_request_irq(VDEC_IRQ_1, vreal_isr,
+ "vreal-irq", (void *)vreal_dec_id)) {
+ amvdec_disable();
+
+ pr_info("vreal irq register error.\n");
+ return -ENOENT;
+ }
+
+ stat |= STAT_ISR_REG;
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vf_provider_init(&vreal_vf_prov, PROVIDER_NAME, &vreal_vf_provider,
+ NULL);
+ vf_reg_provider(&vreal_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+#else
+ vf_provider_init(&vreal_vf_prov, PROVIDER_NAME, &vreal_vf_provider,
+ NULL);
+ vf_reg_provider(&vreal_vf_prov);
+#endif
+
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)vreal_amstream_dec_info.rate));
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong)&recycle_timer;
+ recycle_timer.function = vreal_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+ amvdec_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ pr_info("vreal init finished\n");
+
+ return 0;
+}
+
+void vreal_set_fatal_flag(int flag)
+{
+ if (flag)
+ fatal_flag = PARSER_FATAL_ERROR;
+}
+
+/*TODO encoder*/
+/* extern void AbortEncodeWithVdec2(int abort); */
+
+static int amvdec_real_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ if (pdata == NULL) {
+ pr_info("amvdec_real memory resource undefined.\n");
+ return -EFAULT;
+ }
+
+ buf_start = pdata->mem_start;
+ buf_size = pdata->mem_end - pdata->mem_start + 1;
+ buf_offset = buf_start - RM_DEF_BUFFER_ADDR;
+
+ if (pdata->sys_info)
+ vreal_amstream_dec_info = *pdata->sys_info;
+ /* #if (MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8)&&(HAS_HDEC)) */
+ /* if(IS_MESON_M8_CPU){ */
+ if (has_hdec()) {
+ /* disable vdec2 dblk when miracast. */
+ int count = 0;
+ if (get_vdec2_usage() != USAGE_NONE)
+ /*TODO encoder */
+ /* AbortEncodeWithVdec2(1); */
+ while ((get_vdec2_usage() != USAGE_NONE)
+ && (count < 10)) {
+ msleep(50);
+ count++;
+ }
+
+ if (get_vdec2_usage() != USAGE_NONE) {
+ pr_info("\namvdec_real_probe --- stop vdec2 fail.\n");
+ return -EBUSY;
+ }
+ }
+ /* } */
+ /* #endif */
+
+ pdata->dec_status = vreal_dec_status;
+
+ if (vreal_init(pdata) < 0) {
+ pr_info("amvdec_real init failed.\n");
+ /* #if (MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8)&&(HAS_HDEC) */
+ /* if(IS_MESON_M8_CPU) */
+ if (has_hdec()) {
+ /*TODO encoder */
+ /* AbortEncodeWithVdec2(0); */
+ }
+ /* #endif */
+ return -ENODEV;
+ }
+
+ return 0;
+}
+
+static int amvdec_real_remove(struct platform_device *pdev)
+{
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ vdec_free_irq(VDEC_IRQ_1, (void *)vreal_dec_id);
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (stat & STAT_VF_HOOK) {
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vreal_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+
+ if (pic_sz_tbl_map != 0) {
+ dma_unmap_single(NULL, pic_sz_tbl_map, sizeof(pic_sz_tbl),
+ DMA_TO_DEVICE);
+ }
+
+ rmparser_release();
+
+ vdec_source_changed(VFORMAT_REAL, 0, 0, 0);
+
+ amvdec_disable();
+
+ /* #if (MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8)&&(HAS_HDEC) */
+ /* if(IS_MESON_M8_CPU) */
+ if (has_hdec()) {
+ /*TODO encoder */
+ /* AbortEncodeWithVdec2(0); */
+ }
+ /* #endif */
+ pr_info("frame duration %d, frames %d\n", frame_dur, frame_count);
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_real_driver = {
+ .probe = amvdec_real_probe,
+ .remove = amvdec_real_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_real_profile = {
+ .name = "real",
+ .profile = "rmvb,1080p+"
+};
+
+static int __init amvdec_real_driver_init_module(void)
+{
+ pr_debug("amvdec_real module init\n");
+
+ if (platform_driver_register(&amvdec_real_driver)) {
+ pr_err("failed to register amvdec_real driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&amvdec_real_profile);
+ return 0;
+}
+
+static void __exit amvdec_real_driver_remove_module(void)
+{
+ pr_debug("amvdec_real module remove.\n");
+
+ platform_driver_unregister(&amvdec_real_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_real stat\n");
+
+module_init(amvdec_real_driver_init_module);
+module_exit(amvdec_real_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC REAL Video Decoder Driver");
+MODULE_LICENSE("GPL");
diff --git a/drivers/frame_provider/decoder/real/vreal.h b/drivers/frame_provider/decoder/real/vreal.h
new file mode 100644
index 0000000..8c0d51a
--- a/dev/null
+++ b/drivers/frame_provider/decoder/real/vreal.h
@@ -0,0 +1,26 @@
+/*
+ * drivers/amlogic/amports/vreal.h
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#ifndef VREAL_H
+#define VREAL_H
+
+#if 1 /* MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+/* TODO: move to register headers */
+#define VPP_VD1_POSTBLEND (1 << 10)
+#endif
+
+#endif /* VREAL_H */
diff --git a/drivers/frame_provider/decoder/utils/Makefile b/drivers/frame_provider/decoder/utils/Makefile
index 97e47f4..b7e6184 100644
--- a/drivers/frame_provider/decoder/utils/Makefile
+++ b/drivers/frame_provider/decoder/utils/Makefile
@@ -1,2 +1,4 @@
obj-m += decoder_common.o
-decoder_common-objs += utils.o vdec.o vdec_input.o amvdec.o decoder_mmu_box.o
+decoder_common-objs += utils.o vdec.o vdec_input.o amvdec.o
+decoder_common-objs += decoder_mmu_box.o decoder_bmmu_box.o
+decoder_common-objs += config_parser.o
diff --git a/drivers/frame_provider/decoder/utils/amvdec.c b/drivers/frame_provider/decoder/utils/amvdec.c
index f9b8662..9135ff0 100644
--- a/drivers/frame_provider/decoder/utils/amvdec.c
+++ b/drivers/frame_provider/decoder/utils/amvdec.c
@@ -242,6 +242,49 @@ int amvdec_wake_unlock(void)
#define amvdec_wake_unlock()
#endif
+static s32 am_vdec_loadmc_ex(struct vdec_s *vdec,
+ const char *name, s32(*load)(const u32 *))
+{
+ int err;
+
+ if (!vdec->mc_loaded) {
+ int loaded;
+ loaded = get_decoder_firmware_data(vdec->format,
+ name, (u8 *)(vdec->mc), (4096 * 4 * 4));
+ if (loaded <= 0)
+ return -1;
+
+ vdec->mc_loaded = true;
+ }
+
+ err = (*load)(vdec->mc);
+ if (err < 0) {
+ pr_err("loading firmware %s to vdec ram failed!\n", name);
+ return err;
+ }
+ pr_debug("loading firmware %s to vdec ram ok!\n", name);
+ return err;
+}
+
+static s32 am_vdec_loadmc_buf_ex(struct vdec_s *vdec,
+ char *buf, int size, s32(*load)(const u32 *))
+{
+ int err;
+
+ if (!vdec->mc_loaded) {
+ memcpy((u8 *)(vdec->mc), buf, size);
+ vdec->mc_loaded = true;
+ }
+
+ err = (*load)(vdec->mc);
+ if (err < 0) {
+ pr_err("loading firmware to vdec ram failed!\n");
+ return err;
+ }
+ pr_debug("loading firmware to vdec ram ok!\n");
+ return err;
+}
+
static s32 am_loadmc_ex(enum vformat_e type,
const char *name, char *def, s32(*load)(const u32 *))
{
@@ -331,6 +374,17 @@ s32 amvdec_loadmc_ex(enum vformat_e type, const char *name, char *def)
return am_loadmc_ex(type, name, def, &amvdec_loadmc);
}
EXPORT_SYMBOL(amvdec_loadmc_ex);
+s32 amvdec_vdec_loadmc_ex(struct vdec_s *vdec, const char *name)
+{
+ return am_vdec_loadmc_ex(vdec, name, &amvdec_loadmc);
+}
+EXPORT_SYMBOL(amvdec_vdec_loadmc_ex);
+
+s32 amvdec_vdec_loadmc_buf_ex(struct vdec_s *vdec, char *buf, int size)
+{
+ return am_vdec_loadmc_buf_ex(vdec, buf, size, &amvdec_loadmc);
+}
+EXPORT_SYMBOL(amvdec_vdec_loadmc_buf_ex);
static s32 amvdec2_loadmc(const u32 *p)
{
@@ -507,6 +561,14 @@ s32 amhevc_loadmc_ex(enum vformat_e type, const char *name, char *def)
return 0;
}
EXPORT_SYMBOL(amhevc_loadmc_ex);
+s32 amhevc_vdec_loadmc_ex(struct vdec_s *vdec, const char *name)
+{
+ if (has_hevc_vdec())
+ return am_vdec_loadmc_ex(vdec, name, &amhevc_loadmc);
+ else
+ return 0;
+}
+EXPORT_SYMBOL(amhevc_vdec_loadmc_ex);
void amvdec_start(void)
{
diff --git a/drivers/frame_provider/decoder/utils/amvdec.h b/drivers/frame_provider/decoder/utils/amvdec.h
index 82aceef..c6f11d7 100644
--- a/drivers/frame_provider/decoder/utils/amvdec.h
+++ b/drivers/frame_provider/decoder/utils/amvdec.h
@@ -19,6 +19,7 @@
#define AMVDEC_H
#include <linux/amlogic/media/utils/amports_config.h>
#include <linux/amlogic/media/utils/vformat.h>
+#include "vdec.h"
#define UCODE_ALIGN 8
#define UCODE_ALIGN_MASK 7UL
@@ -35,6 +36,7 @@ extern void amvdec_stop(void);
extern void amvdec_enable(void);
extern void amvdec_disable(void);
s32 amvdec_loadmc_ex(enum vformat_e type, const char *name, char *def);
+s32 amvdec_vdec_loadmc_ex(struct vdec_s *vdec, const char *name);
extern void amvdec2_start(void);
extern void amvdec2_stop(void);
@@ -47,6 +49,8 @@ extern void amhevc_stop(void);
extern void amhevc_enable(void);
extern void amhevc_disable(void);
s32 amhevc_loadmc_ex(enum vformat_e type, const char *name, char *def);
+s32 amhevc_vdec_loadmc_ex(struct vdec_s *vdec, const char *name);
+s32 amvdec_vdec_loadmc_buf_ex(struct vdec_s *vdec, char *buf, int size);
extern void amhcodec_start(void);
extern void amhcodec_stop(void);
diff --git a/drivers/frame_provider/decoder/utils/config_parser.c b/drivers/frame_provider/decoder/utils/config_parser.c
new file mode 100644
index 0000000..b9c64f7
--- a/dev/null
+++ b/drivers/frame_provider/decoder/utils/config_parser.c
@@ -0,0 +1,62 @@
+/*
+ * drivers/amlogic/amports/config_parser.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+
+#include "config_parser.h"
+/*
+sample config:
+configs: width:1920;height:1080;
+need:width
+ok: return 0;
+*val = value;
+*/
+int get_config_int(const char *configs, const char *need, int *val)
+{
+ const char *str;
+ int ret;
+ int lval = 0;
+ *val = 0;
+
+ if (!configs || !need)
+ return -1;
+ str = strstr(configs, need);
+ if (str != NULL) {
+ if (str > configs && str[-1] != ';') {
+ /*
+ if not the first config val.
+ make sure before is ';'
+ to recognize:
+ ;crop_width:100
+ ;width:100
+ */
+ return -2;
+ }
+ str += strlen(need);
+ if (str[0] != ':' || str[1] == '\0')
+ return -3;
+ ret = sscanf(str, ":%d", &lval);
+ if (ret == 1) {
+ *val = lval;
+ return 0;
+ }
+ }
+
+ return -4;
+}
diff --git a/drivers/frame_provider/decoder/utils/config_parser.h b/drivers/frame_provider/decoder/utils/config_parser.h
new file mode 100644
index 0000000..e10210a
--- a/dev/null
+++ b/drivers/frame_provider/decoder/utils/config_parser.h
@@ -0,0 +1,21 @@
+/*
+ * drivers/amlogic/amports/config_parser.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+#ifndef CONFIG_PARSER_HHH_
+#define CONFIG_PARSER_HHH_
+int get_config_int(const char *configs, const char *need, int *val);
+
+#endif/*CONFIG_PARSER_HHH_*/
diff --git a/drivers/frame_provider/decoder/utils/decoder_bmmu_box.c b/drivers/frame_provider/decoder/utils/decoder_bmmu_box.c
new file mode 100644
index 0000000..b8f6f1a
--- a/dev/null
+++ b/drivers/frame_provider/decoder/utils/decoder_bmmu_box.c
@@ -0,0 +1,418 @@
+/*
+ * drivers/amlogic/amports/decoder/decoder_bmmu_box.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ */
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/semaphore.h>
+#include <linux/delay.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/kthread.h>
+#include <linux/slab.h>
+#include <linux/amlogic/media/codec_mm/codec_mm_scatter.h>
+#include <linux/platform_device.h>
+
+#include <linux/amlogic/media/video_sink/video_keeper.h>
+#include "decoder_bmmu_box.h"
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+
+struct decoder_bmmu_box {
+ int max_mm_num;
+ const char *name;
+ int channel_id;
+ struct mutex mutex;
+ struct list_head list;
+ int total_size;
+ int change_size_on_need_smaller;
+ int align2n; /*can overwite on idx alloc */
+ int mem_flags; /*can overwite on idx alloc */
+ struct codec_mm_s *mm_list[1];
+};
+
+struct decoder_bmmu_box_mgr {
+ int num;
+ struct mutex mutex;
+ struct list_head box_list;
+};
+static struct decoder_bmmu_box_mgr global_blk_mgr;
+static struct decoder_bmmu_box_mgr *get_decoder_bmmu_box_mgr(void)
+{
+ return &global_blk_mgr;
+}
+
+static int decoder_bmmu_box_mgr_add_box(struct decoder_bmmu_box *box)
+{
+ struct decoder_bmmu_box_mgr *mgr = get_decoder_bmmu_box_mgr();
+ mutex_lock(&mgr->mutex);
+ list_add_tail(&box->list, &mgr->box_list);
+ mutex_unlock(&mgr->mutex);
+ return 0;
+}
+
+static int decoder_bmmu_box_mgr_del_box(struct decoder_bmmu_box *box)
+{
+ struct decoder_bmmu_box_mgr *mgr = get_decoder_bmmu_box_mgr();
+ mutex_lock(&mgr->mutex);
+ list_del(&box->list);
+ mutex_unlock(&mgr->mutex);
+ return 0;
+}
+
+void *decoder_bmmu_box_alloc_box(const char *name,
+ int channel_id, int max_num,
+ int aligned, int mem_flags)
+/*min_size_M:wait alloc this size*/
+{
+ struct decoder_bmmu_box *box;
+ int size;
+ size = sizeof(struct decoder_bmmu_box) + sizeof(struct codec_mm_s *) *
+ max_num;
+ box = kmalloc(size, GFP_KERNEL);
+ if (!box) {
+ pr_err("can't alloc decoder buffers box!!!\n");
+ return NULL;
+ }
+ memset(box, 0, size);
+ box->max_mm_num = max_num;
+ box->name = name;
+ box->channel_id = channel_id;
+ box->align2n = aligned;
+ box->mem_flags = mem_flags;
+ mutex_init(&box->mutex);
+ INIT_LIST_HEAD(&box->list);
+ decoder_bmmu_box_mgr_add_box(box);
+ return (void *)box;
+}
+EXPORT_SYMBOL(decoder_bmmu_box_alloc_box);
+
+int decoder_bmmu_box_alloc_idx(void *handle, int idx, int size, int aligned_2n,
+ int mem_flags)
+/*align& flags if -1 user box default.*/
+{
+ struct decoder_bmmu_box *box = handle;
+ struct codec_mm_s *mm;
+ int align = aligned_2n;
+ int memflags = mem_flags;
+
+ if (!box || idx < 0 || idx >= box->max_mm_num) {
+ pr_err("can't alloc mmu box(%p),idx:%d\n",
+ box, idx);
+ return -1;
+ }
+ if (align == -1)
+ align = box->align2n;
+ if (memflags == -1)
+ memflags = box->mem_flags;
+
+ mutex_lock(&box->mutex);
+ mm = box->mm_list[idx];
+ if (mm) {
+ int invalid = 0;
+ if (mm->page_count * PAGE_SIZE < size) {
+ /*size is small. */
+ invalid = 1;
+ } else if (box->change_size_on_need_smaller &&
+ (mm->buffer_size > (size << 1))) {
+ /*size is too large. */
+ invalid = 2;
+ } else if (mm->phy_addr & ((1 << align) - 1)) {
+ /*addr is not align */
+ invalid = 4;
+ }
+ if (invalid) {
+ box->total_size -= mm->buffer_size;
+ codec_mm_release(mm, box->name);
+ box->mm_list[idx] = NULL;
+ mm = NULL;
+ }
+ }
+ if (!mm) {
+ mm = codec_mm_alloc(box->name, size, align, memflags);
+ if (mm) {
+ box->mm_list[idx] = mm;
+ box->total_size += mm->buffer_size;
+ }
+ }
+ mutex_unlock(&box->mutex);
+ return mm ? 0 : -ENOMEM;
+}
+
+int decoder_bmmu_box_free_idx(void *handle, int idx)
+{
+ struct decoder_bmmu_box *box = handle;
+ struct codec_mm_s *mm;
+ if (!box || idx < 0 || idx >= box->max_mm_num) {
+ pr_err("can't free idx of box(%p),idx:%d in (%d-%d)\n",
+ box, idx, 0,
+ box->max_mm_num - 1);
+ return -1;
+ }
+ mutex_lock(&box->mutex);
+ mm = box->mm_list[idx];
+ if (mm) {
+ box->total_size -= mm->buffer_size;
+ codec_mm_release(mm, box->name);
+ box->mm_list[idx] = NULL;
+ mm = NULL;
+ }
+ mutex_unlock(&box->mutex);
+ return 0;
+}
+EXPORT_SYMBOL(decoder_bmmu_box_free_idx);
+
+int decoder_bmmu_box_free(void *handle)
+{
+ struct decoder_bmmu_box *box = handle;
+ struct codec_mm_s *mm;
+ int i;
+ if (!box) {
+ pr_err("can't free box of NULL box!\n");
+ return -1;
+ }
+ mutex_lock(&box->mutex);
+ for (i = 0; i < box->max_mm_num; i++) {
+ mm = box->mm_list[i];
+ if (mm) {
+ codec_mm_release(mm, box->name);
+ box->mm_list[i] = NULL;
+ }
+ }
+ mutex_unlock(&box->mutex);
+ decoder_bmmu_box_mgr_del_box(box);
+ kfree(box);
+ return 0;
+}
+EXPORT_SYMBOL(decoder_bmmu_box_free);
+
+void *decoder_bmmu_box_get_mem_handle(void *box_handle, int idx)
+{
+ struct decoder_bmmu_box *box = box_handle;
+ if (!box || idx < 0 || idx >= box->max_mm_num)
+ return NULL;
+ return box->mm_list[idx];
+}
+EXPORT_SYMBOL(decoder_bmmu_box_get_mem_handle);
+
+int decoder_bmmu_box_get_mem_size(void *box_handle, int idx)
+{
+ struct decoder_bmmu_box *box = box_handle;
+ int size = 0;
+ if (!box || idx < 0 || idx >= box->max_mm_num)
+ return 0;
+ mutex_lock(&box->mutex);
+ if (box->mm_list[idx] != NULL)
+ size = box->mm_list[idx]->buffer_size;
+ mutex_unlock(&box->mutex);
+ return size;
+}
+
+
+unsigned long decoder_bmmu_box_get_phy_addr(void *box_handle, int idx)
+{
+ struct decoder_bmmu_box *box = box_handle;
+ struct codec_mm_s *mm;
+ if (!box || idx < 0 || idx >= box->max_mm_num)
+ return 0;
+ mm = box->mm_list[idx];
+ if (!mm)
+ return 0;
+ return mm->phy_addr;
+}
+EXPORT_SYMBOL(decoder_bmmu_box_get_phy_addr);
+
+void *decoder_bmmu_box_get_virt_addr(void *box_handle, int idx)
+{
+ struct decoder_bmmu_box *box = box_handle;
+ struct codec_mm_s *mm;
+ if (!box || idx < 0 || idx >= box->max_mm_num)
+ return NULL;
+ mm = box->mm_list[idx];
+ if (!mm)
+ return 0;
+ return codec_mm_phys_to_virt(mm->phy_addr);
+}
+
+/*flags: &0x1 for wait,*/
+int decoder_bmmu_box_check_and_wait_size(int size, int flags)
+{
+ if ((flags & BMMU_ALLOC_FLAGS_CAN_CLEAR_KEEPER) &&
+ codec_mm_get_free_size() < size) {
+ pr_err("CMA force free keep,for size = %d\n", size);
+ /*need free others?
+ */
+ try_free_keep_video(1);
+ }
+
+ return codec_mm_enough_for_size(size,
+ flags & BMMU_ALLOC_FLAGS_WAIT);
+}
+
+int decoder_bmmu_box_alloc_idx_wait(
+ void *handle, int idx,
+ int size, int aligned_2n,
+ int mem_flags,
+ int wait_flags)
+{
+ int have_space;
+ int ret = -1;
+ if (decoder_bmmu_box_get_mem_size(handle, idx) >= size)
+ return 0;/*have alloced memery before.*/
+ have_space = decoder_bmmu_box_check_and_wait_size(
+ size,
+ wait_flags);
+ if (have_space) {
+ ret = decoder_bmmu_box_alloc_idx(handle,
+ idx, size, aligned_2n, mem_flags);
+ } else {
+ ret = -ENOMEM;
+ }
+ return ret;
+}
+EXPORT_SYMBOL(decoder_bmmu_box_alloc_idx_wait);
+
+static int decoder_bmmu_box_dump(struct decoder_bmmu_box *box, void *buf,
+ int size)
+{
+ char *pbuf = buf;
+ char sbuf[512];
+ int tsize = 0;
+ int s;
+ int i;
+ if (!pbuf)
+ pbuf = sbuf;
+
+#define BUFPRINT(args...) \
+ do {\
+ s = sprintf(pbuf, args);\
+ tsize += s;\
+ pbuf += s; \
+ } while (0)
+
+ for (i = 0; i < box->max_mm_num; i++) {
+ struct codec_mm_s *mm = box->mm_list[i];
+ if (buf && (size - tsize) < 128)
+ break;
+ if (mm) {
+ BUFPRINT("code mem[%d]:%p, addr=%p, size=%d,from=%d\n",
+ i,
+ (void *)mm,
+ (void *)mm->phy_addr,
+ mm->buffer_size,
+ mm->from_flags);
+ }
+ }
+#undef BUFPRINT
+ if (!buf)
+ pr_info("%s", sbuf);
+
+ return tsize;
+}
+
+static int decoder_bmmu_box_dump_all(void *buf, int size)
+{
+ struct decoder_bmmu_box_mgr *mgr = get_decoder_bmmu_box_mgr();
+ char *pbuf = buf;
+ char sbuf[512];
+ int tsize = 0;
+ int s;
+ int i;
+ struct list_head *head, *list;
+ if (!pbuf)
+ pbuf = sbuf;
+
+#define BUFPRINT(args...) \
+ do {\
+ s = sprintf(pbuf, args);\
+ tsize += s;\
+ pbuf += s; \
+ } while (0)
+
+ mutex_lock(&mgr->mutex);
+ head = &mgr->box_list;
+ list = head->next;
+ i = 0;
+ while (list != head) {
+ struct decoder_bmmu_box *box;
+ box = list_entry(list, struct decoder_bmmu_box, list);
+ BUFPRINT("box[%d]: %s, player_id:%d, max_num:%d, size:%d\n",
+ i, box->name,
+ box->channel_id,
+ box->max_mm_num,
+ box->total_size);
+ if (buf) {
+ tsize += decoder_bmmu_box_dump(box, pbuf, size - tsize);
+ if (tsize > 0)
+ pbuf += tsize;
+ } else {
+ pr_info("%s", sbuf);
+ pbuf = sbuf;
+ tsize += decoder_bmmu_box_dump(box, NULL, 0);
+ }
+ list = list->next;
+ i++;
+ }
+ mutex_unlock(&mgr->mutex);
+
+#undef BUFPRINT
+ if (!buf)
+ pr_info("%s", sbuf);
+ return tsize;
+}
+
+static ssize_t box_dump_show(struct class *class, struct class_attribute *attr,
+ char *buf)
+{
+ ssize_t ret = 0;
+ ret = decoder_bmmu_box_dump_all(buf, PAGE_SIZE);
+ return ret;
+}
+
+static struct class_attribute decoder_bmmu_box_class_attrs[] = {
+ __ATTR_RO(box_dump),
+ __ATTR_NULL
+};
+
+static struct class decoder_bmmu_box_class = {
+ .name = "decoder_bmmu_box",
+ .class_attrs = decoder_bmmu_box_class_attrs,
+ };
+
+int decoder_bmmu_box_init(void)
+{
+ int r;
+ memset(&global_blk_mgr, 0, sizeof(global_blk_mgr));
+ INIT_LIST_HEAD(&global_blk_mgr.box_list);
+ mutex_init(&global_blk_mgr.mutex);
+ r = class_register(&decoder_bmmu_box_class);
+ return r;
+}
+EXPORT_SYMBOL(decoder_bmmu_box_init);
+#if 0
+static int __init decoder_bmmu_box_init(void)
+{
+ int r;
+ memset(&global_blk_mgr, 0, sizeof(global_blk_mgr));
+ INIT_LIST_HEAD(&global_blk_mgr.box_list);
+ mutex_init(&global_blk_mgr.mutex);
+ r = class_register(&decoder_bmmu_box_class);
+ return r;
+}
+
+module_init(decoder_bmmu_box_init);
+#endif
diff --git a/drivers/frame_provider/decoder/utils/decoder_bmmu_box.h b/drivers/frame_provider/decoder/utils/decoder_bmmu_box.h
new file mode 100644
index 0000000..d4a40ba
--- a/dev/null
+++ b/drivers/frame_provider/decoder/utils/decoder_bmmu_box.h
@@ -0,0 +1,61 @@
+/*
+ * drivers/amlogic/amports/decoder/decoder_bmmu_box.h
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ */
+
+#ifndef DECODER_BLOCK_BUFFER_BOX
+#define DECODER_BLOCK_BUFFER_BOX
+
+void *decoder_bmmu_box_alloc_box(const char *name,
+ int channel_id,
+ int max_num,
+ int aligned,
+ int mem_flags);
+
+int decoder_bmmu_box_alloc_idx(
+ void *handle, int idx, int size,
+ int aligned_2n, int mem_flags);
+
+int decoder_bmmu_box_free_idx(void *handle, int idx);
+int decoder_bmmu_box_free(void *handle);
+void *decoder_bmmu_box_get_mem_handle(
+ void *box_handle, int idx);
+
+unsigned long decoder_bmmu_box_get_phy_addr(
+ void *box_handle, int idx);
+
+void *decoder_bmmu_box_get_virt_addr(
+ void *box_handle, int idx);
+
+/*flags: &0x1 for wait,*/
+int decoder_bmmu_box_check_and_wait_size(
+ int size, int flags);
+
+#define BMMU_ALLOC_FLAGS_WAIT (1 << 0)
+#define BMMU_ALLOC_FLAGS_CAN_CLEAR_KEEPER (1 << 1)
+#define BMMU_ALLOC_FLAGS_WAITCLEAR \
+ (BMMU_ALLOC_FLAGS_WAIT |\
+ BMMU_ALLOC_FLAGS_CAN_CLEAR_KEEPER)
+
+int decoder_bmmu_box_alloc_idx_wait(
+ void *handle, int idx,
+ int size, int aligned_2n,
+ int mem_flags,
+ int wait_flags);
+
+int decoder_bmmu_box_init(void);
+#endif /*
+ */
+
diff --git a/drivers/frame_provider/decoder/utils/decoder_mmu_box.c b/drivers/frame_provider/decoder/utils/decoder_mmu_box.c
index 941829a..0f4244b 100644
--- a/drivers/frame_provider/decoder/utils/decoder_mmu_box.c
+++ b/drivers/frame_provider/decoder/utils/decoder_mmu_box.c
@@ -75,7 +75,11 @@ static int decoder_mmu_box_mgr_del_box(struct decoder_mmu_box *box)
-void *decoder_mmu_box_alloc_box(const char *name, int channel_id, int max_num)
+void *decoder_mmu_box_alloc_box(const char *name,
+ int channel_id,
+ int max_num,
+ int min_size_M)
+/*min_size_M:wait alloc this size*/
{
struct decoder_mmu_box *box;
int size;
@@ -95,7 +99,8 @@ void *decoder_mmu_box_alloc_box(const char *name, int channel_id, int max_num)
mutex_init(&box->mutex);
INIT_LIST_HEAD(&box->list);
decoder_mmu_box_mgr_add_box(box);
- codec_mm_scatter_mgt_delay_free_swith(1, 0);
+ codec_mm_scatter_mgt_delay_free_swith(1, 2000,
+ min_size_M);
return (void *)box;
}
EXPORT_SYMBOL(decoder_mmu_box_alloc_box);
@@ -110,9 +115,8 @@ int decoder_mmu_box_alloc_idx(
int i;
if (!box || idx < 0 || idx >= box->max_sc_num) {
- pr_err("can't alloc mmu box(%p),idx:%d in (%d-%d)\n",
- box, idx, 0,
- box->max_sc_num - 1);
+ pr_err("can't alloc mmu box(%p),idx:%d\n",
+ box, idx);
return -1;
}
mutex_lock(&box->mutex);
@@ -214,7 +218,7 @@ int decoder_mmu_box_free(void *handle)
mutex_unlock(&box->mutex);
decoder_mmu_box_mgr_del_box(box);
kfree(box);
- codec_mm_scatter_mgt_delay_free_swith(0, 2000);
+ codec_mm_scatter_mgt_delay_free_swith(0, 2000, 0);
return 0;
}
EXPORT_SYMBOL(decoder_mmu_box_free);
diff --git a/drivers/frame_provider/decoder/utils/decoder_mmu_box.h b/drivers/frame_provider/decoder/utils/decoder_mmu_box.h
index 7b3fb43..496d3c0 100644
--- a/drivers/frame_provider/decoder/utils/decoder_mmu_box.h
+++ b/drivers/frame_provider/decoder/utils/decoder_mmu_box.h
@@ -17,9 +17,14 @@
#ifndef DECODER_BUFFER_BOX
#define DECODER_BUFFER_BOX
-void *decoder_mmu_box_alloc_box(const char *name, int player_id, int max_num);
-int decoder_mmu_box_alloc_idx(void *handle, int idx, int num_pages,
+void *decoder_mmu_box_alloc_box(const char *name,
+ int channel_id,
+ int max_num,
+ int min_size_M);
+
+int decoder_mmu_box_alloc_idx(
+ void *handle, int idx, int num_pages,
unsigned int *mmu_index_adr);
int decoder_mmu_box_free_idx_tail(void *handle, int idx,
@@ -29,7 +34,8 @@ int decoder_mmu_box_free_idx(void *handle, int idx);
int decoder_mmu_box_free(void *handle);
-int decoder_mmu_box_move_keep_idx(void *box_handle, int keep_idx);
+int decoder_mmu_box_move_keep_idx(void *box_handle,
+ int keep_idx);
int decoder_mmu_box_free_keep(int keep_id);
int decoder_mmu_box_free_all_keep(void);
void *decoder_mmu_box_get_mem_handle(void *box_handle, int idx);
diff --git a/drivers/frame_provider/decoder/utils/utils.c b/drivers/frame_provider/decoder/utils/utils.c
index 3455330..e847631 100644
--- a/drivers/frame_provider/decoder/utils/utils.c
+++ b/drivers/frame_provider/decoder/utils/utils.c
@@ -33,6 +33,7 @@
#include <linux/amlogic/media/utils/vdec_reg.h>
#include "amvdec.h"
#include "decoder_mmu_box.h"
+#include "decoder_bmmu_box.h"
static int __init decoder_common_init(void)
{
@@ -44,6 +45,7 @@ static int __init decoder_common_init(void)
/*mmu box init.*/
decoder_mmu_box_init();/*exit?*/
+ decoder_bmmu_box_init();
return 0;
}
diff --git a/drivers/frame_provider/decoder/utils/vdec.c b/drivers/frame_provider/decoder/utils/vdec.c
index 8088965..945ee0e 100644
--- a/drivers/frame_provider/decoder/utils/vdec.c
+++ b/drivers/frame_provider/decoder/utils/vdec.c
@@ -32,11 +32,14 @@
#include <linux/amlogic/media/vfm/vframe.h>
#include <linux/amlogic/media/vfm/vframe_provider.h>
#include <linux/amlogic/media/vfm/vframe_receiver.h>
-#include <linux/amlogic/media/video_sink/video/ionvideo_ext.h>
+#include <linux/amlogic/media/video_sink/ionvideo_ext.h>
#include <linux/amlogic/media/vfm/vfm_ext.h>
#include <linux/amlogic/media/utils/vdec_reg.h>
#include "vdec.h"
+#ifdef CONFIG_MULTI_DEC
+#include "vdec_profile.h"
+#endif
#include <linux/of.h>
#include <linux/of_fdt.h>
#include <linux/libfdt_env.h>
@@ -68,6 +71,7 @@ static int inited_vcodec_num;
static int poweron_clock_level;
static int keep_vdec_mem;
static unsigned int debug_trace_num = 16 * 20;
+static int step_mode;
static unsigned int clk_config;
static struct page *vdec_cma_page;
@@ -108,6 +112,7 @@ struct vdec_core_s {
struct task_struct *thread;
struct vdec_isr_context_s isr_context[VDEC_IRQ_MAX];
+ int power_ref_count[VDEC_MAX];
};
static struct vdec_core_s *vdec_core;
@@ -172,8 +177,15 @@ EXPORT_SYMBOL(vdec_status);
int vdec_set_trickmode(struct vdec_s *vdec, unsigned long trickmode)
{
- if (vdec->set_trickmode)
- return vdec->set_trickmode(vdec, trickmode);
+ int r;
+
+ if (vdec->set_trickmode) {
+ r = vdec->set_trickmode(vdec, trickmode);
+
+ if ((r == 0) && (vdec->slave) && (vdec->slave->set_trickmode))
+ r = vdec->slave->set_trickmode(vdec->slave,
+ trickmode);
+ }
return -1;
}
@@ -230,12 +242,12 @@ static const char * const vdec_device_name[] = {
"amvdec_h265", "ammvdec_h265",
"amvenc_avc", "amvenc_avc",
"jpegenc", "jpegenc",
- "amvdec_vp9", "amvdec_vp9"
+ "amvdec_vp9", "ammvdec_vp9"
};
static int vdec_default_buf_size[] = {
32, 32, /*"amvdec_mpeg12",*/
- 32, 32, /*"amvdec_mpeg4",*/
+ 32, 0, /*"amvdec_mpeg4",*/
48, 0, /*"amvdec_h264",*/
32, 32, /*"amvdec_mjpeg",*/
32, 32, /*"amvdec_real",*/
@@ -310,17 +322,25 @@ int vdec_set_decinfo(struct vdec_s *vdec, struct dec_sysinfo *p)
EXPORT_SYMBOL(vdec_set_decinfo);
/* construct vdec strcture */
-struct vdec_s *vdec_create(int type)
+struct vdec_s *vdec_create(struct stream_port_s *port,
+ struct vdec_s *master)
{
struct vdec_s *vdec;
+ int type = VDEC_TYPE_SINGLE;
+
+ if (port->type & PORT_TYPE_DECODER_SCHED)
+ type = (port->type & PORT_TYPE_FRAME) ?
+ VDEC_TYPE_FRAME_BLOCK :
+ VDEC_TYPE_STREAM_PARSER;
- vdec = kzalloc(sizeof(struct vdec_s), GFP_KERNEL);
+ vdec = vzalloc(sizeof(struct vdec_s));
/* TBD */
if (vdec) {
vdec->magic = 0x43454456;
vdec->id = 0;
vdec->type = type;
+ vdec->port = port;
vdec->sys_info = &vdec->sys_info_store;
INIT_LIST_HEAD(&vdec->list);
@@ -328,6 +348,12 @@ struct vdec_s *vdec_create(int type)
vdec_input_init(&vdec->input, vdec);
atomic_inc(&vdec_core->vdec_nr);
+
+ if (master) {
+ vdec->master = master;
+ master->slave = vdec;
+ master->sched = 1;
+ }
}
pr_info("vdec_create instance %p, total %d\n", vdec,
@@ -340,6 +366,10 @@ EXPORT_SYMBOL(vdec_create);
int vdec_set_format(struct vdec_s *vdec, int format)
{
vdec->format = format;
+
+ if (vdec->slave)
+ vdec->slave->format = format;
+
return 0;
}
EXPORT_SYMBOL(vdec_set_format);
@@ -372,6 +402,13 @@ void vdec_set_next_status(struct vdec_s *vdec, int status)
}
EXPORT_SYMBOL(vdec_set_next_status);
+int vdec_set_video_path(struct vdec_s *vdec, int video_path)
+{
+ vdec->frame_base_video_path = video_path;
+ return 0;
+}
+EXPORT_SYMBOL(vdec_set_video_path);
+
/* add frame data to input chain */
int vdec_write_vframe(struct vdec_s *vdec, const char *buf, size_t count)
{
@@ -391,7 +428,8 @@ EXPORT_SYMBOL(vdec_write_vframe);
#define FIFO_ALIGN 8
int vdec_prepare_input(struct vdec_s *vdec, struct vframe_chunk_s **p)
{
- struct vdec_input_s *input = &vdec->input;
+ struct vdec_input_s *input = (vdec->master) ?
+ &vdec->master->input : &vdec->input;
struct vframe_chunk_s *chunk = NULL;
struct vframe_block_list_s *block = NULL;
int dummy;
@@ -407,12 +445,31 @@ int vdec_prepare_input(struct vdec_s *vdec, struct vframe_chunk_s **p)
dummy = READ_MPEG_REG(RESET0_REGISTER);
WRITE_VREG(POWER_CTL_VLD, 1 << 4);
} else if (input->target == VDEC_INPUT_TARGET_HEVC) {
- WRITE_VREG(HEVC_STREAM_CONTROL, 0);
+#if 0
+ /*move to driver*/
+ if (input_frame_based(input))
+ WRITE_VREG(HEVC_STREAM_CONTROL, 0);
+ /*
+ * 2: assist
+ * 3: parser
+ * 4: parser_state
+ * 8: dblk
+ * 11:mcpu
+ * 12:ccpu
+ * 13:ddr
+ * 14:iqit
+ * 15:ipp
+ * 17:qdct
+ * 18:mpred
+ * 19:sao
+ * 24:hevc_afifo
+ */
WRITE_VREG(DOS_SW_RESET3,
(1<<3)|(1<<4)|(1<<8)|(1<<11)|(1<<12)|(1<<14)|(1<<15)|
(1<<17)|(1<<18)|(1<<19));
WRITE_VREG(DOS_SW_RESET3, 0);
+#endif
}
/*
@@ -470,6 +527,9 @@ int vdec_prepare_input(struct vdec_s *vdec, struct vframe_chunk_s **p)
dummy -= block->size;
WRITE_VREG(HEVC_STREAM_WR_PTR,
round_down(block->start + dummy, FIFO_ALIGN));
+
+ /* set endian */
+ SET_VREG_MASK(HEVC_STREAM_CONTROL, 7 << 4);
}
*p = chunk;
@@ -509,6 +569,8 @@ int vdec_prepare_input(struct vdec_s *vdec, struct vframe_chunk_s **p)
wp = READ_VREG(VLD_MEM_VIFIFO_WP);
} else if (input->target == VDEC_INPUT_TARGET_HEVC) {
+ SET_VREG_MASK(HEVC_STREAM_CONTROL, 1);
+
/* restore read side */
WRITE_VREG(HEVC_STREAM_SWAP_ADDR,
page_to_phys(input->swap_page));
@@ -607,18 +669,40 @@ void vdec_enable_input(struct vdec_s *vdec)
SET_VREG_MASK(VLD_MEM_VIFIFO_CONTROL, (1<<2) | (1<<1));
else if (input->target == VDEC_INPUT_TARGET_HEVC) {
SET_VREG_MASK(HEVC_STREAM_CONTROL, 1);
+ if (vdec_stream_based(vdec))
+ CLEAR_VREG_MASK(HEVC_STREAM_CONTROL, 7 << 4);
+ else
+ SET_VREG_MASK(HEVC_STREAM_CONTROL, 7 << 4);
SET_VREG_MASK(HEVC_STREAM_FIFO_CTL, (1<<29));
}
}
EXPORT_SYMBOL(vdec_enable_input);
+void vdec_set_flag(struct vdec_s *vdec, u32 flag)
+{
+ vdec->flag = flag;
+}
+
+void vdec_set_next_sched(struct vdec_s *vdec, struct vdec_s *next_vdec)
+{
+ if (vdec && next_vdec) {
+ vdec->sched = 0;
+ next_vdec->sched = 1;
+ }
+}
void vdec_vframe_dirty(struct vdec_s *vdec, struct vframe_chunk_s *chunk)
{
if (chunk)
chunk->flag |= VFRAME_CHUNK_FLAG_CONSUMED;
if (vdec_stream_based(vdec)) {
- vdec->input.swap_needed = true;
+ if (vdec->slave &&
+ ((vdec->slave->flag &
+ VDEC_FLAG_INPUT_KEEP_CONTEXT) == 0)) {
+ vdec->input.swap_needed = false;
+ } else
+ vdec->input.swap_needed = true;
+
if (vdec->input.target == VDEC_INPUT_TARGET_VLD) {
WRITE_MPEG_REG(PARSER_VIDEO_RP,
READ_VREG(VLD_MEM_VIFIFO_RP));
@@ -636,12 +720,15 @@ EXPORT_SYMBOL(vdec_vframe_dirty);
void vdec_save_input_context(struct vdec_s *vdec)
{
- struct vdec_input_s *input = &vdec->input;
+ struct vdec_input_s *input = (vdec->master) ?
+ &vdec->master->input : &vdec->input;
+
+#ifdef CONFIG_MULTI_DEC
+ vdec_profile(vdec, VDEC_PROFILE_EVENT_SAVE_INPUT);
+#endif
if (input->target == VDEC_INPUT_TARGET_VLD)
WRITE_VREG(VLD_MEM_VIFIFO_CONTROL, 1<<15);
- else if (input->target == VDEC_INPUT_TARGET_HEVC)
- WRITE_VREG(HEVC_STREAM_CONTROL, 0);
if (input_stream_based(input) && (input->swap_needed)) {
if (input->target == VDEC_INPUT_TARGET_VLD) {
@@ -668,7 +755,12 @@ void vdec_save_input_context(struct vdec_s *vdec)
input->swap_valid = true;
- WRITE_MPEG_REG(PARSER_VIDEO_RP, READ_VREG(VLD_MEM_VIFIFO_RP));
+ if (input->target == VDEC_INPUT_TARGET_VLD)
+ WRITE_MPEG_REG(PARSER_VIDEO_RP,
+ READ_VREG(VLD_MEM_VIFIFO_RP));
+ else
+ WRITE_MPEG_REG(PARSER_VIDEO_RP,
+ READ_VREG(HEVC_STREAM_RD_PTR));
}
}
EXPORT_SYMBOL(vdec_save_input_context);
@@ -689,7 +781,7 @@ void vdec_clean_input(struct vdec_s *vdec)
}
EXPORT_SYMBOL(vdec_clean_input);
-static const char *vdec_status_str(struct vdec_s *vdec)
+const char *vdec_status_str(struct vdec_s *vdec)
{
switch (vdec->status) {
case VDEC_STATUS_UNINITIALIZED:
@@ -705,7 +797,7 @@ static const char *vdec_status_str(struct vdec_s *vdec)
}
}
-static const char *vdec_type_str(struct vdec_s *vdec)
+const char *vdec_type_str(struct vdec_s *vdec)
{
switch (vdec->type) {
case VDEC_TYPE_SINGLE:
@@ -721,6 +813,11 @@ static const char *vdec_type_str(struct vdec_s *vdec)
}
}
+const char *vdec_device_name_str(struct vdec_s *vdec)
+{
+ return vdec_device_name[vdec->format * 2 + 1];
+}
+
void walk_vdec_core_list(char *s)
{
struct vdec_s *vdec;
@@ -757,10 +854,22 @@ int vdec_connect(struct vdec_s *vdec)
init_completion(&vdec->inactive_done);
+ if (vdec->slave) {
+ vdec_set_status(vdec->slave, VDEC_STATUS_CONNECTED);
+ vdec_set_next_status(vdec->slave, VDEC_STATUS_CONNECTED);
+
+ init_completion(&vdec->slave->inactive_done);
+ }
+
flags = vdec_core_lock(vdec_core);
list_add_tail(&vdec->list, &vdec_core->connected_vdec_list);
+ if (vdec->slave) {
+ list_add_tail(&vdec->slave->list,
+ &vdec_core->connected_vdec_list);
+ }
+
vdec_core_unlock(vdec_core, flags);
up(&vdec_core->sem);
@@ -772,6 +881,10 @@ EXPORT_SYMBOL(vdec_connect);
/* remove vdec from vdec_core scheduling */
int vdec_disconnect(struct vdec_s *vdec)
{
+#ifdef CONFIG_MULTI_DEC
+ vdec_profile(vdec, VDEC_PROFILE_EVENT_DISCONNECT);
+#endif
+
if ((vdec->status != VDEC_STATUS_CONNECTED) &&
(vdec->status != VDEC_STATUS_ACTIVE)) {
return 0;
@@ -783,10 +896,20 @@ int vdec_disconnect(struct vdec_s *vdec)
*/
vdec_set_next_status(vdec, VDEC_STATUS_DISCONNECTED);
+ if (vdec->slave)
+ vdec_set_next_status(vdec->slave, VDEC_STATUS_DISCONNECTED);
+ else if (vdec->master)
+ vdec_set_next_status(vdec->master, VDEC_STATUS_DISCONNECTED);
+
up(&vdec_core->sem);
wait_for_completion(&vdec->inactive_done);
+ if (vdec->slave)
+ wait_for_completion(&vdec->slave->inactive_done);
+ else if (vdec->master)
+ wait_for_completion(&vdec->master->inactive_done);
+
return 0;
}
EXPORT_SYMBOL(vdec_disconnect);
@@ -794,9 +917,14 @@ EXPORT_SYMBOL(vdec_disconnect);
/* release vdec structure */
int vdec_destroy(struct vdec_s *vdec)
{
- vdec_input_release(&vdec->input);
+ if (!vdec->master)
+ vdec_input_release(&vdec->input);
+
+#ifdef CONFIG_MULTI_DEC
+ vdec_profile_flush(vdec);
+#endif
- kfree(vdec);
+ vfree(vdec);
atomic_dec(&vdec_core->vdec_nr);
@@ -842,8 +970,7 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
is_4k = 0;
}
- dev_name = get_dev_name((vdec->type == VDEC_TYPE_SINGLE),
- vdec->format);
+ dev_name = get_dev_name(vdec_single(vdec), vdec->format);
if (dev_name == NULL)
return -ENODEV;
@@ -855,7 +982,7 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
*todo: VFM patch control should be configurable,
* for now all stream based input uses default VFM path.
*/
- if (vdec_stream_based(vdec)) {
+ if (vdec_stream_based(vdec) && !vdec_dual(vdec)) {
if (vdec_core->vfm_vdec == NULL) {
pr_info("vdec_init set vfm decoder %p\n", vdec);
vdec_core->vfm_vdec = vdec;
@@ -865,8 +992,9 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
}
}
- if (vdec->format == VFORMAT_H264_4K2K ||
- (vdec->format == VFORMAT_HEVC && is_4k)) {
+ if (vdec_single(vdec) &&
+ ((vdec->format == VFORMAT_H264_4K2K) ||
+ (vdec->format == VFORMAT_HEVC && is_4k))) {
//try_free_keep_video(0);/*mask*/
}
@@ -875,9 +1003,10 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
* current vformat require larger buffer size than current
* buf size, reallocated it
*/
- if (vdec_core->mem_start != vdec_core->mem_end &&
+ if (vdec_single(vdec) &&
+ ((vdec_core->mem_start != vdec_core->mem_end &&
vdec_core->mem_end - vdec_core->mem_start + 1 <
- vdec_default_buf_size[vdec->format] * SZ_1M) {
+ vdec_default_buf_size[vdec->format] * SZ_1M))) {
#ifdef CONFIG_MULTI_DEC
pr_info("current vdec size %ld, vformat %d need size %d\n",
vdec_core->mem_end - vdec_core->mem_start,
@@ -890,7 +1019,7 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
vdec_default_buf_size[vdec->format] * SZ_1M);
#endif
//try_free_keep_video(0);/*mask*/
- vdec_free_cmabuf();
+ //vdec_free_cmabuf();/*mask*/
}
mutex_lock(&vdec_mutex);
@@ -906,9 +1035,10 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
p->cma_dev = vdec_core->cma_dev;
p->get_canvas = get_canvas;
/* todo */
+ if (!vdec_dual(vdec))
p->use_vfm_path = vdec_stream_based(vdec);
- if (p->use_vfm_path) {
+ if (vdec_single(vdec)) {
pr_info("vdec_dev_reg.mem[0x%lx -- 0x%lx]\n",
vdec_core->mem_start,
vdec_core->mem_end);
@@ -917,18 +1047,13 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
}
/* allocate base memory for decoder instance */
- while (p->mem_start == p->mem_end) {
+ while ((p->mem_start == p->mem_end) && (vdec_single(vdec))) {
int alloc_size;
#ifdef CONFIG_MULTI_DEC
- if (p->use_vfm_path)
- alloc_size =
- vdec_default_buf_size[vdec->format * 2]
- * SZ_1M;
- else
- alloc_size =
- vdec_default_buf_size[vdec->format * 2 + 1]
- * SZ_1M;
+ alloc_size =
+ vdec_default_buf_size[vdec->format * 2 + 1]
+ * SZ_1M;
#else
alloc_size = vdec_default_buf_size[vdec->format] * SZ_1M;
#endif
@@ -986,6 +1111,20 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
#endif
}
+ if ((vdec->format == VFORMAT_H264)
+ && (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXL)
+ && codec_mm_get_total_size() <= 80 * SZ_1M) {
+#ifdef CONFIG_MULTI_DEC
+ if (p->use_vfm_path)
+ alloc_size = 32 * SZ_1M;
+ else
+ alloc_size = 32 * SZ_1M;
+#else
+ alloc_size = 32 * SZ_1M;
+#endif
+ }
+
+
p->mem_start = codec_mm_alloc_for_dma(MEM_NAME,
alloc_size / PAGE_SIZE, 4 + PAGE_SHIFT,
CODEC_MM_FLAGS_CMA_CLEAR | CODEC_MM_FLAGS_CPU |
@@ -1014,7 +1153,7 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
break;/*alloc end*/
}
- if (p->use_vfm_path) {
+ if (vdec_single(vdec)) {
vdec_core->mem_start = p->mem_start;
vdec_core->mem_end = p->mem_end;
vdec_mem_alloced_from_codec = 1;
@@ -1055,9 +1194,8 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
#if 0
if (p->use_vfm_path) {
vdec->vf_receiver_inst = -1;
- } else {
- /*
- *create IONVIDEO instance and connect decoder's
+ } else if (!vdec_dual(vdec)) {
+ /* create IONVIDEO instance and connect decoder's
* vf_provider interface to it
*/
if (p->type != VDEC_TYPE_FRAME_BLOCK) {
@@ -1070,6 +1208,7 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
goto error;
}
+ if (p->frame_base_video_path == FRAME_BASE_PATH_IONVIDEO) {
#if 1
r = ionvideo_alloc_map(&vdec->vf_receiver_name,
&vdec->vf_receiver_inst);
@@ -1102,7 +1241,26 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
"%s-%s", vdec->vf_provider_name,
vdec->vf_receiver_name);
- if (vfm_map_add(vdec->vfm_map_id, vdec->vfm_map_chain) < 0) {
+ } else if (p->frame_base_video_path ==
+ FRAME_BASE_PATH_AMLVIDEO_AMVIDEO) {
+ snprintf(vdec->vfm_map_chain, VDEC_MAP_NAME_SIZE,
+ "%s %s", vdec->vf_provider_name,
+ "amlvideo.0 amvideo");
+ snprintf(vdec->vfm_map_id, VDEC_MAP_NAME_SIZE,
+ "%s-%s", vdec->vf_provider_name,
+ "amlvideo.0 amvideo");
+ } else if (p->frame_base_video_path ==
+ FRAME_BASE_PATH_AMLVIDEO1_AMVIDEO2) {
+ snprintf(vdec->vfm_map_chain, VDEC_MAP_NAME_SIZE,
+ "%s %s", vdec->vf_provider_name,
+ "ppmgr amlvideo.1 amvide2");
+ snprintf(vdec->vfm_map_id, VDEC_MAP_NAME_SIZE,
+ "%s-%s", vdec->vf_provider_name,
+ "ppmgr amlvideo.1 amvide2");
+ }
+
+ if (vfm_map_add(vdec->vfm_map_id,
+ vdec->vfm_map_chain) < 0) {
r = -ENOMEM;
pr_err("Decoder pipeline map creation failed %s.\n",
vdec->vfm_map_id);
@@ -1135,7 +1293,7 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
}
#endif/*mask*/
- if (vdec->type != VDEC_TYPE_SINGLE) {
+ if (!vdec_single(vdec)) {
vf_reg_provider(&p->vframe_provider);
vf_notify_receiver(p->vf_provider_name,
@@ -1213,8 +1371,14 @@ int vdec_reset(struct vdec_s *vdec)
if (vdec->vframe_provider.name)
vf_unreg_provider(&vdec->vframe_provider);
- if (vdec->reset)
+ if ((vdec->slave) && (vdec->slave->vframe_provider.name))
+ vf_unreg_provider(&vdec->slave->vframe_provider);
+
+ if (vdec->reset) {
vdec->reset(vdec);
+ if (vdec->slave)
+ vdec->slave->reset(vdec->slave);
+ }
vdec_input_release(&vdec->input);
@@ -1222,6 +1386,12 @@ int vdec_reset(struct vdec_s *vdec)
vf_notify_receiver(vdec->vf_provider_name,
VFRAME_EVENT_PROVIDER_START, vdec);
+ if (vdec->slave) {
+ vf_reg_provider(&vdec->slave->vframe_provider);
+ vf_notify_receiver(vdec->slave->vf_provider_name,
+ VFRAME_EVENT_PROVIDER_START, vdec->slave);
+ }
+
vdec_connect(vdec);
return 0;
@@ -1278,6 +1448,10 @@ static void vdec_callback(struct vdec_s *vdec, void *data)
{
struct vdec_core_s *core = (struct vdec_core_s *)data;
+#ifdef CONFIG_MULTI_DEC
+ vdec_profile(vdec, VDEC_PROFILE_EVENT_CB);
+#endif
+
up(&core->sem);
}
@@ -1335,17 +1509,40 @@ static irqreturn_t vdec_thread_isr(int irq, void *dev_id)
static inline bool vdec_ready_to_run(struct vdec_s *vdec)
{
+ bool r;
+
if (vdec->status != VDEC_STATUS_CONNECTED)
return false;
if (!vdec->run_ready)
return false;
- return vdec->run_ready(vdec);
+ if ((vdec->slave || vdec->master) &&
+ (vdec->sched == 0))
+ return false;
+
+ if (step_mode) {
+ if ((step_mode & 0xff) != vdec->id)
+ return false;
+ }
+
+ step_mode &= ~0xff;
+
+#ifdef CONFIG_MULTI_DEC
+ vdec_profile(vdec, VDEC_PROFILE_EVENT_CHK_RUN_READY);
+#endif
+
+ r = vdec->run_ready(vdec);
+
+#ifdef CONFIG_MULTI_DEC
+ if (r)
+ vdec_profile(vdec, VDEC_PROFILE_EVENT_RUN_READY);
+#endif
+
+ return r;
}
-/*
-*struct vdec_core_shread manages all decoder instance in active list. When
+/* struct vdec_core_shread manages all decoder instance in active list. When
* a vdec is added into the active list, it can onlt be in two status:
* VDEC_STATUS_CONNECTED(the decoder does not own HW resource and ready to run)
* VDEC_STATUS_ACTIVE(the decoder owns HW resources and is running).
@@ -1468,6 +1665,9 @@ static int vdec_core_thread(void *data)
/* activatate the decoder instance to run */
core->active_vdec = vdec;
+#ifdef CONFIG_MULTI_DEC
+ vdec_profile(vdec, VDEC_PROFILE_EVENT_RUN);
+#endif
vdec->run(vdec, vdec_callback, core);
}
@@ -1555,8 +1755,17 @@ void vdec_poweron(enum vdec_type_e core)
u32 decomp_addr_aligned = 0;
int hevc_loop = 0;
+ if (core >= VDEC_MAX)
+ return;
+
mutex_lock(&vdec_mutex);
+ vdec_core->power_ref_count[core]++;
+ if (vdec_core->power_ref_count[core] > 1) {
+ mutex_unlock(&vdec_mutex);
+ return;
+ }
+
if (vdec_on(core)) {
mutex_unlock(&vdec_mutex);
return;
@@ -1727,7 +1936,17 @@ EXPORT_SYMBOL(vdec_poweron);
void vdec_poweroff(enum vdec_type_e core)
{
+ if (core >= VDEC_MAX)
+ return;
+
mutex_lock(&vdec_mutex);
+
+ vdec_core->power_ref_count[core]--;
+ if (vdec_core->power_ref_count[core] > 0) {
+ mutex_unlock(&vdec_mutex);
+ return;
+ }
+
if (core == VDEC_1) {
if (get_cpu_type() >=
MESON_CPU_MAJOR_ID_GXBB) {
@@ -2442,9 +2661,10 @@ static ssize_t core_show(struct class *class, struct class_attribute *attr,
list_for_each_entry(vdec, &core->connected_vdec_list, list) {
pbuf += sprintf(pbuf,
- "\tvdec (%p (%s)), status = %s\n",
+ "\tvdec (%p (%s)), status = %s,\ttype = %s\n",
vdec, vdec_device_name[vdec->format * 2],
- vdec_status_str(vdec));
+ vdec_status_str(vdec),
+ vdec_type_str(vdec));
}
}
@@ -2679,6 +2899,7 @@ RESERVEDMEM_OF_DECLARE(vdec, "amlogic, vdec-memory", vdec_mem_setup);
module_param(debug_trace_num, uint, 0664);
module_param(hevc_max_reset_count, int, 0664);
module_param(clk_config, uint, 0664);
+module_param(step_mode, int, 0664);
/*
*module_init(vdec_module_init);
*module_exit(vdec_module_exit);
diff --git a/drivers/frame_provider/decoder/utils/vdec.h b/drivers/frame_provider/decoder/utils/vdec.h
index 26c4ced..855dbfe 100644
--- a/drivers/frame_provider/decoder/utils/vdec.h
+++ b/drivers/frame_provider/decoder/utils/vdec.h
@@ -82,9 +82,10 @@ enum vdec_irq_num {
VDEC_IRQ_MAX,
};
extern s32 vdec_request_threaded_irq(enum vdec_irq_num num,
- irq_handler_t handler,
- irq_handler_t thread_fn,
- unsigned long irqflags, const char *devname, void *dev);
+ irq_handler_t handler,
+ irq_handler_t thread_fn,
+ unsigned long irqflags,
+ const char *devname, void *dev);
extern s32 vdec_request_irq(enum vdec_irq_num num, irq_handler_t handler,
const char *devname, void *dev);
extern void vdec_free_irq(enum vdec_irq_num num, void *dev);
@@ -134,11 +135,16 @@ enum vformat_t;
#define VDEC_RECEIVER_NAME_SIZE 16
#define VDEC_MAP_NAME_SIZE 40
+#define VDEC_FLAG_INPUT_KEEP_CONTEXT 0x01
+
struct vdec_s {
u32 magic;
struct list_head list;
int id;
+ struct vdec_s *master;
+ struct vdec_s *slave;
+ struct stream_port_s *port;
int status;
int next_status;
int type;
@@ -147,6 +153,8 @@ struct vdec_s {
u32 pts;
u64 pts64;
bool pts_valid;
+ int flag;
+ int sched;
struct completion inactive_done;
@@ -162,6 +170,10 @@ struct vdec_s {
/* input */
struct vdec_input_s input;
+ /* mc cache */
+ u32 mc[4096 * 4];
+ bool mc_loaded;
+
/* frame provider/receiver interface */
char vf_provider_name[VDEC_PROVIDER_NAME_SIZE];
struct vframe_provider_s vframe_provider;
@@ -169,7 +181,10 @@ struct vdec_s {
char vfm_map_id[VDEC_MAP_NAME_SIZE];
char vfm_map_chain[VDEC_MAP_NAME_SIZE];
int vf_receiver_inst;
+ enum FRAME_BASE_VIDEO_PATH frame_base_video_path;
bool use_vfm_path;
+ char config[PAGE_SIZE];
+ int config_len;
/* canvas */
int (*get_canvas)(unsigned int index, unsigned int base);
@@ -190,6 +205,8 @@ struct vdec_s {
/* common decoder vframe provider name to use default vfm path */
#define VFM_DEC_PROVIDER_NAME "decoder"
+#define VFM_DEC_DVBL_PROVIDER_NAME "dvbldec"
+#define VFM_DEC_DVEL_PROVIDER_NAME "dveldec"
#define hw_to_vdec(hw) ((struct vdec_s *) \
(platform_get_drvdata(hw->platform_dev)))
@@ -206,11 +223,14 @@ struct vdec_s {
#define vdec_stream_based(vdec) \
(((vdec)->type == VDEC_TYPE_STREAM_PARSER) || \
((vdec)->type == VDEC_TYPE_SINGLE))
-#define vdec_stream_auto(vdec) \
- (vdec->type == VDEC_TYPE_SINGLE)
+#define vdec_single(vdec) \
+ ((vdec)->type == VDEC_TYPE_SINGLE)
+#define vdec_dual(vdec) \
+ ((vdec)->port->type & PORT_TYPE_DUALDEC)
/* construct vdec strcture */
-extern struct vdec_s *vdec_create(int type);
+extern struct vdec_s *vdec_create(struct stream_port_s *port,
+ struct vdec_s *master);
/* set video format */
extern int vdec_set_format(struct vdec_s *vdec, int format);
@@ -220,13 +240,16 @@ extern int vdec_set_pts(struct vdec_s *vdec, u32 pts);
extern int vdec_set_pts64(struct vdec_s *vdec, u64 pts64);
+/* set vfm map when use frame base decoder */
+extern int vdec_set_video_path(struct vdec_s *vdec, int video_path);
+
/* add frame data to input chain */
extern int vdec_write_vframe(struct vdec_s *vdec, const char *buf,
- size_t count);
+ size_t count);
/* mark the vframe_chunk as consumed */
extern void vdec_vframe_dirty(struct vdec_s *vdec,
- struct vframe_chunk_s *chunk);
+ struct vframe_chunk_s *chunk);
/* prepare decoder input */
extern int vdec_prepare_input(struct vdec_s *vdec, struct vframe_chunk_s **p);
@@ -270,4 +293,14 @@ extern int vdec_status(struct vdec_s *vdec, struct vdec_status *vstatus);
extern int vdec_set_trickmode(struct vdec_s *vdec, unsigned long trickmode);
-#endif /* VDEC_H */
+extern void vdec_set_flag(struct vdec_s *vdec, u32 flag);
+
+extern void vdec_set_next_sched(struct vdec_s *vdec, struct vdec_s *next_vdec);
+
+extern const char *vdec_status_str(struct vdec_s *vdec);
+
+extern const char *vdec_type_str(struct vdec_s *vdec);
+
+extern const char *vdec_device_name_str(struct vdec_s *vdec);
+
+#endif /* VDEC_H */
diff --git a/drivers/frame_provider/decoder/utils/vdec_input.c b/drivers/frame_provider/decoder/utils/vdec_input.c
index e0c3ce0..d6acac1 100644
--- a/drivers/frame_provider/decoder/utils/vdec_input.c
+++ b/drivers/frame_provider/decoder/utils/vdec_input.c
@@ -129,8 +129,6 @@ static void vframe_block_add_chunk(struct vframe_block_list_s *block,
static void vframe_block_free_storage(struct vframe_block_list_s *block)
{
- struct vdec_input_s *input = block->input;
-
if (block->addr) {
dma_unmap_single(
get_vdec_device(),
@@ -145,12 +143,6 @@ static void vframe_block_free_storage(struct vframe_block_list_s *block)
block->start = 0;
}
- if (input->swap_page) {
- __free_page(input->swap_page);
- input->swap_page = NULL;
- input->swap_valid = false;
- }
-
block->size = 0;
}
@@ -377,8 +369,10 @@ int vdec_input_add_frame(struct vdec_input_s *input, const char *buf,
/* add a new block into input list */
new_block = kzalloc(sizeof(struct vframe_block_list_s),
GFP_KERNEL);
- if (new_block == NULL)
+ if (new_block == NULL) {
+ pr_err("vframe_block structure allocation failed\n");
return -EAGAIN;
+ }
if (vframe_block_init_alloc_storage(input,
new_block) != 0) {
@@ -399,9 +393,10 @@ int vdec_input_add_frame(struct vdec_input_s *input, const char *buf,
chunk = kzalloc(sizeof(struct vframe_chunk_s), GFP_KERNEL);
- if (!chunk)
- /*pr_err("vframe_chunk structure allocation failed\n");*/
+ if (!chunk) {
+ pr_err("vframe_chunk structure allocation failed\n");
return -ENOMEM;
+ }
chunk->magic = 0x4b554843;
if (vdec->pts_valid) {
@@ -537,6 +532,13 @@ void vdec_input_release(struct vdec_input_s *input)
p, struct vframe_block_list_s, list);
vdec_input_remove_block(input, block);
}
+
+ /* release swap page */
+ if (input->swap_page) {
+ __free_page(input->swap_page);
+ input->swap_page = NULL;
+ input->swap_valid = false;
+ }
}
EXPORT_SYMBOL(vdec_input_release);
diff --git a/drivers/frame_provider/decoder/utils/vdec_input.h b/drivers/frame_provider/decoder/utils/vdec_input.h
index 2b952a7..b029b89 100644
--- a/drivers/frame_provider/decoder/utils/vdec_input.h
+++ b/drivers/frame_provider/decoder/utils/vdec_input.h
@@ -106,12 +106,12 @@ extern int vdec_input_add_frame(struct vdec_input_s *input, const char *buf,
size_t count);
/* Peek next frame data from decoder's input */
-extern struct vframe_chunk_s
- *vdec_input_next_chunk(struct vdec_input_s *input);
+extern struct vframe_chunk_s *vdec_input_next_chunk(
+ struct vdec_input_s *input);
/* Peek next frame data from decoder's input, not marked as consumed */
-extern struct vframe_chunk_s *vdec_input_next_input_chunk(struct vdec_input_s
- *input);
+extern struct vframe_chunk_s *vdec_input_next_input_chunk(
+ struct vdec_input_s *input);
/* Consume next frame data from decoder's input */
extern void vdec_input_release_chunk(struct vdec_input_s *input,
diff --git a/drivers/frame_provider/decoder/vc1/vvc1.c b/drivers/frame_provider/decoder/vc1/vvc1.c
new file mode 100644
index 0000000..16addf9
--- a/dev/null
+++ b/drivers/frame_provider/decoder/vc1/vvc1.c
@@ -0,0 +1,1157 @@
+/*
+ * drivers/amlogic/amports/vvc1.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/module.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/canvas/canvas_mgr.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../utils/amvdec.h"
+#include "../utils/vdec.h"
+#include <linux/amlogic/media/registers/register.h>
+#include "../../../stream_input/amports/amports_priv.h"
+
+#define DRIVER_NAME "amvdec_vc1"
+#define MODULE_NAME "amvdec_vc1"
+
+#define DEBUG_PTS
+#if 1 /* //MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+#define NV21
+#endif
+
+#define I_PICTURE 0
+#define P_PICTURE 1
+#define B_PICTURE 2
+
+#define ORI_BUFFER_START_ADDR 0x01000000
+
+#define INTERLACE_FLAG 0x80
+#define BOTTOM_FIELD_FIRST_FLAG 0x40
+
+/* protocol registers */
+#define VC1_PIC_RATIO AV_SCRATCH_0
+#define VC1_ERROR_COUNT AV_SCRATCH_6
+#define VC1_SOS_COUNT AV_SCRATCH_7
+#define VC1_BUFFERIN AV_SCRATCH_8
+#define VC1_BUFFEROUT AV_SCRATCH_9
+#define VC1_REPEAT_COUNT AV_SCRATCH_A
+#define VC1_TIME_STAMP AV_SCRATCH_B
+#define VC1_OFFSET_REG AV_SCRATCH_C
+#define MEM_OFFSET_REG AV_SCRATCH_F
+
+#define VF_POOL_SIZE 32
+#define DECODE_BUFFER_NUM_MAX 8
+#define PUT_INTERVAL (HZ/100)
+
+#if 1 /* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+/* TODO: move to register headers */
+#define VPP_VD1_POSTBLEND (1 << 10)
+#define MEM_FIFO_CNT_BIT 16
+#define MEM_LEVEL_CNT_BIT 18
+#endif
+
+static struct vframe_s *vvc1_vf_peek(void *);
+static struct vframe_s *vvc1_vf_get(void *);
+static void vvc1_vf_put(struct vframe_s *, void *);
+static int vvc1_vf_states(struct vframe_states *states, void *);
+static int vvc1_event_cb(int type, void *data, void *private_data);
+
+static void vvc1_prot_init(void);
+static void vvc1_local_init(void);
+
+static const char vvc1_dec_id[] = "vvc1-dev";
+
+#define PROVIDER_NAME "decoder.vc1"
+static const struct vframe_operations_s vvc1_vf_provider = {
+ .peek = vvc1_vf_peek,
+ .get = vvc1_vf_get,
+ .put = vvc1_vf_put,
+ .event_cb = vvc1_event_cb,
+ .vf_states = vvc1_vf_states,
+};
+
+static struct vframe_provider_s vvc1_vf_prov;
+
+static DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+static DECLARE_KFIFO(recycle_q, struct vframe_s *, VF_POOL_SIZE);
+
+static struct vframe_s vfpool[VF_POOL_SIZE];
+static struct vframe_s vfpool2[VF_POOL_SIZE];
+static int cur_pool_idx;
+
+static s32 vfbuf_use[DECODE_BUFFER_NUM_MAX];
+static struct timer_list recycle_timer;
+static u32 stat;
+static unsigned long buf_start;
+static u32 buf_size, buf_offset;
+static u32 avi_flag;
+static u32 vvc1_ratio;
+static u32 vvc1_format;
+
+static u32 intra_output;
+static u32 frame_width, frame_height, frame_dur;
+static u32 saved_resolution;
+static u32 pts_by_offset = 1;
+static u32 total_frame;
+static u32 next_pts;
+static u64 next_pts_us64;
+
+#ifdef DEBUG_PTS
+static u32 pts_hit, pts_missed, pts_i_hit, pts_i_missed;
+#endif
+static DEFINE_SPINLOCK(lock);
+
+static struct dec_sysinfo vvc1_amstream_dec_info;
+
+struct frm_s {
+ int state;
+ u32 start_pts;
+ int num;
+ u32 end_pts;
+ u32 rate;
+ u32 trymax;
+};
+
+static struct frm_s frm;
+
+enum {
+ RATE_MEASURE_START_PTS = 0,
+ RATE_MEASURE_END_PTS,
+ RATE_MEASURE_DONE
+};
+#define RATE_MEASURE_NUM 8
+#define RATE_CORRECTION_THRESHOLD 5
+#define RATE_24_FPS 3755 /* 23.97 */
+#define RATE_30_FPS 3003 /* 29.97 */
+#define DUR2PTS(x) ((x)*90/96)
+#define PTS2DUR(x) ((x)*96/90)
+
+static inline int pool_index(struct vframe_s *vf)
+{
+ if ((vf >= &vfpool[0]) && (vf <= &vfpool[VF_POOL_SIZE - 1]))
+ return 0;
+ else if ((vf >= &vfpool2[0]) && (vf <= &vfpool2[VF_POOL_SIZE - 1]))
+ return 1;
+ else
+ return -1;
+}
+
+static inline bool close_to(int a, int b, int m)
+{
+ return abs(a - b) < m;
+}
+
+static inline u32 index2canvas(u32 index)
+{
+ const u32 canvas_tab[DECODE_BUFFER_NUM_MAX] = {
+#if 1 /* ALWASY.MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ 0x010100, 0x030302, 0x050504, 0x070706,
+ 0x090908, 0x0b0b0a, 0x0d0d0c, 0x0f0f0e
+#else
+ 0x020100, 0x050403, 0x080706, 0x0b0a09
+#endif
+ };
+
+ return canvas_tab[index];
+}
+
+static void set_aspect_ratio(struct vframe_s *vf, unsigned pixel_ratio)
+{
+ int ar = 0;
+
+ if (vvc1_ratio == 0) {
+ /* always stretch to 16:9 */
+ vf->ratio_control |= (0x90 << DISP_RATIO_ASPECT_RATIO_BIT);
+ } else if (pixel_ratio > 0x0f) {
+ ar = (vvc1_amstream_dec_info.height * (pixel_ratio & 0xff) *
+ vvc1_ratio) / (vvc1_amstream_dec_info.width *
+ (pixel_ratio >> 8));
+ } else {
+ switch (pixel_ratio) {
+ case 0:
+ ar = (vvc1_amstream_dec_info.height * vvc1_ratio) /
+ vvc1_amstream_dec_info.width;
+ break;
+ case 1:
+ ar = (vf->height * vvc1_ratio) / vf->width;
+ break;
+ case 2:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 12);
+ break;
+ case 3:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 10);
+ break;
+ case 4:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 16);
+ break;
+ case 5:
+ ar = (vf->height * 33 * vvc1_ratio) / (vf->width * 40);
+ break;
+ case 6:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 24);
+ break;
+ case 7:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 20);
+ break;
+ case 8:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 32);
+ break;
+ case 9:
+ ar = (vf->height * 33 * vvc1_ratio) / (vf->width * 80);
+ break;
+ case 10:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 18);
+ break;
+ case 11:
+ ar = (vf->height * 11 * vvc1_ratio) / (vf->width * 15);
+ break;
+ case 12:
+ ar = (vf->height * 33 * vvc1_ratio) / (vf->width * 64);
+ break;
+ case 13:
+ ar = (vf->height * 99 * vvc1_ratio) /
+ (vf->width * 160);
+ break;
+ default:
+ ar = (vf->height * vvc1_ratio) / vf->width;
+ break;
+ }
+ }
+
+ ar = min(ar, DISP_RATIO_ASPECT_RATIO_MAX);
+
+ vf->ratio_control = (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+ /*vf->ratio_control |= DISP_RATIO_FORCECONFIG | DISP_RATIO_KEEPRATIO;*/
+}
+
+static irqreturn_t vvc1_isr(int irq, void *dev_id)
+{
+ u32 reg;
+ struct vframe_s *vf = NULL;
+ u32 repeat_count;
+ u32 picture_type;
+ u32 buffer_index;
+ unsigned int pts, pts_valid = 0, offset;
+ u32 v_width, v_height;
+ u64 pts_us64 = 0;
+
+ reg = READ_VREG(VC1_BUFFEROUT);
+
+ if (reg) {
+ v_width = READ_VREG(AV_SCRATCH_J);
+ v_height = READ_VREG(AV_SCRATCH_K);
+
+ if (v_width && v_width <= 4096
+ && (v_width != vvc1_amstream_dec_info.width)) {
+ pr_info("frame width changed %d to %d\n",
+ vvc1_amstream_dec_info.width, v_width);
+ vvc1_amstream_dec_info.width = v_width;
+ frame_width = v_width;
+ }
+ if (v_height && v_height <= 4096
+ && (v_height != vvc1_amstream_dec_info.height)) {
+ pr_info("frame height changed %d to %d\n",
+ vvc1_amstream_dec_info.height, v_height);
+ vvc1_amstream_dec_info.height = v_height;
+ frame_height = v_height;
+ }
+
+ if (pts_by_offset) {
+ offset = READ_VREG(VC1_OFFSET_REG);
+ if (pts_lookup_offset_us64(
+ PTS_TYPE_VIDEO,
+ offset, &pts, 0, &pts_us64) == 0) {
+ pts_valid = 1;
+#ifdef DEBUG_PTS
+ pts_hit++;
+#endif
+ } else {
+#ifdef DEBUG_PTS
+ pts_missed++;
+#endif
+ }
+ }
+
+ repeat_count = READ_VREG(VC1_REPEAT_COUNT);
+ buffer_index = reg & 0x7;
+ picture_type = (reg >> 3) & 7;
+
+ if (buffer_index >= DECODE_BUFFER_NUM_MAX) {
+ pr_info("fatal error, invalid buffer index.");
+ return IRQ_HANDLED;
+ }
+
+ if ((intra_output == 0) && (picture_type != 0)) {
+ WRITE_VREG(VC1_BUFFERIN, ~(1 << buffer_index));
+ WRITE_VREG(VC1_BUFFEROUT, 0);
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ return IRQ_HANDLED;
+ }
+
+ intra_output = 1;
+
+#ifdef DEBUG_PTS
+ if (picture_type == I_PICTURE) {
+ /* pr_info("I offset 0x%x,
+ pts_valid %d\n", offset, pts_valid); */
+ if (!pts_valid)
+ pts_i_missed++;
+ else
+ pts_i_hit++;
+ }
+#endif
+
+ if ((pts_valid) && (frm.state != RATE_MEASURE_DONE)) {
+ if (frm.state == RATE_MEASURE_START_PTS) {
+ frm.start_pts = pts;
+ frm.state = RATE_MEASURE_END_PTS;
+ frm.trymax = RATE_MEASURE_NUM;
+ } else if (frm.state == RATE_MEASURE_END_PTS) {
+ if (frm.num >= frm.trymax) {
+ frm.end_pts = pts;
+ frm.rate = (frm.end_pts -
+ frm.start_pts) / frm.num;
+ pr_info("frate before=%d,%d,num=%d\n",
+ frm.rate,
+ DUR2PTS(vvc1_amstream_dec_info.rate),
+ frm.num);
+ /* check if measured rate is same as
+ * settings from upper layer
+ * and correct it if necessary */
+ if ((close_to(frm.rate, RATE_30_FPS,
+ RATE_CORRECTION_THRESHOLD) &&
+ close_to(
+ DUR2PTS(
+ vvc1_amstream_dec_info.rate),
+ RATE_24_FPS,
+ RATE_CORRECTION_THRESHOLD))
+ ||
+ (close_to(
+ frm.rate, RATE_24_FPS,
+ RATE_CORRECTION_THRESHOLD)
+ &&
+ close_to(DUR2PTS(
+ vvc1_amstream_dec_info.rate),
+ RATE_30_FPS,
+ RATE_CORRECTION_THRESHOLD))) {
+ pr_info(
+ "vvc1: frate from %d to %d\n",
+ vvc1_amstream_dec_info.rate,
+ PTS2DUR(frm.rate));
+
+ vvc1_amstream_dec_info.rate =
+ PTS2DUR(frm.rate);
+ frm.state = RATE_MEASURE_DONE;
+ } else if (close_to(frm.rate,
+ DUR2PTS(
+ vvc1_amstream_dec_info.rate),
+ RATE_CORRECTION_THRESHOLD))
+ frm.state = RATE_MEASURE_DONE;
+ else { /*maybe still have problem,
+ try next double frames.... */
+ frm.state = RATE_MEASURE_DONE;
+ frm.start_pts = pts;
+ frm.state =
+ RATE_MEASURE_END_PTS;
+ /*60 fps*60 S */
+ frm.num = 0;
+ }
+ }
+ }
+ }
+
+ if (frm.state != RATE_MEASURE_DONE)
+ frm.num += (repeat_count > 1) ? repeat_count : 1;
+ if (0 == vvc1_amstream_dec_info.rate)
+ vvc1_amstream_dec_info.rate = PTS2DUR(frm.rate);
+
+ if (reg & INTERLACE_FLAG) { /* interlace */
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->width = vvc1_amstream_dec_info.width;
+ vf->height = vvc1_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+
+ if (pts_valid) {
+ vf->pts = pts;
+ vf->pts_us64 = pts_us64;
+ if ((repeat_count > 1) && avi_flag) {
+ vf->duration =
+ vvc1_amstream_dec_info.rate *
+ repeat_count >> 1;
+ next_pts = pts +
+ (vvc1_amstream_dec_info.rate *
+ repeat_count >> 1) * 15 / 16;
+ next_pts_us64 = pts_us64 +
+ ((vvc1_amstream_dec_info.rate *
+ repeat_count >> 1) * 15 / 16) *
+ 100 / 9;
+ } else {
+ vf->duration =
+ vvc1_amstream_dec_info.rate >> 1;
+ next_pts = 0;
+ next_pts_us64 = 0;
+ }
+ } else {
+ vf->pts = next_pts;
+ vf->pts_us64 = next_pts_us64;
+ if ((repeat_count > 1) && avi_flag) {
+ vf->duration =
+ vvc1_amstream_dec_info.rate *
+ repeat_count >> 1;
+ if (next_pts != 0) {
+ next_pts += ((vf->duration) -
+ ((vf->duration) >> 4));
+ }
+ if (next_pts_us64 != 0) {
+ next_pts_us64 +=
+ ((vf->duration) -
+ ((vf->duration) >> 4)) *
+ 100 / 9;
+ }
+ } else {
+ vf->duration =
+ vvc1_amstream_dec_info.rate >> 1;
+ next_pts = 0;
+ next_pts_us64 = 0;
+ }
+ }
+
+ vf->duration_pulldown = 0;
+ vf->type = (reg & BOTTOM_FIELD_FIRST_FLAG) ?
+ VIDTYPE_INTERLACE_BOTTOM : VIDTYPE_INTERLACE_TOP;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->orientation = 0;
+ vf->type_original = vf->type;
+ set_aspect_ratio(vf, READ_VREG(VC1_PIC_RATIO));
+
+ vfbuf_use[buffer_index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(
+ PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->width = vvc1_amstream_dec_info.width;
+ vf->height = vvc1_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+
+ vf->pts = next_pts;
+ vf->pts_us64 = next_pts_us64;
+ if ((repeat_count > 1) && avi_flag) {
+ vf->duration =
+ vvc1_amstream_dec_info.rate *
+ repeat_count >> 1;
+ if (next_pts != 0) {
+ next_pts +=
+ ((vf->duration) -
+ ((vf->duration) >> 4));
+ }
+ if (next_pts_us64 != 0) {
+ next_pts_us64 += ((vf->duration) -
+ ((vf->duration) >> 4)) * 100 / 9;
+ }
+ } else {
+ vf->duration =
+ vvc1_amstream_dec_info.rate >> 1;
+ next_pts = 0;
+ next_pts_us64 = 0;
+ }
+
+ vf->duration_pulldown = 0;
+ vf->type = (reg & BOTTOM_FIELD_FIRST_FLAG) ?
+ VIDTYPE_INTERLACE_TOP : VIDTYPE_INTERLACE_BOTTOM;
+#ifdef NV21
+ vf->type |= VIDTYPE_VIU_NV21;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->orientation = 0;
+ vf->type_original = vf->type;
+ set_aspect_ratio(vf, READ_VREG(VC1_PIC_RATIO));
+
+ vfbuf_use[buffer_index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(
+ PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ } else { /* progressive */
+ if (kfifo_get(&newframe_q, &vf) == 0) {
+ pr_info
+ ("fatal error, no available buffer slot.");
+ return IRQ_HANDLED;
+ }
+ vf->signal_type = 0;
+ vf->index = buffer_index;
+ vf->width = vvc1_amstream_dec_info.width;
+ vf->height = vvc1_amstream_dec_info.height;
+ vf->bufWidth = 1920;
+ vf->flag = 0;
+
+ if (pts_valid) {
+ vf->pts = pts;
+ vf->pts_us64 = pts_us64;
+ if ((repeat_count > 1) && avi_flag) {
+ vf->duration =
+ vvc1_amstream_dec_info.rate *
+ repeat_count;
+ next_pts =
+ pts +
+ (vvc1_amstream_dec_info.rate *
+ repeat_count) * 15 / 16;
+ next_pts_us64 = pts_us64 +
+ ((vvc1_amstream_dec_info.rate *
+ repeat_count) * 15 / 16) *
+ 100 / 9;
+ } else {
+ vf->duration =
+ vvc1_amstream_dec_info.rate;
+ next_pts = 0;
+ next_pts_us64 = 0;
+ }
+ } else {
+ vf->pts = next_pts;
+ vf->pts_us64 = next_pts_us64;
+ if ((repeat_count > 1) && avi_flag) {
+ vf->duration =
+ vvc1_amstream_dec_info.rate *
+ repeat_count;
+ if (next_pts != 0) {
+ next_pts += ((vf->duration) -
+ ((vf->duration) >> 4));
+ }
+ if (next_pts_us64 != 0) {
+ next_pts_us64 +=
+ ((vf->duration) -
+ ((vf->duration) >> 4)) *
+ 100 / 9;
+ }
+ } else {
+ vf->duration =
+ vvc1_amstream_dec_info.rate;
+ next_pts = 0;
+ next_pts_us64 = 0;
+ }
+ }
+
+ vf->duration_pulldown = 0;
+#ifdef NV21
+ vf->type =
+ VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD |
+ VIDTYPE_VIU_NV21;
+#else
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ index2canvas(buffer_index);
+ vf->orientation = 0;
+ vf->type_original = vf->type;
+ set_aspect_ratio(vf, READ_VREG(VC1_PIC_RATIO));
+
+ vfbuf_use[buffer_index]++;
+
+ kfifo_put(&display_q, (const struct vframe_s *)vf);
+
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY,
+ NULL);
+ }
+ frame_dur = vvc1_amstream_dec_info.rate;
+ total_frame++;
+
+ /* pr_info("PicType = %d, PTS = 0x%x, repeat
+ count %d\n", picture_type, vf->pts, repeat_count); */
+ WRITE_VREG(VC1_BUFFEROUT, 0);
+ }
+
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ return IRQ_HANDLED;
+}
+
+static struct vframe_s *vvc1_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_peek(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vvc1_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+
+ if (kfifo_get(&display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static void vvc1_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ if (pool_index(vf) == cur_pool_idx)
+ kfifo_put(&recycle_q, (const struct vframe_s *)vf);
+}
+
+static int vvc1_vf_states(struct vframe_states *states, void *op_arg)
+{
+ unsigned long flags;
+
+ spin_lock_irqsave(&lock, flags);
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&newframe_q);
+ states->buf_avail_num = kfifo_len(&display_q);
+ states->buf_recycle_num = kfifo_len(&recycle_q);
+
+ spin_unlock_irqrestore(&lock, flags);
+
+ return 0;
+}
+
+static int vvc1_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+ unsigned long flags;
+ amvdec_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vvc1_vf_prov);
+#endif
+ spin_lock_irqsave(&lock, flags);
+ vvc1_local_init();
+ vvc1_prot_init();
+ spin_unlock_irqrestore(&lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vvc1_vf_prov);
+#endif
+ amvdec_start();
+ }
+ return 0;
+}
+
+int vvc1_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ vstatus->width = vvc1_amstream_dec_info.width;
+ vstatus->height = vvc1_amstream_dec_info.height;
+ if (0 != vvc1_amstream_dec_info.rate)
+ vstatus->fps = 96000 / vvc1_amstream_dec_info.rate;
+ else
+ vstatus->fps = 96000;
+ vstatus->error_count = READ_VREG(AV_SCRATCH_4);
+ vstatus->status = stat;
+
+ return 0;
+}
+
+/****************************************/
+static void vvc1_canvas_init(void)
+{
+ int i;
+ u32 canvas_width, canvas_height;
+ u32 decbuf_size, decbuf_y_size, decbuf_uv_size;
+ u32 disp_addr = 0xffffffff;
+
+ if (buf_size <= 0x00400000) {
+ /* SD only */
+ canvas_width = 768;
+ canvas_height = 576;
+ decbuf_y_size = 0x80000;
+ decbuf_uv_size = 0x20000;
+ decbuf_size = 0x100000;
+ } else {
+ /* HD & SD */
+ canvas_width = 1920;
+ canvas_height = 1088;
+ decbuf_y_size = 0x200000;
+ decbuf_uv_size = 0x80000;
+ decbuf_size = 0x300000;
+ }
+
+ if (is_vpp_postblend()) {
+ struct canvas_s cur_canvas;
+
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0) & 0xff),
+ &cur_canvas);
+ disp_addr = (cur_canvas.addr + 7) >> 3;
+ }
+
+ for (i = 0; i < 8; i++) {
+ if (((buf_start + i * decbuf_size + 7) >> 3) == disp_addr) {
+#ifdef NV21
+ canvas_config(2 * i + 0,
+ buf_start + 8 * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(2 * i + 1,
+ buf_start + 8 * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#else
+ canvas_config(3 * i + 0,
+ buf_start + 8 * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 1,
+ buf_start + 8 * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 2,
+ buf_start + 8 * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+#endif
+ } else {
+#ifdef NV21
+ canvas_config(2 * i + 0,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(2 * i + 1,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+#else
+ canvas_config(3 * i + 0,
+ buf_start + i * decbuf_size,
+ canvas_width, canvas_height,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 1,
+ buf_start + i * decbuf_size +
+ decbuf_y_size, canvas_width / 2,
+ canvas_height / 2, CANVAS_ADDR_NOWRAP,
+ CANVAS_BLKMODE_32X32);
+ canvas_config(3 * i + 2,
+ buf_start + i * decbuf_size +
+ decbuf_y_size + decbuf_uv_size,
+ canvas_width / 2, canvas_height / 2,
+ CANVAS_ADDR_NOWRAP, CANVAS_BLKMODE_32X32);
+#endif
+ }
+ }
+}
+
+static void vvc1_prot_init(void)
+{
+#if 1 /* /MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON6 */
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ READ_VREG(DOS_SW_RESET0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 7) | (1 << 6) | (1 << 4));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+ WRITE_VREG(DOS_SW_RESET0, (1 << 9) | (1 << 8));
+ WRITE_VREG(DOS_SW_RESET0, 0);
+
+#else
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+ READ_MPEG_REG(RESET0_REGISTER);
+ WRITE_MPEG_REG(RESET0_REGISTER,
+ RESET_IQIDCT | RESET_MC | RESET_VLD_PART);
+
+ WRITE_MPEG_REG(RESET2_REGISTER, RESET_PIC_DC | RESET_DBLK);
+#endif
+
+ WRITE_VREG(POWER_CTL_VLD, 0x10);
+ WRITE_VREG_BITS(VLD_MEM_VIFIFO_CONTROL, 2, MEM_FIFO_CNT_BIT, 2);
+ WRITE_VREG_BITS(VLD_MEM_VIFIFO_CONTROL, 8, MEM_LEVEL_CNT_BIT, 6);
+
+ vvc1_canvas_init();
+
+ /* index v << 16 | u << 8 | y */
+#ifdef NV21
+ WRITE_VREG(AV_SCRATCH_0, 0x010100);
+ WRITE_VREG(AV_SCRATCH_1, 0x030302);
+ WRITE_VREG(AV_SCRATCH_2, 0x050504);
+ WRITE_VREG(AV_SCRATCH_3, 0x070706);
+ WRITE_VREG(AV_SCRATCH_G, 0x090908);
+ WRITE_VREG(AV_SCRATCH_H, 0x0b0b0a);
+ WRITE_VREG(AV_SCRATCH_I, 0x0d0d0c);
+ WRITE_VREG(AV_SCRATCH_J, 0x0f0f0e);
+#else
+ WRITE_VREG(AV_SCRATCH_0, 0x020100);
+ WRITE_VREG(AV_SCRATCH_1, 0x050403);
+ WRITE_VREG(AV_SCRATCH_2, 0x080706);
+ WRITE_VREG(AV_SCRATCH_3, 0x0b0a09);
+ WRITE_VREG(AV_SCRATCH_G, 0x090908);
+ WRITE_VREG(AV_SCRATCH_H, 0x0b0b0a);
+ WRITE_VREG(AV_SCRATCH_I, 0x0d0d0c);
+ WRITE_VREG(AV_SCRATCH_J, 0x0f0f0e);
+#endif
+
+ /* notify ucode the buffer offset */
+ WRITE_VREG(AV_SCRATCH_F, buf_offset);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(PSCALE_CTRL, 0);
+
+ WRITE_VREG(VC1_SOS_COUNT, 0);
+ WRITE_VREG(VC1_BUFFERIN, 0);
+ WRITE_VREG(VC1_BUFFEROUT, 0);
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(ASSIST_MBOX1_MASK, 1);
+
+#ifdef NV21
+ SET_VREG_MASK(MDEC_PIC_DC_CTRL, 1 << 17);
+#endif
+}
+
+static void vvc1_local_init(void)
+{
+ int i;
+
+ /* vvc1_ratio = vvc1_amstream_dec_info.ratio; */
+ vvc1_ratio = 0x100;
+
+ avi_flag = (unsigned long) vvc1_amstream_dec_info.param;
+
+ total_frame = 0;
+
+ next_pts = 0;
+
+ next_pts_us64 = 0;
+ saved_resolution = 0;
+ frame_width = frame_height = frame_dur = 0;
+#ifdef DEBUG_PTS
+ pts_hit = pts_missed = pts_i_hit = pts_i_missed = 0;
+#endif
+
+ memset(&frm, 0, sizeof(frm));
+
+ for (i = 0; i < DECODE_BUFFER_NUM_MAX; i++)
+ vfbuf_use[i] = 0;
+
+ INIT_KFIFO(display_q);
+ INIT_KFIFO(recycle_q);
+ INIT_KFIFO(newframe_q);
+ cur_pool_idx ^= 1;
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf;
+ if (cur_pool_idx == 0) {
+ vf = &vfpool[i];
+ vfpool[i].index = DECODE_BUFFER_NUM_MAX;
+ } else {
+ vf = &vfpool2[i];
+ vfpool2[i].index = DECODE_BUFFER_NUM_MAX;
+ }
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+}
+
+#ifdef CONFIG_POST_PROCESS_MANAGER
+static void vvc1_ppmgr_reset(void)
+{
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_RESET, NULL);
+
+ vvc1_local_init();
+
+ /* vf_notify_receiver(PROVIDER_NAME,
+ * VFRAME_EVENT_PROVIDER_START,NULL); */
+
+ pr_info("vvc1dec: vf_ppmgr_reset\n");
+}
+#endif
+
+static void vvc1_put_timer_func(unsigned long arg)
+{
+ struct timer_list *timer = (struct timer_list *)arg;
+
+#if 1
+ if (READ_VREG(VC1_SOS_COUNT) > 10) {
+ amvdec_stop();
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vvc1_ppmgr_reset();
+#else
+ vf_light_unreg_provider(&vvc1_vf_prov);
+ vvc1_local_init();
+ vf_reg_provider(&vvc1_vf_prov);
+#endif
+ vvc1_prot_init();
+ amvdec_start();
+ }
+#endif
+
+ while (!kfifo_is_empty(&recycle_q) && (READ_VREG(VC1_BUFFERIN) == 0)) {
+ struct vframe_s *vf;
+ if (kfifo_get(&recycle_q, &vf)) {
+ if ((vf->index < DECODE_BUFFER_NUM_MAX) &&
+ (--vfbuf_use[vf->index] == 0)) {
+ WRITE_VREG(VC1_BUFFERIN, ~(1 << vf->index));
+ vf->index = DECODE_BUFFER_NUM_MAX;
+ }
+ if (pool_index(vf) == cur_pool_idx)
+ kfifo_put(&newframe_q, (const struct vframe_s *)vf);
+ }
+ }
+ if (frame_dur > 0 && saved_resolution !=
+ frame_width * frame_height * (96000 / frame_dur)) {
+ int fps = 96000 / frame_dur;
+ saved_resolution = frame_width * frame_height * fps;
+ vdec_source_changed(VFORMAT_VC1,
+ frame_width, frame_height, fps);
+ }
+ timer->expires = jiffies + PUT_INTERVAL;
+
+ add_timer(timer);
+}
+
+static s32 vvc1_init(void)
+{
+ pr_info("vvc1_init, format %d\n", vvc1_amstream_dec_info.format);
+ init_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_INIT;
+
+ intra_output = 0;
+ amvdec_enable();
+
+ vvc1_local_init();
+
+ if (vvc1_amstream_dec_info.format == VIDEO_DEC_FORMAT_WMV3) {
+ pr_info("WMV3 dec format\n");
+ vvc1_format = VIDEO_DEC_FORMAT_WMV3;
+ WRITE_VREG(AV_SCRATCH_4, 0);
+ } else if (vvc1_amstream_dec_info.format == VIDEO_DEC_FORMAT_WVC1) {
+ pr_info("WVC1 dec format\n");
+ vvc1_format = VIDEO_DEC_FORMAT_WVC1;
+ WRITE_VREG(AV_SCRATCH_4, 1);
+ } else
+ pr_info("not supported VC1 format\n");
+
+ if (amvdec_loadmc_ex(VFORMAT_VC1, "vc1_mc", NULL) < 0) {
+ amvdec_disable();
+
+ pr_info("failed\n");
+ return -EBUSY;
+ }
+
+ stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vvc1_prot_init();
+
+ if (vdec_request_irq(VDEC_IRQ_1, vvc1_isr,
+ "vvc1-irq", (void *)vvc1_dec_id)) {
+ amvdec_disable();
+
+ pr_info("vvc1 irq register error.\n");
+ return -ENOENT;
+ }
+
+ stat |= STAT_ISR_REG;
+#ifdef CONFIG_POST_PROCESS_MANAGER
+ vf_provider_init(&vvc1_vf_prov,
+ PROVIDER_NAME, &vvc1_vf_provider, NULL);
+ vf_reg_provider(&vvc1_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_START, NULL);
+#else
+ vf_provider_init(&vvc1_vf_prov,
+ PROVIDER_NAME, &vvc1_vf_provider, NULL);
+ vf_reg_provider(&vvc1_vf_prov);
+#endif
+
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)vvc1_amstream_dec_info.rate));
+
+ stat |= STAT_VF_HOOK;
+
+ recycle_timer.data = (ulong)&recycle_timer;
+ recycle_timer.function = vvc1_put_timer_func;
+ recycle_timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&recycle_timer);
+
+ stat |= STAT_TIMER_ARM;
+
+ amvdec_start();
+
+ stat |= STAT_VDEC_RUN;
+
+ return 0;
+}
+
+static int amvdec_vc1_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ if (pdata == NULL) {
+ pr_info("amvdec_vc1 memory resource undefined.\n");
+ return -EFAULT;
+ }
+
+ buf_start = pdata->mem_start;
+ buf_size = pdata->mem_end - pdata->mem_start + 1;
+ buf_offset = buf_start - ORI_BUFFER_START_ADDR;
+
+ if (pdata->sys_info)
+ vvc1_amstream_dec_info = *pdata->sys_info;
+
+ pdata->dec_status = vvc1_dec_status;
+
+ if (vvc1_init() < 0) {
+ pr_info("amvdec_vc1 init failed.\n");
+
+ return -ENODEV;
+ }
+
+ return 0;
+}
+
+static int amvdec_vc1_remove(struct platform_device *pdev)
+{
+ if (stat & STAT_VDEC_RUN) {
+ amvdec_stop();
+ stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (stat & STAT_ISR_REG) {
+ vdec_free_irq(VDEC_IRQ_1, (void *)vvc1_dec_id);
+ stat &= ~STAT_ISR_REG;
+ }
+
+ if (stat & STAT_TIMER_ARM) {
+ del_timer_sync(&recycle_timer);
+ stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (stat & STAT_VF_HOOK) {
+ vf_notify_receiver(PROVIDER_NAME,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vvc1_vf_prov);
+ stat &= ~STAT_VF_HOOK;
+ }
+
+ amvdec_disable();
+
+#ifdef DEBUG_PTS
+ pr_info("pts hit %d, pts missed %d, i hit %d, missed %d\n", pts_hit,
+ pts_missed, pts_i_hit, pts_i_missed);
+ pr_info("total frame %d, avi_flag %d, rate %d\n",
+ total_frame, avi_flag,
+ vvc1_amstream_dec_info.rate);
+#endif
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_vc1_driver = {
+ .probe = amvdec_vc1_probe,
+ .remove = amvdec_vc1_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+#if defined(CONFIG_ARCH_MESON) /*meson1 only support progressive */
+static struct codec_profile_t amvdec_vc1_profile = {
+ .name = "vc1",
+ .profile = "progressive, wmv3"
+};
+#else
+static struct codec_profile_t amvdec_vc1_profile = {
+ .name = "vc1",
+ .profile = "progressive, interlace, wmv3"
+};
+#endif
+
+static int __init amvdec_vc1_driver_init_module(void)
+{
+ pr_debug("amvdec_vc1 module init\n");
+
+ if (platform_driver_register(&amvdec_vc1_driver)) {
+ pr_err("failed to register amvdec_vc1 driver\n");
+ return -ENODEV;
+ }
+ vcodec_profile_register(&amvdec_vc1_profile);
+ return 0;
+}
+
+static void __exit amvdec_vc1_driver_remove_module(void)
+{
+ pr_debug("amvdec_vc1 module remove.\n");
+
+ platform_driver_unregister(&amvdec_vc1_driver);
+}
+
+/****************************************/
+
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_vc1 stat\n");
+
+module_init(amvdec_vc1_driver_init_module);
+module_exit(amvdec_vc1_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC VC1 Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Qi Wang <qi.wang@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/vp9/vvp9.c b/drivers/frame_provider/decoder/vp9/vvp9.c
new file mode 100644
index 0000000..91f1b5d
--- a/dev/null
+++ b/drivers/frame_provider/decoder/vp9/vvp9.c
@@ -0,0 +1,6904 @@
+ /*
+ * drivers/amlogic/amports/vvp9.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/semaphore.h>
+#include <linux/delay.h>
+#include <linux/timer.h>
+#include <linux/kfifo.h>
+#include <linux/kthread.h>
+#include <linux/spinlock.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/vfm/vframe.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/utils/vformat.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+#include <linux/amlogic/media/canvas/canvas.h>
+#include <linux/amlogic/media/vfm/vframe_provider.h>
+#include <linux/amlogic/media/vfm/vframe_receiver.h>
+#include <linux/dma-mapping.h>
+#include <linux/dma-contiguous.h>
+#include <linux/slab.h>
+#include "../../../stream_input/amports/amports_priv.h"
+#include <linux/amlogic/media/codec_mm/codec_mm.h>
+#include "../utils/decoder_mmu_box.h"
+#include "../utils/decoder_bmmu_box.h"
+
+#define MEM_NAME "codec_vp9"
+/* #include <mach/am_regs.h> */
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../utils/vdec.h"
+#include "../utils/amvdec.h"
+
+//#include "video.h"
+
+#define MIX_STREAM_SUPPORT
+#define SUPPORT_4K2K
+
+#include "vvp9.h"
+#define VP9D_MPP_REFINFO_TBL_ACCCONFIG 0x3442
+#define VP9D_MPP_REFINFO_DATA 0x3443
+#define VP9D_MPP_REF_SCALE_ENBL 0x3441
+#define HEVC_MPRED_CTRL4 0x324c
+#define HEVC_CM_HEADER_START_ADDR 0x3628
+#define HEVC_DBLK_CFGB 0x350b
+#define HEVCD_MPP_ANC2AXI_TBL_DATA 0x3464
+#define HEVC_SAO_MMU_VH1_ADDR 0x363b
+#define HEVC_SAO_MMU_VH0_ADDR 0x363a
+#define HEVC_SAO_MMU_STATUS 0x3639
+
+
+#define VP9_10B_DEC_IDLE 0
+#define VP9_10B_DEC_FRAME_HEADER 1
+#define VP9_10B_DEC_SLICE_SEGMENT 2
+#define VP9_10B_DECODE_SLICE 5
+#define VP9_10B_DISCARD_NAL 6
+#define VP9_DUMP_LMEM 7
+#define HEVC_DECPIC_DATA_DONE 0xa
+#define HEVC_DECPIC_DATA_ERROR 0xb
+#define HEVC_NAL_DECODE_DONE 0xe
+#define HEVC_DECODE_BUFEMPTY 0x20
+#define HEVC_DECODE_TIMEOUT 0x21
+#define HEVC_SEARCH_BUFEMPTY 0x22
+#define VP9_HEAD_PARSER_DONE 0xf0
+#define VP9_HEAD_SEARCH_DONE 0xf1
+#define VP9_EOS 0xf2
+#define HEVC_ACTION_DONE 0xff
+
+#define MAX_BUF_NUM 24
+#define MAX_REF_ACTIVE 16
+#define VF_POOL_SIZE 32
+
+#undef pr_info
+#define pr_info printk
+
+#define DECODE_MODE_SINGLE 0
+#define DECODE_MODE_MULTI_STREAMBASE 1
+#define DECODE_MODE_MULTI_FRAMEBASE 2
+
+/*---------------------------------------------------
+ Include "parser_cmd.h"
+---------------------------------------------------*/
+#define PARSER_CMD_SKIP_CFG_0 0x0000090b
+
+#define PARSER_CMD_SKIP_CFG_1 0x1b14140f
+
+#define PARSER_CMD_SKIP_CFG_2 0x001b1910
+
+#define PARSER_CMD_NUMBER 37
+
+unsigned short parser_cmd[PARSER_CMD_NUMBER] = {
+0x0401,
+0x8401,
+0x0800,
+0x0402,
+0x9002,
+0x1423,
+0x8CC3,
+0x1423,
+0x8804,
+0x9825,
+0x0800,
+0x04FE,
+0x8406,
+0x8411,
+0x1800,
+0x8408,
+0x8409,
+0x8C2A,
+0x9C2B,
+0x1C00,
+0x840F,
+0x8407,
+0x8000,
+0x8408,
+0x2000,
+0xA800,
+0x8410,
+0x04DE,
+0x840C,
+0x840D,
+0xAC00,
+0xA000,
+0x08C0,
+0x08E0,
+0xA40E,
+0xFC00,
+0x7C00
+};
+/*#define HEVC_PIC_STRUCT_SUPPORT*/
+/* to remove, fix build error */
+
+/*#define CODEC_MM_FLAGS_FOR_VDECODER 0*/
+
+#define MULTI_INSTANCE_SUPPORT
+#define SUPPORT_10BIT
+/* #define ERROR_HANDLE_DEBUG */
+#if 0 /* MESON_CPU_TYPE == MESON_CPU_TYPE_MESON8B*/
+#undef SUPPORT_4K2K
+#else
+#define SUPPORT_4K2K
+#endif
+
+#ifndef STAT_KTHREAD
+#define STAT_KTHREAD 0x40
+#endif
+
+#ifdef MULTI_INSTANCE_SUPPORT
+#define MAX_DECODE_INSTANCE_NUM 5
+#define MULTI_DRIVER_NAME "ammvdec_vp9"
+#endif
+
+#define DRIVER_NAME "amvdec_vp9"
+#define MODULE_NAME "amvdec_vp9"
+
+#define PUT_INTERVAL (HZ/100)
+#define ERROR_SYSTEM_RESET_COUNT 200
+
+#define PTS_NORMAL 0
+#define PTS_NONE_REF_USE_DURATION 1
+
+#define PTS_MODE_SWITCHING_THRESHOLD 3
+#define PTS_MODE_SWITCHING_RECOVERY_THREASHOLD 3
+
+#define DUR2PTS(x) ((x)*90/96)
+
+struct VP9Decoder_s;
+static int vvp9_vf_states(struct vframe_states *states, void *);
+static struct vframe_s *vvp9_vf_peek(void *);
+static struct vframe_s *vvp9_vf_get(void *);
+static void vvp9_vf_put(struct vframe_s *, void *);
+static int vvp9_event_cb(int type, void *data, void *private_data);
+
+static int vvp9_stop(struct VP9Decoder_s *pbi);
+static s32 vvp9_init(struct VP9Decoder_s *pbi);
+static void vvp9_prot_init(struct VP9Decoder_s *pbi);
+static int vvp9_local_init(struct VP9Decoder_s *pbi);
+static void vvp9_put_timer_func(unsigned long arg);
+#ifdef VP9_10B_MMU
+static int vp9_alloc_mmu(
+ struct VP9Decoder_s *pbi,
+ int cur_buf_idx,
+ int pic_width,
+ int pic_height,
+ unsigned short bit_depth,
+ unsigned int *mmu_index_adr);
+#endif
+
+static const char vvp9_dec_id[] = "vvp9-dev";
+
+#define PROVIDER_NAME "decoder.vp9"
+#define MULTI_INSTANCE_PROVIDER_NAME "vdec.vp9"
+
+static const struct vframe_operations_s vvp9_vf_provider = {
+ .peek = vvp9_vf_peek,
+ .get = vvp9_vf_get,
+ .put = vvp9_vf_put,
+ .event_cb = vvp9_event_cb,
+ .vf_states = vvp9_vf_states,
+};
+
+static struct vframe_provider_s vvp9_vf_prov;
+
+static u32 bit_depth_luma;
+static u32 bit_depth_chroma;
+static u32 frame_width;
+static u32 frame_height;
+static u32 video_signal_type;
+static u32 pts_unstable;
+static u32 on_no_keyframe_skiped;
+
+
+#define PROB_SIZE (496 * 2 * 4)
+#define PROB_BUF_SIZE (0x5000)
+#define COUNT_BUF_SIZE (0x300 * 4 * 4)
+/*compute_losless_comp_body_size(4096, 2304, 1) = 18874368(0x1200000)*/
+#define MAX_FRAME_4K_NUM 0x1200
+#define FRAME_MMU_MAP_SIZE (MAX_FRAME_4K_NUM * 4)
+
+static inline int div_r32(int64_t m, int n)
+{
+/*
+return (int)(m/n)
+*/
+#ifndef CONFIG_ARM64
+ do_div(m, n);
+ return (int)m;
+#else
+ return (int)(m/n);
+#endif
+}
+
+
+/*USE_BUF_BLOCK*/
+struct BUF_s {
+ int index;
+ unsigned int alloc_flag;
+ /*buffer */
+ unsigned int cma_page_count;
+ unsigned long alloc_addr;
+ unsigned long start_adr;
+ unsigned int size;
+
+ unsigned int free_start_adr;
+} /*BUF_t */;
+
+
+ /* #undef BUFMGR_ONLY to enable hardware configuration */
+
+/*#define TEST_WR_PTR_INC*/
+#define WR_PTR_INC_NUM 128
+
+#define SIMULATION
+#define DOS_PROJECT
+#undef MEMORY_MAP_IN_REAL_CHIP
+
+/*#undef DOS_PROJECT*/
+/*#define MEMORY_MAP_IN_REAL_CHIP*/
+
+/*#define BUFFER_MGR_ONLY*/
+/*#define CONFIG_HEVC_CLK_FORCED_ON*/
+/*#define ENABLE_SWAP_TEST*/
+#define MCRCC_ENABLE
+
+#ifdef VP9_10B_NV21
+#define MEM_MAP_MODE 2 /* 0:linear 1:32x32 2:64x32*/
+#else
+#define MEM_MAP_MODE 0 /* 0:linear 1:32x32 2:64x32*/
+#endif
+
+#define VP9_LPF_LVL_UPDATE
+/*#define DBG_LF_PRINT*/
+
+#ifdef VP9_10B_NV21
+#else
+#define LOSLESS_COMPRESS_MODE
+#endif
+
+#define DOUBLE_WRITE_YSTART_TEMP 0x02000000
+#define DOUBLE_WRITE_CSTART_TEMP 0x02900000
+
+
+
+typedef unsigned int u32;
+typedef unsigned short u16;
+
+#define VP9_DEBUG_BUFMGR 0x01
+#define VP9_DEBUG_BUFMGR_MORE 0x02
+#define VP9_DEBUG_UCODE 0x04
+#define VP9_DEBUG_REG 0x08
+#define VP9_DEBUG_MERGE 0x10
+#define VP9_DEBUG_BASIC 0x40
+#define VP9_DEBUG_SEND_PARAM_WITH_REG 0x100
+#define VP9_DEBUG_NO_DISPLAY 0x200
+#define VP9_DEBUG_DBG_LF_PRINT 0x400
+#define VP9_DEBUG_OUT_PTS 0x800
+#define VP9_DEBUG_VF_REF 0x1000
+#define VP9_DEBUG_DIS_LOC_ERROR_PROC 0x10000
+#define VP9_DEBUG_DIS_SYS_ERROR_PROC 0x20000
+#define VP9_DEBUG_DUMP_PIC_LIST 0x40000
+#define VP9_DEBUG_TRIG_SLICE_SEGMENT_PROC 0x80000
+#define VP9_DEBUG_HW_RESET 0x100000
+#define VP9_DEBUG_LOAD_UCODE_FROM_FILE 0x200000
+#define VP9_DEBUG_ERROR_TRIG 0x400000
+#define VP9_DEBUG_NOWAIT_DECODE_DONE_WHEN_STOP 0x4000000
+#ifdef MULTI_INSTANCE_SUPPORT
+#define PRINT_FLAG_ERROR 0
+#define PRINT_FLAG_UCODE_EVT 0x10000000
+#define PRINT_FLAG_VDEC_STATUS 0x20000000
+#define PRINT_FLAG_VDEC_DETAIL 0x40000000
+#define PRINT_FLAG_VDEC_DATA 0x80000000
+#endif
+
+static u32 debug;
+
+#define DEBUG_REG
+#ifdef DEBUG_REG
+void WRITE_VREG_DBG2(unsigned adr, unsigned val)
+{
+ if (debug & VP9_DEBUG_REG)
+ pr_info("%s(%x, %x)\n", __func__, adr, val);
+ if (adr != 0)
+ WRITE_VREG(adr, val);
+}
+
+#undef WRITE_VREG
+#define WRITE_VREG WRITE_VREG_DBG2
+#endif
+
+/**************************************************
+
+VP9 buffer management start
+
+***************************************************/
+#ifdef VP9_10B_MMU
+#define MMU_COMPRESS_HEADER_SIZE 0x48000
+#endif
+
+#define INVALID_IDX -1 /* Invalid buffer index.*/
+
+#define RPM_BEGIN 0x200
+#define RPM_END 0x280
+
+union param_u {
+ struct {
+ unsigned short data[RPM_END - RPM_BEGIN];
+ } l;
+ struct {
+ /* from ucode lmem, do not change this struct */
+ unsigned short profile;
+ unsigned short show_existing_frame;
+ unsigned short frame_to_show_idx;
+ unsigned short frame_type; /*1 bit*/
+ unsigned short show_frame; /*1 bit*/
+ unsigned short error_resilient_mode; /*1 bit*/
+ unsigned short intra_only; /*1 bit*/
+ unsigned short display_size_present; /*1 bit*/
+ unsigned short reset_frame_context;
+ unsigned short refresh_frame_flags;
+ unsigned short width;
+ unsigned short height;
+ unsigned short display_width;
+ unsigned short display_height;
+ /*
+ bit[11:8] - ref_frame_info_0 (ref(3-bits), ref_frame_sign_bias(1-bit))
+ bit[7:4] - ref_frame_info_1 (ref(3-bits), ref_frame_sign_bias(1-bit))
+ bit[3:0] - ref_frame_info_2 (ref(3-bits), ref_frame_sign_bias(1-bit))
+ */
+ unsigned short ref_info;
+ /*
+ bit[2]: same_frame_size0
+ bit[1]: same_frame_size1
+ bit[0]: same_frame_size2
+ */
+ unsigned short same_frame_size;
+
+ unsigned short mode_ref_delta_enabled;
+ unsigned short ref_deltas[4];
+ unsigned short mode_deltas[2];
+ unsigned short filter_level;
+ unsigned short sharpness_level;
+ unsigned short bit_depth;
+ unsigned short seg_quant_info[8];
+ unsigned short seg_enabled;
+ unsigned short seg_abs_delta;
+ /* bit 15: feature enabled; bit 8, sign; bit[5:0], data */
+ unsigned short seg_lf_info[8];
+ } p;
+};
+
+
+struct vpx_codec_frame_buffer_s {
+ uint8_t *data; /**< Pointer to the data buffer */
+ size_t size; /**< Size of data in bytes */
+ void *priv; /**< Frame's private data */
+};
+
+enum vpx_color_space_t {
+ VPX_CS_UNKNOWN = 0, /**< Unknown */
+ VPX_CS_BT_601 = 1, /**< BT.601 */
+ VPX_CS_BT_709 = 2, /**< BT.709 */
+ VPX_CS_SMPTE_170 = 3, /**< SMPTE.170 */
+ VPX_CS_SMPTE_240 = 4, /**< SMPTE.240 */
+ VPX_CS_BT_2020 = 5, /**< BT.2020 */
+ VPX_CS_RESERVED = 6, /**< Reserved */
+ VPX_CS_SRGB = 7 /**< sRGB */
+}; /**< alias for enum vpx_color_space */
+
+enum vpx_bit_depth_t {
+ VPX_BITS_8 = 8, /**< 8 bits */
+ VPX_BITS_10 = 10, /**< 10 bits */
+ VPX_BITS_12 = 12, /**< 12 bits */
+};
+
+#define MAX_SLICE_NUM 1024
+struct PIC_BUFFER_CONFIG_s {
+ int index;
+ int BUF_index;
+ int comp_body_size;
+ int buf_size;
+ int vf_ref;
+ int y_canvas_index;
+ int uv_canvas_index;
+#ifdef MULTI_INSTANCE_SUPPORT
+ struct canvas_config_s canvas_config[2];
+#endif
+ int decode_idx;
+ int slice_type;
+ int num_reorder_pic;
+ int stream_offset;
+ uint8_t used_by_display;
+ uint8_t referenced;
+ uint8_t output_mark;
+ uint8_t recon_mark;
+ uint8_t output_ready;
+ uint8_t error_mark;
+ /**/
+ int slice_idx;
+ /*buffer*/
+#ifdef VP9_10B_MMU
+ unsigned long header_adr;
+#endif
+ unsigned long mpred_mv_wr_start_addr;
+ unsigned long mc_y_adr;
+ unsigned long mc_u_v_adr;
+ unsigned int dw_y_adr;
+ unsigned int dw_u_v_adr;
+ int mc_canvas_y;
+ int mc_canvas_u_v;
+
+ int lcu_total;
+ /**/
+ int y_width;
+ int y_height;
+ int y_crop_width;
+ int y_crop_height;
+ int y_stride;
+
+ int uv_width;
+ int uv_height;
+ int uv_crop_width;
+ int uv_crop_height;
+ int uv_stride;
+
+ int alpha_width;
+ int alpha_height;
+ int alpha_stride;
+
+ uint8_t *y_buffer;
+ uint8_t *u_buffer;
+ uint8_t *v_buffer;
+ uint8_t *alpha_buffer;
+
+ uint8_t *buffer_alloc;
+ int buffer_alloc_sz;
+ int border;
+ int frame_size;
+ int subsampling_x;
+ int subsampling_y;
+ unsigned int bit_depth;
+ enum vpx_color_space_t color_space;
+
+ int corrupted;
+ int flags;
+ unsigned long cma_alloc_addr;
+} PIC_BUFFER_CONFIG;
+
+enum BITSTREAM_PROFILE {
+ PROFILE_0,
+ PROFILE_1,
+ PROFILE_2,
+ PROFILE_3,
+ MAX_PROFILES
+};
+
+enum FRAME_TYPE {
+ KEY_FRAME = 0,
+ INTER_FRAME = 1,
+ FRAME_TYPES,
+};
+
+enum REFERENCE_MODE {
+ SINGLE_REFERENCE = 0,
+ COMPOUND_REFERENCE = 1,
+ REFERENCE_MODE_SELECT = 2,
+ REFERENCE_MODES = 3,
+};
+
+#define NONE -1
+#define INTRA_FRAME 0
+#define LAST_FRAME 1
+#define GOLDEN_FRAME 2
+#define ALTREF_FRAME 3
+#define MAX_REF_FRAMES 4
+
+#define REFS_PER_FRAME 3
+
+#define REF_FRAMES_LOG2 3
+#define REF_FRAMES (1 << REF_FRAMES_LOG2)
+
+/*4 scratch frames for the new frames to support a maximum of 4 cores decoding
+in parallel, 3 for scaled references on the encoder.
+TODO(hkuang): Add ondemand frame buffers instead of hardcoding the number
+// of framebuffers.
+TODO(jkoleszar): These 3 extra references could probably come from the
+normal reference pool.*/
+#define FRAME_BUFFERS (REF_FRAMES + 7)
+
+#define FRAME_CONTEXTS_LOG2 2
+#define FRAME_CONTEXTS (1 << FRAME_CONTEXTS_LOG2)
+#define MAX_BMMU_BUFFER_NUM (FRAME_BUFFERS + 1)
+#define WORK_SPACE_BUF_ID (FRAME_BUFFERS)
+
+struct RefCntBuffer_s {
+ int ref_count;
+ /*MV_REF *mvs;*/
+ int mi_rows;
+ int mi_cols;
+ struct vpx_codec_frame_buffer_s raw_frame_buffer;
+ struct PIC_BUFFER_CONFIG_s buf;
+
+/*The Following variables will only be used in frame parallel decode.
+
+frame_worker_owner indicates which FrameWorker owns this buffer. NULL means
+that no FrameWorker owns, or is decoding, this buffer.
+VP9Worker *frame_worker_owner;
+
+row and col indicate which position frame has been decoded to in real
+pixel unit. They are reset to -1 when decoding begins and set to INT_MAX
+when the frame is fully decoded.*/
+ int row;
+ int col;
+} RefCntBuffer;
+
+struct RefBuffer_s {
+/*TODO(dkovalev): idx is not really required and should be removed, now it
+is used in vp9_onyxd_if.c*/
+ int idx;
+ struct PIC_BUFFER_CONFIG_s *buf;
+ /*struct scale_factors sf;*/
+} RefBuffer;
+
+struct InternalFrameBuffer_s {
+ uint8_t *data;
+ size_t size;
+ int in_use;
+} InternalFrameBuffer;
+
+struct InternalFrameBufferList_s {
+ int num_internal_frame_buffers;
+ struct InternalFrameBuffer_s *int_fb;
+} InternalFrameBufferList;
+
+struct BufferPool_s {
+/*Protect BufferPool from being accessed by several FrameWorkers at
+the same time during frame parallel decode.
+TODO(hkuang): Try to use atomic variable instead of locking the whole pool.
+
+Private data associated with the frame buffer callbacks.
+void *cb_priv;
+
+vpx_get_frame_buffer_cb_fn_t get_fb_cb;
+vpx_release_frame_buffer_cb_fn_t release_fb_cb;*/
+
+ struct RefCntBuffer_s frame_bufs[FRAME_BUFFERS];
+
+/*Frame buffers allocated internally by the codec.*/
+ struct InternalFrameBufferList_s int_frame_buffers;
+ unsigned long flags;
+ spinlock_t lock;
+
+} BufferPool;
+
+static void lock_buffer_pool(struct BufferPool_s *pool)
+{
+ spin_lock_irqsave(&pool->lock, pool->flags);
+}
+static void unlock_buffer_pool(struct BufferPool_s *pool)
+{
+ spin_unlock_irqrestore(&pool->lock, pool->flags);
+}
+
+struct VP9_Common_s {
+ enum vpx_color_space_t color_space;
+ int width;
+ int height;
+ int display_width;
+ int display_height;
+ int last_width;
+ int last_height;
+
+ int subsampling_x;
+ int subsampling_y;
+
+ int use_highbitdepth;/*Marks if we need to use 16bit frame buffers.*/
+
+ struct PIC_BUFFER_CONFIG_s *frame_to_show;
+ struct RefCntBuffer_s *prev_frame;
+
+ /*TODO(hkuang): Combine this with cur_buf in macroblockd.*/
+ struct RefCntBuffer_s *cur_frame;
+
+ int ref_frame_map[REF_FRAMES]; /* maps fb_idx to reference slot */
+
+ /*Prepare ref_frame_map for the next frame.
+ Only used in frame parallel decode.*/
+ int next_ref_frame_map[REF_FRAMES];
+
+ /* TODO(jkoleszar): could expand active_ref_idx to 4,
+ with 0 as intra, and roll new_fb_idx into it.*/
+
+ /*Each frame can reference REFS_PER_FRAME buffers*/
+ struct RefBuffer_s frame_refs[REFS_PER_FRAME];
+
+ int prev_fb_idx;
+ int new_fb_idx;
+
+ /*last frame's frame type for motion search*/
+ enum FRAME_TYPE last_frame_type;
+ enum FRAME_TYPE frame_type;
+
+ int show_frame;
+ int last_show_frame;
+ int show_existing_frame;
+
+ /*Flag signaling that the frame is encoded using only INTRA modes.*/
+ uint8_t intra_only;
+ uint8_t last_intra_only;
+
+ int allow_high_precision_mv;
+
+ /*Flag signaling that the frame context should be reset to default
+ values. 0 or 1 implies don't reset, 2 reset just the context
+ specified in the frame header, 3 reset all contexts.*/
+ int reset_frame_context;
+
+ /*MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
+ MODE_INFO (8-pixel) units.*/
+ int MBs;
+ int mb_rows, mi_rows;
+ int mb_cols, mi_cols;
+ int mi_stride;
+
+ /*Whether to use previous frame's motion vectors for prediction.*/
+ int use_prev_frame_mvs;
+
+ int refresh_frame_context; /* Two state 0 = NO, 1 = YES */
+
+ int ref_frame_sign_bias[MAX_REF_FRAMES]; /* Two state 0, 1 */
+
+ /*struct loopfilter lf;*/
+ /*struct segmentation seg;*/
+
+ /*TODO(hkuang):Remove this as it is the same as frame_parallel_decode*/
+ /* in pbi.*/
+ int frame_parallel_decode; /* frame-based threading.*/
+
+ /*Context probabilities for reference frame prediction*/
+ /*MV_REFERENCE_FRAME comp_fixed_ref;*/
+ /*MV_REFERENCE_FRAME comp_var_ref[2];*/
+ enum REFERENCE_MODE reference_mode;
+
+ /*FRAME_CONTEXT *fc; */ /* this frame entropy */
+ /*FRAME_CONTEXT *frame_contexts; */ /*FRAME_CONTEXTS*/
+ /*unsigned int frame_context_idx; *//* Context to use/update */
+ /*FRAME_COUNTS counts;*/
+
+ unsigned int current_video_frame;
+ enum BITSTREAM_PROFILE profile;
+
+ enum vpx_bit_depth_t bit_depth;
+
+ int error_resilient_mode;
+ int frame_parallel_decoding_mode;
+
+ int byte_alignment;
+ int skip_loop_filter;
+
+ /*External BufferPool passed from outside.*/
+ struct BufferPool_s *buffer_pool;
+
+ int above_context_alloc_cols;
+
+} VP9_COMMON;
+
+static void set_canvas(struct PIC_BUFFER_CONFIG_s *pic_config);
+static int prepare_display_buf(struct VP9Decoder_s *pbi,
+ struct PIC_BUFFER_CONFIG_s *pic_config);
+static int get_free_fb(struct VP9_Common_s *cm)
+{
+ struct RefCntBuffer_s *const frame_bufs = cm->buffer_pool->frame_bufs;
+ int i;
+
+ lock_buffer_pool(cm->buffer_pool);
+ for (i = 0; i < FRAME_BUFFERS; ++i) {
+ if (debug & VP9_DEBUG_BUFMGR_MORE)
+ pr_info("%s:%d, ref_count %d vf_ref %d used_by_d %d index %d\r\n",
+ __func__, i, frame_bufs[i].ref_count,
+ frame_bufs[i].buf.vf_ref,
+ frame_bufs[i].buf.used_by_display,
+ frame_bufs[i].buf.index);
+ if ((frame_bufs[i].ref_count == 0) &&
+ (frame_bufs[i].buf.vf_ref == 0) &&
+ (frame_bufs[i].buf.used_by_display == 0) &&
+ (frame_bufs[i].buf.index != -1)
+ )
+ break;
+ }
+ if (i != FRAME_BUFFERS) {
+ frame_bufs[i].ref_count = 1;
+ /*pr_info("[MMU DEBUG 1] set ref_count[%d] : %d\r\n",
+ i, frame_bufs[i].ref_count);*/
+ } else {
+ /* Reset i to be INVALID_IDX to indicate
+ no free buffer found*/
+ i = INVALID_IDX;
+ }
+
+ unlock_buffer_pool(cm->buffer_pool);
+ return i;
+}
+
+static unsigned char is_buffer_empty(struct VP9_Common_s *cm)
+{
+ struct RefCntBuffer_s *const frame_bufs = cm->buffer_pool->frame_bufs;
+ int i;
+
+ for (i = 0; i < FRAME_BUFFERS; ++i)
+ if ((frame_bufs[i].ref_count == 0) &&
+ (frame_bufs[i].buf.vf_ref == 0) &&
+ (frame_bufs[i].buf.used_by_display == 0) &&
+ (frame_bufs[i].buf.index != -1)
+ )
+ break;
+ if (i != FRAME_BUFFERS)
+ return 0;
+
+ return 1;
+}
+
+static struct PIC_BUFFER_CONFIG_s *get_frame_new_buffer(struct VP9_Common_s *cm)
+{
+ return &cm->buffer_pool->frame_bufs[cm->new_fb_idx].buf;
+}
+
+static void ref_cnt_fb(struct RefCntBuffer_s *bufs, int *idx, int new_idx)
+{
+ const int ref_index = *idx;
+
+ if (ref_index >= 0 && bufs[ref_index].ref_count > 0) {
+ bufs[ref_index].ref_count--;
+ /*pr_info("[MMU DEBUG 2] dec ref_count[%d] : %d\r\n",
+ ref_index, bufs[ref_index].ref_count);*/
+ }
+
+ *idx = new_idx;
+
+ bufs[new_idx].ref_count++;
+ /*pr_info("[MMU DEBUG 3] inc ref_count[%d] : %d\r\n",
+ new_idx, bufs[new_idx].ref_count);*/
+}
+
+int vp9_release_frame_buffer(struct vpx_codec_frame_buffer_s *fb)
+{
+ struct InternalFrameBuffer_s *const int_fb =
+ (struct InternalFrameBuffer_s *)fb->priv;
+ if (int_fb)
+ int_fb->in_use = 0;
+ return 0;
+}
+
+static int compute_losless_comp_body_size(int width, int height,
+ uint8_t is_bit_depth_10);
+
+static void setup_display_size(struct VP9_Common_s *cm, union param_u *params,
+ int print_header_info)
+{
+ cm->display_width = cm->width;
+ cm->display_height = cm->height;
+ if (params->p.display_size_present) {
+ if (print_header_info)
+ pr_info(" * 1-bit display_size_present read : 1\n");
+ cm->display_width = params->p.display_width;
+ cm->display_height = params->p.display_height;
+ /*vp9_read_frame_size(rb, &cm->display_width,
+ &cm->display_height);*/
+ } else {
+ if (print_header_info)
+ pr_info(" * 1-bit display_size_present read : 0\n");
+ }
+}
+
+static void resize_context_buffers(struct VP9_Common_s *cm, int width,
+ int height)
+{
+ if (cm->width != width || cm->height != height) {
+ /* to do ..*/
+ cm->width = width;
+ cm->height = height;
+ pr_info("%s (%d,%d)=>(%d,%d)\r\n", __func__, cm->width,
+ cm->height, width, height);
+ }
+ /*
+ if (cm->cur_frame->mvs == NULL ||
+ cm->mi_rows > cm->cur_frame->mi_rows ||
+ cm->mi_cols > cm->cur_frame->mi_cols) {
+ resize_mv_buffer(cm);
+ }
+ */
+}
+
+static int valid_ref_frame_size(int ref_width, int ref_height,
+ int this_width, int this_height) {
+ return 2 * this_width >= ref_width &&
+ 2 * this_height >= ref_height &&
+ this_width <= 16 * ref_width &&
+ this_height <= 16 * ref_height;
+}
+
+/*
+static int valid_ref_frame_img_fmt(enum vpx_bit_depth_t ref_bit_depth,
+ int ref_xss, int ref_yss,
+ enum vpx_bit_depth_t this_bit_depth,
+ int this_xss, int this_yss) {
+ return ref_bit_depth == this_bit_depth && ref_xss == this_xss &&
+ ref_yss == this_yss;
+}
+*/
+
+
+static int setup_frame_size(
+ struct VP9Decoder_s *pbi,
+ struct VP9_Common_s *cm, union param_u *params,
+ unsigned int *mmu_index_adr,
+ int print_header_info) {
+ int width, height;
+ struct BufferPool_s * const pool = cm->buffer_pool;
+ struct PIC_BUFFER_CONFIG_s *ybf;
+ int ret = 0;
+
+ width = params->p.width;
+ height = params->p.height;
+ /*vp9_read_frame_size(rb, &width, &height);*/
+ if (print_header_info)
+ pr_info(" * 16-bits w read : %d (width : %d)\n", width, height);
+ if (print_header_info)
+ pr_info
+ (" * 16-bits h read : %d (height : %d)\n", width, height);
+
+ WRITE_VREG(HEVC_PARSER_PICTURE_SIZE, (height << 16) | width);
+
+#ifdef VP9_10B_MMU
+ /* if(cm->prev_fb_idx >= 0) release_unused_4k(cm->prev_fb_idx);*/
+ /* cm->prev_fb_idx = cm->new_fb_idx;*/
+ /*pr_info
+ ("[DEBUG DEBUG]Before alloc_mmu, prev_fb_idx : %d, new_fb_idx : %d\r\n",
+ cm->prev_fb_idx, cm->new_fb_idx);*/
+ ret = vp9_alloc_mmu(pbi,
+ cm->new_fb_idx,
+ params->p.width,
+ params->p.height,
+ params->p.bit_depth,
+ mmu_index_adr);
+ if (ret != 0) {
+ pr_err("can't alloc need mmu1,idx %d ret =%d\n",
+ cm->new_fb_idx,
+ ret);
+ return ret;
+ }
+#endif
+
+ resize_context_buffers(cm, width, height);
+ setup_display_size(cm, params, print_header_info);
+#if 0
+ lock_buffer_pool(pool);
+ if (vp9_realloc_frame_buffer(
+ get_frame_new_buffer(cm), cm->width, cm->height,
+ cm->subsampling_x, cm->subsampling_y,
+#if CONFIG_VP9_HIGHBITDEPTH
+ cm->use_highbitdepth,
+#endif
+ VP9_DEC_BORDER_IN_PIXELS,
+ cm->byte_alignment,
+ &pool->frame_bufs[cm->new_fb_idx].raw_frame_buffer,
+ pool->get_fb_cb, pool->cb_priv)) {
+ unlock_buffer_pool(pool);
+ vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
+ "Failed to allocate frame buffer");
+ }
+ unlock_buffer_pool(pool);
+#else
+ /* porting */
+ ybf = get_frame_new_buffer(cm);
+ ybf->y_crop_width = width;
+ ybf->y_crop_height = height;
+ ybf->bit_depth = params->p.bit_depth;
+#endif
+ pool->frame_bufs[cm->new_fb_idx].buf.subsampling_x = cm->subsampling_x;
+ pool->frame_bufs[cm->new_fb_idx].buf.subsampling_y = cm->subsampling_y;
+ pool->frame_bufs[cm->new_fb_idx].buf.bit_depth =
+ (unsigned int)cm->bit_depth;
+ pool->frame_bufs[cm->new_fb_idx].buf.color_space = cm->color_space;
+ return ret;
+}
+
+static int setup_frame_size_with_refs(
+ struct VP9Decoder_s *pbi,
+ struct VP9_Common_s *cm,
+ union param_u *params,
+ unsigned int *mmu_index_adr,
+ int print_header_info) {
+
+ int width, height;
+ int found = 0, i;
+ int has_valid_ref_frame = 0;
+ struct PIC_BUFFER_CONFIG_s *ybf;
+ struct BufferPool_s * const pool = cm->buffer_pool;
+ int ret = 0;
+
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ if ((params->p.same_frame_size >>
+ (REFS_PER_FRAME - i - 1)) & 0x1) {
+ struct PIC_BUFFER_CONFIG_s *const buf =
+ cm->frame_refs[i].buf;
+ /*if (print_header_info)
+ pr_info
+ ("1-bit same_frame_size[%d] read : 1\n", i);*/
+ width = buf->y_crop_width;
+ height = buf->y_crop_height;
+ /*if (print_header_info)
+ pr_info
+ (" - same_frame_size width : %d\n", width);*/
+ /*if (print_header_info)
+ pr_info
+ (" - same_frame_size height : %d\n", height);*/
+ found = 1;
+ break;
+ } else {
+ /*if (print_header_info)
+ pr_info
+ ("1-bit same_frame_size[%d] read : 0\n", i);*/
+ }
+ }
+
+ if (!found) {
+ /*vp9_read_frame_size(rb, &width, &height);*/
+ width = params->p.width;
+ height = params->p.height;
+ /*if (print_header_info)
+ pr_info
+ (" * 16-bits w read : %d (width : %d)\n",
+ width, height);
+ if (print_header_info)
+ pr_info
+ (" * 16-bits h read : %d (height : %d)\n",
+ width, height);*/
+ }
+
+ if (width <= 0 || height <= 0) {
+ pr_err("Error: Invalid frame size\r\n");
+ return -1;
+ }
+
+ params->p.width = width;
+ params->p.height = height;
+
+ WRITE_VREG(HEVC_PARSER_PICTURE_SIZE, (height << 16) | width);
+#ifdef VP9_10B_MMU
+ /*if(cm->prev_fb_idx >= 0) release_unused_4k(cm->prev_fb_idx);
+ cm->prev_fb_idx = cm->new_fb_idx;*/
+/* pr_info
+ ("[DEBUG DEBUG]Before alloc_mmu, prev_fb_idx : %d, new_fb_idx : %d\r\n",
+ cm->prev_fb_idx, cm->new_fb_idx);*/
+ ret = vp9_alloc_mmu(pbi, cm->new_fb_idx,
+ params->p.width, params->p.height,
+ params->p.bit_depth, mmu_index_adr);
+ if (ret != 0) {
+ pr_err("can't alloc need mmu,idx %d\r\n",
+ cm->new_fb_idx);
+ return ret;
+ }
+#endif
+
+ /*Check to make sure at least one of frames that this frame references
+ has valid dimensions.*/
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ struct RefBuffer_s * const ref_frame = &cm->frame_refs[i];
+ has_valid_ref_frame |=
+ valid_ref_frame_size(ref_frame->buf->y_crop_width,
+ ref_frame->buf->y_crop_height,
+ width, height);
+ }
+ if (!has_valid_ref_frame) {
+ pr_err("Error: Referenced frame has invalid size\r\n");
+ return -1;
+ }
+#if 0
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ struct RefBuffer_s * const ref_frame =
+ &cm->frame_refs[i];
+ if (!valid_ref_frame_img_fmt(
+ ref_frame->buf->bit_depth,
+ ref_frame->buf->subsampling_x,
+ ref_frame->buf->subsampling_y,
+ cm->bit_depth,
+ cm->subsampling_x,
+ cm->subsampling_y))
+ pr_err
+ ("Referenced frame incompatible color fmt\r\n");
+ return -1;
+ }
+#endif
+ resize_context_buffers(cm, width, height);
+ setup_display_size(cm, params, print_header_info);
+
+#if 0
+ lock_buffer_pool(pool);
+ if (vp9_realloc_frame_buffer(
+ get_frame_new_buffer(cm), cm->width, cm->height,
+ cm->subsampling_x, cm->subsampling_y,
+#if CONFIG_VP9_HIGHBITDEPTH
+ cm->use_highbitdepth,
+#endif
+ VP9_DEC_BORDER_IN_PIXELS,
+ cm->byte_alignment,
+ &pool->frame_bufs[cm->new_fb_idx].raw_frame_buffer,
+ pool->get_fb_cb,
+ pool->cb_priv)) {
+ unlock_buffer_pool(pool);
+ vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
+ "Failed to allocate frame buffer");
+ }
+ unlock_buffer_pool(pool);
+#else
+ /* porting */
+ ybf = get_frame_new_buffer(cm);
+ ybf->y_crop_width = width;
+ ybf->y_crop_height = height;
+ ybf->bit_depth = params->p.bit_depth;
+#endif
+ pool->frame_bufs[cm->new_fb_idx].buf.subsampling_x = cm->subsampling_x;
+ pool->frame_bufs[cm->new_fb_idx].buf.subsampling_y = cm->subsampling_y;
+ pool->frame_bufs[cm->new_fb_idx].buf.bit_depth =
+ (unsigned int)cm->bit_depth;
+ pool->frame_bufs[cm->new_fb_idx].buf.color_space = cm->color_space;
+ return ret;
+}
+
+uint8_t print_header_info = 0;
+
+struct buff_s {
+ u32 buf_start;
+ u32 buf_size;
+ u32 buf_end;
+} buff_t;
+
+struct BuffInfo_s {
+ u32 max_width;
+ u32 max_height;
+ u32 start_adr;
+ u32 end_adr;
+ struct buff_s ipp;
+ struct buff_s sao_abv;
+ struct buff_s sao_vb;
+ struct buff_s short_term_rps;
+ struct buff_s vps;
+ struct buff_s sps;
+ struct buff_s pps;
+ struct buff_s sao_up;
+ struct buff_s swap_buf;
+ struct buff_s swap_buf2;
+ struct buff_s scalelut;
+ struct buff_s dblk_para;
+ struct buff_s dblk_data;
+ struct buff_s seg_map;
+#ifdef VP9_10B_MMU
+ struct buff_s mmu_vbh;
+ struct buff_s cm_header;
+#endif
+ struct buff_s mpred_above;
+ struct buff_s mpred_mv;
+ struct buff_s rpm;
+ struct buff_s lmem;
+} BuffInfo_t;
+
+#ifdef MULTI_INSTANCE_SUPPORT
+#define DEC_RESULT_NONE 0
+#define DEC_RESULT_DONE 1
+#define DEC_RESULT_AGAIN 2
+#define DEC_RESULT_CONFIG_PARAM 3
+#define DEC_RESULT_ERROR 4
+#define DEC_INIT_PICLIST 5
+#define DEC_UNINIT_PICLIST 6
+#define DEC_RESULT_GET_DATA 7
+#define DEC_RESULT_GET_DATA_RETRY 8
+
+static void vp9_work(struct work_struct *work);
+#endif
+
+struct VP9Decoder_s {
+#ifdef MULTI_INSTANCE_SUPPORT
+ unsigned char index;
+
+ struct device *cma_dev;
+ struct platform_device *platform_dev;
+ void (*vdec_cb)(struct vdec_s *, void *);
+ void *vdec_cb_arg;
+ struct vframe_chunk_s *chunk;
+ int dec_result;
+ struct work_struct work;
+
+ struct BuffInfo_s work_space_buf_store;
+ unsigned long buf_start;
+ u32 buf_size;
+ u32 cma_alloc_count;
+ unsigned long cma_alloc_addr;
+#endif
+ unsigned char m_ins_flag;
+ char *provider_name;
+ union param_u param;
+ int frame_count;
+ int pic_count;
+ u32 stat;
+ struct timer_list timer;
+ u32 frame_dur;
+ u32 frame_ar;
+ int fatal_error;
+ uint8_t init_flag;
+ uint8_t process_busy;
+ int show_frame_num;
+ struct buff_s mc_buf_spec;
+ struct dec_sysinfo vvp9_amstream_dec_info;
+ void *rpm_addr;
+ void *lmem_addr;
+ dma_addr_t rpm_phy_addr;
+ dma_addr_t lmem_phy_addr;
+ unsigned short *lmem_ptr;
+ unsigned short *debug_ptr;
+
+ void *prob_buffer_addr;
+ void *count_buffer_addr;
+ dma_addr_t prob_buffer_phy_addr;
+ dma_addr_t count_buffer_phy_addr;
+
+#if 1
+ /*VP9_10B_MMU*/
+ void *frame_mmu_map_addr;
+ dma_addr_t frame_mmu_map_phy_addr;
+#endif
+ unsigned int use_cma_flag;
+
+ struct BUF_s m_BUF[MAX_BUF_NUM];
+ u32 used_buf_num;
+ DECLARE_KFIFO(newframe_q, struct vframe_s *, VF_POOL_SIZE);
+ DECLARE_KFIFO(display_q, struct vframe_s *, VF_POOL_SIZE);
+ DECLARE_KFIFO(pending_q, struct vframe_s *, VF_POOL_SIZE);
+ struct vframe_s vfpool[VF_POOL_SIZE];
+ int buf_num;
+ int pic_num;
+ int lcu_size_log2;
+ unsigned int losless_comp_body_size;
+
+ u32 video_signal_type;
+
+ int pts_mode;
+ int last_lookup_pts;
+ int last_pts;
+ u64 last_lookup_pts_us64;
+ u64 last_pts_us64;
+ u64 shift_byte_count;
+ u32 shift_byte_count_lo;
+ u32 shift_byte_count_hi;
+ int pts_mode_switching_count;
+ int pts_mode_recovery_count;
+
+ bool get_frame_dur;
+ u32 saved_resolution;
+
+ /**/
+ struct VP9_Common_s common;
+ struct RefCntBuffer_s *cur_buf;
+ int refresh_frame_flags;
+ uint8_t need_resync;
+ uint8_t hold_ref_buf;
+ uint8_t ready_for_new_data;
+ struct BufferPool_s vp9_buffer_pool;
+
+ struct BuffInfo_s *work_space_buf;
+ struct buff_s *mc_buf;
+
+ unsigned int frame_width;
+ unsigned int frame_height;
+
+ unsigned short *rpm_ptr;
+ int init_pic_w;
+ int init_pic_h;
+ int lcu_total;
+ int lcu_size;
+
+ int slice_type;
+
+ int skip_flag;
+ int decode_idx;
+ int slice_idx;
+ uint8_t has_keyframe;
+ uint8_t wait_buf;
+ uint8_t error_flag;
+
+ /* bit 0, for decoding; bit 1, for displaying */
+ uint8_t ignore_bufmgr_error;
+ int PB_skip_mode;
+ int PB_skip_count_after_decoding;
+ /*hw*/
+
+ u32 pre_stream_offset;
+
+ unsigned int dec_status;
+ u32 last_put_idx;
+ int new_frame_displayed;
+ void *mmu_box;
+ void *bmmu_box;
+} VP9Decoder;
+
+static int vp9_print(struct VP9Decoder_s *pbi,
+ int flag, const char *fmt, ...)
+{
+#define HEVC_PRINT_BUF 128
+ unsigned char buf[HEVC_PRINT_BUF];
+ int len = 0;
+ if (pbi == NULL ||
+ (flag == 0) ||
+ (debug & flag)) {
+ va_list args;
+ va_start(args, fmt);
+ if (pbi)
+ len = sprintf(buf, "[%d]", pbi->index);
+ vsnprintf(buf + len, HEVC_PRINT_BUF - len, fmt, args);
+ pr_info("%s", buf);
+ va_end(args);
+ }
+ return 0;
+}
+
+#ifdef MULTI_INSTANCE_SUPPORT
+static int vp9_print_cont(struct VP9Decoder_s *pbi,
+ int flag, const char *fmt, ...)
+{
+ unsigned char buf[HEVC_PRINT_BUF];
+ int len = 0;
+ if (pbi == NULL ||
+ (flag == 0) ||
+ (debug & flag)) {
+ va_list args;
+ va_start(args, fmt);
+ vsnprintf(buf + len, HEVC_PRINT_BUF - len, fmt, args);
+ pr_info("%s", buf);
+ va_end(args);
+ }
+ return 0;
+}
+#endif
+
+#ifdef VP9_10B_MMU
+int vp9_alloc_mmu(
+ struct VP9Decoder_s *pbi,
+ int cur_buf_idx,
+ int pic_width,
+ int pic_height,
+ unsigned short bit_depth,
+ unsigned int *mmu_index_adr)
+{
+ int bit_depth_10 = (bit_depth == VPX_BITS_10);
+ int picture_size;
+ int cur_mmu_4k_number;
+
+ picture_size = compute_losless_comp_body_size(pic_width, pic_height,
+ bit_depth_10);
+ cur_mmu_4k_number = ((picture_size + (1 << 12) - 1) >> 12);
+ return decoder_mmu_box_alloc_idx(
+ pbi->mmu_box,
+ cur_buf_idx,
+ cur_mmu_4k_number,
+ mmu_index_adr);
+}
+#endif
+static void decrease_ref_count(int idx, struct RefCntBuffer_s *const frame_bufs,
+ struct BufferPool_s *const pool)
+{
+ if (idx >= 0) {
+ --frame_bufs[idx].ref_count;
+ /*pr_info("[MMU DEBUG 7] dec ref_count[%d] : %d\r\n", idx,
+ frame_bufs[idx].ref_count);*/
+ /*A worker may only get a free framebuffer index when
+ calling get_free_fb. But the private buffer is not set up
+ until finish decoding header. So any error happens during
+ decoding header, the frame_bufs will not have valid priv
+ buffer.*/
+
+ if (frame_bufs[idx].ref_count == 0 &&
+ frame_bufs[idx].raw_frame_buffer.priv)
+ vp9_release_frame_buffer
+ (&frame_bufs[idx].raw_frame_buffer);
+ }
+}
+
+static void generate_next_ref_frames(struct VP9Decoder_s *pbi)
+{
+ struct VP9_Common_s *const cm = &pbi->common;
+ struct RefCntBuffer_s *frame_bufs = cm->buffer_pool->frame_bufs;
+ struct BufferPool_s *const pool = cm->buffer_pool;
+ int mask, ref_index = 0;
+
+ /* Generate next_ref_frame_map.*/
+ lock_buffer_pool(pool);
+ for (mask = pbi->refresh_frame_flags; mask; mask >>= 1) {
+ if (mask & 1) {
+ cm->next_ref_frame_map[ref_index] = cm->new_fb_idx;
+ ++frame_bufs[cm->new_fb_idx].ref_count;
+ /*pr_info("[MMU DEBUG 4] inc ref_count[%d] : %d\r\n",
+ cm->new_fb_idx, frame_bufs[cm->new_fb_idx].ref_count);*/
+ } else
+ cm->next_ref_frame_map[ref_index] =
+ cm->ref_frame_map[ref_index];
+ /* Current thread holds the reference frame.*/
+ if (cm->ref_frame_map[ref_index] >= 0) {
+ ++frame_bufs[cm->ref_frame_map[ref_index]].ref_count;
+ /*pr_info
+ ("[MMU DEBUG 5] inc ref_count[%d] : %d\r\n",
+ cm->ref_frame_map[ref_index],
+ frame_bufs[cm->ref_frame_map[ref_index]].ref_count);*/
+ }
+ ++ref_index;
+ }
+
+ for (; ref_index < REF_FRAMES; ++ref_index) {
+ cm->next_ref_frame_map[ref_index] =
+ cm->ref_frame_map[ref_index];
+ /* Current thread holds the reference frame.*/
+ if (cm->ref_frame_map[ref_index] >= 0) {
+ ++frame_bufs[cm->ref_frame_map[ref_index]].ref_count;
+ /*pr_info("[MMU DEBUG 6] inc ref_count[%d] : %d\r\n",
+ cm->ref_frame_map[ref_index],
+ frame_bufs[cm->ref_frame_map[ref_index]].ref_count);*/
+ }
+ }
+ unlock_buffer_pool(pool);
+ return;
+}
+
+static void refresh_ref_frames(struct VP9Decoder_s *pbi)
+
+{
+ struct VP9_Common_s *const cm = &pbi->common;
+ struct BufferPool_s *pool = cm->buffer_pool;
+ struct RefCntBuffer_s *frame_bufs = cm->buffer_pool->frame_bufs;
+ int mask, ref_index = 0;
+
+ lock_buffer_pool(pool);
+ for (mask = pbi->refresh_frame_flags; mask; mask >>= 1) {
+ const int old_idx = cm->ref_frame_map[ref_index];
+ /*Current thread releases the holding of reference frame.*/
+ decrease_ref_count(old_idx, frame_bufs, pool);
+
+ /*Release the reference frame in reference map.*/
+ if ((mask & 1) && old_idx >= 0)
+ decrease_ref_count(old_idx, frame_bufs, pool);
+ cm->ref_frame_map[ref_index] =
+ cm->next_ref_frame_map[ref_index];
+ ++ref_index;
+ }
+
+ /*Current thread releases the holding of reference frame.*/
+ for (; ref_index < REF_FRAMES && !cm->show_existing_frame;
+ ++ref_index) {
+ const int old_idx = cm->ref_frame_map[ref_index];
+ decrease_ref_count(old_idx, frame_bufs, pool);
+ cm->ref_frame_map[ref_index] =
+ cm->next_ref_frame_map[ref_index];
+ }
+ unlock_buffer_pool(pool);
+ return;
+}
+int vp9_bufmgr_process(struct VP9Decoder_s *pbi, union param_u *params)
+{
+ struct VP9_Common_s *const cm = &pbi->common;
+ struct BufferPool_s *pool = cm->buffer_pool;
+ struct RefCntBuffer_s *frame_bufs = cm->buffer_pool->frame_bufs;
+ int i;
+ int ret;
+
+ pbi->ready_for_new_data = 0;
+
+ if (pbi->has_keyframe == 0 &&
+ params->p.frame_type != KEY_FRAME){
+ on_no_keyframe_skiped++;
+ return -2;
+ }
+ pbi->has_keyframe = 1;
+ on_no_keyframe_skiped = 0;
+#ifdef VP9_10B_MMU
+ if (cm->prev_fb_idx >= 0) {
+ long used_4k_num = (READ_VREG(HEVC_SAO_MMU_STATUS) >> 16);
+ decoder_mmu_box_free_idx_tail(pbi->mmu_box,
+ cm->prev_fb_idx, used_4k_num);
+ }
+#endif
+ if (cm->new_fb_idx >= 0
+ && frame_bufs[cm->new_fb_idx].ref_count == 0){
+ vp9_release_frame_buffer
+ (&frame_bufs[cm->new_fb_idx].raw_frame_buffer);
+ }
+ /*pr_info("Before get_free_fb, prev_fb_idx : %d, new_fb_idx : %d\r\n",
+ cm->prev_fb_idx, cm->new_fb_idx);*/
+ cm->new_fb_idx = get_free_fb(cm);
+ cm->cur_frame = &pool->frame_bufs[cm->new_fb_idx];
+ /*if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("[VP9 DEBUG]%s(get_free_fb): %d\r\n", __func__,
+ cm->new_fb_idx);*/
+ if (cm->new_fb_idx == INVALID_IDX) {
+ pr_info("get_free_fb error\r\n");
+ return -1;
+ }
+ pbi->cur_buf = &frame_bufs[cm->new_fb_idx];
+#ifdef VP9_10B_MMU
+ /* moved to after picture size ready
+ alloc_mmu(cm, params->p.width, params->p.height,
+ params->p.bit_depth, pbi->frame_mmu_map_addr);*/
+ cm->prev_fb_idx = cm->new_fb_idx;
+#endif
+ /*read_uncompressed_header()*/
+ cm->last_frame_type = cm->frame_type;
+ cm->last_intra_only = cm->intra_only;
+ cm->profile = params->p.profile;
+ if (cm->profile >= MAX_PROFILES) {
+ pr_err("Error: Unsupported profile %d\r\n", cm->profile);
+ return -1;
+ }
+ cm->show_existing_frame = params->p.show_existing_frame;
+ if (cm->show_existing_frame) {
+ /* Show an existing frame directly.*/
+ int frame_to_show_idx = params->p.frame_to_show_idx;
+ int frame_to_show;
+ if (frame_to_show_idx >= REF_FRAMES) {
+ pr_info("frame_to_show_idx %d exceed max index\r\n",
+ frame_to_show_idx);
+ return -1;
+ }
+
+ frame_to_show = cm->ref_frame_map[frame_to_show_idx];
+ /*pr_info("frame_to_show %d\r\n", frame_to_show);*/
+ lock_buffer_pool(pool);
+ if (frame_to_show < 0 ||
+ frame_bufs[frame_to_show].ref_count < 1) {
+ unlock_buffer_pool(pool);
+ pr_err
+ ("Error:Buffer %d does not contain a decoded frame",
+ frame_to_show);
+ return -1;
+ }
+
+ ref_cnt_fb(frame_bufs, &cm->new_fb_idx, frame_to_show);
+ unlock_buffer_pool(pool);
+ pbi->refresh_frame_flags = 0;
+ /*cm->lf.filter_level = 0;*/
+ cm->show_frame = 1;
+
+ /*
+ if (pbi->frame_parallel_decode) {
+ for (i = 0; i < REF_FRAMES; ++i)
+ cm->next_ref_frame_map[i] =
+ cm->ref_frame_map[i];
+ }
+ */
+ /* do not decode, search next start code */
+ return 1;
+ }
+ cm->frame_type = params->p.frame_type;
+ cm->show_frame = params->p.show_frame;
+ cm->error_resilient_mode = params->p.error_resilient_mode;
+
+
+ if (cm->frame_type == KEY_FRAME) {
+ pbi->refresh_frame_flags = (1 << REF_FRAMES) - 1;
+
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ cm->frame_refs[i].idx = INVALID_IDX;
+ cm->frame_refs[i].buf = NULL;
+ }
+
+ ret = setup_frame_size(pbi,
+ cm, params, pbi->frame_mmu_map_addr,
+ print_header_info);
+ if (ret)
+ return -1;
+ if (pbi->need_resync) {
+ memset(&cm->ref_frame_map, -1,
+ sizeof(cm->ref_frame_map));
+ pbi->need_resync = 0;
+ }
+ } else {
+ cm->intra_only = cm->show_frame ? 0 : params->p.intra_only;
+ /*if (print_header_info) {
+ if (cm->show_frame)
+ pr_info
+ ("intra_only set to 0 because of show_frame\n");
+ else
+ pr_info
+ ("1-bit intra_only read: %d\n", cm->intra_only);
+ }*/
+
+
+ cm->reset_frame_context = cm->error_resilient_mode ?
+ 0 : params->p.reset_frame_context;
+ if (print_header_info) {
+ if (cm->error_resilient_mode)
+ pr_info
+ ("reset to 0 error_resilient_mode\n");
+ else
+ pr_info
+ (" * 2-bits reset_frame_context read : %d\n",
+ cm->reset_frame_context);
+ }
+
+ if (cm->intra_only) {
+ if (cm->profile > PROFILE_0) {
+ /*read_bitdepth_colorspace_sampling(cm,
+ rb, print_header_info);*/
+ } else {
+ /*NOTE: The intra-only frame header
+ does not include the specification
+ of either the color format or color sub-sampling
+ in profile 0. VP9 specifies that the default
+ color format should be YUV 4:2:0 in this
+ case (normative).*/
+ cm->color_space = VPX_CS_BT_601;
+ cm->subsampling_y = cm->subsampling_x = 1;
+ cm->bit_depth = VPX_BITS_8;
+ cm->use_highbitdepth = 0;
+ }
+
+ pbi->refresh_frame_flags =
+ params->p.refresh_frame_flags;
+ /*if (print_header_info)
+ pr_info("*%d-bits refresh_frame read:0x%x\n",
+ REF_FRAMES, pbi->refresh_frame_flags);*/
+ ret = setup_frame_size(pbi,
+ cm,
+ params,
+ pbi->frame_mmu_map_addr,
+ print_header_info);
+ if (ret) {
+ return -1;
+ }
+ if (pbi->need_resync) {
+ memset(&cm->ref_frame_map, -1,
+ sizeof(cm->ref_frame_map));
+ pbi->need_resync = 0;
+ }
+ } else if (pbi->need_resync != 1) { /* Skip if need resync */
+ pbi->refresh_frame_flags =
+ params->p.refresh_frame_flags;
+ if (print_header_info)
+ pr_info
+ ("*%d-bits refresh_frame read:0x%x\n",
+ REF_FRAMES, pbi->refresh_frame_flags);
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ const int ref =
+ (params->p.ref_info >>
+ (((REFS_PER_FRAME-i-1)*4)+1))
+ & 0x7;
+ const int idx =
+ cm->ref_frame_map[ref];
+ struct RefBuffer_s * const ref_frame =
+ &cm->frame_refs[i];
+ if (print_header_info)
+ pr_info
+ ("*%d-bits ref[%d]read:%d\n",
+ REF_FRAMES_LOG2, i, ref);
+ ref_frame->idx = idx;
+ ref_frame->buf = &frame_bufs[idx].buf;
+ cm->ref_frame_sign_bias[LAST_FRAME + i]
+ = (params->p.ref_info >>
+ ((REFS_PER_FRAME-i-1)*4)) & 0x1;
+ if (print_header_info)
+ pr_info
+ ("1bit ref_frame_sign_bias");
+ /*pr_info
+ ("%dread: %d\n",
+ LAST_FRAME+i,
+ cm->ref_frame_sign_bias
+ [LAST_FRAME + i]);*/
+ /*pr_info
+ ("[VP9 DEBUG]%s(get ref):%d\r\n",
+ __func__, ref_frame->idx);*/
+
+ }
+
+ ret = setup_frame_size_with_refs(
+ pbi,
+ cm,
+ params,
+ pbi->frame_mmu_map_addr,
+ print_header_info);
+ if (ret) {
+ return -1;
+ }
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ /*struct RefBuffer_s *const ref_buf =
+ &cm->frame_refs[i];*/
+ /* to do:
+ vp9_setup_scale_factors_for_frame*/
+ }
+ }
+ }
+
+ get_frame_new_buffer(cm)->bit_depth = cm->bit_depth;
+ get_frame_new_buffer(cm)->color_space = cm->color_space;
+ get_frame_new_buffer(cm)->slice_type = cm->frame_type;
+
+ if (pbi->need_resync)
+ pr_err
+ ("Error: Keyframe/intra-only frame required to reset\r\n");
+ generate_next_ref_frames(pbi);
+ pbi->hold_ref_buf = 1;
+
+#if 0
+ if (frame_is_intra_only(cm) || cm->error_resilient_mode)
+ vp9_setup_past_independence(cm);
+ setup_loopfilter(&cm->lf, rb, print_header_info);
+ setup_quantization(cm, &pbi->mb, rb, print_header_info);
+ setup_segmentation(&cm->seg, rb, print_header_info);
+ setup_segmentation_dequant(cm, print_header_info);
+
+ setup_tile_info(cm, rb, print_header_info);
+ sz = vp9_rb_read_literal(rb, 16);
+ if (print_header_info)
+ pr_info(" * 16-bits size read : %d (0x%x)\n", sz, sz);
+
+ if (sz == 0)
+ vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
+ "Invalid header size");
+#endif
+ /*end read_uncompressed_header()*/
+ cm->use_prev_frame_mvs = !cm->error_resilient_mode &&
+ cm->width == cm->last_width &&
+ cm->height == cm->last_height &&
+ !cm->last_intra_only &&
+ cm->last_show_frame &&
+ (cm->last_frame_type != KEY_FRAME);
+
+ /*pr_info
+ ("set use_prev_frame_mvs to %d (last_width %d last_height %d",
+ cm->use_prev_frame_mvs, cm->last_width, cm->last_height);
+ pr_info
+ (" last_intra_only %d last_show_frame %d last_frame_type %d)\n",
+ cm->last_intra_only, cm->last_show_frame, cm->last_frame_type);*/
+ return 0;
+}
+
+
+void swap_frame_buffers(struct VP9Decoder_s *pbi)
+{
+ int ref_index = 0;
+ struct VP9_Common_s *const cm = &pbi->common;
+ struct BufferPool_s *const pool = cm->buffer_pool;
+ struct RefCntBuffer_s *const frame_bufs = cm->buffer_pool->frame_bufs;
+ refresh_ref_frames(pbi);
+ pbi->hold_ref_buf = 0;
+ cm->frame_to_show = get_frame_new_buffer(cm);
+
+ /*if (!pbi->frame_parallel_decode || !cm->show_frame) {*/
+ lock_buffer_pool(pool);
+ --frame_bufs[cm->new_fb_idx].ref_count;
+ /*pr_info("[MMU DEBUG 8] dec ref_count[%d] : %d\r\n", cm->new_fb_idx,
+ frame_bufs[cm->new_fb_idx].ref_count);*/
+ unlock_buffer_pool(pool);
+ /*}*/
+
+ /*Invalidate these references until the next frame starts.*/
+ for (ref_index = 0; ref_index < 3; ref_index++)
+ cm->frame_refs[ref_index].idx = -1;
+}
+
+#if 0
+static void check_resync(vpx_codec_alg_priv_t *const ctx,
+ const struct VP9Decoder_s *const pbi)
+{
+ /* Clear resync flag if worker got a key frame or intra only frame.*/
+ if (ctx->need_resync == 1 && pbi->need_resync == 0 &&
+ (pbi->common.intra_only || pbi->common.frame_type == KEY_FRAME))
+ ctx->need_resync = 0;
+}
+#endif
+
+int vp9_get_raw_frame(struct VP9Decoder_s *pbi, struct PIC_BUFFER_CONFIG_s *sd)
+{
+ struct VP9_Common_s *const cm = &pbi->common;
+ int ret = -1;
+
+ if (pbi->ready_for_new_data == 1)
+ return ret;
+
+ pbi->ready_for_new_data = 1;
+
+ /* no raw frame to show!!! */
+ if (!cm->show_frame)
+ return ret;
+
+ pbi->ready_for_new_data = 1;
+
+ *sd = *cm->frame_to_show;
+ ret = 0;
+
+ return ret;
+}
+
+int vp9_bufmgr_init(struct VP9Decoder_s *pbi, struct BuffInfo_s *buf_spec_i,
+ struct buff_s *mc_buf_i) {
+ struct VP9_Common_s *cm = &pbi->common;
+
+ /*memset(pbi, 0, sizeof(struct VP9Decoder));*/
+ pbi->frame_count = 0;
+ pbi->pic_count = 0;
+ pbi->pre_stream_offset = 0;
+ cm->buffer_pool = &pbi->vp9_buffer_pool;
+ spin_lock_init(&cm->buffer_pool->lock);
+ cm->prev_fb_idx = INVALID_IDX;
+ cm->new_fb_idx = INVALID_IDX;
+ pr_info
+ ("After vp9_bufmgr_init, prev_fb_idx : %d, new_fb_idx : %d\r\n",
+ cm->prev_fb_idx, cm->new_fb_idx);
+ pbi->need_resync = 1;
+ /* Initialize the references to not point to any frame buffers.*/
+ memset(&cm->ref_frame_map, -1, sizeof(cm->ref_frame_map));
+ memset(&cm->next_ref_frame_map, -1, sizeof(cm->next_ref_frame_map));
+ cm->current_video_frame = 0;
+ pbi->ready_for_new_data = 1;
+
+ /* private init */
+ pbi->work_space_buf = buf_spec_i;
+ pbi->mc_buf = mc_buf_i;
+ pbi->rpm_addr = NULL;
+ pbi->lmem_addr = NULL;
+
+ pbi->use_cma_flag = 0;
+ pbi->decode_idx = 0;
+ pbi->slice_idx = 0;
+ /*int m_uiMaxCUWidth = 1<<7;*/
+ /*int m_uiMaxCUHeight = 1<<7;*/
+ pbi->has_keyframe = 0;
+ pbi->skip_flag = 0;
+ pbi->wait_buf = 0;
+ pbi->error_flag = 0;
+
+ pbi->pts_mode = PTS_NORMAL;
+ pbi->last_pts = 0;
+ pbi->last_lookup_pts = 0;
+ pbi->last_pts_us64 = 0;
+ pbi->last_lookup_pts_us64 = 0;
+ pbi->shift_byte_count = 0;
+ pbi->shift_byte_count_lo = 0;
+ pbi->shift_byte_count_hi = 0;
+ pbi->pts_mode_switching_count = 0;
+ pbi->pts_mode_recovery_count = 0;
+
+ pbi->buf_num = 0;
+ pbi->pic_num = 0;
+
+ return 0;
+}
+
+
+int vp9_bufmgr_postproc(struct VP9Decoder_s *pbi)
+{
+ struct VP9_Common_s *cm = &pbi->common;
+ struct PIC_BUFFER_CONFIG_s sd;
+ swap_frame_buffers(pbi);
+ if (!cm->show_existing_frame) {
+ cm->last_show_frame = cm->show_frame;
+ cm->prev_frame = cm->cur_frame;
+#if 0
+ if (cm->seg.enabled && !pbi->frame_parallel_decode)
+ vp9_swap_current_and_last_seg_map(cm);
+#endif
+ }
+ cm->last_width = cm->width;
+ cm->last_height = cm->height;
+ if (cm->show_frame)
+ cm->current_video_frame++;
+
+ if (vp9_get_raw_frame(pbi, &sd) == 0) {
+ /*pr_info("Display frame index %d\r\n", sd.index);*/
+ sd.stream_offset = pbi->pre_stream_offset;
+ prepare_display_buf(pbi, &sd);
+ pbi->pre_stream_offset = READ_VREG(HEVC_SHIFT_BYTE_COUNT);
+ } /*else
+ pr_info
+ ("Not display this frame,ready_for_new_data%d show_frame%d\r\n",
+ pbi->ready_for_new_data, cm->show_frame);*/
+ return 0;
+}
+
+struct VP9Decoder_s vp9_decoder;
+union param_u vp9_param;
+
+/**************************************************
+
+VP9 buffer management end
+
+***************************************************/
+
+
+#define HEVC_CM_BODY_START_ADDR 0x3626
+#define HEVC_CM_BODY_LENGTH 0x3627
+#define HEVC_CM_HEADER_LENGTH 0x3629
+#define HEVC_CM_HEADER_OFFSET 0x362b
+
+#define LOSLESS_COMPRESS_MODE
+/* DOUBLE_WRITE_MODE is enabled only when NV21 8 bit output is needed */
+/* double_write_mode: 0, no double write; 1, 1:1 ratio; 2, (1/4):(1/4) ratio
+ 0x10, double write only
+*/
+static u32 double_write_mode;
+
+/*#define DECOMP_HEADR_SURGENT*/
+
+static u32 mem_map_mode; /* 0:linear 1:32x32 2:64x32 ; m8baby test1902 */
+static u32 enable_mem_saving = 1;
+static u32 force_w_h;
+
+static u32 force_fps;
+
+
+const u32 vp9_version = 201602101;
+static u32 debug;
+static u32 radr;
+static u32 rval;
+static u32 pop_shorts;
+static u32 dbg_cmd;
+static u32 dbg_skip_decode_index;
+static u32 endian = 0xff0;
+#ifdef ERROR_HANDLE_DEBUG
+static u32 dbg_nal_skip_flag;
+ /* bit[0], skip vps; bit[1], skip sps; bit[2], skip pps */
+static u32 dbg_nal_skip_count;
+#endif
+/*for debug*/
+static u32 decode_stop_pos;
+static u32 decode_stop_pos_pre;
+static u32 decode_pic_begin;
+static uint slice_parse_begin;
+static u32 step;
+#ifdef MIX_STREAM_SUPPORT
+#ifdef SUPPORT_4K2K
+static u32 buf_alloc_width = 4096;
+static u32 buf_alloc_height = 2304;
+#else
+static u32 buf_alloc_width = 1920;
+static u32 buf_alloc_height = 1088;
+#endif
+static u32 dynamic_buf_num_margin;
+#else
+static u32 buf_alloc_width;
+static u32 buf_alloc_height;
+static u32 dynamic_buf_num_margin = 7;
+#endif
+static u32 buf_alloc_depth = 10;
+static u32 buf_alloc_size;
+/*
+bit[0]: 0,
+ bit[1]: 0, always release cma buffer when stop
+ bit[1]: 1, never release cma buffer when stop
+bit[0]: 1, when stop, release cma buffer if blackout is 1;
+do not release cma buffer is blackout is not 1
+
+bit[2]: 0, when start decoding, check current displayed buffer
+ (only for buffer decoded by vp9) if blackout is 0
+ 1, do not check current displayed buffer
+
+bit[3]: 1, if blackout is not 1, do not release current
+ displayed cma buffer always.
+*/
+/* set to 1 for fast play;
+ set to 8 for other case of "keep last frame"
+*/
+static u32 buffer_mode = 1;
+/* buffer_mode_dbg: debug only*/
+static u32 buffer_mode_dbg = 0xffff0000;
+/**/
+
+/*
+bit 0, 1: only display I picture;
+bit 1, 1: only decode I picture;
+*/
+static u32 i_only_flag;
+
+/*
+use_cma: 1, use both reserver memory and cma for buffers
+2, only use cma for buffers
+*/
+static u32 use_cma = 2;
+
+static u32 max_decoding_time;
+/*
+error handling
+*/
+/*error_handle_policy:
+bit 0: 0, auto skip error_skip_nal_count nals before error recovery;
+1, skip error_skip_nal_count nals before error recovery;
+bit 1 (valid only when bit0 == 1):
+1, wait vps/sps/pps after error recovery;
+bit 2 (valid only when bit0 == 0):
+0, auto search after error recovery (vp9_recover() called);
+1, manual search after error recovery
+(change to auto search after get IDR: WRITE_VREG(NAL_SEARCH_CTL, 0x2))
+
+bit 4: 0, set error_mark after reset/recover
+ 1, do not set error_mark after reset/recover
+bit 5: 0, check total lcu for every picture
+ 1, do not check total lcu
+
+*/
+
+static u32 error_handle_policy;
+/*static u32 parser_sei_enable = 1;*/
+
+static u32 max_buf_num = 12;
+
+
+static DEFINE_MUTEX(vvp9_mutex);
+#ifndef MULTI_INSTANCE_SUPPORT
+static struct device *cma_dev;
+#endif
+
+#define HEVC_DEC_STATUS_REG HEVC_ASSIST_SCRATCH_0
+#define HEVC_RPM_BUFFER HEVC_ASSIST_SCRATCH_1
+#define HEVC_SHORT_TERM_RPS HEVC_ASSIST_SCRATCH_2
+#define VP9_ADAPT_PROB_REG HEVC_ASSIST_SCRATCH_3
+#define VP9_MMU_MAP_BUFFER HEVC_ASSIST_SCRATCH_4
+#define HEVC_PPS_BUFFER HEVC_ASSIST_SCRATCH_5
+#define HEVC_SAO_UP HEVC_ASSIST_SCRATCH_6
+#define HEVC_STREAM_SWAP_BUFFER HEVC_ASSIST_SCRATCH_7
+#define HEVC_STREAM_SWAP_BUFFER2 HEVC_ASSIST_SCRATCH_8
+#define VP9_PROB_SWAP_BUFFER HEVC_ASSIST_SCRATCH_9
+#define VP9_COUNT_SWAP_BUFFER HEVC_ASSIST_SCRATCH_A
+#define VP9_SEG_MAP_BUFFER HEVC_ASSIST_SCRATCH_B
+#define HEVC_SCALELUT HEVC_ASSIST_SCRATCH_D
+#define HEVC_WAIT_FLAG HEVC_ASSIST_SCRATCH_E
+#define RPM_CMD_REG HEVC_ASSIST_SCRATCH_F
+#define LMEM_DUMP_ADR HEVC_ASSIST_SCRATCH_F
+#define HEVC_STREAM_SWAP_TEST HEVC_ASSIST_SCRATCH_L
+#ifdef MULTI_INSTANCE_SUPPORT
+#define HEVC_DECODE_COUNT HEVC_ASSIST_SCRATCH_M
+#define HEVC_DECODE_SIZE HEVC_ASSIST_SCRATCH_N
+#else
+#define HEVC_DECODE_PIC_BEGIN_REG HEVC_ASSIST_SCRATCH_M
+#define HEVC_DECODE_PIC_NUM_REG HEVC_ASSIST_SCRATCH_N
+#endif
+#define DEBUG_REG1 HEVC_ASSIST_SCRATCH_G
+#define DEBUG_REG2 HEVC_ASSIST_SCRATCH_H
+
+
+/*
+ucode parser/search control
+bit 0: 0, header auto parse; 1, header manual parse
+bit 1: 0, auto skip for noneseamless stream; 1, no skip
+bit [3:2]: valid when bit1==0;
+0, auto skip nal before first vps/sps/pps/idr;
+1, auto skip nal before first vps/sps/pps
+2, auto skip nal before first vps/sps/pps,
+ and not decode until the first I slice (with slice address of 0)
+
+3, auto skip before first I slice (nal_type >=16 && nal_type<=21)
+bit [15:4] nal skip count (valid when bit0 == 1 (manual mode) )
+bit [16]: for NAL_UNIT_EOS when bit0 is 0:
+ 0, send SEARCH_DONE to arm ; 1, do not send SEARCH_DONE to arm
+bit [17]: for NAL_SEI when bit0 is 0:
+ 0, do not parse SEI in ucode; 1, parse SEI in ucode
+bit [31:20]: used by ucode for debug purpose
+*/
+#define NAL_SEARCH_CTL HEVC_ASSIST_SCRATCH_I
+#define DECODE_MODE HEVC_ASSIST_SCRATCH_J
+#define DECODE_STOP_POS HEVC_ASSIST_SCRATCH_K
+
+#ifdef MULTI_INSTANCE_SUPPORT
+#define RPM_BUF_SIZE (0x400 * 2)
+#else
+#define RPM_BUF_SIZE (0x80*2)
+#endif
+#define LMEM_BUF_SIZE (0x400 * 2)
+
+#define WORK_BUF_SPEC_NUM 2
+static struct BuffInfo_s amvvp9_workbuff_spec[WORK_BUF_SPEC_NUM] = {
+ {
+ /* 8M bytes */
+ .max_width = 1920,
+ .max_height = 1088,
+ .ipp = {
+ /* IPP work space calculation :
+ 4096 * (Y+CbCr+Flags) = 12k, round to 16k */
+ .buf_size = 0x4000,
+ },
+ .sao_abv = {
+ .buf_size = 0x30000,
+ },
+ .sao_vb = {
+ .buf_size = 0x30000,
+ },
+ .short_term_rps = {
+ /* SHORT_TERM_RPS - Max 64 set, 16 entry every set,
+ total 64x16x2 = 2048 bytes (0x800) */
+ .buf_size = 0x800,
+ },
+ .vps = {
+ /* VPS STORE AREA - Max 16 VPS, each has 0x80 bytes,
+ total 0x0800 bytes */
+ .buf_size = 0x800,
+ },
+ .sps = {
+ /* SPS STORE AREA - Max 16 SPS, each has 0x80 bytes,
+ total 0x0800 bytes */
+ .buf_size = 0x800,
+ },
+ .pps = {
+ /* PPS STORE AREA - Max 64 PPS, each has 0x80 bytes,
+ total 0x2000 bytes */
+ .buf_size = 0x2000,
+ },
+ .sao_up = {
+ /* SAO UP STORE AREA - Max 640(10240/16) LCU,
+ each has 16 bytes total 0x2800 bytes */
+ .buf_size = 0x2800,
+ },
+ .swap_buf = {
+ /* 256cyclex64bit = 2K bytes 0x800
+ (only 144 cycles valid) */
+ .buf_size = 0x800,
+ },
+ .swap_buf2 = {
+ .buf_size = 0x800,
+ },
+ .scalelut = {
+ /* support up to 32 SCALELUT 1024x32 =
+ 32Kbytes (0x8000) */
+ .buf_size = 0x8000,
+ },
+ .dblk_para = {
+ /* DBLK -> Max 256(4096/16) LCU,
+ each para 1024bytes(total:0x40000),
+ data 1024bytes(total:0x40000)*/
+ .buf_size = 0x80000,
+ },
+ .dblk_data = {
+ .buf_size = 0x80000,
+ },
+ .seg_map = {
+ /*4096x2304/64/64 *24 = 0xd800 Bytes*/
+ .buf_size = 0xd800,
+ },
+#ifdef VP9_10B_MMU
+ .mmu_vbh = {
+ .buf_size = 0x5000, /*2*16*(more than 2304)/4, 4K*/
+ },
+ .cm_header = {
+ /*add one for keeper.*/
+ .buf_size = MMU_COMPRESS_HEADER_SIZE *
+ (FRAME_BUFFERS + 1),
+ /* 0x44000 = ((1088*2*1024*4)/32/4)*(32/8) */
+ },
+#endif
+ .mpred_above = {
+ .buf_size = 0x10000, /* 2 * size of hevc*/
+ },
+ .mpred_mv = {/* 1080p, 0x40000 per buffer */
+ .buf_size = 0x40000 * FRAME_BUFFERS,
+ },
+ .rpm = {
+ .buf_size = RPM_BUF_SIZE,
+ },
+ .lmem = {
+ .buf_size = 0x400 * 2,
+ }
+ },
+ {
+ .max_width = 4096,
+ .max_height = 2304,
+ .ipp = {
+ /* IPP work space calculation :
+ 4096 * (Y+CbCr+Flags) = 12k, round to 16k */
+ .buf_size = 0x4000,
+ },
+ .sao_abv = {
+ .buf_size = 0x30000,
+ },
+ .sao_vb = {
+ .buf_size = 0x30000,
+ },
+ .short_term_rps = {
+ /* SHORT_TERM_RPS - Max 64 set, 16 entry every set,
+ total 64x16x2 = 2048 bytes (0x800) */
+ .buf_size = 0x800,
+ },
+ .vps = {
+ /* VPS STORE AREA - Max 16 VPS, each has 0x80 bytes,
+ total 0x0800 bytes */
+ .buf_size = 0x800,
+ },
+ .sps = {
+ /* SPS STORE AREA - Max 16 SPS, each has 0x80 bytes,
+ total 0x0800 bytes */
+ .buf_size = 0x800,
+ },
+ .pps = {
+ /* PPS STORE AREA - Max 64 PPS, each has 0x80 bytes,
+ total 0x2000 bytes */
+ .buf_size = 0x2000,
+ },
+ .sao_up = {
+ /* SAO UP STORE AREA - Max 640(10240/16) LCU,
+ each has 16 bytes total 0x2800 bytes */
+ .buf_size = 0x2800,
+ },
+ .swap_buf = {
+ /* 256cyclex64bit = 2K bytes 0x800
+ (only 144 cycles valid) */
+ .buf_size = 0x800,
+ },
+ .swap_buf2 = {
+ .buf_size = 0x800,
+ },
+ .scalelut = {
+ /* support up to 32 SCALELUT 1024x32 = 32Kbytes
+ (0x8000) */
+ .buf_size = 0x8000,
+ },
+ .dblk_para = {
+ /* DBLK -> Max 256(4096/16) LCU,
+ each para 1024bytes(total:0x40000),
+ data 1024bytes(total:0x40000)*/
+ .buf_size = 0x80000,
+ },
+ .dblk_data = {
+ .buf_size = 0x80000,
+ },
+ .seg_map = {
+ /*4096x2304/64/64 *24 = 0xd800 Bytes*/
+ .buf_size = 0xd800,
+ },
+#ifdef VP9_10B_MMU
+ .mmu_vbh = {
+ .buf_size = 0x5000,/*2*16*(more than 2304)/4, 4K*/
+ },
+ .cm_header = {
+ /*add one for keeper.*/
+ .buf_size = MMU_COMPRESS_HEADER_SIZE *
+ (FRAME_BUFFERS + 1),
+ /* 0x44000 = ((1088*2*1024*4)/32/4)*(32/8) */
+ },
+#endif
+ .mpred_above = {
+ .buf_size = 0x10000, /* 2 * size of hevc*/
+ },
+ .mpred_mv = {
+ /* .buf_size = 0x100000*16,
+ //4k2k , 0x100000 per buffer */
+ /* 4096x2304 , 0x120000 per buffer */
+ .buf_size = 0x120000 * FRAME_BUFFERS,
+ },
+ .rpm = {
+ .buf_size = RPM_BUF_SIZE,
+ },
+ .lmem = {
+ .buf_size = 0x400 * 2,
+ }
+ }
+};
+
+
+/*Losless compression body buffer size 4K per 64x32 (jt)*/
+int compute_losless_comp_body_size(int width, int height,
+ uint8_t is_bit_depth_10)
+{
+ int width_x64;
+ int height_x32;
+ int bsize;
+ width_x64 = width + 63;
+ width_x64 >>= 6;
+ height_x32 = height + 31;
+ height_x32 >>= 5;
+#ifdef VP9_10B_MMU
+ bsize = (is_bit_depth_10?4096:3200)*width_x64*height_x32;
+#else
+ bsize = (is_bit_depth_10?4096:3072)*width_x64*height_x32;
+#endif
+ if (debug & VP9_DEBUG_BUFMGR_MORE)
+ pr_info("%s(%d,%d,%d)=>%d\n",
+ __func__, width, height,
+ is_bit_depth_10, bsize);
+
+ return bsize;
+}
+
+/* Losless compression header buffer size 32bytes per 128x64 (jt)*/
+static int compute_losless_comp_header_size(int width, int height)
+{
+ int width_x128;
+ int height_x64;
+ int hsize;
+ width_x128 = width + 127;
+ width_x128 >>= 7;
+ height_x64 = height + 63;
+ height_x64 >>= 6;
+
+ hsize = 32 * width_x128 * height_x64;
+ if (debug & VP9_DEBUG_BUFMGR_MORE)
+ pr_info("%s(%d,%d)=>%d\n",
+ __func__, width, height,
+ hsize);
+
+ return hsize;
+}
+
+static void init_buff_spec(struct VP9Decoder_s *pbi,
+ struct BuffInfo_s *buf_spec)
+{
+ void *mem_start_virt;
+ buf_spec->ipp.buf_start = buf_spec->start_adr;
+ buf_spec->sao_abv.buf_start =
+ buf_spec->ipp.buf_start + buf_spec->ipp.buf_size;
+
+ buf_spec->sao_vb.buf_start =
+ buf_spec->sao_abv.buf_start + buf_spec->sao_abv.buf_size;
+ buf_spec->short_term_rps.buf_start =
+ buf_spec->sao_vb.buf_start + buf_spec->sao_vb.buf_size;
+ buf_spec->vps.buf_start =
+ buf_spec->short_term_rps.buf_start +
+ buf_spec->short_term_rps.buf_size;
+ buf_spec->sps.buf_start =
+ buf_spec->vps.buf_start + buf_spec->vps.buf_size;
+ buf_spec->pps.buf_start =
+ buf_spec->sps.buf_start + buf_spec->sps.buf_size;
+ buf_spec->sao_up.buf_start =
+ buf_spec->pps.buf_start + buf_spec->pps.buf_size;
+ buf_spec->swap_buf.buf_start =
+ buf_spec->sao_up.buf_start + buf_spec->sao_up.buf_size;
+ buf_spec->swap_buf2.buf_start =
+ buf_spec->swap_buf.buf_start + buf_spec->swap_buf.buf_size;
+ buf_spec->scalelut.buf_start =
+ buf_spec->swap_buf2.buf_start + buf_spec->swap_buf2.buf_size;
+ buf_spec->dblk_para.buf_start =
+ buf_spec->scalelut.buf_start + buf_spec->scalelut.buf_size;
+ buf_spec->dblk_data.buf_start =
+ buf_spec->dblk_para.buf_start + buf_spec->dblk_para.buf_size;
+ buf_spec->seg_map.buf_start =
+ buf_spec->dblk_data.buf_start + buf_spec->dblk_data.buf_size;
+#ifdef VP9_10B_MMU
+ buf_spec->mmu_vbh.buf_start =
+ buf_spec->seg_map.buf_start + buf_spec->seg_map.buf_size;
+ buf_spec->cm_header.buf_start =
+ buf_spec->mmu_vbh.buf_start + buf_spec->mmu_vbh.buf_size;
+ buf_spec->mpred_above.buf_start =
+ buf_spec->cm_header.buf_start + buf_spec->cm_header.buf_size;
+#else
+ buf_spec->mpred_above.buf_start =
+ buf_spec->seg_map.buf_start + buf_spec->seg_map.buf_size;
+#endif
+ buf_spec->mpred_mv.buf_start =
+ buf_spec->mpred_above.buf_start +
+ buf_spec->mpred_above.buf_size;
+ if (debug & VP9_DEBUG_SEND_PARAM_WITH_REG) {
+ buf_spec->end_adr =
+ buf_spec->mpred_mv.buf_start +
+ buf_spec->mpred_mv.buf_size;
+ } else {
+ buf_spec->rpm.buf_start =
+ buf_spec->mpred_mv.buf_start +
+ buf_spec->mpred_mv.buf_size;
+ if (debug & VP9_DEBUG_UCODE) {
+ buf_spec->lmem.buf_start =
+ buf_spec->rpm.buf_start +
+ buf_spec->rpm.buf_size;
+ buf_spec->end_adr =
+ buf_spec->lmem.buf_start +
+ buf_spec->lmem.buf_size;
+ } else {
+ buf_spec->end_adr =
+ buf_spec->rpm.buf_start +
+ buf_spec->rpm.buf_size;
+ }
+ }
+ mem_start_virt = codec_mm_phys_to_virt(buf_spec->dblk_para.buf_start);
+ if (mem_start_virt) {
+ memset(mem_start_virt, 0, buf_spec->dblk_para.buf_size);
+ codec_mm_dma_flush(mem_start_virt,
+ buf_spec->dblk_para.buf_size,
+ DMA_TO_DEVICE);
+ } else {
+ /*not virt for tvp playing,
+ may need clear on ucode.*/
+ pr_err("mem_start_virt failed\n");
+ }
+ if (debug) {
+ pr_info("%s workspace (%x %x) size = %x\n", __func__,
+ buf_spec->start_adr, buf_spec->end_adr,
+ buf_spec->end_adr - buf_spec->start_adr);
+ }
+ if (debug) {
+ pr_info("ipp.buf_start :%x\n",
+ buf_spec->ipp.buf_start);
+ pr_info("sao_abv.buf_start :%x\n",
+ buf_spec->sao_abv.buf_start);
+ pr_info("sao_vb.buf_start :%x\n",
+ buf_spec->sao_vb.buf_start);
+ pr_info("short_term_rps.buf_start :%x\n",
+ buf_spec->short_term_rps.buf_start);
+ pr_info("vps.buf_start :%x\n",
+ buf_spec->vps.buf_start);
+ pr_info("sps.buf_start :%x\n",
+ buf_spec->sps.buf_start);
+ pr_info("pps.buf_start :%x\n",
+ buf_spec->pps.buf_start);
+ pr_info("sao_up.buf_start :%x\n",
+ buf_spec->sao_up.buf_start);
+ pr_info("swap_buf.buf_start :%x\n",
+ buf_spec->swap_buf.buf_start);
+ pr_info("swap_buf2.buf_start :%x\n",
+ buf_spec->swap_buf2.buf_start);
+ pr_info("scalelut.buf_start :%x\n",
+ buf_spec->scalelut.buf_start);
+ pr_info("dblk_para.buf_start :%x\n",
+ buf_spec->dblk_para.buf_start);
+ pr_info("dblk_data.buf_start :%x\n",
+ buf_spec->dblk_data.buf_start);
+ pr_info("seg_map.buf_start :%x\n",
+ buf_spec->seg_map.buf_start);
+#ifdef VP9_10B_MMU
+ pr_info("mmu_vbh.buf_start :%x\n",
+ buf_spec->mmu_vbh.buf_start);
+ pr_info("cm_header.buf_start :%x\n",
+ buf_spec->cm_header.buf_start);
+#endif
+ pr_info("mpred_above.buf_start :%x\n",
+ buf_spec->mpred_above.buf_start);
+ pr_info("mpred_mv.buf_start :%x\n",
+ buf_spec->mpred_mv.buf_start);
+ if ((debug & VP9_DEBUG_SEND_PARAM_WITH_REG) == 0) {
+ pr_info("rpm.buf_start :%x\n",
+ buf_spec->rpm.buf_start);
+ }
+ }
+
+}
+
+/*====================================================
+========================================================================
+vp9_prob define
+========================================================================*/
+#define VP9_PARTITION_START 0
+#define VP9_PARTITION_SIZE_STEP (3 * 4)
+#define VP9_PARTITION_ONE_SIZE (4 * VP9_PARTITION_SIZE_STEP)
+#define VP9_PARTITION_KEY_START 0
+#define VP9_PARTITION_P_START VP9_PARTITION_ONE_SIZE
+#define VP9_PARTITION_SIZE (2 * VP9_PARTITION_ONE_SIZE)
+#define VP9_SKIP_START (VP9_PARTITION_START + VP9_PARTITION_SIZE)
+#define VP9_SKIP_SIZE 4 /* only use 3*/
+#define VP9_TX_MODE_START (VP9_SKIP_START+VP9_SKIP_SIZE)
+#define VP9_TX_MODE_8_0_OFFSET 0
+#define VP9_TX_MODE_8_1_OFFSET 1
+#define VP9_TX_MODE_16_0_OFFSET 2
+#define VP9_TX_MODE_16_1_OFFSET 4
+#define VP9_TX_MODE_32_0_OFFSET 6
+#define VP9_TX_MODE_32_1_OFFSET 9
+#define VP9_TX_MODE_SIZE 12
+#define VP9_COEF_START (VP9_TX_MODE_START+VP9_TX_MODE_SIZE)
+#define VP9_COEF_BAND_0_OFFSET 0
+#define VP9_COEF_BAND_1_OFFSET (VP9_COEF_BAND_0_OFFSET + 3 * 3 + 1)
+#define VP9_COEF_BAND_2_OFFSET (VP9_COEF_BAND_1_OFFSET + 6 * 3)
+#define VP9_COEF_BAND_3_OFFSET (VP9_COEF_BAND_2_OFFSET + 6 * 3)
+#define VP9_COEF_BAND_4_OFFSET (VP9_COEF_BAND_3_OFFSET + 6 * 3)
+#define VP9_COEF_BAND_5_OFFSET (VP9_COEF_BAND_4_OFFSET + 6 * 3)
+#define VP9_COEF_SIZE_ONE_SET 100 /* ((3 +5*6)*3 + 1 padding)*/
+#define VP9_COEF_4X4_START (VP9_COEF_START + 0 * VP9_COEF_SIZE_ONE_SET)
+#define VP9_COEF_8X8_START (VP9_COEF_START + 4 * VP9_COEF_SIZE_ONE_SET)
+#define VP9_COEF_16X16_START (VP9_COEF_START + 8 * VP9_COEF_SIZE_ONE_SET)
+#define VP9_COEF_32X32_START (VP9_COEF_START + 12 * VP9_COEF_SIZE_ONE_SET)
+#define VP9_COEF_SIZE_PLANE (2 * VP9_COEF_SIZE_ONE_SET)
+#define VP9_COEF_SIZE (4 * 2 * 2 * VP9_COEF_SIZE_ONE_SET)
+#define VP9_INTER_MODE_START (VP9_COEF_START+VP9_COEF_SIZE)
+#define VP9_INTER_MODE_SIZE 24 /* only use 21 ( #*7)*/
+#define VP9_INTERP_START (VP9_INTER_MODE_START+VP9_INTER_MODE_SIZE)
+#define VP9_INTERP_SIZE 8
+#define VP9_INTRA_INTER_START (VP9_INTERP_START+VP9_INTERP_SIZE)
+#define VP9_INTRA_INTER_SIZE 4
+#define VP9_INTERP_INTRA_INTER_START VP9_INTERP_START
+#define VP9_INTERP_INTRA_INTER_SIZE (VP9_INTERP_SIZE + VP9_INTRA_INTER_SIZE)
+#define VP9_COMP_INTER_START \
+ (VP9_INTERP_INTRA_INTER_START+VP9_INTERP_INTRA_INTER_SIZE)
+#define VP9_COMP_INTER_SIZE 5
+#define VP9_COMP_REF_START (VP9_COMP_INTER_START+VP9_COMP_INTER_SIZE)
+#define VP9_COMP_REF_SIZE 5
+#define VP9_SINGLE_REF_START (VP9_COMP_REF_START+VP9_COMP_REF_SIZE)
+#define VP9_SINGLE_REF_SIZE 10
+#define VP9_REF_MODE_START VP9_COMP_INTER_START
+#define VP9_REF_MODE_SIZE \
+ (VP9_COMP_INTER_SIZE+VP9_COMP_REF_SIZE+VP9_SINGLE_REF_SIZE)
+#define VP9_IF_Y_MODE_START (VP9_REF_MODE_START+VP9_REF_MODE_SIZE)
+#define VP9_IF_Y_MODE_SIZE 36
+#define VP9_IF_UV_MODE_START (VP9_IF_Y_MODE_START+VP9_IF_Y_MODE_SIZE)
+#define VP9_IF_UV_MODE_SIZE 92 /* only use 90*/
+#define VP9_MV_JOINTS_START (VP9_IF_UV_MODE_START+VP9_IF_UV_MODE_SIZE)
+#define VP9_MV_JOINTS_SIZE 3
+#define VP9_MV_SIGN_0_START (VP9_MV_JOINTS_START+VP9_MV_JOINTS_SIZE)
+#define VP9_MV_SIGN_0_SIZE 1
+#define VP9_MV_CLASSES_0_START (VP9_MV_SIGN_0_START+VP9_MV_SIGN_0_SIZE)
+#define VP9_MV_CLASSES_0_SIZE 10
+#define VP9_MV_CLASS0_0_START (VP9_MV_CLASSES_0_START+VP9_MV_CLASSES_0_SIZE)
+#define VP9_MV_CLASS0_0_SIZE 1
+#define VP9_MV_BITS_0_START (VP9_MV_CLASS0_0_START+VP9_MV_CLASS0_0_SIZE)
+#define VP9_MV_BITS_0_SIZE 10
+#define VP9_MV_SIGN_1_START (VP9_MV_BITS_0_START+VP9_MV_BITS_0_SIZE)
+#define VP9_MV_SIGN_1_SIZE 1
+#define VP9_MV_CLASSES_1_START \
+ (VP9_MV_SIGN_1_START+VP9_MV_SIGN_1_SIZE)
+#define VP9_MV_CLASSES_1_SIZE 10
+#define VP9_MV_CLASS0_1_START \
+ (VP9_MV_CLASSES_1_START+VP9_MV_CLASSES_1_SIZE)
+#define VP9_MV_CLASS0_1_SIZE 1
+#define VP9_MV_BITS_1_START \
+ (VP9_MV_CLASS0_1_START+VP9_MV_CLASS0_1_SIZE)
+#define VP9_MV_BITS_1_SIZE 10
+#define VP9_MV_CLASS0_FP_0_START \
+ (VP9_MV_BITS_1_START+VP9_MV_BITS_1_SIZE)
+#define VP9_MV_CLASS0_FP_0_SIZE 9
+#define VP9_MV_CLASS0_FP_1_START \
+ (VP9_MV_CLASS0_FP_0_START+VP9_MV_CLASS0_FP_0_SIZE)
+#define VP9_MV_CLASS0_FP_1_SIZE 9
+#define VP9_MV_CLASS0_HP_0_START \
+ (VP9_MV_CLASS0_FP_1_START+VP9_MV_CLASS0_FP_1_SIZE)
+#define VP9_MV_CLASS0_HP_0_SIZE 2
+#define VP9_MV_CLASS0_HP_1_START \
+ (VP9_MV_CLASS0_HP_0_START+VP9_MV_CLASS0_HP_0_SIZE)
+#define VP9_MV_CLASS0_HP_1_SIZE 2
+#define VP9_MV_START VP9_MV_JOINTS_START
+#define VP9_MV_SIZE 72 /*only use 69*/
+
+#define VP9_TOTAL_SIZE (VP9_MV_START + VP9_MV_SIZE)
+
+
+/*========================================================================
+ vp9_count_mem define
+========================================================================*/
+#define VP9_COEF_COUNT_START 0
+#define VP9_COEF_COUNT_BAND_0_OFFSET 0
+#define VP9_COEF_COUNT_BAND_1_OFFSET \
+ (VP9_COEF_COUNT_BAND_0_OFFSET + 3*5)
+#define VP9_COEF_COUNT_BAND_2_OFFSET \
+ (VP9_COEF_COUNT_BAND_1_OFFSET + 6*5)
+#define VP9_COEF_COUNT_BAND_3_OFFSET \
+ (VP9_COEF_COUNT_BAND_2_OFFSET + 6*5)
+#define VP9_COEF_COUNT_BAND_4_OFFSET \
+ (VP9_COEF_COUNT_BAND_3_OFFSET + 6*5)
+#define VP9_COEF_COUNT_BAND_5_OFFSET \
+ (VP9_COEF_COUNT_BAND_4_OFFSET + 6*5)
+#define VP9_COEF_COUNT_SIZE_ONE_SET 165 /* ((3 +5*6)*5 */
+#define VP9_COEF_COUNT_4X4_START \
+ (VP9_COEF_COUNT_START + 0*VP9_COEF_COUNT_SIZE_ONE_SET)
+#define VP9_COEF_COUNT_8X8_START \
+ (VP9_COEF_COUNT_START + 4*VP9_COEF_COUNT_SIZE_ONE_SET)
+#define VP9_COEF_COUNT_16X16_START \
+ (VP9_COEF_COUNT_START + 8*VP9_COEF_COUNT_SIZE_ONE_SET)
+#define VP9_COEF_COUNT_32X32_START \
+ (VP9_COEF_COUNT_START + 12*VP9_COEF_COUNT_SIZE_ONE_SET)
+#define VP9_COEF_COUNT_SIZE_PLANE (2 * VP9_COEF_COUNT_SIZE_ONE_SET)
+#define VP9_COEF_COUNT_SIZE (4 * 2 * 2 * VP9_COEF_COUNT_SIZE_ONE_SET)
+
+#define VP9_INTRA_INTER_COUNT_START \
+ (VP9_COEF_COUNT_START+VP9_COEF_COUNT_SIZE)
+#define VP9_INTRA_INTER_COUNT_SIZE (4*2)
+#define VP9_COMP_INTER_COUNT_START \
+ (VP9_INTRA_INTER_COUNT_START+VP9_INTRA_INTER_COUNT_SIZE)
+#define VP9_COMP_INTER_COUNT_SIZE (5*2)
+#define VP9_COMP_REF_COUNT_START \
+ (VP9_COMP_INTER_COUNT_START+VP9_COMP_INTER_COUNT_SIZE)
+#define VP9_COMP_REF_COUNT_SIZE (5*2)
+#define VP9_SINGLE_REF_COUNT_START \
+ (VP9_COMP_REF_COUNT_START+VP9_COMP_REF_COUNT_SIZE)
+#define VP9_SINGLE_REF_COUNT_SIZE (10*2)
+#define VP9_TX_MODE_COUNT_START \
+ (VP9_SINGLE_REF_COUNT_START+VP9_SINGLE_REF_COUNT_SIZE)
+#define VP9_TX_MODE_COUNT_SIZE (12*2)
+#define VP9_SKIP_COUNT_START \
+ (VP9_TX_MODE_COUNT_START+VP9_TX_MODE_COUNT_SIZE)
+#define VP9_SKIP_COUNT_SIZE (3*2)
+#define VP9_MV_SIGN_0_COUNT_START \
+ (VP9_SKIP_COUNT_START+VP9_SKIP_COUNT_SIZE)
+#define VP9_MV_SIGN_0_COUNT_SIZE (1*2)
+#define VP9_MV_SIGN_1_COUNT_START \
+ (VP9_MV_SIGN_0_COUNT_START+VP9_MV_SIGN_0_COUNT_SIZE)
+#define VP9_MV_SIGN_1_COUNT_SIZE (1*2)
+#define VP9_MV_BITS_0_COUNT_START \
+ (VP9_MV_SIGN_1_COUNT_START+VP9_MV_SIGN_1_COUNT_SIZE)
+#define VP9_MV_BITS_0_COUNT_SIZE (10*2)
+#define VP9_MV_BITS_1_COUNT_START \
+ (VP9_MV_BITS_0_COUNT_START+VP9_MV_BITS_0_COUNT_SIZE)
+#define VP9_MV_BITS_1_COUNT_SIZE (10*2)
+#define VP9_MV_CLASS0_HP_0_COUNT_START \
+ (VP9_MV_BITS_1_COUNT_START+VP9_MV_BITS_1_COUNT_SIZE)
+#define VP9_MV_CLASS0_HP_0_COUNT_SIZE (2*2)
+#define VP9_MV_CLASS0_HP_1_COUNT_START \
+ (VP9_MV_CLASS0_HP_0_COUNT_START+VP9_MV_CLASS0_HP_0_COUNT_SIZE)
+#define VP9_MV_CLASS0_HP_1_COUNT_SIZE (2*2)
+/* Start merge_tree*/
+#define VP9_INTER_MODE_COUNT_START \
+ (VP9_MV_CLASS0_HP_1_COUNT_START+VP9_MV_CLASS0_HP_1_COUNT_SIZE)
+#define VP9_INTER_MODE_COUNT_SIZE (7*4)
+#define VP9_IF_Y_MODE_COUNT_START \
+ (VP9_INTER_MODE_COUNT_START+VP9_INTER_MODE_COUNT_SIZE)
+#define VP9_IF_Y_MODE_COUNT_SIZE (10*4)
+#define VP9_IF_UV_MODE_COUNT_START \
+ (VP9_IF_Y_MODE_COUNT_START+VP9_IF_Y_MODE_COUNT_SIZE)
+#define VP9_IF_UV_MODE_COUNT_SIZE (10*10)
+#define VP9_PARTITION_P_COUNT_START \
+ (VP9_IF_UV_MODE_COUNT_START+VP9_IF_UV_MODE_COUNT_SIZE)
+#define VP9_PARTITION_P_COUNT_SIZE (4*4*4)
+#define VP9_INTERP_COUNT_START \
+ (VP9_PARTITION_P_COUNT_START+VP9_PARTITION_P_COUNT_SIZE)
+#define VP9_INTERP_COUNT_SIZE (4*3)
+#define VP9_MV_JOINTS_COUNT_START \
+ (VP9_INTERP_COUNT_START+VP9_INTERP_COUNT_SIZE)
+#define VP9_MV_JOINTS_COUNT_SIZE (1 * 4)
+#define VP9_MV_CLASSES_0_COUNT_START \
+ (VP9_MV_JOINTS_COUNT_START+VP9_MV_JOINTS_COUNT_SIZE)
+#define VP9_MV_CLASSES_0_COUNT_SIZE (1*11)
+#define VP9_MV_CLASS0_0_COUNT_START \
+ (VP9_MV_CLASSES_0_COUNT_START+VP9_MV_CLASSES_0_COUNT_SIZE)
+#define VP9_MV_CLASS0_0_COUNT_SIZE (1*2)
+#define VP9_MV_CLASSES_1_COUNT_START \
+ (VP9_MV_CLASS0_0_COUNT_START+VP9_MV_CLASS0_0_COUNT_SIZE)
+#define VP9_MV_CLASSES_1_COUNT_SIZE (1*11)
+#define VP9_MV_CLASS0_1_COUNT_START \
+ (VP9_MV_CLASSES_1_COUNT_START+VP9_MV_CLASSES_1_COUNT_SIZE)
+#define VP9_MV_CLASS0_1_COUNT_SIZE (1*2)
+#define VP9_MV_CLASS0_FP_0_COUNT_START \
+ (VP9_MV_CLASS0_1_COUNT_START+VP9_MV_CLASS0_1_COUNT_SIZE)
+#define VP9_MV_CLASS0_FP_0_COUNT_SIZE (3*4)
+#define VP9_MV_CLASS0_FP_1_COUNT_START \
+ (VP9_MV_CLASS0_FP_0_COUNT_START+VP9_MV_CLASS0_FP_0_COUNT_SIZE)
+#define VP9_MV_CLASS0_FP_1_COUNT_SIZE (3*4)
+
+
+#define DC_PRED 0 /* Average of above and left pixels*/
+#define V_PRED 1 /* Vertical*/
+#define H_PRED 2 /* Horizontal*/
+#define D45_PRED 3 /*Directional 45 deg = round(arctan(1/1) * 180/pi)*/
+#define D135_PRED 4 /* Directional 135 deg = 180 - 45*/
+#define D117_PRED 5 /* Directional 117 deg = 180 - 63*/
+#define D153_PRED 6 /* Directional 153 deg = 180 - 27*/
+#define D207_PRED 7 /* Directional 207 deg = 180 + 27*/
+#define D63_PRED 8 /*Directional 63 deg = round(arctan(2/1) * 180/pi)*/
+#define TM_PRED 9 /*True-motion*/
+
+int clip_prob(int p)
+{
+ return (p > 255) ? 255 : (p < 1) ? 1 : p;
+}
+
+#define ROUND_POWER_OF_TWO(value, n) \
+ (((value) + (1 << ((n) - 1))) >> (n))
+
+#define MODE_MV_COUNT_SAT 20
+static const int count_to_update_factor[MODE_MV_COUNT_SAT + 1] = {
+ 0, 6, 12, 19, 25, 32, 38, 44, 51, 57, 64,
+ 70, 76, 83, 89, 96, 102, 108, 115, 121, 128
+};
+
+void vp9_tree_merge_probs(unsigned int *prev_prob, unsigned int *cur_prob,
+ int coef_node_start, int tree_left, int tree_right, int tree_i,
+ int node) {
+
+ int prob_32, prob_res, prob_shift;
+ int pre_prob, new_prob;
+ int den, m_count, get_prob, factor;
+ prob_32 = prev_prob[coef_node_start / 4 * 2];
+ prob_res = coef_node_start & 3;
+ prob_shift = prob_res * 8;
+ pre_prob = (prob_32 >> prob_shift) & 0xff;
+
+ den = tree_left + tree_right;
+
+ if (den == 0)
+ new_prob = pre_prob;
+ else {
+ m_count = (den < MODE_MV_COUNT_SAT) ?
+ den : MODE_MV_COUNT_SAT;
+ get_prob = clip_prob(
+ div_r32(((int64_t)tree_left * 256 + (den >> 1)),
+ den));
+ /*weighted_prob*/
+ factor = count_to_update_factor[m_count];
+ new_prob = ROUND_POWER_OF_TWO(pre_prob * (256 - factor)
+ + get_prob * factor, 8);
+ }
+ cur_prob[coef_node_start / 4 * 2] = (cur_prob[coef_node_start / 4 * 2]
+ & (~(0xff << prob_shift))) | (new_prob << prob_shift);
+
+ /*pr_info(" - [%d][%d] 0x%02X --> 0x%02X (0x%X 0x%X) (%X)\n",
+ tree_i, node, pre_prob, new_prob, tree_left, tree_right,
+ cur_prob[coef_node_start/4*2]);*/
+}
+
+
+/*void adapt_coef_probs(void)*/
+void adapt_coef_probs(int pic_count, int prev_kf, int cur_kf, int pre_fc,
+ unsigned int *prev_prob, unsigned int *cur_prob, unsigned int *count)
+{
+ /* 80 * 64bits = 0xF00 ( use 0x1000 4K bytes)
+ unsigned int prev_prob[496*2];
+ unsigned int cur_prob[496*2];
+ 0x300 * 128bits = 0x3000 (32K Bytes)
+ unsigned int count[0x300*4];*/
+
+ int tx_size, coef_tx_size_start, coef_count_tx_size_start;
+ int plane, coef_plane_start, coef_count_plane_start;
+ int type, coef_type_start, coef_count_type_start;
+ int band, coef_band_start, coef_count_band_start;
+ int cxt_num;
+ int cxt, coef_cxt_start, coef_count_cxt_start;
+ int node, coef_node_start, coef_count_node_start;
+
+ int tree_i, tree_left, tree_right;
+ int mvd_i;
+
+ int count_sat = 24;
+ /*int update_factor = 112;*/ /*If COEF_MAX_UPDATE_FACTOR_AFTER_KEY,
+ use 128*/
+ /* If COEF_MAX_UPDATE_FACTOR_AFTER_KEY, use 128*/
+ /*int update_factor = (pic_count == 1) ? 128 : 112;*/
+ int update_factor = cur_kf ? 112 :
+ prev_kf ? 128 : 112;
+
+ int prob_32;
+ int prob_res;
+ int prob_shift;
+ int pre_prob;
+
+ int num, den;
+ int get_prob;
+ int m_count;
+ int factor;
+
+ int new_prob;
+
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info
+ ("\n ##adapt_coef_probs (pre_fc : %d ,prev_kf : %d,cur_kf : %d)##\n\n",
+ pre_fc, prev_kf, cur_kf);
+
+ /*adapt_coef_probs*/
+ for (tx_size = 0; tx_size < 4; tx_size++) {
+ coef_tx_size_start = VP9_COEF_START
+ + tx_size * 4 * VP9_COEF_SIZE_ONE_SET;
+ coef_count_tx_size_start = VP9_COEF_COUNT_START
+ + tx_size * 4 * VP9_COEF_COUNT_SIZE_ONE_SET;
+ coef_plane_start = coef_tx_size_start;
+ coef_count_plane_start = coef_count_tx_size_start;
+ for (plane = 0; plane < 2; plane++) {
+ coef_type_start = coef_plane_start;
+ coef_count_type_start = coef_count_plane_start;
+ for (type = 0; type < 2; type++) {
+ coef_band_start = coef_type_start;
+ coef_count_band_start = coef_count_type_start;
+ for (band = 0; band < 6; band++) {
+ if (band == 0)
+ cxt_num = 3;
+ else
+ cxt_num = 6;
+ coef_cxt_start = coef_band_start;
+ coef_count_cxt_start =
+ coef_count_band_start;
+ for (cxt = 0; cxt < cxt_num; cxt++) {
+ const int n0 =
+ count[coef_count_cxt_start];
+ const int n1 =
+ count[coef_count_cxt_start + 1];
+ const int n2 =
+ count[coef_count_cxt_start + 2];
+ const int neob =
+ count[coef_count_cxt_start + 3];
+ const int nneob =
+ count[coef_count_cxt_start + 4];
+ const unsigned int
+ branch_ct[3][2] = {
+ { neob, nneob },
+ { n0, n1 + n2 },
+ { n1, n2 }
+ };
+ coef_node_start =
+ coef_cxt_start;
+ for
+ (node = 0; node < 3; node++) {
+ prob_32 =
+ prev_prob[
+ coef_node_start
+ / 4 * 2];
+ prob_res =
+ coef_node_start & 3;
+ prob_shift =
+ prob_res * 8;
+ pre_prob =
+ (prob_32 >> prob_shift)
+ & 0xff;
+
+ /*get_binary_prob*/
+ num =
+ branch_ct[node][0];
+ den =
+ branch_ct[node][0] +
+ branch_ct[node][1];
+ m_count = (den <
+ count_sat)
+ ? den : count_sat;
+
+ get_prob =
+ (den == 0) ? 128u :
+ clip_prob(
+ div_r32(((int64_t)
+ num * 256
+ + (den >> 1)),
+ den));
+
+ factor =
+ update_factor * m_count
+ / count_sat;
+ new_prob =
+ ROUND_POWER_OF_TWO
+ (pre_prob *
+ (256 - factor) +
+ get_prob * factor, 8);
+
+ cur_prob[coef_node_start
+ / 4 * 2] =
+ (cur_prob
+ [coef_node_start
+ / 4 * 2] & (~(0xff <<
+ prob_shift))) |
+ (new_prob <<
+ prob_shift);
+
+ coef_node_start += 1;
+ }
+
+ coef_cxt_start =
+ coef_cxt_start + 3;
+ coef_count_cxt_start =
+ coef_count_cxt_start
+ + 5;
+ }
+ if (band == 0) {
+ coef_band_start += 10;
+ coef_count_band_start += 15;
+ } else {
+ coef_band_start += 18;
+ coef_count_band_start += 30;
+ }
+ }
+ coef_type_start += VP9_COEF_SIZE_ONE_SET;
+ coef_count_type_start +=
+ VP9_COEF_COUNT_SIZE_ONE_SET;
+ }
+ coef_plane_start += 2 * VP9_COEF_SIZE_ONE_SET;
+ coef_count_plane_start +=
+ 2 * VP9_COEF_COUNT_SIZE_ONE_SET;
+ }
+ }
+
+if (cur_kf == 0) {
+ /*mode_mv_merge_probs - merge_intra_inter_prob*/
+ for (coef_count_node_start = VP9_INTRA_INTER_COUNT_START;
+ coef_count_node_start < (VP9_MV_CLASS0_HP_1_COUNT_START +
+ VP9_MV_CLASS0_HP_1_COUNT_SIZE); coef_count_node_start += 2) {
+
+ if (coef_count_node_start ==
+ VP9_INTRA_INTER_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_intra_inter_prob\n");
+ coef_node_start = VP9_INTRA_INTER_START;
+ } else if (coef_count_node_start ==
+ VP9_COMP_INTER_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_comp_inter_prob\n");
+ coef_node_start = VP9_COMP_INTER_START;
+ }
+ /*
+ else if (coef_count_node_start ==
+ VP9_COMP_REF_COUNT_START) {
+ pr_info(" # merge_comp_inter_prob\n");
+ coef_node_start = VP9_COMP_REF_START;
+ }
+ else if (coef_count_node_start ==
+ VP9_SINGLE_REF_COUNT_START) {
+ pr_info(" # merge_comp_inter_prob\n");
+ coef_node_start = VP9_SINGLE_REF_START;
+ }
+ */
+ else if (coef_count_node_start ==
+ VP9_TX_MODE_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_tx_mode_probs\n");
+ coef_node_start = VP9_TX_MODE_START;
+ } else if (coef_count_node_start ==
+ VP9_SKIP_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_skip_probs\n");
+ coef_node_start = VP9_SKIP_START;
+ } else if (coef_count_node_start ==
+ VP9_MV_SIGN_0_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_sign_0\n");
+ coef_node_start = VP9_MV_SIGN_0_START;
+ } else if (coef_count_node_start ==
+ VP9_MV_SIGN_1_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_sign_1\n");
+ coef_node_start = VP9_MV_SIGN_1_START;
+ } else if (coef_count_node_start ==
+ VP9_MV_BITS_0_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_bits_0\n");
+ coef_node_start = VP9_MV_BITS_0_START;
+ } else if (coef_count_node_start ==
+ VP9_MV_BITS_1_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_bits_1\n");
+ coef_node_start = VP9_MV_BITS_1_START;
+ } else if (coef_count_node_start ==
+ VP9_MV_CLASS0_HP_0_COUNT_START) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_class0_hp\n");
+ coef_node_start = VP9_MV_CLASS0_HP_0_START;
+ }
+
+
+ den = count[coef_count_node_start] +
+ count[coef_count_node_start + 1];
+
+ prob_32 = prev_prob[coef_node_start / 4 * 2];
+ prob_res = coef_node_start & 3;
+ prob_shift = prob_res * 8;
+ pre_prob = (prob_32 >> prob_shift) & 0xff;
+
+ if (den == 0)
+ new_prob = pre_prob;
+ else {
+ m_count = (den < MODE_MV_COUNT_SAT) ?
+ den : MODE_MV_COUNT_SAT;
+ get_prob =
+ clip_prob(
+ div_r32(((int64_t)count[coef_count_node_start]
+ * 256 + (den >> 1)),
+ den));
+ /*weighted_prob*/
+ factor = count_to_update_factor[m_count];
+ new_prob =
+ ROUND_POWER_OF_TWO(pre_prob * (256 - factor)
+ + get_prob * factor, 8);
+ }
+ cur_prob[coef_node_start / 4 * 2] =
+ (cur_prob[coef_node_start / 4 * 2] &
+ (~(0xff << prob_shift)))
+ | (new_prob << prob_shift);
+
+ coef_node_start = coef_node_start + 1;
+ }
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_vp9_inter_mode_tree\n");
+ coef_node_start = VP9_INTER_MODE_START;
+ coef_count_node_start = VP9_INTER_MODE_COUNT_START;
+ for (tree_i = 0; tree_i < 7; tree_i++) {
+ for (node = 0; node < 3; node++) {
+ switch (node) {
+ case 2:
+ tree_left =
+ count[coef_count_node_start + 1];
+ tree_right =
+ count[coef_count_node_start + 3];
+ break;
+ case 1:
+ tree_left =
+ count[coef_count_node_start + 0];
+ tree_right =
+ count[coef_count_node_start + 1]
+ + count[coef_count_node_start + 3];
+ break;
+ default:
+ tree_left =
+ count[coef_count_node_start + 2];
+ tree_right =
+ count[coef_count_node_start + 0]
+ + count[coef_count_node_start + 1]
+ + count[coef_count_node_start + 3];
+ break;
+
+ }
+
+ vp9_tree_merge_probs(prev_prob, cur_prob,
+ coef_node_start, tree_left, tree_right,
+ tree_i, node);
+
+ coef_node_start = coef_node_start + 1;
+ }
+ coef_count_node_start = coef_count_node_start + 4;
+ }
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_vp9_intra_mode_tree\n");
+ coef_node_start = VP9_IF_Y_MODE_START;
+ coef_count_node_start = VP9_IF_Y_MODE_COUNT_START;
+ for (tree_i = 0; tree_i < 14; tree_i++) {
+ for (node = 0; node < 9; node++) {
+ switch (node) {
+ case 8:
+ tree_left =
+ count[coef_count_node_start+D153_PRED];
+ tree_right =
+ count[coef_count_node_start+D207_PRED];
+ break;
+ case 7:
+ tree_left =
+ count[coef_count_node_start+D63_PRED];
+ tree_right =
+ count[coef_count_node_start+D207_PRED] +
+ count[coef_count_node_start+D153_PRED];
+ break;
+ case 6:
+ tree_left =
+ count[coef_count_node_start + D45_PRED];
+ tree_right =
+ count[coef_count_node_start+D207_PRED] +
+ count[coef_count_node_start+D153_PRED] +
+ count[coef_count_node_start+D63_PRED];
+ break;
+ case 5:
+ tree_left =
+ count[coef_count_node_start+D135_PRED];
+ tree_right =
+ count[coef_count_node_start+D117_PRED];
+ break;
+ case 4:
+ tree_left =
+ count[coef_count_node_start+H_PRED];
+ tree_right =
+ count[coef_count_node_start+D117_PRED] +
+ count[coef_count_node_start+D135_PRED];
+ break;
+ case 3:
+ tree_left =
+ count[coef_count_node_start+H_PRED] +
+ count[coef_count_node_start+D117_PRED] +
+ count[coef_count_node_start+D135_PRED];
+ tree_right =
+ count[coef_count_node_start+D45_PRED] +
+ count[coef_count_node_start+D207_PRED] +
+ count[coef_count_node_start+D153_PRED] +
+ count[coef_count_node_start+D63_PRED];
+ break;
+ case 2:
+ tree_left =
+ count[coef_count_node_start+V_PRED];
+ tree_right =
+ count[coef_count_node_start+H_PRED] +
+ count[coef_count_node_start+D117_PRED] +
+ count[coef_count_node_start+D135_PRED] +
+ count[coef_count_node_start+D45_PRED] +
+ count[coef_count_node_start+D207_PRED] +
+ count[coef_count_node_start+D153_PRED] +
+ count[coef_count_node_start+D63_PRED];
+ break;
+ case 1:
+ tree_left =
+ count[coef_count_node_start+TM_PRED];
+ tree_right =
+ count[coef_count_node_start+V_PRED] +
+ count[coef_count_node_start+H_PRED] +
+ count[coef_count_node_start+D117_PRED] +
+ count[coef_count_node_start+D135_PRED] +
+ count[coef_count_node_start+D45_PRED] +
+ count[coef_count_node_start+D207_PRED] +
+ count[coef_count_node_start+D153_PRED] +
+ count[coef_count_node_start+D63_PRED];
+ break;
+ default:
+ tree_left =
+ count[coef_count_node_start+DC_PRED];
+ tree_right =
+ count[coef_count_node_start+TM_PRED] +
+ count[coef_count_node_start+V_PRED] +
+ count[coef_count_node_start+H_PRED] +
+ count[coef_count_node_start+D117_PRED] +
+ count[coef_count_node_start+D135_PRED] +
+ count[coef_count_node_start+D45_PRED] +
+ count[coef_count_node_start+D207_PRED] +
+ count[coef_count_node_start+D153_PRED] +
+ count[coef_count_node_start+D63_PRED];
+ break;
+
+ }
+
+ vp9_tree_merge_probs(prev_prob, cur_prob,
+ coef_node_start, tree_left, tree_right,
+ tree_i, node);
+
+ coef_node_start = coef_node_start + 1;
+ }
+ coef_count_node_start = coef_count_node_start + 10;
+ }
+
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_vp9_partition_tree\n");
+ coef_node_start = VP9_PARTITION_P_START;
+ coef_count_node_start = VP9_PARTITION_P_COUNT_START;
+ for (tree_i = 0; tree_i < 16; tree_i++) {
+ for (node = 0; node < 3; node++) {
+ switch (node) {
+ case 2:
+ tree_left =
+ count[coef_count_node_start + 2];
+ tree_right =
+ count[coef_count_node_start + 3];
+ break;
+ case 1:
+ tree_left =
+ count[coef_count_node_start + 1];
+ tree_right =
+ count[coef_count_node_start + 2] +
+ count[coef_count_node_start + 3];
+ break;
+ default:
+ tree_left =
+ count[coef_count_node_start + 0];
+ tree_right =
+ count[coef_count_node_start + 1] +
+ count[coef_count_node_start + 2] +
+ count[coef_count_node_start + 3];
+ break;
+
+ }
+
+ vp9_tree_merge_probs(prev_prob, cur_prob,
+ coef_node_start,
+ tree_left, tree_right, tree_i, node);
+
+ coef_node_start = coef_node_start + 1;
+ }
+ coef_count_node_start = coef_count_node_start + 4;
+ }
+
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_vp9_switchable_interp_tree\n");
+ coef_node_start = VP9_INTERP_START;
+ coef_count_node_start = VP9_INTERP_COUNT_START;
+ for (tree_i = 0; tree_i < 4; tree_i++) {
+ for (node = 0; node < 2; node++) {
+ switch (node) {
+ case 1:
+ tree_left =
+ count[coef_count_node_start + 1];
+ tree_right =
+ count[coef_count_node_start + 2];
+ break;
+ default:
+ tree_left =
+ count[coef_count_node_start + 0];
+ tree_right =
+ count[coef_count_node_start + 1] +
+ count[coef_count_node_start + 2];
+ break;
+
+ }
+
+ vp9_tree_merge_probs(prev_prob, cur_prob,
+ coef_node_start,
+ tree_left, tree_right, tree_i, node);
+
+ coef_node_start = coef_node_start + 1;
+ }
+ coef_count_node_start = coef_count_node_start + 3;
+ }
+
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info("# merge_vp9_mv_joint_tree\n");
+ coef_node_start = VP9_MV_JOINTS_START;
+ coef_count_node_start = VP9_MV_JOINTS_COUNT_START;
+ for (tree_i = 0; tree_i < 1; tree_i++) {
+ for (node = 0; node < 3; node++) {
+ switch (node) {
+ case 2:
+ tree_left =
+ count[coef_count_node_start + 2];
+ tree_right =
+ count[coef_count_node_start + 3];
+ break;
+ case 1:
+ tree_left =
+ count[coef_count_node_start + 1];
+ tree_right =
+ count[coef_count_node_start + 2] +
+ count[coef_count_node_start + 3];
+ break;
+ default:
+ tree_left =
+ count[coef_count_node_start + 0];
+ tree_right =
+ count[coef_count_node_start + 1] +
+ count[coef_count_node_start + 2] +
+ count[coef_count_node_start + 3];
+ break;
+ }
+
+ vp9_tree_merge_probs(prev_prob, cur_prob,
+ coef_node_start,
+ tree_left, tree_right, tree_i, node);
+
+ coef_node_start = coef_node_start + 1;
+ }
+ coef_count_node_start = coef_count_node_start + 4;
+ }
+
+ for (mvd_i = 0; mvd_i < 2; mvd_i++) {
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_vp9_mv_class_tree [%d] -\n", mvd_i);
+ coef_node_start =
+ mvd_i ? VP9_MV_CLASSES_1_START : VP9_MV_CLASSES_0_START;
+ coef_count_node_start =
+ mvd_i ? VP9_MV_CLASSES_1_COUNT_START
+ : VP9_MV_CLASSES_0_COUNT_START;
+ tree_i = 0;
+ for (node = 0; node < 10; node++) {
+ switch (node) {
+ case 9:
+ tree_left =
+ count[coef_count_node_start + 9];
+ tree_right =
+ count[coef_count_node_start + 10];
+ break;
+ case 8:
+ tree_left =
+ count[coef_count_node_start + 7];
+ tree_right =
+ count[coef_count_node_start + 8];
+ break;
+ case 7:
+ tree_left =
+ count[coef_count_node_start + 7] +
+ count[coef_count_node_start + 8];
+ tree_right =
+ count[coef_count_node_start + 9] +
+ count[coef_count_node_start + 10];
+ break;
+ case 6:
+ tree_left =
+ count[coef_count_node_start + 6];
+ tree_right =
+ count[coef_count_node_start + 7] +
+ count[coef_count_node_start + 8] +
+ count[coef_count_node_start + 9] +
+ count[coef_count_node_start + 10];
+ break;
+ case 5:
+ tree_left =
+ count[coef_count_node_start + 4];
+ tree_right =
+ count[coef_count_node_start + 5];
+ break;
+ case 4:
+ tree_left =
+ count[coef_count_node_start + 4] +
+ count[coef_count_node_start + 5];
+ tree_right =
+ count[coef_count_node_start + 6] +
+ count[coef_count_node_start + 7] +
+ count[coef_count_node_start + 8] +
+ count[coef_count_node_start + 9] +
+ count[coef_count_node_start + 10];
+ break;
+ case 3:
+ tree_left =
+ count[coef_count_node_start + 2];
+ tree_right =
+ count[coef_count_node_start + 3];
+ break;
+ case 2:
+ tree_left =
+ count[coef_count_node_start + 2] +
+ count[coef_count_node_start + 3];
+ tree_right =
+ count[coef_count_node_start + 4] +
+ count[coef_count_node_start + 5] +
+ count[coef_count_node_start + 6] +
+ count[coef_count_node_start + 7] +
+ count[coef_count_node_start + 8] +
+ count[coef_count_node_start + 9] +
+ count[coef_count_node_start + 10];
+ break;
+ case 1:
+ tree_left =
+ count[coef_count_node_start + 1];
+ tree_right =
+ count[coef_count_node_start + 2] +
+ count[coef_count_node_start + 3] +
+ count[coef_count_node_start + 4] +
+ count[coef_count_node_start + 5] +
+ count[coef_count_node_start + 6] +
+ count[coef_count_node_start + 7] +
+ count[coef_count_node_start + 8] +
+ count[coef_count_node_start + 9] +
+ count[coef_count_node_start + 10];
+ break;
+ default:
+ tree_left =
+ count[coef_count_node_start + 0];
+ tree_right =
+ count[coef_count_node_start + 1] +
+ count[coef_count_node_start + 2] +
+ count[coef_count_node_start + 3] +
+ count[coef_count_node_start + 4] +
+ count[coef_count_node_start + 5] +
+ count[coef_count_node_start + 6] +
+ count[coef_count_node_start + 7] +
+ count[coef_count_node_start + 8] +
+ count[coef_count_node_start + 9] +
+ count[coef_count_node_start + 10];
+ break;
+
+ }
+
+ vp9_tree_merge_probs(prev_prob, cur_prob,
+ coef_node_start, tree_left, tree_right,
+ tree_i, node);
+
+ coef_node_start = coef_node_start + 1;
+ }
+
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_vp9_mv_class0_tree [%d] -\n", mvd_i);
+ coef_node_start =
+ mvd_i ? VP9_MV_CLASS0_1_START : VP9_MV_CLASS0_0_START;
+ coef_count_node_start =
+ mvd_i ? VP9_MV_CLASS0_1_COUNT_START :
+ VP9_MV_CLASS0_0_COUNT_START;
+ tree_i = 0;
+ node = 0;
+ tree_left = count[coef_count_node_start + 0];
+ tree_right = count[coef_count_node_start + 1];
+
+ vp9_tree_merge_probs(prev_prob, cur_prob, coef_node_start,
+ tree_left, tree_right, tree_i, node);
+ if (debug & VP9_DEBUG_MERGE)
+ pr_info(" # merge_vp9_mv_fp_tree_class0_fp [%d] -\n",
+ mvd_i);
+ coef_node_start =
+ mvd_i ? VP9_MV_CLASS0_FP_1_START :
+ VP9_MV_CLASS0_FP_0_START;
+ coef_count_node_start =
+ mvd_i ? VP9_MV_CLASS0_FP_1_COUNT_START :
+ VP9_MV_CLASS0_FP_0_COUNT_START;
+ for (tree_i = 0; tree_i < 3; tree_i++) {
+ for (node = 0; node < 3; node++) {
+ switch (node) {
+ case 2:
+ tree_left =
+ count[coef_count_node_start + 2];
+ tree_right =
+ count[coef_count_node_start + 3];
+ break;
+ case 1:
+ tree_left =
+ count[coef_count_node_start + 1];
+ tree_right =
+ count[coef_count_node_start + 2]
+ + count[coef_count_node_start + 3];
+ break;
+ default:
+ tree_left =
+ count[coef_count_node_start + 0];
+ tree_right =
+ count[coef_count_node_start + 1]
+ + count[coef_count_node_start + 2]
+ + count[coef_count_node_start + 3];
+ break;
+
+ }
+
+ vp9_tree_merge_probs(prev_prob, cur_prob,
+ coef_node_start, tree_left, tree_right,
+ tree_i, node);
+
+ coef_node_start = coef_node_start + 1;
+ }
+ coef_count_node_start = coef_count_node_start + 4;
+ }
+
+ } /* for mvd_i (mvd_y or mvd_x)*/
+}
+
+}
+
+
+static void uninit_mmu_buffers(struct VP9Decoder_s *pbi)
+{
+
+ decoder_mmu_box_free(pbi->mmu_box);
+ pbi->mmu_box = NULL;
+
+ if (pbi->bmmu_box)
+ decoder_bmmu_box_free(pbi->bmmu_box);
+ pbi->bmmu_box = NULL;
+}
+
+#ifndef VP9_10B_MMU
+static void init_buf_list(struct VP9Decoder_s *pbi)
+{
+ int i;
+ int buf_size;
+#ifndef VP9_10B_MMU
+ int mc_buffer_end = pbi->mc_buf->buf_start + pbi->mc_buf->buf_size;
+#endif
+ pbi->used_buf_num = max_buf_num;
+
+ if (pbi->used_buf_num > MAX_BUF_NUM)
+ pbi->used_buf_num = MAX_BUF_NUM;
+ if (buf_alloc_size > 0) {
+ buf_size = buf_alloc_size;
+ if (debug)
+ pr_info("[Buffer Management] init_buf_list:\n");
+ } else {
+ int pic_width = pbi->init_pic_w;
+ int pic_height = pbi->init_pic_h;
+
+ /*SUPPORT_10BIT*/
+ int losless_comp_header_size = compute_losless_comp_header_size
+ (pic_width, pic_height);
+ int losless_comp_body_size = compute_losless_comp_body_size
+ (pic_width, pic_height, buf_alloc_depth == 10);
+ int mc_buffer_size = losless_comp_header_size
+ + losless_comp_body_size;
+ int mc_buffer_size_h = (mc_buffer_size + 0xffff)>>16;
+ if (double_write_mode) {
+ int pic_width_dw = (double_write_mode == 2) ?
+ pic_width / 2 : pic_width;
+ int pic_height_dw = (double_write_mode == 2) ?
+ pic_height / 2 : pic_height;
+ int lcu_size = 64; /*fixed 64*/
+ int pic_width_64 = (pic_width_dw + 63) & (~0x3f);
+ int pic_height_32 = (pic_height_dw + 31) & (~0x1f);
+ int pic_width_lcu =
+ (pic_width_64 % lcu_size) ? pic_width_64 / lcu_size
+ + 1 : pic_width_64 / lcu_size;
+ int pic_height_lcu =
+ (pic_height_32 % lcu_size) ? pic_height_32 / lcu_size
+ + 1 : pic_height_32 / lcu_size;
+ int lcu_total = pic_width_lcu * pic_height_lcu;
+ int mc_buffer_size_u_v = lcu_total * lcu_size * lcu_size / 2;
+ int mc_buffer_size_u_v_h = (mc_buffer_size_u_v + 0xffff) >> 16;
+ /*64k alignment*/
+ buf_size = ((mc_buffer_size_u_v_h << 16) * 3);
+ } else
+ buf_size = 0;
+
+ if (mc_buffer_size & 0xffff) { /*64k alignment*/
+ mc_buffer_size_h += 1;
+ }
+ if ((double_write_mode & 0x10) == 0)
+ buf_size += (mc_buffer_size_h << 16);
+ if (debug) {
+ pr_info
+ ("init_buf_list num %d (width %d height %d):\n",
+ pbi->used_buf_num, pic_width, pic_height);
+ }
+ }
+
+ for (i = 0; i < pbi->used_buf_num; i++) {
+ if (((i + 1) * buf_size) > pbi->mc_buf->buf_size) {
+ if (use_cma)
+ pbi->use_cma_flag = 1;
+ else {
+ if (debug) {
+ pr_info("%s maximum buf size is used\n",
+ __func__);
+ }
+ break;
+ }
+ }
+#ifndef VP9_10B_MMU
+ pbi->m_BUF[i].alloc_flag = 0;
+ pbi->m_BUF[i].index = i;
+
+ if (use_cma == 2)
+ pbi->use_cma_flag = 1;
+ if (pbi->use_cma_flag) {
+ if (!decoder_bmmu_box_alloc_idx_wait(
+ pbi->bmmu_box,
+ i,
+ buf_size,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR)) {
+ pbi->m_BUF[i].alloc_addr =
+ decoder_bmmu_box_get_phy_addr(
+ pbi->bmmu_box,
+ i);
+ pbi->m_BUF[i].cma_page_count =
+ PAGE_ALIGN(buf_size) / PAGE_SIZE;
+ pr_info("CMA malloc ok %d\n", i);
+ } else {
+ pbi->m_BUF[i].cma_page_count = 0;
+ pr_info("CMA malloc failed %d\n", i);
+ if (i <= 5) {
+ pbi->fatal_error |=
+ DECODER_FATAL_ERROR_NO_MEM;
+ }
+ break;
+ }
+ pbi->m_BUF[i].start_adr = pbi->m_BUF[i].alloc_addr;
+ } else {
+ pbi->m_BUF[i].cma_page_count = 0;
+ pbi->m_BUF[i].alloc_addr = 0;
+ pbi->m_BUF[i].start_adr =
+ pbi->mc_buf->buf_start + i * buf_size;
+ }
+ pbi->m_BUF[i].size = buf_size;
+ pbi->m_BUF[i].free_start_adr = pbi->m_BUF[i].start_adr;
+
+ if (((pbi->m_BUF[i].start_adr + buf_size) > mc_buffer_end)
+ && (pbi->m_BUF[i].alloc_addr == 0)) {
+ if (debug) {
+ pr_info
+ ("Max mc buffer or mpred_mv buffer is used\n");
+ }
+ break;
+ }
+
+ if (debug) {
+ pr_info("Buffer %d: start_adr %p size %x\n", i,
+ (void *)pbi->m_BUF[i].start_adr,
+ pbi->m_BUF[i].size);
+ }
+#endif
+ }
+ pbi->buf_num = i;
+}
+#endif
+static int config_pic(struct VP9Decoder_s *pbi,
+ struct PIC_BUFFER_CONFIG_s *pic_config,
+ unsigned long last_disp_addr)
+{
+ int ret = -1;
+ int i;
+ int pic_width = pbi->init_pic_w;
+ int pic_height = pbi->init_pic_h;
+ int MV_MEM_UNIT = 0x240;
+ int lcu_size = 64; /*fixed 64*/
+ int pic_width_64 = (pic_width + 63) & (~0x3f);
+ int pic_height_32 = (pic_height + 31) & (~0x1f);
+ int pic_width_lcu = (pic_width_64 % lcu_size) ?
+ pic_width_64 / lcu_size + 1
+ : pic_width_64 / lcu_size;
+ int pic_height_lcu = (pic_height_32 % lcu_size) ?
+ pic_height_32 / lcu_size + 1
+ : pic_height_32 / lcu_size;
+ int lcu_total = pic_width_lcu * pic_height_lcu;
+
+ u32 mpred_mv_end = pbi->work_space_buf->mpred_mv.buf_start +
+ pbi->work_space_buf->mpred_mv.buf_size;
+ u32 y_adr = 0;
+ int buf_size = 0;
+
+ int losless_comp_header_size =
+ compute_losless_comp_header_size(pic_width ,
+ pic_height);
+ int losless_comp_body_size = compute_losless_comp_body_size(pic_width ,
+ pic_height, buf_alloc_depth == 10);
+ int mc_buffer_size = losless_comp_header_size + losless_comp_body_size;
+ int mc_buffer_size_h = (mc_buffer_size + 0xffff) >> 16;
+ int mc_buffer_size_u_v = 0;
+ int mc_buffer_size_u_v_h = 0;
+ if (double_write_mode) {
+ int pic_width_dw = (double_write_mode == 2) ?
+ pic_width / 2 : pic_width;
+ int pic_height_dw = (double_write_mode == 2) ?
+ pic_height / 2 : pic_height;
+ int pic_width_64_dw = (pic_width_dw + 63) & (~0x3f);
+ int pic_height_32_dw = (pic_height_dw + 31) & (~0x1f);
+ int pic_width_lcu_dw = (pic_width_64_dw % lcu_size) ?
+ pic_width_64_dw / lcu_size + 1
+ : pic_width_64_dw / lcu_size;
+ int pic_height_lcu_dw = (pic_height_32_dw % lcu_size) ?
+ pic_height_32_dw / lcu_size + 1
+ : pic_height_32_dw / lcu_size;
+ int lcu_total_dw = pic_width_lcu_dw * pic_height_lcu_dw;
+
+ mc_buffer_size_u_v = lcu_total_dw * lcu_size * lcu_size / 2;
+ mc_buffer_size_u_v_h = (mc_buffer_size_u_v + 0xffff) >> 16;
+ /*64k alignment*/
+ buf_size = ((mc_buffer_size_u_v_h << 16) * 3);
+ buf_size = ((buf_size + 0xffff) >> 16) << 16;
+ }
+ if (mc_buffer_size & 0xffff) /*64k alignment*/
+ mc_buffer_size_h += 1;
+#ifndef VP9_10B_MMU
+ if ((double_write_mode & 0x10) == 0)
+ buf_size += (mc_buffer_size_h << 16);
+#endif
+
+#ifdef VP9_10B_MMU
+ if ((pbi->work_space_buf->cm_header.buf_start +
+ ((pic_config->index + 2)
+ * MMU_COMPRESS_HEADER_SIZE))
+ > (pbi->work_space_buf->cm_header.buf_start +
+ pbi->work_space_buf->cm_header.buf_size)) {
+ pr_info("MMU header_adr allocate fail\n");
+ return -1;
+ }
+
+ pic_config->header_adr = pbi->work_space_buf->cm_header.buf_start
+ + (pic_config->index * MMU_COMPRESS_HEADER_SIZE);
+ if (last_disp_addr && pic_config->header_adr == last_disp_addr) {
+ /*if same as disp add used last one.*/
+ pr_info("same as disp %d: %ld\n",
+ pic_config->index, pic_config->header_adr);
+ pic_config->header_adr =
+ pbi->work_space_buf->cm_header.buf_start +
+ (FRAME_BUFFERS * MMU_COMPRESS_HEADER_SIZE);
+ }
+ if (debug & VP9_DEBUG_BUFMGR) {
+ pr_info("MMU header_adr %d: %ld\n",
+ pic_config->index, pic_config->header_adr);
+ }
+#endif
+
+ i = pic_config->index;
+ if ((pbi->work_space_buf->mpred_mv.buf_start +
+ (((i + 1) * lcu_total) * MV_MEM_UNIT))
+ <= mpred_mv_end
+#ifdef VP9_10B_MMU
+#endif
+ ) {
+ if (debug) {
+ pr_err("start %x .size=%d\n",
+ pbi->mc_buf_spec.buf_start + i * buf_size,
+ buf_size);
+ }
+
+#ifndef VP9_10B_MMU
+ for (i = 0; i < pbi->buf_num; i++) {
+ y_adr = ((pbi->m_BUF[i].free_start_adr
+ + 0xffff) >> 16) << 16;
+ /*64k alignment*/
+ if ((y_adr+buf_size) <= (pbi->m_BUF[i].start_adr+
+ pbi->m_BUF[i].size)) {
+ pbi->m_BUF[i].free_start_adr =
+ y_adr + buf_size;
+ break;
+ }
+ }
+ if (i < pbi->buf_num)
+#else
+ if ((pbi->mc_buf->buf_start + (i + 1) * buf_size) <
+ pbi->mc_buf->buf_end)
+ y_adr = pbi->mc_buf->buf_start + i * buf_size;
+ else {
+ if (!decoder_bmmu_box_alloc_idx_wait(
+ pbi->bmmu_box,
+ i,
+ buf_size,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR
+ )) {
+ pic_config->cma_alloc_addr =
+ decoder_bmmu_box_get_phy_addr(
+ pbi->bmmu_box,
+ i);
+ } else {
+ pr_err("alloc cma buffer failed %d\n", i);
+ }
+ if (pic_config->cma_alloc_addr)
+ y_adr = pic_config->cma_alloc_addr;
+ else
+ return -1;
+ }
+#endif
+ {
+ /*ensure get_pic_by_POC()
+ not get the buffer not decoded*/
+ pic_config->BUF_index = i;
+ pic_config->lcu_total = lcu_total;
+
+ pic_config->comp_body_size = losless_comp_body_size;
+ pic_config->buf_size = buf_size;
+#ifndef VP9_10B_MMU
+ pic_config->mc_y_adr = y_adr;
+#endif
+ pic_config->mc_canvas_y = pic_config->index;
+ pic_config->mc_canvas_u_v = pic_config->index;
+#ifndef VP9_10B_MMU
+ if (double_write_mode & 0x10) {
+ pic_config->mc_u_v_adr = y_adr +
+ ((mc_buffer_size_u_v_h << 16) << 1);
+
+ pic_config->mc_canvas_y =
+ (pic_config->index << 1);
+ pic_config->mc_canvas_u_v =
+ (pic_config->index << 1) + 1;
+
+ pic_config->dw_y_adr = y_adr;
+ pic_config->dw_u_v_adr = pic_config->mc_u_v_adr;
+ } else
+#endif
+ if (double_write_mode) {
+ pic_config->dw_y_adr = y_adr
+#ifndef VP9_10B_MMU
+ + (mc_buffer_size_h << 16)
+#endif
+ ;
+ pic_config->dw_u_v_adr = pic_config->dw_y_adr +
+ ((mc_buffer_size_u_v_h << 16) << 1);
+ }
+
+ pic_config->mpred_mv_wr_start_addr =
+ pbi->work_space_buf->mpred_mv.buf_start +
+ ((pic_config->index * lcu_total)
+ * MV_MEM_UNIT);
+
+ if (debug) {
+ pr_info
+ ("%s index %d BUF_index %d mc_y_adr %lx ",
+ __func__, pic_config->index,
+ pic_config->BUF_index,
+ pic_config->mc_y_adr);
+ pr_info
+ ("comp_body_size %x comp_buf_size %x ",
+ pic_config->comp_body_size,
+ pic_config->buf_size);
+ pr_info
+ ("mpred_mv_wr_start_adr %ld\n",
+ pic_config->mpred_mv_wr_start_addr);
+ pr_info("dw_y_adr %d, pic_config->dw_u_v_adr =%d\n",
+ pic_config->dw_y_adr,
+ pic_config->dw_u_v_adr);
+ }
+ ret = 0;
+ }
+ }
+ return ret;
+}
+
+static void init_pic_list(struct VP9Decoder_s *pbi)
+{
+ int i;
+ struct VP9_Common_s *cm = &pbi->common;
+ struct PIC_BUFFER_CONFIG_s *pic_config;
+ //struct vframe_s vf;
+ unsigned long disp_addr = 0;
+#if 0
+ if (!get_video0_frame_info(&vf)) {
+ if (vf.type & VIDTYPE_SCATTER) {
+ /*sc only used header.*/
+ disp_addr = vf.compHeadAddr;
+ } else if (vf.type & VIDTYPE_COMPRESS) {
+ /*sc checked body.*/
+ disp_addr = vf.compBodyAddr;
+ } else {
+ struct canvas_s cur_canvas;
+ canvas_read(vf.canvas0Addr & 0xff, &cur_canvas);
+ disp_addr = cur_canvas.addr;
+ }
+ }
+#endif/*mask*/
+ for (i = 0; i < FRAME_BUFFERS; i++) {
+ pic_config = &cm->buffer_pool->frame_bufs[i].buf;
+ pic_config->index = i;
+ pic_config->BUF_index = -1;
+ if (config_pic(pbi, pic_config, disp_addr) < 0) {
+ if (debug)
+ pr_info("Config_pic %d fail\n",
+ pic_config->index);
+ pic_config->index = -1;
+ break;
+ }
+ pic_config->y_crop_width = pbi->init_pic_w;
+ pic_config->y_crop_height = pbi->init_pic_h;
+ /*set_canvas(pic_config);*/
+ }
+ for (; i < FRAME_BUFFERS; i++) {
+ pic_config = &cm->buffer_pool->frame_bufs[i].buf;
+ pic_config->index = -1;
+ pic_config->BUF_index = -1;
+ }
+
+}
+
+
+static void init_pic_list_hw(struct VP9Decoder_s *pbi)
+{
+ int i;
+ struct VP9_Common_s *cm = &pbi->common;
+ struct PIC_BUFFER_CONFIG_s *pic_config;
+ /*WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CONF_ADDR, 0x0);*/
+ WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CONF_ADDR,
+ (0x1 << 1) | (0x1 << 2));
+
+
+ for (i = 0; i < FRAME_BUFFERS; i++) {
+ pic_config = &cm->buffer_pool->frame_bufs[i].buf;
+ if (pic_config->index < 0)
+ break;
+
+#ifdef VP9_10B_MMU
+ /*WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CMD_ADDR,
+ pic_config->header_adr
+ | (pic_config->mc_canvas_y << 8)|0x1);*/
+ WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA, pic_config->header_adr >> 5);
+#else
+ /*WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CMD_ADDR,
+ pic_config->mc_y_adr
+ | (pic_config->mc_canvas_y << 8) | 0x1);*/
+ WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA, pic_config->mc_y_adr >> 5);
+#endif
+#ifndef LOSLESS_COMPRESS_MODE
+ /*WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CMD_ADDR,
+ pic_config->mc_u_v_adr
+ | (pic_config->mc_canvas_u_v << 8)| 0x1);*/
+ WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_DATA, pic_config->mc_u_v_adr >> 5);
+#endif
+ }
+ WRITE_VREG(HEVCD_MPP_ANC2AXI_TBL_CONF_ADDR, 0x1);
+
+ /*Zero out canvas registers in IPP -- avoid simulation X*/
+ WRITE_VREG(HEVCD_MPP_ANC_CANVAS_ACCCONFIG_ADDR,
+ (0 << 8) | (0 << 1) | 1);
+ for (i = 0; i < 32; i++)
+ WRITE_VREG(HEVCD_MPP_ANC_CANVAS_DATA_ADDR, 0);
+}
+
+
+static void dump_pic_list(struct VP9Decoder_s *pbi)
+{
+ return;
+}
+
+static int config_pic_size(struct VP9Decoder_s *pbi, unsigned short bit_depth)
+{
+#ifdef LOSLESS_COMPRESS_MODE
+ unsigned int data32;
+#endif
+ int losless_comp_header_size, losless_comp_body_size;
+ struct VP9_Common_s *cm = &pbi->common;
+ struct PIC_BUFFER_CONFIG_s *cur_pic_config = &cm->cur_frame->buf;
+ frame_width = cur_pic_config->y_crop_width;
+ frame_height = cur_pic_config->y_crop_height;
+ cur_pic_config->bit_depth = bit_depth;
+ losless_comp_header_size =
+ compute_losless_comp_header_size(cur_pic_config->y_crop_width,
+ cur_pic_config->y_crop_height);
+ losless_comp_body_size =
+ compute_losless_comp_body_size(cur_pic_config->y_crop_width,
+ cur_pic_config->y_crop_height, (bit_depth == VPX_BITS_10));
+ cur_pic_config->comp_body_size = losless_comp_body_size;
+#ifdef LOSLESS_COMPRESS_MODE
+ data32 = READ_VREG(HEVC_SAO_CTRL5);
+ if (bit_depth == VPX_BITS_10)
+ data32 &= ~(1 << 9);
+ else
+ data32 |= (1 << 9);
+
+ WRITE_VREG(HEVC_SAO_CTRL5, data32);
+
+#ifdef VP9_10B_MMU
+ /*bit[4] : paged_mem_mode*/
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL1, (0x1 << 4));
+#else
+ /*bit[3] smem mdoe*/
+ if (bit_depth == VPX_BITS_10)
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL1, (0 << 3));
+ else
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL1, (1 << 3));
+#endif
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL2, (losless_comp_body_size >> 5));
+ /*WRITE_VREG(HEVCD_MPP_DECOMP_CTL3,(0xff<<20) | (0xff<<10) | 0xff);*/
+ WRITE_VREG(HEVC_CM_BODY_LENGTH, losless_comp_body_size);
+ WRITE_VREG(HEVC_CM_HEADER_OFFSET, losless_comp_body_size);
+ WRITE_VREG(HEVC_CM_HEADER_LENGTH, losless_comp_header_size);
+#else
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL1, 0x1 << 31);
+#endif
+ return 0;
+}
+
+static int config_mc_buffer(struct VP9Decoder_s *pbi, unsigned short bit_depth)
+{
+ int i;
+ struct VP9_Common_s *cm = &pbi->common;
+ struct PIC_BUFFER_CONFIG_s *cur_pic_config = &cm->cur_frame->buf;
+ uint8_t scale_enable = 0;
+
+ if (debug&VP9_DEBUG_BUFMGR)
+ pr_info("config_mc_buffer entered .....\n");
+
+ WRITE_VREG(HEVCD_MPP_ANC_CANVAS_ACCCONFIG_ADDR,
+ (0 << 8) | (0 << 1) | 1);
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ struct PIC_BUFFER_CONFIG_s *pic_config = cm->frame_refs[i].buf;
+
+ WRITE_VREG(HEVCD_MPP_ANC_CANVAS_DATA_ADDR,
+ (pic_config->mc_canvas_u_v << 16)
+ | (pic_config->mc_canvas_u_v << 8)
+ | pic_config->mc_canvas_y);
+ if (debug & VP9_DEBUG_BUFMGR_MORE)
+ pr_info("refid %x mc_canvas_u_v %x mc_canvas_y %x\n",
+ i, pic_config->mc_canvas_u_v,
+ pic_config->mc_canvas_y);
+ }
+ WRITE_VREG(HEVCD_MPP_ANC_CANVAS_ACCCONFIG_ADDR,
+ (16 << 8) | (0 << 1) | 1);
+ for (i = 0; i < REFS_PER_FRAME; ++i) {
+ struct PIC_BUFFER_CONFIG_s *pic_config = cm->frame_refs[i].buf;
+
+ WRITE_VREG(HEVCD_MPP_ANC_CANVAS_DATA_ADDR,
+ (pic_config->mc_canvas_u_v << 16)
+ | (pic_config->mc_canvas_u_v << 8)
+ | pic_config->mc_canvas_y);
+ }
+
+ /*auto_inc start index:0 field:0*/
+ WRITE_VREG(VP9D_MPP_REFINFO_TBL_ACCCONFIG, 0x1 << 2);
+ /*index 0:last 1:golden 2:altref*/
+ for (i = 0; i < REFS_PER_FRAME; i++) {
+ int ref_pic_body_size;
+ struct PIC_BUFFER_CONFIG_s *pic_config = cm->frame_refs[i].buf;
+
+ WRITE_VREG(VP9D_MPP_REFINFO_DATA, pic_config->y_crop_width);
+ WRITE_VREG(VP9D_MPP_REFINFO_DATA, pic_config->y_crop_height);
+
+ if (pic_config->y_crop_width != cur_pic_config->y_crop_width ||
+ pic_config->y_crop_height != cur_pic_config->y_crop_height) {
+ scale_enable |= (1 << i);
+ }
+ ref_pic_body_size =
+ compute_losless_comp_body_size(pic_config->y_crop_width,
+ pic_config->y_crop_height, (bit_depth == VPX_BITS_10));
+ WRITE_VREG(VP9D_MPP_REFINFO_DATA,
+ (pic_config->y_crop_width << 14)
+ / cur_pic_config->y_crop_width);
+ WRITE_VREG(VP9D_MPP_REFINFO_DATA,
+ (pic_config->y_crop_height << 14)
+ / cur_pic_config->y_crop_height);
+#ifdef VP9_10B_MMU
+ WRITE_VREG(VP9D_MPP_REFINFO_DATA, 0);
+#else
+ WRITE_VREG(VP9D_MPP_REFINFO_DATA, ref_pic_body_size >> 5);
+#endif
+ }
+ WRITE_VREG(VP9D_MPP_REF_SCALE_ENBL, scale_enable);
+ return 0;
+}
+
+static void clear_mpred_hw(struct VP9Decoder_s *pbi)
+{
+ unsigned int data32;
+ data32 = READ_VREG(HEVC_MPRED_CTRL4);
+ data32 &= (~(1 << 6));
+ WRITE_VREG(HEVC_MPRED_CTRL4, data32);
+}
+
+static void config_mpred_hw(struct VP9Decoder_s *pbi)
+{
+ struct VP9_Common_s *cm = &pbi->common;
+ struct PIC_BUFFER_CONFIG_s *cur_pic_config = &cm->cur_frame->buf;
+ struct PIC_BUFFER_CONFIG_s *last_frame_pic_config =
+ &cm->prev_frame->buf;
+
+ unsigned int data32;
+ int mpred_curr_lcu_x;
+ int mpred_curr_lcu_y;
+ int mpred_mv_rd_end_addr;
+ int MV_MEM_UNIT = 0x240;
+
+
+ mpred_mv_rd_end_addr = last_frame_pic_config->mpred_mv_wr_start_addr
+ + (last_frame_pic_config->lcu_total * MV_MEM_UNIT);
+
+ data32 = READ_VREG(HEVC_MPRED_CURR_LCU);
+ mpred_curr_lcu_x = data32 & 0xffff;
+ mpred_curr_lcu_y = (data32 >> 16) & 0xffff;
+
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("cur pic_config index %d col pic_config index %d\n",
+ cur_pic_config->index, last_frame_pic_config->index);
+ WRITE_VREG(HEVC_MPRED_CTRL3, 0x24122412);
+ WRITE_VREG(HEVC_MPRED_ABV_START_ADDR,
+ pbi->work_space_buf->mpred_above.buf_start);
+
+ data32 = READ_VREG(HEVC_MPRED_CTRL4);
+
+ data32 &= (~(1 << 6));
+ data32 |= (cm->use_prev_frame_mvs << 6);
+ WRITE_VREG(HEVC_MPRED_CTRL4, data32);
+
+ WRITE_VREG(HEVC_MPRED_MV_WR_START_ADDR,
+ cur_pic_config->mpred_mv_wr_start_addr);
+ WRITE_VREG(HEVC_MPRED_MV_WPTR, cur_pic_config->mpred_mv_wr_start_addr);
+
+ WRITE_VREG(HEVC_MPRED_MV_RD_START_ADDR,
+ last_frame_pic_config->mpred_mv_wr_start_addr);
+ WRITE_VREG(HEVC_MPRED_MV_RPTR,
+ last_frame_pic_config->mpred_mv_wr_start_addr);
+ /*data32 = ((pbi->lcu_x_num - pbi->tile_width_lcu)*MV_MEM_UNIT);*/
+ /*WRITE_VREG(HEVC_MPRED_MV_WR_ROW_JUMP,data32);*/
+ /*WRITE_VREG(HEVC_MPRED_MV_RD_ROW_JUMP,data32);*/
+ WRITE_VREG(HEVC_MPRED_MV_RD_END_ADDR, mpred_mv_rd_end_addr);
+
+}
+
+static void config_sao_hw(struct VP9Decoder_s *pbi, union param_u *params)
+{
+ struct VP9_Common_s *cm = &pbi->common;
+ struct PIC_BUFFER_CONFIG_s *pic_config = &cm->cur_frame->buf;
+
+ unsigned int data32;
+ int lcu_size = 64;
+ int mc_buffer_size_u_v =
+ pic_config->lcu_total * lcu_size*lcu_size/2;
+ int mc_buffer_size_u_v_h =
+ (mc_buffer_size_u_v + 0xffff) >> 16;/*64k alignment*/
+
+#ifndef VP9_10B_MMU
+ if ((double_write_mode & 0x10) == 0)
+ WRITE_VREG(HEVC_CM_BODY_START_ADDR, pic_config->mc_y_adr);
+#endif
+ if (double_write_mode) {
+ WRITE_VREG(HEVC_SAO_Y_START_ADDR, pic_config->dw_y_adr);
+ WRITE_VREG(HEVC_SAO_C_START_ADDR, pic_config->dw_u_v_adr);
+ WRITE_VREG(HEVC_SAO_Y_WPTR, pic_config->dw_y_adr);
+ WRITE_VREG(HEVC_SAO_C_WPTR, pic_config->dw_u_v_adr);
+ } else {
+ WRITE_VREG(HEVC_SAO_Y_START_ADDR, 0xffffffff);
+ WRITE_VREG(HEVC_SAO_C_START_ADDR, 0xffffffff);
+ }
+#ifdef VP9_10B_MMU
+ WRITE_VREG(HEVC_CM_HEADER_START_ADDR, pic_config->header_adr);
+#endif
+ data32 = (mc_buffer_size_u_v_h << 16) << 1;
+ /*pr_info("data32=%x,mc_buffer_size_u_v_h=%x,lcu_total=%x\n",
+ data32, mc_buffer_size_u_v_h, pic_config->lcu_total);*/
+ WRITE_VREG(HEVC_SAO_Y_LENGTH, data32);
+
+ data32 = (mc_buffer_size_u_v_h << 16);
+ WRITE_VREG(HEVC_SAO_C_LENGTH, data32);
+
+#ifdef VP9_10B_NV21
+#ifdef DOS_PROJECT
+ data32 = READ_VREG(HEVC_SAO_CTRL1);
+ data32 &= (~0x3000);
+ /*[13:12] axi_aformat, 0-Linear, 1-32x32, 2-64x32*/
+ data32 |= (MEM_MAP_MODE << 12);
+ data32 &= (~0x3);
+ data32 |= 0x1; /* [1]:dw_disable [0]:cm_disable*/
+ WRITE_VREG(HEVC_SAO_CTRL1, data32);
+ /*[23:22] dw_v1_ctrl [21:20] dw_v0_ctrl [19:18] dw_h1_ctrl
+ [17:16] dw_h0_ctrl*/
+ data32 = READ_VREG(HEVC_SAO_CTRL5);
+ /*set them all 0 for H265_NV21 (no down-scale)*/
+ data32 &= ~(0xff << 16);
+ WRITE_VREG(HEVC_SAO_CTRL5, data32);
+ ata32 = READ_VREG(HEVCD_IPP_AXIIF_CONFIG);
+ data32 &= (~0x30);
+ /*[5:4] address_format 00:linear 01:32x32 10:64x32*/
+ data32 |= (MEM_MAP_MODE << 4);
+ WRITE_VREG(HEVCD_IPP_AXIIF_CONFIG, data32);
+#else
+ /*m8baby test1902*/
+ data32 = READ_VREG(HEVC_SAO_CTRL1);
+ data32 &= (~0x3000);
+ /*[13:12] axi_aformat, 0-Linear, 1-32x32, 2-64x32*/
+ data32 |= (MEM_MAP_MODE << 12);
+ data32 &= (~0xff0);
+ /*data32 |= 0x670;*/ /*Big-Endian per 64-bit*/
+ data32 |= 0x880; /*.Big-Endian per 64-bit */
+ data32 &= (~0x3);
+ data32 |= 0x1; /*[1]:dw_disable [0]:cm_disable*/
+ WRITE_VREG(HEVC_SAO_CTRL1, data32);
+ /* [23:22] dw_v1_ctrl [21:20] dw_v0_ctrl
+ [19:18] dw_h1_ctrl [17:16] dw_h0_ctrl*/
+ data32 = READ_VREG(HEVC_SAO_CTRL5);
+ /* set them all 0 for H265_NV21 (no down-scale)*/
+ data32 &= ~(0xff << 16);
+ WRITE_VREG(HEVC_SAO_CTRL5, data32);
+
+ data32 = READ_VREG(HEVCD_IPP_AXIIF_CONFIG);
+ data32 &= (~0x30);
+ /*[5:4] address_format 00:linear 01:32x32 10:64x32*/
+ data32 |= (MEM_MAP_MODE << 4);
+ data32 &= (~0xF);
+ data32 |= 0x8; /*Big-Endian per 64-bit*/
+ WRITE_VREG(HEVCD_IPP_AXIIF_CONFIG, data32);
+#endif
+#else
+ data32 = READ_VREG(HEVC_SAO_CTRL1);
+ data32 &= (~0x3000);
+ data32 |= (MEM_MAP_MODE <<
+ 12); /* [13:12] axi_aformat, 0-Linear,
+ 1-32x32, 2-64x32 */
+ data32 &= (~0xff0);
+ /* data32 |= 0x670; // Big-Endian per 64-bit */
+ data32 |= endian; /* Big-Endian per 64-bit */
+ data32 &= (~0x3); /*[1]:dw_disable [0]:cm_disable*/
+ if (double_write_mode == 0)
+ data32 |= 0x2; /*disable double write*/
+#ifndef VP9_10B_MMU
+ else
+ if (double_write_mode & 0x10)
+ data32 |= 0x1; /*disable cm*/
+#endif
+ WRITE_VREG(HEVC_SAO_CTRL1, data32);
+
+ if (double_write_mode & 0x10) {
+ /* [23:22] dw_v1_ctrl
+ [21:20] dw_v0_ctrl
+ [19:18] dw_h1_ctrl
+ [17:16] dw_h0_ctrl
+ */
+ data32 = READ_VREG(HEVC_SAO_CTRL5);
+ /*set them all 0 for H265_NV21 (no down-scale)*/
+ data32 &= ~(0xff << 16);
+ WRITE_VREG(HEVC_SAO_CTRL5, data32);
+ } else {
+ data32 = READ_VREG(HEVC_SAO_CTRL5);
+ data32 &= (~(0xff << 16));
+ if (double_write_mode != 1)
+ data32 |= (0xff<<16);
+ WRITE_VREG(HEVC_SAO_CTRL5, data32);
+ }
+
+ data32 = READ_VREG(HEVCD_IPP_AXIIF_CONFIG);
+ data32 &= (~0x30);
+ /* [5:4] -- address_format 00:linear 01:32x32 10:64x32 */
+ data32 |= (mem_map_mode <<
+ 4);
+ data32 &= (~0xF);
+ data32 |= 0xf; /* valid only when double write only */
+ /*data32 |= 0x8;*/ /* Big-Endian per 64-bit */
+ WRITE_VREG(HEVCD_IPP_AXIIF_CONFIG, data32);
+#endif
+}
+
+static void vp9_config_work_space_hw(struct VP9Decoder_s *pbi)
+{
+ struct BuffInfo_s *buf_spec = pbi->work_space_buf;
+#ifdef LOSLESS_COMPRESS_MODE
+ int losless_comp_header_size =
+ compute_losless_comp_header_size(pbi->init_pic_w,
+ pbi->init_pic_h);
+ int losless_comp_body_size =
+ compute_losless_comp_body_size(pbi->init_pic_w,
+ pbi->init_pic_h, buf_alloc_depth == 10);
+#endif
+#ifdef VP9_10B_MMU
+ unsigned int data32;
+#endif
+ if (debug)
+ pr_info("%s %x %x %x %x %x %x %x %x %x %x %x %x\n",
+ __func__,
+ buf_spec->ipp.buf_start,
+ buf_spec->start_adr,
+ buf_spec->short_term_rps.buf_start,
+ buf_spec->vps.buf_start,
+ buf_spec->sps.buf_start,
+ buf_spec->pps.buf_start,
+ buf_spec->sao_up.buf_start,
+ buf_spec->swap_buf.buf_start,
+ buf_spec->swap_buf2.buf_start,
+ buf_spec->scalelut.buf_start,
+ buf_spec->dblk_para.buf_start,
+ buf_spec->dblk_data.buf_start);
+ WRITE_VREG(HEVCD_IPP_LINEBUFF_BASE, buf_spec->ipp.buf_start);
+ if ((debug & VP9_DEBUG_SEND_PARAM_WITH_REG) == 0)
+ WRITE_VREG(HEVC_RPM_BUFFER, (u32)pbi->rpm_phy_addr);
+ WRITE_VREG(HEVC_SHORT_TERM_RPS, buf_spec->short_term_rps.buf_start);
+ /*WRITE_VREG(HEVC_VPS_BUFFER, buf_spec->vps.buf_start);*/
+ /*WRITE_VREG(HEVC_SPS_BUFFER, buf_spec->sps.buf_start);*/
+ WRITE_VREG(HEVC_PPS_BUFFER, buf_spec->pps.buf_start);
+ WRITE_VREG(HEVC_SAO_UP, buf_spec->sao_up.buf_start);
+ WRITE_VREG(HEVC_STREAM_SWAP_BUFFER, buf_spec->swap_buf.buf_start);
+ WRITE_VREG(HEVC_STREAM_SWAP_BUFFER2, buf_spec->swap_buf2.buf_start);
+ WRITE_VREG(HEVC_SCALELUT, buf_spec->scalelut.buf_start);
+
+ /* cfg_p_addr */
+ WRITE_VREG(HEVC_DBLK_CFG4, buf_spec->dblk_para.buf_start);
+ /* cfg_d_addr */
+ WRITE_VREG(HEVC_DBLK_CFG5, buf_spec->dblk_data.buf_start);
+
+#ifdef LOSLESS_COMPRESS_MODE
+#ifdef VP9_10B_MMU
+ /*bit[4] : paged_mem_mode*/
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL1, (0x1 << 4));
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL2, 0);
+#else
+ /*if(cur_pic_config->bit_depth == VPX_BITS_10)
+ WRITE_VREG(P_HEVCD_MPP_DECOMP_CTL1, (0<<3));*/
+ /*bit[3] smem mdoe*/
+ /*else WRITE_VREG(P_HEVCD_MPP_DECOMP_CTL1, (1<<3));*/
+ /*bit[3] smem mdoe*/
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL2, (losless_comp_body_size >> 5));
+#endif
+ /*WRITE_VREG(P_HEVCD_MPP_DECOMP_CTL2,(losless_comp_body_size >> 5));*/
+ /*WRITE_VREG(P_HEVCD_MPP_DECOMP_CTL3,(0xff<<20) | (0xff<<10) | 0xff);*/
+/*8-bit mode */
+ WRITE_VREG(HEVC_CM_BODY_LENGTH, losless_comp_body_size);
+ WRITE_VREG(HEVC_CM_HEADER_OFFSET, losless_comp_body_size);
+ WRITE_VREG(HEVC_CM_HEADER_LENGTH, losless_comp_header_size);
+#else
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL1, 0x1 << 31);
+#endif
+
+#ifdef VP9_10B_MMU
+ WRITE_VREG(HEVC_SAO_MMU_VH0_ADDR, buf_spec->mmu_vbh.buf_start);
+ WRITE_VREG(HEVC_SAO_MMU_VH1_ADDR, buf_spec->mmu_vbh.buf_start
+ + buf_spec->mmu_vbh.buf_size/2);
+ /*data32 = READ_VREG(P_HEVC_SAO_CTRL9);*/
+ /*data32 |= 0x1;*/
+ /*WRITE_VREG(P_HEVC_SAO_CTRL9, data32);*/
+
+ /* use HEVC_CM_HEADER_START_ADDR */
+ data32 = READ_VREG(HEVC_SAO_CTRL5);
+ data32 |= (1<<10);
+ WRITE_VREG(HEVC_SAO_CTRL5, data32);
+
+#endif
+
+ WRITE_VREG(VP9_SEG_MAP_BUFFER, buf_spec->seg_map.buf_start);
+
+ if (debug & VP9_DEBUG_UCODE)
+ WRITE_VREG(LMEM_DUMP_ADR, (u32)pbi->lmem_phy_addr);
+
+ /**/
+ WRITE_VREG(VP9_PROB_SWAP_BUFFER, pbi->prob_buffer_phy_addr);
+ WRITE_VREG(VP9_COUNT_SWAP_BUFFER, pbi->count_buffer_phy_addr);
+#ifdef VP9_10B_MMU
+ WRITE_VREG(VP9_MMU_MAP_BUFFER, pbi->frame_mmu_map_phy_addr);
+#endif
+
+}
+
+
+#ifdef VP9_LPF_LVL_UPDATE
+/*
+ * Defines, declarations, sub-functions for vp9 de-block loop
+ filter Thr/Lvl table update
+ * - struct segmentation is for loop filter only (removed something)
+ * - function "vp9_loop_filter_init" and "vp9_loop_filter_frame_init" will
+ be instantiated in C_Entry
+ * - vp9_loop_filter_init run once before decoding start
+ * - vp9_loop_filter_frame_init run before every frame decoding start
+ * - set video format to VP9 is in vp9_loop_filter_init
+ */
+#define MAX_LOOP_FILTER 63
+#define MAX_REF_LF_DELTAS 4
+#define MAX_MODE_LF_DELTAS 2
+/*#define INTRA_FRAME 0*/
+/*#define LAST_FRAME 1*/
+/*#define MAX_REF_FRAMES 4*/
+#define SEGMENT_DELTADATA 0
+#define SEGMENT_ABSDATA 1
+#define MAX_SEGMENTS 8
+/*.#define SEG_TREE_PROBS (MAX_SEGMENTS-1)*/
+/*no use for loop filter, if this struct for common use, pls add it back*/
+/*#define PREDICTION_PROBS 3*/
+/* no use for loop filter, if this struct for common use, pls add it back*/
+
+enum SEG_LVL_FEATURES {
+ SEG_LVL_ALT_Q = 0, /*Use alternate Quantizer ....*/
+ SEG_LVL_ALT_LF = 1, /*Use alternate loop filter value...*/
+ SEG_LVL_REF_FRAME = 2, /*Optional Segment reference frame*/
+ SEG_LVL_SKIP = 3, /*Optional Segment (0,0) + skip mode*/
+ SEG_LVL_MAX = 4 /*Number of features supported*/
+};
+
+struct segmentation {
+ uint8_t enabled;
+ uint8_t update_map;
+ uint8_t update_data;
+ uint8_t abs_delta;
+ uint8_t temporal_update;
+
+ /*no use for loop filter, if this struct
+ for common use, pls add it back*/
+ /*vp9_prob tree_probs[SEG_TREE_PROBS]; */
+ /* no use for loop filter, if this struct
+ for common use, pls add it back*/
+ /*vp9_prob pred_probs[PREDICTION_PROBS];*/
+
+ int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
+ unsigned int feature_mask[MAX_SEGMENTS];
+};
+
+struct loop_filter_thresh {
+ uint8_t mblim;
+ uint8_t lim;
+ uint8_t hev_thr;
+};
+
+struct loop_filter_info_n {
+ struct loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1];
+ uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
+};
+
+struct loopfilter {
+ int filter_level;
+
+ int sharpness_level;
+ int last_sharpness_level;
+
+ uint8_t mode_ref_delta_enabled;
+ uint8_t mode_ref_delta_update;
+
+ /*0 = Intra, Last, GF, ARF*/
+ signed char ref_deltas[MAX_REF_LF_DELTAS];
+ signed char last_ref_deltas[MAX_REF_LF_DELTAS];
+
+ /*0 = ZERO_MV, MV*/
+ signed char mode_deltas[MAX_MODE_LF_DELTAS];
+ signed char last_mode_deltas[MAX_MODE_LF_DELTAS];
+};
+
+static int vp9_clamp(int value, int low, int high)
+{
+ return value < low ? low : (value > high ? high : value);
+}
+
+int segfeature_active(struct segmentation *seg,
+ int segment_id,
+ enum SEG_LVL_FEATURES feature_id) {
+ return seg->enabled &&
+ (seg->feature_mask[segment_id] & (1 << feature_id));
+}
+
+int get_segdata(struct segmentation *seg, int segment_id,
+ enum SEG_LVL_FEATURES feature_id) {
+ return seg->feature_data[segment_id][feature_id];
+}
+
+static void vp9_update_sharpness(struct loop_filter_info_n *lfi,
+ int sharpness_lvl)
+{
+ int lvl;
+ /*For each possible value for the loop filter fill out limits*/
+ for (lvl = 0; lvl <= MAX_LOOP_FILTER; lvl++) {
+ /*Set loop filter parameters that control sharpness.*/
+ int block_inside_limit = lvl >> ((sharpness_lvl > 0) +
+ (sharpness_lvl > 4));
+
+ if (sharpness_lvl > 0) {
+ if (block_inside_limit > (9 - sharpness_lvl))
+ block_inside_limit = (9 - sharpness_lvl);
+ }
+
+ if (block_inside_limit < 1)
+ block_inside_limit = 1;
+
+ lfi->lfthr[lvl].lim = (uint8_t)block_inside_limit;
+ lfi->lfthr[lvl].mblim = (uint8_t)(2 * (lvl + 2) +
+ block_inside_limit);
+ }
+}
+
+int default_filt_lvl;
+struct loop_filter_info_n *lfi;
+struct loopfilter *lf;
+struct segmentation *seg_4lf;
+
+/*instantiate this function once when decode is started*/
+void vp9_loop_filter_init(void)
+{
+ int i;
+ if (!lfi)
+ lfi = kmalloc(sizeof(struct loop_filter_info_n), GFP_KERNEL);
+ if (!lf)
+ lf = kmalloc(sizeof(struct loopfilter), GFP_KERNEL);
+ if (!seg_4lf)
+ seg_4lf = kmalloc(sizeof(struct segmentation), GFP_KERNEL);
+ if (lfi == NULL || lf == NULL || seg_4lf == NULL) {
+ pr_err("[test.c] vp9_loop_filter init malloc error!!!\n");
+ return;
+ }
+ memset(lfi, 0, sizeof(struct loop_filter_info_n));
+ memset(lf, 0, sizeof(struct loopfilter));
+ memset(seg_4lf, 0, sizeof(struct segmentation));
+ lf->sharpness_level = 0; /*init to 0 */
+ /*init limits for given sharpness*/
+ vp9_update_sharpness(lfi, lf->sharpness_level);
+ lf->last_sharpness_level = lf->sharpness_level;
+ /*init hev threshold const vectors (actually no use)
+ for (i = 0; i <= MAX_LOOP_FILTER; i++)
+ lfi->lfthr[i].hev_thr = (uint8_t)(i >> 4);*/
+
+ /*Write to register*/
+ for (i = 0; i < 32; i++) {
+ unsigned int thr;
+ thr = ((lfi->lfthr[i * 2 + 1].lim & 0x3f)<<8) |
+ (lfi->lfthr[i * 2 + 1].mblim & 0xff);
+ thr = (thr<<16) | ((lfi->lfthr[i*2].lim & 0x3f)<<8) |
+ (lfi->lfthr[i * 2].mblim & 0xff);
+ WRITE_VREG(HEVC_DBLK_CFG9, thr);
+ }
+
+ /*video format is VP9*/
+ WRITE_VREG(HEVC_DBLK_CFGB, 0x40400001);
+}
+ /* perform this function per frame*/
+void vp9_loop_filter_frame_init(struct segmentation *seg,
+ struct loop_filter_info_n *lfi, struct loopfilter *lf,
+ int default_filt_lvl) {
+ int i;
+ int seg_id;
+ /*n_shift is the multiplier for lf_deltas
+ the multiplier is 1 for when filter_lvl is between 0 and 31;
+ 2 when filter_lvl is between 32 and 63*/
+ const int scale = 1 << (default_filt_lvl >> 5);
+
+ /*update limits if sharpness has changed*/
+ if (lf->last_sharpness_level != lf->sharpness_level) {
+ vp9_update_sharpness(lfi, lf->sharpness_level);
+ lf->last_sharpness_level = lf->sharpness_level;
+
+ /*Write to register*/
+ for (i = 0; i < 32; i++) {
+ unsigned int thr;
+ thr = ((lfi->lfthr[i * 2 + 1].lim & 0x3f) << 8)
+ | (lfi->lfthr[i * 2 + 1].mblim & 0xff);
+ thr = (thr << 16) | ((lfi->lfthr[i * 2].lim & 0x3f) << 8)
+ | (lfi->lfthr[i * 2].mblim & 0xff);
+ WRITE_VREG(HEVC_DBLK_CFG9, thr);
+ }
+ }
+
+ for (seg_id = 0; seg_id < MAX_SEGMENTS; seg_id++) {/*MAX_SEGMENTS = 8*/
+ int lvl_seg = default_filt_lvl;
+ if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) {
+ const int data = get_segdata(seg, seg_id,
+ SEG_LVL_ALT_LF);
+ lvl_seg = vp9_clamp(seg->abs_delta == SEGMENT_ABSDATA ?
+ data : default_filt_lvl + data,
+ 0, MAX_LOOP_FILTER);
+#ifdef DBG_LF_PRINT
+ pr_info("segfeature_active!!!seg_id=%d,lvl_seg=%d\n", seg_id, lvl_seg);
+#endif
+ }
+
+ if (!lf->mode_ref_delta_enabled) {
+ /*we could get rid of this if we assume that deltas are set to
+ zero when not in use; encoder always uses deltas*/
+ memset(lfi->lvl[seg_id], lvl_seg, sizeof(lfi->lvl[seg_id]));
+ } else {
+ int ref, mode;
+ const int intra_lvl = lvl_seg + lf->ref_deltas[INTRA_FRAME]
+ * scale;
+#ifdef DBG_LF_PRINT
+ pr_info("LF_PRINT:vp9_loop_filter_frame_init,seg_id=%d\n", seg_id);
+ pr_info("ref_deltas[INTRA_FRAME]=%d\n", lf->ref_deltas[INTRA_FRAME]);
+#endif
+ lfi->lvl[seg_id][INTRA_FRAME][0] =
+ vp9_clamp(intra_lvl, 0, MAX_LOOP_FILTER);
+
+ for (ref = LAST_FRAME; ref < MAX_REF_FRAMES; ++ref) {
+ /* LAST_FRAME = 1, MAX_REF_FRAMES = 4*/
+ for (mode = 0; mode < MAX_MODE_LF_DELTAS; ++mode) {
+ /*MAX_MODE_LF_DELTAS = 2*/
+ const int inter_lvl =
+ lvl_seg + lf->ref_deltas[ref] * scale
+ + lf->mode_deltas[mode] * scale;
+#ifdef DBG_LF_PRINT
+#endif
+ lfi->lvl[seg_id][ref][mode] =
+ vp9_clamp(inter_lvl, 0,
+ MAX_LOOP_FILTER);
+ }
+ }
+ }
+ }
+
+#ifdef DBG_LF_PRINT
+ /*print out thr/lvl table per frame*/
+ for (i = 0; i <= MAX_LOOP_FILTER; i++) {
+ pr_info("LF_PRINT:(%d)thr=%d,blim=%d,lim=%d\n",
+ i, lfi->lfthr[i].hev_thr, lfi->lfthr[i].mblim,
+ lfi->lfthr[i].lim);
+ }
+ for (seg_id = 0; seg_id < MAX_SEGMENTS; seg_id++) {
+ pr_info("LF_PRINT:lvl(seg_id=%d)(mode=0,%d,%d,%d,%d)\n",
+ seg_id, lfi->lvl[seg_id][0][0],
+ lfi->lvl[seg_id][1][0], lfi->lvl[seg_id][2][0],
+ lfi->lvl[seg_id][3][0]);
+ pr_info("i(mode=1,%d,%d,%d,%d)\n", lfi->lvl[seg_id][0][1],
+ lfi->lvl[seg_id][1][1], lfi->lvl[seg_id][2][1],
+ lfi->lvl[seg_id][3][1]);
+ }
+#endif
+
+ /*Write to register */
+ for (i = 0; i < 16; i++) {
+ unsigned int level;
+ level = ((lfi->lvl[i >> 1][3][i & 1] & 0x3f) << 24) |
+ ((lfi->lvl[i >> 1][2][i & 1] & 0x3f) << 16) |
+ ((lfi->lvl[i >> 1][1][i & 1] & 0x3f) << 8) |
+ (lfi->lvl[i >> 1][0][i & 1] & 0x3f);
+ if (!default_filt_lvl)
+ level = 0;
+ WRITE_VREG(HEVC_DBLK_CFGA, level);
+ }
+}
+/* VP9_LPF_LVL_UPDATE */
+#endif
+
+static void vp9_init_decoder_hw(struct VP9Decoder_s *pbi)
+{
+ unsigned int data32;
+ int i;
+
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("[test.c] Enable HEVC Parser Interrupt\n");
+ data32 = READ_VREG(HEVC_PARSER_INT_CONTROL);
+#if 1
+ /* set bit 31~29 to 3 if HEVC_STREAM_FIFO_CTL[29] is 1 */
+ data32 &= ~(7 << 29);
+ data32 |= (3 << 29);
+#endif
+ data32 = data32 |
+ (1 << 24) |/*stream_buffer_empty_int_amrisc_enable*/
+ (1 << 22) |/*stream_fifo_empty_int_amrisc_enable*/
+ (1 << 7) |/*dec_done_int_cpu_enable*/
+ (1 << 4) |/*startcode_found_int_cpu_enable*/
+ (0 << 3) |/*startcode_found_int_amrisc_enable*/
+ (1 << 0) /*parser_int_enable*/
+ ;
+ WRITE_VREG(HEVC_PARSER_INT_CONTROL, data32);
+
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("[test.c] Enable HEVC Parser Shift\n");
+
+ data32 = READ_VREG(HEVC_SHIFT_STATUS);
+ data32 = data32 |
+ (0 << 1) |/*emulation_check_off VP9
+ do not have emulation*/
+ (1 << 0)/*startcode_check_on*/
+ ;
+ WRITE_VREG(HEVC_SHIFT_STATUS, data32);
+ WRITE_VREG(HEVC_SHIFT_CONTROL,
+ (0 << 14) | /*disable_start_code_protect*/
+ (1 << 10) | /*length_zero_startcode_en for VP9*/
+ (1 << 9) | /*length_valid_startcode_en for VP9*/
+ (3 << 6) | /*sft_valid_wr_position*/
+ (2 << 4) | /*emulate_code_length_sub_1*/
+ (3 << 1) | /*start_code_length_sub_1
+ VP9 use 0x00000001 as startcode (4 Bytes)*/
+ (1 << 0) /*stream_shift_enable*/
+ );
+
+ WRITE_VREG(HEVC_CABAC_CONTROL,
+ (1 << 0)/*cabac_enable*/
+ );
+
+ WRITE_VREG(HEVC_PARSER_CORE_CONTROL,
+ (1 << 0)/* hevc_parser_core_clk_en*/
+ );
+
+
+ WRITE_VREG(HEVC_DEC_STATUS_REG, 0);
+
+ /*Initial IQIT_SCALELUT memory -- just to avoid X in simulation*/
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("Initial IQIT_SCALELUT memory\n");
+ WRITE_VREG(HEVC_IQIT_SCALELUT_WR_ADDR, 0);/*cfg_p_addr*/
+ for (i = 0; i < 1024; i++)
+ WRITE_VREG(HEVC_IQIT_SCALELUT_DATA, 0);
+
+
+#ifdef ENABLE_SWAP_TEST
+ WRITE_VREG(HEVC_STREAM_SWAP_TEST, 100);
+#else
+ WRITE_VREG(HEVC_STREAM_SWAP_TEST, 0);
+#endif
+#ifdef MULTI_INSTANCE_SUPPORT
+ if (pbi->platform_dev && vdec_frame_based(hw_to_vdec(pbi)))
+ WRITE_VREG(DECODE_MODE, DECODE_MODE_MULTI_FRAMEBASE);
+ else
+ WRITE_VREG(DECODE_MODE, DECODE_MODE_MULTI_STREAMBASE);
+ WRITE_VREG(HEVC_DECODE_SIZE, 0);
+ WRITE_VREG(HEVC_DECODE_COUNT, 0);
+#else
+ WRITE_VREG(DECODE_MODE, DECODE_MODE_SINGLE);
+ WRITE_VREG(HEVC_DECODE_PIC_BEGIN_REG, 0);
+ WRITE_VREG(HEVC_DECODE_PIC_NUM_REG, 0x7fffffff); /*to remove*/
+#endif
+ /*Send parser_cmd*/
+ if (debug)
+ pr_info("[test.c] SEND Parser Command ...\n");
+ WRITE_VREG(HEVC_PARSER_CMD_WRITE, (1 << 16) | (0 << 0));
+ for (i = 0; i < PARSER_CMD_NUMBER; i++)
+ WRITE_VREG(HEVC_PARSER_CMD_WRITE, parser_cmd[i]);
+ WRITE_VREG(HEVC_PARSER_CMD_SKIP_0, PARSER_CMD_SKIP_CFG_0);
+ WRITE_VREG(HEVC_PARSER_CMD_SKIP_1, PARSER_CMD_SKIP_CFG_1);
+ WRITE_VREG(HEVC_PARSER_CMD_SKIP_2, PARSER_CMD_SKIP_CFG_2);
+
+
+ WRITE_VREG(HEVC_PARSER_IF_CONTROL,
+ /* (1 << 8) |*/ /*sao_sw_pred_enable*/
+ (1 << 5) | /*parser_sao_if_en*/
+ (1 << 2) | /*parser_mpred_if_en*/
+ (1 << 0) /*parser_scaler_if_en*/
+ );
+ /*Changed to Start MPRED in microcode*/
+ /*
+ pr_info("[test.c] Start MPRED\n");
+ WRITE_VREG(HEVC_MPRED_INT_STATUS,
+ (1<<31)
+ );
+ */
+ if (debug)
+ pr_info("[test.c] Reset IPP\n");
+ WRITE_VREG(HEVCD_IPP_TOP_CNTL,
+ (0 << 1) | /*enable ipp*/
+ (1 << 0) /*software reset ipp and mpp*/
+ );
+ WRITE_VREG(HEVCD_IPP_TOP_CNTL,
+ (1 << 1) | /*enable ipp*/
+ (0 << 0) /*software reset ipp and mpp*/
+ );
+#ifdef VP9_10B_NV21
+ /*Enable NV21 reference read mode for MC*/
+ WRITE_VREG(HEVCD_MPP_DECOMP_CTL1, 0x1 << 31);
+#endif
+
+ /*Initialize mcrcc and decomp perf counters
+ mcrcc_perfcount_reset();
+ decomp_perfcount_reset();*/
+ return;
+}
+
+
+#ifdef CONFIG_HEVC_CLK_FORCED_ON
+static void config_vp9_clk_forced_on(void)
+{
+ unsigned int rdata32;
+ /*IQIT*/
+ rdata32 = READ_VREG(HEVC_IQIT_CLK_RST_CTRL);
+ WRITE_VREG(HEVC_IQIT_CLK_RST_CTRL, rdata32 | (0x1 << 2));
+
+ /* DBLK*/
+ rdata32 = READ_VREG(HEVC_DBLK_CFG0);
+ WRITE_VREG(HEVC_DBLK_CFG0, rdata32 | (0x1 << 2));
+
+ /* SAO*/
+ rdata32 = READ_VREG(HEVC_SAO_CTRL1);
+ WRITE_VREG(HEVC_SAO_CTRL1, rdata32 | (0x1 << 2));
+
+ /*MPRED*/
+ rdata32 = READ_VREG(HEVC_MPRED_CTRL1);
+ WRITE_VREG(HEVC_MPRED_CTRL1, rdata32 | (0x1 << 24));
+
+ /* PARSER*/
+ rdata32 = READ_VREG(HEVC_STREAM_CONTROL);
+ WRITE_VREG(HEVC_STREAM_CONTROL, rdata32 | (0x1 << 15));
+ rdata32 = READ_VREG(HEVC_SHIFT_CONTROL);
+ WRITE_VREG(HEVC_SHIFT_CONTROL, rdata32 | (0x1 << 15));
+ rdata32 = READ_VREG(HEVC_CABAC_CONTROL);
+ WRITE_VREG(HEVC_CABAC_CONTROL, rdata32 | (0x1 << 13));
+ rdata32 = READ_VREG(HEVC_PARSER_CORE_CONTROL);
+ WRITE_VREG(HEVC_PARSER_CORE_CONTROL, rdata32 | (0x1 << 15));
+ rdata32 = READ_VREG(HEVC_PARSER_INT_CONTROL);
+ WRITE_VREG(HEVC_PARSER_INT_CONTROL, rdata32 | (0x1 << 15));
+ rdata32 = READ_VREG(HEVC_PARSER_IF_CONTROL);
+ WRITE_VREG(HEVC_PARSER_IF_CONTROL,
+ rdata32 | (0x1 << 6) | (0x1 << 3) | (0x1 << 1));
+
+ /*IPP*/
+ rdata32 = READ_VREG(HEVCD_IPP_DYNCLKGATE_CONFIG);
+ WRITE_VREG(HEVCD_IPP_DYNCLKGATE_CONFIG, rdata32 | 0xffffffff);
+
+ /* MCRCC*/
+ rdata32 = READ_VREG(HEVCD_MCRCC_CTL1);
+ WRITE_VREG(HEVCD_MCRCC_CTL1, rdata32 | (0x1 << 3));
+}
+#endif
+
+
+#ifdef MCRCC_ENABLE
+static void config_mcrcc_axi_hw(struct VP9Decoder_s *pbi)
+{
+ unsigned int rdata32;
+ unsigned short is_inter;
+ /*pr_info("Entered config_mcrcc_axi_hw...\n");*/
+ WRITE_VREG(HEVCD_MCRCC_CTL1, 0x2);/* reset mcrcc*/
+ is_inter = ((pbi->common.frame_type != KEY_FRAME) &&
+ (!pbi->common.intra_only)) ? 1 : 0;
+ if (!is_inter) { /* I-PIC*/
+ /*remove reset -- disables clock*/
+ WRITE_VREG(HEVCD_MCRCC_CTL1, 0x0);
+ return;
+ }
+
+#if 0
+ pr_info("before call mcrcc_get_hitrate\r\n");
+ mcrcc_get_hitrate();
+ decomp_get_hitrate();
+ decomp_get_comprate();
+#endif
+
+ WRITE_VREG(HEVCD_MPP_ANC_CANVAS_ACCCONFIG_ADDR,
+ (0 << 8) | (1 << 1) | 0);
+ rdata32 = READ_VREG(HEVCD_MPP_ANC_CANVAS_DATA_ADDR);
+ rdata32 = rdata32 & 0xffff;
+ rdata32 = rdata32 | (rdata32 << 16);
+ WRITE_VREG(HEVCD_MCRCC_CTL2, rdata32);
+ /*Programme canvas1 */
+ rdata32 = READ_VREG(HEVCD_MPP_ANC_CANVAS_DATA_ADDR);
+ rdata32 = rdata32 & 0xffff;
+ rdata32 = rdata32 | (rdata32 << 16);
+ WRITE_VREG(HEVCD_MCRCC_CTL3, rdata32);
+ /*enable mcrcc progressive-mode*/
+ WRITE_VREG(HEVCD_MCRCC_CTL1, 0xff0);
+ return;
+}
+#endif
+
+
+static struct VP9Decoder_s gHevc;
+
+static void vp9_local_uninit(struct VP9Decoder_s *pbi)
+{
+ pbi->rpm_ptr = NULL;
+ pbi->lmem_ptr = NULL;
+ if (pbi->rpm_addr) {
+ dma_unmap_single(amports_get_dma_device(),
+ pbi->rpm_phy_addr, RPM_BUF_SIZE,
+ DMA_FROM_DEVICE);
+ kfree(pbi->rpm_addr);
+ pbi->rpm_addr = NULL;
+ }
+ if (pbi->lmem_addr) {
+ if (pbi->lmem_phy_addr)
+ dma_free_coherent(amports_get_dma_device(),
+ LMEM_BUF_SIZE, pbi->lmem_addr,
+ pbi->lmem_phy_addr);
+ pbi->lmem_addr = NULL;
+ }
+ if (pbi->prob_buffer_addr) {
+ if (pbi->prob_buffer_phy_addr)
+ dma_free_coherent(amports_get_dma_device(),
+ PROB_BUF_SIZE, pbi->prob_buffer_addr,
+ pbi->prob_buffer_phy_addr);
+ pbi->prob_buffer_addr = NULL;
+ }
+ if (pbi->count_buffer_addr) {
+ if (pbi->count_buffer_phy_addr)
+ dma_free_coherent(amports_get_dma_device(),
+ COUNT_BUF_SIZE, pbi->count_buffer_addr,
+ pbi->count_buffer_phy_addr);
+ pbi->count_buffer_addr = NULL;
+ }
+#ifdef VP9_10B_MMU
+ if (pbi->frame_mmu_map_addr) {
+ if (pbi->frame_mmu_map_phy_addr)
+ dma_free_coherent(amports_get_dma_device(),
+ FRAME_MMU_MAP_SIZE, pbi->frame_mmu_map_addr,
+ pbi->frame_mmu_map_phy_addr);
+ pbi->frame_mmu_map_addr = NULL;
+ }
+#endif
+
+#ifdef VP9_LPF_LVL_UPDATE
+ kfree(lfi);
+ lfi = NULL;
+ kfree(lf);
+ lf = NULL;
+ kfree(seg_4lf);
+ seg_4lf = NULL;
+#endif
+}
+
+static int vp9_local_init(struct VP9Decoder_s *pbi)
+{
+ int ret = -1;
+ /*int losless_comp_header_size, losless_comp_body_size;*/
+
+ struct BuffInfo_s *cur_buf_info = NULL;
+ memset(&pbi->param, 0, sizeof(union param_u));
+ memset(&pbi->common, 0, sizeof(struct VP9_Common_s));
+#ifdef MULTI_INSTANCE_SUPPORT
+ cur_buf_info = &pbi->work_space_buf_store;
+#ifdef SUPPORT_4K2K
+ memcpy(cur_buf_info, &amvvp9_workbuff_spec[1], /* 4k2k work space */
+ sizeof(struct BuffInfo_s));
+#else
+ memcpy(cur_buf_info, &amvvp9_workbuff_spec[0], /* 1080p work space */
+ sizeof(struct BuffInfo_s));
+#endif
+ cur_buf_info->start_adr = pbi->buf_start;
+ pbi->mc_buf_spec.buf_end = pbi->buf_start + pbi->buf_size;
+#else
+/*! MULTI_INSTANCE_SUPPORT*/
+#ifdef SUPPORT_4K2K
+ cur_buf_info = &amvvp9_workbuff_spec[1]; /* 4k2k work space */
+#else
+ cur_buf_info = &amvvp9_workbuff_spec[0]; /* 1080p work space */
+#endif
+#endif
+
+ init_buff_spec(pbi, cur_buf_info);
+ pbi->mc_buf_spec.buf_start = (cur_buf_info->end_adr + 0xffff)
+ & (~0xffff);
+ pbi->mc_buf_spec.buf_size = (pbi->mc_buf_spec.buf_end
+ - pbi->mc_buf_spec.buf_start);
+ if (debug) {
+ pr_err("pbi->mc_buf_spec.buf_start %x-%x\n",
+ pbi->mc_buf_spec.buf_start,
+ pbi->mc_buf_spec.buf_start +
+ pbi->mc_buf_spec.buf_size);
+ }
+ vp9_bufmgr_init(pbi, cur_buf_info, &pbi->mc_buf_spec);
+
+ pbi->init_pic_w = buf_alloc_width ? buf_alloc_width :
+ (pbi->vvp9_amstream_dec_info.width ?
+ pbi->vvp9_amstream_dec_info.width :
+ pbi->work_space_buf->max_width);
+ pbi->init_pic_h = buf_alloc_height ? buf_alloc_height :
+ (pbi->vvp9_amstream_dec_info.height ?
+ pbi->vvp9_amstream_dec_info.height :
+ pbi->work_space_buf->max_height);
+#ifndef VP9_10B_MMU
+ init_buf_list(pbi);
+#endif
+ init_pic_list(pbi);
+
+ pts_unstable = ((unsigned long)(pbi->vvp9_amstream_dec_info.param)
+ & 0x40) >> 6;
+
+ pbi->video_signal_type = 0;
+ video_signal_type = pbi->video_signal_type;
+
+ if ((debug & VP9_DEBUG_SEND_PARAM_WITH_REG) == 0) {
+ pbi->rpm_addr = kmalloc(RPM_BUF_SIZE, GFP_KERNEL);
+ if (pbi->rpm_addr == NULL) {
+ pr_err("%s: failed to alloc rpm buffer\n", __func__);
+ return -1;
+ }
+
+ pbi->rpm_phy_addr = dma_map_single(amports_get_dma_device(),
+ pbi->rpm_addr, RPM_BUF_SIZE, DMA_FROM_DEVICE);
+ if (dma_mapping_error(amports_get_dma_device(),
+ pbi->rpm_phy_addr)) {
+ pr_err("%s: failed to map rpm buffer\n", __func__);
+ kfree(pbi->rpm_addr);
+ pbi->rpm_addr = NULL;
+ return -1;
+ }
+
+ pbi->rpm_ptr = pbi->rpm_addr;
+ }
+
+ if (debug & VP9_DEBUG_UCODE) {
+ pbi->lmem_addr = dma_alloc_coherent(amports_get_dma_device(),
+ LMEM_BUF_SIZE,
+ &pbi->lmem_phy_addr, GFP_KERNEL);
+ if (pbi->lmem_addr == NULL) {
+ pr_err("%s: failed to alloc lmem buffer\n", __func__);
+ return -1;
+ }
+/*
+ pbi->lmem_phy_addr = dma_map_single(amports_get_dma_device(),
+ pbi->lmem_addr, LMEM_BUF_SIZE, DMA_BIDIRECTIONAL);
+ if (dma_mapping_error(amports_get_dma_device(),
+ pbi->lmem_phy_addr)) {
+ pr_err("%s: failed to map lmem buffer\n", __func__);
+ kfree(pbi->lmem_addr);
+ pbi->lmem_addr = NULL;
+ return -1;
+ }
+*/
+ pbi->lmem_ptr = pbi->lmem_addr;
+ }
+ pbi->prob_buffer_addr = dma_alloc_coherent(amports_get_dma_device(),
+ PROB_BUF_SIZE,
+ &pbi->prob_buffer_phy_addr, GFP_KERNEL);
+ if (pbi->prob_buffer_addr == NULL) {
+ pr_err("%s: failed to alloc prob_buffer\n", __func__);
+ return -1;
+ }
+ memset(pbi->prob_buffer_addr, 0, PROB_BUF_SIZE);
+/* pbi->prob_buffer_phy_addr = dma_map_single(amports_get_dma_device(),
+ pbi->prob_buffer_addr, PROB_BUF_SIZE, DMA_BIDIRECTIONAL);
+ if (dma_mapping_error(amports_get_dma_device(),
+ pbi->prob_buffer_phy_addr)) {
+ pr_err("%s: failed to map prob_buffer\n", __func__);
+ kfree(pbi->prob_buffer_addr);
+ pbi->prob_buffer_addr = NULL;
+ return -1;
+ }
+*/
+ pbi->count_buffer_addr = dma_alloc_coherent(amports_get_dma_device(),
+ COUNT_BUF_SIZE,
+ &pbi->count_buffer_phy_addr, GFP_KERNEL);
+ if (pbi->count_buffer_addr == NULL) {
+ pr_err("%s: failed to alloc count_buffer\n", __func__);
+ return -1;
+ }
+ memset(pbi->count_buffer_addr, 0, COUNT_BUF_SIZE);
+/* pbi->count_buffer_phy_addr = dma_map_single(amports_get_dma_device(),
+ pbi->count_buffer_addr, COUNT_BUF_SIZE, DMA_BIDIRECTIONAL);
+ if (dma_mapping_error(amports_get_dma_device(),
+ pbi->count_buffer_phy_addr)) {
+ pr_err("%s: failed to map count_buffer\n", __func__);
+ kfree(pbi->count_buffer_addr);
+ pbi->count_buffer_addr = NULL;
+ return -1;
+ }
+*/
+#ifdef VP9_10B_MMU
+ pbi->frame_mmu_map_addr = dma_alloc_coherent(amports_get_dma_device(),
+ FRAME_MMU_MAP_SIZE,
+ &pbi->frame_mmu_map_phy_addr, GFP_KERNEL);
+ if (pbi->frame_mmu_map_addr == NULL) {
+ pr_err("%s: failed to alloc count_buffer\n", __func__);
+ return -1;
+ }
+ memset(pbi->frame_mmu_map_addr, 0, COUNT_BUF_SIZE);
+/* pbi->frame_mmu_map_phy_addr = dma_map_single(amports_get_dma_device(),
+ pbi->frame_mmu_map_addr, FRAME_MMU_MAP_SIZE, DMA_BIDIRECTIONAL);
+ if (dma_mapping_error(amports_get_dma_device(),
+ pbi->frame_mmu_map_phy_addr)) {
+ pr_err("%s: failed to map count_buffer\n", __func__);
+ kfree(pbi->frame_mmu_map_addr);
+ pbi->frame_mmu_map_addr = NULL;
+ return -1;
+ }*/
+#endif
+
+ ret = 0;
+ return ret;
+}
+
+/********************************************
+ * Mailbox command
+ ********************************************/
+#define CMD_FINISHED 0
+#define CMD_ALLOC_VIEW 1
+#define CMD_FRAME_DISPLAY 3
+#define CMD_DEBUG 10
+
+
+#define DECODE_BUFFER_NUM_MAX 32
+#define DISPLAY_BUFFER_NUM 6
+
+#define video_domain_addr(adr) (adr&0x7fffffff)
+#define DECODER_WORK_SPACE_SIZE 0x800000
+
+#define spec2canvas(x) \
+ (((x)->uv_canvas_index << 16) | \
+ ((x)->uv_canvas_index << 8) | \
+ ((x)->y_canvas_index << 0))
+
+
+static void set_canvas(struct PIC_BUFFER_CONFIG_s *pic_config)
+{
+ int canvas_w = ALIGN(pic_config->y_crop_width, 64)/4;
+ int canvas_h = ALIGN(pic_config->y_crop_height, 32)/4;
+ int blkmode = mem_map_mode;
+ /*CANVAS_BLKMODE_64X32*/
+ if (double_write_mode) {
+ canvas_w = pic_config->y_crop_width;
+ canvas_h = pic_config->y_crop_height;
+ if (double_write_mode == 2) {
+ canvas_w >>= 2;
+ canvas_h >>= 2;
+ }
+
+ if (mem_map_mode == 0)
+ canvas_w = ALIGN(canvas_w, 32);
+ else
+ canvas_w = ALIGN(canvas_w, 64);
+ canvas_h = ALIGN(canvas_h, 32);
+
+ pic_config->y_canvas_index = 128 + pic_config->index * 2;
+ pic_config->uv_canvas_index = 128 + pic_config->index * 2 + 1;
+
+ canvas_config_ex(pic_config->y_canvas_index,
+ pic_config->dw_y_adr, canvas_w, canvas_h,
+ CANVAS_ADDR_NOWRAP, blkmode, 0x7);
+ canvas_config_ex(pic_config->uv_canvas_index,
+ pic_config->dw_u_v_adr, canvas_w, canvas_h,
+ CANVAS_ADDR_NOWRAP, blkmode, 0x7);
+#ifdef MULTI_INSTANCE_SUPPORT
+ pic_config->canvas_config[0].phy_addr =
+ pic_config->dw_y_adr;
+ pic_config->canvas_config[0].width =
+ canvas_w;
+ pic_config->canvas_config[0].height =
+ canvas_h;
+ pic_config->canvas_config[0].block_mode =
+ blkmode;
+ pic_config->canvas_config[0].endian = 7;
+
+ pic_config->canvas_config[1].phy_addr =
+ pic_config->dw_u_v_adr;
+ pic_config->canvas_config[1].width =
+ canvas_w;
+ pic_config->canvas_config[1].height =
+ canvas_h;
+ pic_config->canvas_config[1].block_mode =
+ blkmode;
+ pic_config->canvas_config[1].endian = 7;
+#endif
+ } else {
+ #ifndef VP9_10B_MMU
+ pic_config->y_canvas_index = 128 + pic_config->index;
+ pic_config->uv_canvas_index = 128 + pic_config->index;
+
+ canvas_config_ex(pic_config->y_canvas_index,
+ pic_config->mc_y_adr, canvas_w, canvas_h,
+ CANVAS_ADDR_NOWRAP, blkmode, 0x7);
+ canvas_config_ex(pic_config->uv_canvas_index,
+ pic_config->mc_u_v_adr, canvas_w, canvas_h,
+ CANVAS_ADDR_NOWRAP, blkmode, 0x7);
+ #endif
+ }
+
+}
+
+
+static void set_frame_info(struct VP9Decoder_s *pbi, struct vframe_s *vf)
+{
+ unsigned int ar;
+
+ vf->duration = pbi->frame_dur;
+ vf->duration_pulldown = 0;
+ vf->flag = 0;
+
+ ar = min_t(u32, pbi->frame_ar, DISP_RATIO_ASPECT_RATIO_MAX);
+ vf->ratio_control = (ar << DISP_RATIO_ASPECT_RATIO_BIT);
+
+ return;
+}
+
+static int vvp9_vf_states(struct vframe_states *states, void *op_arg)
+{
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)op_arg;
+
+ states->vf_pool_size = VF_POOL_SIZE;
+ states->buf_free_num = kfifo_len(&pbi->newframe_q);
+ states->buf_avail_num = kfifo_len(&pbi->display_q);
+
+ if (step == 2)
+ states->buf_avail_num = 0;
+ return 0;
+}
+
+static struct vframe_s *vvp9_vf_peek(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)op_arg;
+ if (step == 2)
+ return NULL;
+
+ if (kfifo_peek(&pbi->display_q, &vf))
+ return vf;
+
+ return NULL;
+}
+
+static struct vframe_s *vvp9_vf_get(void *op_arg)
+{
+ struct vframe_s *vf;
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)op_arg;
+ if (step == 2)
+ return NULL;
+ else if (step == 1)
+ step = 2;
+
+ if (kfifo_get(&pbi->display_q, &vf)) {
+ uint8_t index = vf->index & 0xff;
+ if (index >= 0 && index < FRAME_BUFFERS)
+ return vf;
+ }
+ return NULL;
+}
+
+static void vvp9_vf_put(struct vframe_s *vf, void *op_arg)
+{
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)op_arg;
+ uint8_t index = vf->index & 0xff;
+
+ kfifo_put(&pbi->newframe_q, (const struct vframe_s *)vf);
+
+ if (index >= 0
+ && index < FRAME_BUFFERS) {
+ struct VP9_Common_s *cm = &pbi->common;
+ struct BufferPool_s *pool = cm->buffer_pool;
+ lock_buffer_pool(pool);
+ if (pool->frame_bufs[index].buf.vf_ref > 0)
+ pool->frame_bufs[index].buf.vf_ref--;
+
+ if (pbi->wait_buf)
+ WRITE_VREG(HEVC_ASSIST_MBOX1_IRQ_REG,
+ 0x1);
+ pbi->last_put_idx = index;
+ pbi->new_frame_displayed++;
+ unlock_buffer_pool(pool);
+ }
+
+}
+
+static int vvp9_event_cb(int type, void *data, void *private_data)
+{
+ if (type & VFRAME_EVENT_RECEIVER_RESET) {
+#if 0
+ unsigned long flags;
+ amhevc_stop();
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_light_unreg_provider(&vvp9_vf_prov);
+#endif
+ spin_lock_irqsave(&pbi->lock, flags);
+ vvp9_local_init();
+ vvp9_prot_init();
+ spin_unlock_irqrestore(&pbi->lock, flags);
+#ifndef CONFIG_POST_PROCESS_MANAGER
+ vf_reg_provider(&vvp9_vf_prov);
+#endif
+ amhevc_start();
+#endif
+ }
+
+ return 0;
+}
+
+void inc_vf_ref(struct VP9Decoder_s *pbi, int index)
+{
+ struct VP9_Common_s *cm = &pbi->common;
+ cm->buffer_pool->frame_bufs[index].buf.vf_ref++;
+
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("%s index = %d new vf_ref = %d\r\n",
+ __func__, index,
+ cm->buffer_pool->frame_bufs[index].buf.vf_ref);
+}
+
+
+static int prepare_display_buf(struct VP9Decoder_s *pbi,
+ struct PIC_BUFFER_CONFIG_s *pic_config)
+{
+ struct vframe_s *vf = NULL;
+ int stream_offset = pic_config->stream_offset;
+ unsigned short slice_type = pic_config->slice_type;
+
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("%s index = %d\r\n", __func__, pic_config->index);
+ if (kfifo_get(&pbi->newframe_q, &vf) == 0) {
+ pr_info("fatal error, no available buffer slot.");
+ return -1;
+ }
+
+ if (double_write_mode) {
+ set_canvas(pic_config);
+ }
+ if (vf) {
+ /* if (pts_lookup_offset(PTS_TYPE_VIDEO,
+ stream_offset, &vf->pts, 0) != 0) { */
+ if (pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO, stream_offset, &vf->pts, 0,
+ &vf->pts_us64) != 0) {
+#ifdef DEBUG_PTS
+ pbi->pts_missed++;
+#endif
+ vf->pts = 0;
+ vf->pts_us64 = 0;
+ }
+#ifdef DEBUG_PTS
+ else
+ pbi->pts_hit++;
+#endif
+ if (pts_unstable)
+ pbi->pts_mode = PTS_NONE_REF_USE_DURATION;
+
+ if ((pbi->pts_mode == PTS_NORMAL) && (vf->pts != 0)
+ && pbi->get_frame_dur) {
+ int pts_diff = (int)vf->pts - pbi->last_lookup_pts;
+
+ if (pts_diff < 0) {
+ pbi->pts_mode_switching_count++;
+ pbi->pts_mode_recovery_count = 0;
+
+ if (pbi->pts_mode_switching_count >=
+ PTS_MODE_SWITCHING_THRESHOLD) {
+ pbi->pts_mode =
+ PTS_NONE_REF_USE_DURATION;
+ pr_info
+ ("HEVC: switch to n_d mode.\n");
+ }
+
+ } else {
+ int p = PTS_MODE_SWITCHING_RECOVERY_THREASHOLD;
+ pbi->pts_mode_recovery_count++;
+ if (pbi->pts_mode_recovery_count > p) {
+ pbi->pts_mode_switching_count = 0;
+ pbi->pts_mode_recovery_count = 0;
+ }
+ }
+ }
+
+ if (vf->pts != 0)
+ pbi->last_lookup_pts = vf->pts;
+
+ if ((pbi->pts_mode == PTS_NONE_REF_USE_DURATION)
+ && (slice_type != KEY_FRAME))
+ vf->pts = pbi->last_pts + DUR2PTS(pbi->frame_dur);
+ pbi->last_pts = vf->pts;
+
+ if (vf->pts_us64 != 0)
+ pbi->last_lookup_pts_us64 = vf->pts_us64;
+
+ if ((pbi->pts_mode == PTS_NONE_REF_USE_DURATION)
+ && (slice_type != KEY_FRAME)) {
+ vf->pts_us64 =
+ pbi->last_pts_us64 +
+ (DUR2PTS(pbi->frame_dur) * 100 / 9);
+ }
+ pbi->last_pts_us64 = vf->pts_us64;
+ if ((debug & VP9_DEBUG_OUT_PTS) != 0) {
+ pr_info
+ ("VP9 dec out pts: vf->pts=%d, vf->pts_us64 = %lld\n",
+ vf->pts, vf->pts_us64);
+ }
+
+ vf->index = 0xff00 | pic_config->index;
+#if 1
+/*SUPPORT_10BIT*/
+ if (double_write_mode & 0x10) {
+ /* double write only */
+ vf->compBodyAddr = 0;
+ vf->compHeadAddr = 0;
+ } else {
+#ifdef VP9_10B_MMU
+ vf->compBodyAddr = 0;
+ vf->compHeadAddr = pic_config->header_adr;
+#else
+ vf->compBodyAddr = pic_config->mc_y_adr; /*body adr*/
+ vf->compHeadAddr = pic_config->mc_y_adr +
+ pic_config->comp_body_size;
+ /*head adr*/
+#endif
+ }
+ if (double_write_mode) {
+ vf->type = VIDTYPE_PROGRESSIVE |
+ VIDTYPE_VIU_FIELD;
+ vf->type |= VIDTYPE_VIU_NV21;
+#ifdef MULTI_INSTANCE_SUPPORT
+ if (pbi->m_ins_flag) {
+ vf->canvas0Addr = vf->canvas1Addr = -1;
+ vf->plane_num = 2;
+ vf->canvas0_config[0] =
+ pic_config->canvas_config[0];
+ vf->canvas0_config[1] =
+ pic_config->canvas_config[1];
+
+ vf->canvas1_config[0] =
+ pic_config->canvas_config[0];
+ vf->canvas1_config[1] =
+ pic_config->canvas_config[1];
+
+ } else
+#endif
+ vf->canvas0Addr = vf->canvas1Addr =
+ spec2canvas(pic_config);
+ } else {
+ vf->canvas0Addr = vf->canvas1Addr = 0;
+ vf->type = VIDTYPE_COMPRESS | VIDTYPE_VIU_FIELD;
+#ifdef VP9_10B_MMU
+ vf->type |= VIDTYPE_SCATTER;
+#endif
+ switch (pic_config->bit_depth) {
+ case VPX_BITS_8:
+ vf->bitdepth = BITDEPTH_Y8 |
+ BITDEPTH_U8 | BITDEPTH_V8;
+ break;
+ case VPX_BITS_10:
+ case VPX_BITS_12:
+ vf->bitdepth = BITDEPTH_Y10 |
+ BITDEPTH_U10 | BITDEPTH_V10;
+ break;
+ default:
+ vf->bitdepth = BITDEPTH_Y10 |
+ BITDEPTH_U10 | BITDEPTH_V10;
+ break;
+ }
+ if (pic_config->bit_depth == VPX_BITS_8)
+ vf->bitdepth |= BITDEPTH_SAVING_MODE;
+ }
+#else
+ vf->type = VIDTYPE_PROGRESSIVE | VIDTYPE_VIU_FIELD;
+ vf->type |= VIDTYPE_VIU_NV21;
+ vf->canvas0Addr = vf->canvas1Addr = spec2canvas(pic_config);
+#endif
+ set_frame_info(pbi, vf);
+ /* if((vf->width!=pic_config->width)|
+ (vf->height!=pic_config->height)) */
+ /* pr_info("aaa: %d/%d, %d/%d\n",
+ vf->width,vf->height, pic_config->width,
+ pic_config->height); */
+ if (double_write_mode == 2) {
+ vf->width = pic_config->y_crop_width/4;
+ vf->height = pic_config->y_crop_height/4;
+ } else {
+ vf->width = pic_config->y_crop_width;
+ vf->height = pic_config->y_crop_height;
+ }
+ if (force_w_h != 0) {
+ vf->width = (force_w_h >> 16) & 0xffff;
+ vf->height = force_w_h & 0xffff;
+ }
+ vf->compWidth = pic_config->y_crop_width;
+ vf->compHeight = pic_config->y_crop_height;
+ if (force_fps & 0x100) {
+ u32 rate = force_fps & 0xff;
+ if (rate)
+ vf->duration = 96000/rate;
+ else
+ vf->duration = 0;
+ }
+ if (vf->type & VIDTYPE_SCATTER) {
+ vf->mem_handle = decoder_mmu_box_get_mem_handle(
+ pbi->mmu_box,
+ pic_config->index);
+ } else {
+ vf->mem_handle = decoder_bmmu_box_get_mem_handle(
+ pbi->bmmu_box,
+ pic_config->index);
+ }
+ inc_vf_ref(pbi, pic_config->index);
+ kfifo_put(&pbi->display_q, (const struct vframe_s *)vf);
+ vf_notify_receiver(pbi->provider_name,
+ VFRAME_EVENT_PROVIDER_VFRAME_READY, NULL);
+ }
+
+ return 0;
+}
+
+static void get_rpm_param(union param_u *params)
+{
+ int i;
+ unsigned int data32;
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("enter %s\r\n", __func__);
+ for (i = 0; i < 128; i++) {
+ do {
+ data32 = READ_VREG(RPM_CMD_REG);
+ /*pr_info("%x\n", data32);*/
+ } while ((data32 & 0x10000) == 0);
+ params->l.data[i] = data32&0xffff;
+ /*pr_info("%x\n", data32);*/
+ WRITE_VREG(RPM_CMD_REG, 0);
+ }
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("leave %s\r\n", __func__);
+}
+static void debug_buffer_mgr_more(struct VP9Decoder_s *pbi)
+{
+ int i;
+ if (!(debug & VP9_DEBUG_BUFMGR_MORE))
+ return;
+ pr_info("vp9_param: (%d)\n", pbi->slice_idx);
+ for (i = 0; i < (RPM_END-RPM_BEGIN); i++) {
+ pr_info("%04x ", vp9_param.l.data[i]);
+ if (((i + 1) & 0xf) == 0)
+ pr_info("\n");
+ }
+ pr_info("=============param==========\r\n");
+ pr_info("profile %x\r\n", vp9_param.p.profile);
+ pr_info("show_existing_frame %x\r\n",
+ vp9_param.p.show_existing_frame);
+ pr_info("frame_to_show_idx %x\r\n",
+ vp9_param.p.frame_to_show_idx);
+ pr_info("frame_type %x\r\n", vp9_param.p.frame_type);
+ pr_info("show_frame %x\r\n", vp9_param.p.show_frame);
+ pr_info("e.r.r.o.r_resilient_mode %x\r\n",
+ vp9_param.p.error_resilient_mode);
+ pr_info("intra_only %x\r\n", vp9_param.p.intra_only);
+ pr_info("display_size_present %x\r\n",
+ vp9_param.p.display_size_present);
+ pr_info("reset_frame_context %x\r\n",
+ vp9_param.p.reset_frame_context);
+ pr_info("refresh_frame_flags %x\r\n",
+ vp9_param.p.refresh_frame_flags);
+ pr_info("bit_depth %x\r\n", vp9_param.p.bit_depth);
+ pr_info("width %x\r\n", vp9_param.p.width);
+ pr_info("height %x\r\n", vp9_param.p.height);
+ pr_info("display_width %x\r\n", vp9_param.p.display_width);
+ pr_info("display_height %x\r\n", vp9_param.p.display_height);
+ pr_info("ref_info %x\r\n", vp9_param.p.ref_info);
+ pr_info("same_frame_size %x\r\n", vp9_param.p.same_frame_size);
+ if (!(debug & VP9_DEBUG_DBG_LF_PRINT))
+ return;
+ pr_info("mode_ref_delta_enabled: 0x%x\r\n",
+ vp9_param.p.mode_ref_delta_enabled);
+ pr_info("sharpness_level: 0x%x\r\n",
+ vp9_param.p.sharpness_level);
+ pr_info("ref_deltas: 0x%x, 0x%x, 0x%x, 0x%x\r\n",
+ vp9_param.p.ref_deltas[0], vp9_param.p.ref_deltas[1],
+ vp9_param.p.ref_deltas[2], vp9_param.p.ref_deltas[3]);
+ pr_info("mode_deltas: 0x%x, 0x%x\r\n", vp9_param.p.mode_deltas[0],
+ vp9_param.p.mode_deltas[1]);
+ pr_info("filter_level: 0x%x\r\n", vp9_param.p.filter_level);
+ pr_info("seg_enabled: 0x%x\r\n", vp9_param.p.seg_enabled);
+ pr_info("seg_abs_delta: 0x%x\r\n", vp9_param.p.seg_abs_delta);
+ pr_info("seg_lf_feature_enabled: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\r\n",
+ (vp9_param.p.seg_lf_info[0]>>15 & 1),
+ (vp9_param.p.seg_lf_info[1]>>15 & 1),
+ (vp9_param.p.seg_lf_info[2]>>15 & 1),
+ (vp9_param.p.seg_lf_info[3]>>15 & 1),
+ (vp9_param.p.seg_lf_info[4]>>15 & 1),
+ (vp9_param.p.seg_lf_info[5]>>15 & 1),
+ (vp9_param.p.seg_lf_info[6]>>15 & 1),
+ (vp9_param.p.seg_lf_info[7]>>15 & 1));
+ pr_info("seg_lf_feature_data: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\r\n",
+ (vp9_param.p.seg_lf_info[0] & 0x13f),
+ (vp9_param.p.seg_lf_info[1] & 0x13f),
+ (vp9_param.p.seg_lf_info[2] & 0x13f),
+ (vp9_param.p.seg_lf_info[3] & 0x13f),
+ (vp9_param.p.seg_lf_info[4] & 0x13f),
+ (vp9_param.p.seg_lf_info[5] & 0x13f),
+ (vp9_param.p.seg_lf_info[6] & 0x13f),
+ (vp9_param.p.seg_lf_info[7] & 0x13f));
+
+}
+
+static irqreturn_t vvp9_isr_thread_fn(int irq, void *data)
+{
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)data;
+ unsigned int dec_status = pbi->dec_status;
+ struct VP9_Common_s *const cm = &pbi->common;
+ int i, ret;
+
+ /*if (pbi->wait_buf)
+ pr_info("set wait_buf to 0\r\n");
+ */
+ pbi->wait_buf = 0;
+
+ if (dec_status == VP9_EOS) {
+ pr_info("VP9_EOS, flush buffer\r\n");
+
+ vp9_bufmgr_postproc(pbi);
+
+ pr_info("send VP9_10B_DISCARD_NAL\r\n");
+ WRITE_VREG(HEVC_DEC_STATUS_REG, VP9_10B_DISCARD_NAL);
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ }
+
+ if (dec_status != VP9_HEAD_PARSER_DONE) {
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ }
+ if (pbi->frame_count > 0)
+ vp9_bufmgr_postproc(pbi);
+
+ if (debug & VP9_DEBUG_SEND_PARAM_WITH_REG) {
+ get_rpm_param(&vp9_param);
+ } else {
+ dma_sync_single_for_cpu(
+ amports_get_dma_device(),
+ pbi->rpm_phy_addr,
+ RPM_BUF_SIZE,
+ DMA_FROM_DEVICE);
+
+ for (i = 0; i < (RPM_END - RPM_BEGIN); i += 4) {
+ int ii;
+ for (ii = 0; ii < 4; ii++)
+ vp9_param.l.data[i + ii] =
+ pbi->rpm_ptr[i + 3 - ii];
+ }
+ }
+ debug_buffer_mgr_more(pbi);
+
+ bit_depth_luma = vp9_param.p.bit_depth;
+ bit_depth_chroma = vp9_param.p.bit_depth;
+
+ ret = vp9_bufmgr_process(pbi, &vp9_param);
+ pbi->slice_idx++;
+ if (ret < 0) {
+ pr_info("vp9_bufmgr_process=> %d, VP9_10B_DISCARD_NAL\r\n",
+ ret);
+ WRITE_VREG(HEVC_DEC_STATUS_REG, VP9_10B_DISCARD_NAL);
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ } else if (ret == 0) {
+ pbi->frame_count++;
+ /*pr_info("Decode Frame Data %d\n", pbi->frame_count);*/
+ config_pic_size(pbi, vp9_param.p.bit_depth);
+ if ((pbi->common.frame_type != KEY_FRAME)
+ && (!pbi->common.intra_only)) {
+ config_mc_buffer(pbi, vp9_param.p.bit_depth);
+ config_mpred_hw(pbi);
+ } else {
+ clear_mpred_hw(pbi);
+ }
+#ifdef MCRCC_ENABLE
+ config_mcrcc_axi_hw(pbi);
+#endif
+ config_sao_hw(pbi, &vp9_param);
+
+#ifdef VP9_LPF_LVL_UPDATE
+ /*
+ * Get loop filter related picture level parameters from Parser
+ */
+ lf->mode_ref_delta_enabled = vp9_param.p.mode_ref_delta_enabled;
+ lf->sharpness_level = vp9_param.p.sharpness_level;
+ for (i = 0; i < 4; i++)
+ lf->ref_deltas[i] = vp9_param.p.ref_deltas[i];
+ for (i = 0; i < 2; i++)
+ lf->mode_deltas[i] = vp9_param.p.mode_deltas[i];
+ default_filt_lvl = vp9_param.p.filter_level;
+ seg_4lf->enabled = vp9_param.p.seg_enabled;
+ seg_4lf->abs_delta = vp9_param.p.seg_abs_delta;
+ for (i = 0; i < MAX_SEGMENTS; i++)
+ seg_4lf->feature_mask[i] = (vp9_param.p.seg_lf_info[i] &
+ 0x8000) ? (1 << SEG_LVL_ALT_LF) : 0;
+ for (i = 0; i < MAX_SEGMENTS; i++)
+ seg_4lf->feature_data[i][SEG_LVL_ALT_LF]
+ = (vp9_param.p.seg_lf_info[i]
+ & 0x100) ? -(vp9_param.p.seg_lf_info[i]
+ & 0x3f) : (vp9_param.p.seg_lf_info[i] & 0x3f);
+ /*
+ * Update loop filter Thr/Lvl table for every frame
+ */
+ /*pr_info
+ ("vp9_loop_filter (run before every frame decoding start)\n");*/
+ vp9_loop_filter_frame_init(seg_4lf, lfi, lf, default_filt_lvl);
+#endif
+ /*pr_info("HEVC_DEC_STATUS_REG <= VP9_10B_DECODE_SLICE\n");*/
+
+ WRITE_VREG(HEVC_DEC_STATUS_REG, VP9_10B_DECODE_SLICE);
+ } else {
+ pr_info("Skip search next start code\n");
+ cm->prev_fb_idx = INVALID_IDX;
+ /*skip, search next start code*/
+ WRITE_VREG(HEVC_DEC_STATUS_REG, VP9_10B_DECODE_SLICE);
+ }
+ pbi->process_busy = 0;
+#ifdef VP9_10B_MMU
+ if (pbi->last_put_idx >= 0 && pbi->last_put_idx < FRAME_BUFFERS) {
+ struct RefCntBuffer_s *frame_bufs = cm->buffer_pool->frame_bufs;
+ int i = pbi->last_put_idx;
+ /*free not used buffers.*/
+ if ((frame_bufs[i].ref_count == 0) &&
+ (frame_bufs[i].buf.vf_ref == 0) &&
+ (frame_bufs[i].buf.used_by_display == 0) &&
+ (frame_bufs[i].buf.index != -1)) {
+ decoder_mmu_box_free_idx(pbi->mmu_box, i);
+ }
+ pbi->last_put_idx = -1;
+ }
+#endif
+ return IRQ_HANDLED;
+}
+
+static irqreturn_t vvp9_isr(int irq, void *data)
+{
+ int i;
+ unsigned int dec_status;
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)data;
+ unsigned int adapt_prob_status;
+ struct VP9_Common_s *const cm = &pbi->common;
+ dec_status = READ_VREG(HEVC_DEC_STATUS_REG);
+ adapt_prob_status = READ_VREG(VP9_ADAPT_PROB_REG);
+ if (pbi->init_flag == 0)
+ return IRQ_HANDLED;
+ if (pbi->process_busy)/*on process.*/
+ return IRQ_HANDLED;
+ pbi->dec_status = dec_status;
+ pbi->process_busy = 1;
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("vp9 isr dec status = %d\n", dec_status);
+
+ if (debug & VP9_DEBUG_UCODE) {
+ if (READ_HREG(DEBUG_REG1) & 0x10000) {
+ dma_sync_single_for_cpu(
+ amports_get_dma_device(),
+ pbi->lmem_phy_addr,
+ LMEM_BUF_SIZE,
+ DMA_FROM_DEVICE);
+
+ pr_info("LMEM<tag %x>:\n", READ_HREG(DEBUG_REG1));
+ for (i = 0; i < 0x400; i += 4) {
+ int ii;
+ if ((i & 0xf) == 0)
+ pr_info("%03x: ", i);
+ for (ii = 0; ii < 4; ii++) {
+ pr_info("%04x ",
+ pbi->lmem_ptr[i + 3 - ii]);
+ }
+ if (((i + ii) & 0xf) == 0)
+ pr_info("\n");
+ }
+ WRITE_HREG(DEBUG_REG1, 0);
+ } else if (READ_HREG(DEBUG_REG1) != 0) {
+ pr_info("dbg%x: %x\n", READ_HREG(DEBUG_REG1),
+ READ_HREG(DEBUG_REG2));
+ WRITE_HREG(DEBUG_REG1, 0);
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ }
+
+ }
+
+ if (pbi->error_flag == 1) {
+ pbi->error_flag = 2;
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ } else if (pbi->error_flag == 3) {
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ }
+
+ if (is_buffer_empty(cm)) {
+ /*
+ if (pbi->wait_buf == 0)
+ pr_info("set wait_buf to 1\r\n");
+ */
+ pbi->wait_buf = 1;
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ }
+ if ((adapt_prob_status & 0xff) == 0xfd) {
+ /*VP9_REQ_ADAPT_PROB*/
+ int pre_fc = (cm->frame_type == KEY_FRAME) ? 1 : 0;
+ uint8_t *prev_prob_b =
+ ((uint8_t *)pbi->prob_buffer_addr) +
+ ((adapt_prob_status >> 8) * 0x1000);
+ uint8_t *cur_prob_b =
+ ((uint8_t *)pbi->prob_buffer_addr) + 0x4000;
+ uint8_t *count_b = (uint8_t *)pbi->count_buffer_addr;
+
+ adapt_coef_probs(pbi->pic_count,
+ (cm->last_frame_type == KEY_FRAME),
+ pre_fc, (adapt_prob_status >> 8),
+ (unsigned int *)prev_prob_b,
+ (unsigned int *)cur_prob_b, (unsigned int *)count_b);
+
+ memcpy(prev_prob_b, cur_prob_b, PROB_SIZE);
+ WRITE_VREG(VP9_ADAPT_PROB_REG, 0);
+ pbi->pic_count += 1;
+
+ /*return IRQ_HANDLED;*/
+ }
+#ifdef MULTI_INSTANCE_SUPPORT
+#if 0
+ if ((dec_status == HEVC_DECPIC_DATA_DONE) && (pbi->m_ins_flag)) {
+ if (pbi->chunk) {
+ pbi->cur_pic->pts = pbi->chunk->pts;
+ pbi->cur_pic->pts64 = pbi->chunk->pts64;
+ } else if (pts_lookup_offset_us64
+ (PTS_TYPE_VIDEO,
+ pbi->cur_pic->stream_offset,
+ &pbi->cur_pic->pts,
+ 0,
+ &pbi->cur_pic->pts64) != 0) {
+#ifdef DEBUG_PTS
+ pbi->pts_missed++;
+#endif
+ pbi->cur_pic->pts = 0;
+ pbi->cur_pic->pts64 = 0;
+ }
+ }
+#endif
+ if (dec_status == HEVC_NAL_DECODE_DONE) {
+ if (pbi->m_ins_flag) {
+#if 0
+ if (!vdec_frame_based(hw_to_vdec(hevc))) {
+ pbi->dec_result = DEC_RESULT_AGAIN;
+ if ((debug &
+ ONLY_RESET_AT_START) == 0)
+ amhevc_stop();
+ } else
+ pbi->dec_result = DEC_RESULT_GET_DATA;
+#else
+ if (!vdec_frame_based(hw_to_vdec(pbi)))
+ pbi->dec_result = DEC_RESULT_AGAIN;
+ else
+ pbi->dec_result = DEC_RESULT_DONE;
+ amhevc_stop();
+#endif
+ schedule_work(&pbi->work);
+ }
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ } else if (dec_status == HEVC_DECPIC_DATA_DONE) {
+ if (pbi->m_ins_flag) {
+ pbi->dec_result = DEC_RESULT_DONE;
+ amhevc_stop();
+ schedule_work(&pbi->work);
+ }
+
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ } else if (
+ (dec_status == HEVC_SEARCH_BUFEMPTY) ||
+ (dec_status == HEVC_DECODE_BUFEMPTY) ||
+ (dec_status == HEVC_DECODE_TIMEOUT)) {
+ if (vdec_frame_based(hw_to_vdec(pbi)) ||
+ (READ_VREG(HEVC_STREAM_LEVEL) > 0x200)) {
+ if (debug & VP9_DEBUG_DIS_LOC_ERROR_PROC) {
+ vp9_print(pbi, PRINT_FLAG_ERROR,
+ "%s decoding error, level 0x%x\n",
+ __func__, READ_VREG(HEVC_STREAM_LEVEL));
+ goto send_again;
+ }
+ amhevc_stop();
+ vp9_print(pbi, PRINT_FLAG_UCODE_EVT,
+ "%s %s\n", __func__,
+ (dec_status == HEVC_SEARCH_BUFEMPTY) ?
+ "HEVC_SEARCH_BUFEMPTY" :
+ (dec_status == HEVC_DECODE_BUFEMPTY) ?
+ "HEVC_DECODE_BUFEMPTY" : "HEVC_DECODE_TIMEOUT");
+ pbi->dec_result = DEC_RESULT_DONE;
+
+ schedule_work(&pbi->work);
+ } else {
+ /* WRITE_VREG(DPB_STATUS_REG, H264_ACTION_INIT); */
+ vp9_print(pbi, PRINT_FLAG_VDEC_STATUS,
+ "%s DEC_RESULT_AGAIN\n", __func__);
+send_again:
+ pbi->dec_result = DEC_RESULT_AGAIN;
+ schedule_work(&pbi->work);
+ }
+ pbi->process_busy = 0;
+ return IRQ_HANDLED;
+ }
+#endif
+
+ return IRQ_WAKE_THREAD;
+}
+
+static void vvp9_put_timer_func(unsigned long arg)
+{
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)arg;
+ struct timer_list *timer = &pbi->timer;
+ uint8_t empty_flag;
+ unsigned int buf_level;
+
+ enum receviver_start_e state = RECEIVER_INACTIVE;
+ if (pbi->m_ins_flag) {
+ if (hw_to_vdec(pbi)->next_status
+ == VDEC_STATUS_DISCONNECTED) {
+ pbi->dec_result = DEC_RESULT_DONE;
+ schedule_work(&pbi->work);
+ pr_info(
+ "vdec requested to be disconnected\n");
+ return;
+ }
+ }
+ if (pbi->init_flag == 0) {
+ if (pbi->stat & STAT_TIMER_ARM) {
+ timer->expires = jiffies + PUT_INTERVAL;
+ add_timer(&pbi->timer);
+ }
+ return;
+ }
+ if (pbi->m_ins_flag == 0) {
+ if (vf_get_receiver(pbi->provider_name)) {
+ state =
+ vf_notify_receiver(pbi->provider_name,
+ VFRAME_EVENT_PROVIDER_QUREY_STATE,
+ NULL);
+ if ((state == RECEIVER_STATE_NULL)
+ || (state == RECEIVER_STATE_NONE))
+ state = RECEIVER_INACTIVE;
+ } else
+ state = RECEIVER_INACTIVE;
+
+ empty_flag = (READ_VREG(HEVC_PARSER_INT_STATUS) >> 6) & 0x1;
+ /* error watchdog */
+ if (empty_flag == 0) {
+ /* decoder has input */
+ if ((debug & VP9_DEBUG_DIS_LOC_ERROR_PROC) == 0) {
+
+ buf_level = READ_VREG(HEVC_STREAM_LEVEL);
+ /* receiver has no buffer to recycle */
+ if ((state == RECEIVER_INACTIVE) &&
+ (kfifo_is_empty(&pbi->display_q) &&
+ buf_level > 0x200)
+ ) {
+ WRITE_VREG
+ (HEVC_ASSIST_MBOX1_IRQ_REG,
+ 0x1);
+ }
+ }
+
+ if ((debug & VP9_DEBUG_DIS_SYS_ERROR_PROC) == 0) {
+ /* receiver has no buffer to recycle */
+ /*if ((state == RECEIVER_INACTIVE) &&
+ (kfifo_is_empty(&pbi->display_q))) {
+ pr_info("vp9 something error,need reset\n");
+ }*/
+ }
+ }
+ }
+
+ if (decode_stop_pos != decode_stop_pos_pre) {
+ WRITE_VREG(DECODE_STOP_POS, decode_stop_pos);
+ decode_stop_pos_pre = decode_stop_pos;
+ }
+
+ if (debug & VP9_DEBUG_DUMP_PIC_LIST) {
+ dump_pic_list(pbi);
+ debug &= ~VP9_DEBUG_DUMP_PIC_LIST;
+ }
+ if (debug & VP9_DEBUG_TRIG_SLICE_SEGMENT_PROC) {
+ WRITE_VREG(HEVC_ASSIST_MBOX1_IRQ_REG, 0x1);
+ debug &= ~VP9_DEBUG_TRIG_SLICE_SEGMENT_PROC;
+ }
+ /*if (debug & VP9_DEBUG_HW_RESET) {
+ }*/
+ if (debug & VP9_DEBUG_ERROR_TRIG) {
+ WRITE_VREG(DECODE_STOP_POS, 1);
+ debug &= ~VP9_DEBUG_ERROR_TRIG;
+ }
+
+ if (radr != 0) {
+ if (rval != 0) {
+ WRITE_VREG(radr, rval);
+ pr_info("WRITE_VREG(%x,%x)\n", radr, rval);
+ } else
+ pr_info("READ_VREG(%x)=%x\n", radr, READ_VREG(radr));
+ rval = 0;
+ radr = 0;
+ }
+ if (pop_shorts != 0) {
+ int i;
+ u32 sum = 0;
+ pr_info("pop stream 0x%x shorts\r\n", pop_shorts);
+ for (i = 0; i < pop_shorts; i++) {
+ u32 data =
+ (READ_HREG(HEVC_SHIFTED_DATA) >> 16);
+ WRITE_HREG(HEVC_SHIFT_COMMAND,
+ (1<<7)|16);
+ if ((i & 0xf) == 0)
+ pr_info("%04x:", i);
+ pr_info("%04x ", data);
+ if (((i + 1) & 0xf) == 0)
+ pr_info("\r\n");
+ sum += data;
+ }
+ pr_info("\r\nsum = %x\r\n", sum);
+ pop_shorts = 0;
+ }
+ if (dbg_cmd != 0) {
+ if (dbg_cmd == 1) {
+ u32 disp_laddr;
+ if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXBB &&
+ double_write_mode == 0) {
+ disp_laddr =
+ READ_VCBUS_REG(AFBC_BODY_BADDR) << 4;
+ } else {
+ struct canvas_s cur_canvas;
+ canvas_read((READ_VCBUS_REG(VD1_IF0_CANVAS0)
+ & 0xff), &cur_canvas);
+ disp_laddr = cur_canvas.addr;
+ }
+ pr_info("current displayed buffer address %x\r\n",
+ disp_laddr);
+ }
+ dbg_cmd = 0;
+ }
+ /*don't changed at start.*/
+ if (pbi->get_frame_dur && pbi->show_frame_num > 60 &&
+ pbi->frame_dur > 0 && pbi->saved_resolution !=
+ frame_width * frame_height *
+ (96000 / pbi->frame_dur)) {
+ int fps = 96000 / pbi->frame_dur;
+ if (hevc_source_changed(VFORMAT_VP9,
+ frame_width, frame_height, fps) > 0)
+ pbi->saved_resolution = frame_width *
+ frame_height * fps;
+ }
+
+ timer->expires = jiffies + PUT_INTERVAL;
+ add_timer(timer);
+}
+
+
+int vvp9_dec_status(struct vdec_s *vdec, struct vdec_status *vstatus)
+{
+ struct VP9Decoder_s *pbi = &gHevc;
+ vstatus->width = frame_width;
+ vstatus->height = frame_height;
+ if (pbi->frame_dur != 0)
+ vstatus->fps = 96000 / pbi->frame_dur;
+ else
+ vstatus->fps = -1;
+ vstatus->error_count = 0;
+ vstatus->status = pbi->stat | pbi->fatal_error;
+ return 0;
+}
+
+#if 0
+static void VP9_DECODE_INIT(void)
+{
+ /* enable vp9 clocks */
+ WRITE_VREG(DOS_GCLK_EN3, 0xffffffff);
+ /* *************************************************************** */
+ /* Power ON HEVC */
+ /* *************************************************************** */
+ /* Powerup HEVC */
+ WRITE_VREG(AO_RTI_GEN_PWR_SLEEP0,
+ READ_VREG(AO_RTI_GEN_PWR_SLEEP0) & (~(0x3 << 6)));
+ WRITE_VREG(DOS_MEM_PD_HEVC, 0x0);
+ WRITE_VREG(DOS_SW_RESET3, READ_VREG(DOS_SW_RESET3) | (0x3ffff << 2));
+ WRITE_VREG(DOS_SW_RESET3, READ_VREG(DOS_SW_RESET3) & (~(0x3ffff << 2)));
+ /* remove isolations */
+ WRITE_VREG(AO_RTI_GEN_PWR_ISO0,
+ READ_VREG(AO_RTI_GEN_PWR_ISO0) & (~(0x3 << 10)));
+
+}
+#endif
+
+static void vvp9_prot_init(struct VP9Decoder_s *pbi)
+{
+ unsigned int data32;
+ /* VP9_DECODE_INIT(); */
+ vp9_config_work_space_hw(pbi);
+ init_pic_list_hw(pbi);
+
+ vp9_init_decoder_hw(pbi);
+
+#ifdef VP9_LPF_LVL_UPDATE
+ vp9_loop_filter_init();
+#endif
+
+#if 1
+ if (debug & VP9_DEBUG_BUFMGR)
+ pr_info("[test.c] Enable BitStream Fetch\n");
+ data32 = READ_VREG(HEVC_STREAM_CONTROL);
+ data32 = data32 |
+ (1 << 0)/*stream_fetch_enable*/
+ ;
+ WRITE_VREG(HEVC_STREAM_CONTROL, data32);
+#if 0
+ data32 = READ_VREG(HEVC_SHIFT_STARTCODE);
+ if (data32 != 0x00000100) {
+ pr_info("vp9 prot init error %d\n", __LINE__);
+ return;
+ }
+ data32 = READ_VREG(HEVC_SHIFT_EMULATECODE);
+ if (data32 != 0x00000300) {
+ pr_info("vp9 prot init error %d\n", __LINE__);
+ return;
+ }
+ WRITE_VREG(HEVC_SHIFT_STARTCODE, 0x12345678);
+ WRITE_VREG(HEVC_SHIFT_EMULATECODE, 0x9abcdef0);
+ data32 = READ_VREG(HEVC_SHIFT_STARTCODE);
+ if (data32 != 0x12345678) {
+ pr_info("vp9 prot init error %d\n", __LINE__);
+ return;
+ }
+ data32 = READ_VREG(HEVC_SHIFT_EMULATECODE);
+ if (data32 != 0x9abcdef0) {
+ pr_info("vp9 prot init error %d\n", __LINE__);
+ return;
+ }
+#endif
+ WRITE_VREG(HEVC_SHIFT_STARTCODE, 0x000000001);
+ WRITE_VREG(HEVC_SHIFT_EMULATECODE, 0x00000300);
+#endif
+
+
+
+ WRITE_VREG(HEVC_WAIT_FLAG, 1);
+
+ /* WRITE_VREG(HEVC_MPSR, 1); */
+
+ /* clear mailbox interrupt */
+ WRITE_VREG(HEVC_ASSIST_MBOX1_CLR_REG, 1);
+
+ /* enable mailbox interrupt */
+ WRITE_VREG(HEVC_ASSIST_MBOX1_MASK, 1);
+
+ /* disable PSCALE for hardware sharing */
+ WRITE_VREG(HEVC_PSCALE_CTRL, 0);
+
+ if (debug & VP9_DEBUG_UCODE)
+ WRITE_VREG(DEBUG_REG1, 0x1);
+ else
+ WRITE_VREG(DEBUG_REG1, 0x0);
+ /*check vps/sps/pps/i-slice in ucode*/
+ WRITE_VREG(NAL_SEARCH_CTL, 0x8);
+
+ WRITE_VREG(DECODE_STOP_POS, decode_stop_pos);
+
+}
+
+static int vvp9_local_init(struct VP9Decoder_s *pbi)
+{
+ int i;
+ int ret;
+ int width, height;
+#ifdef DEBUG_PTS
+ pbi->pts_missed = 0;
+ pbi->pts_hit = 0;
+#endif
+ pbi->new_frame_displayed = 0;
+ pbi->last_put_idx = -1;
+ pbi->saved_resolution = 0;
+ pbi->get_frame_dur = false;
+ on_no_keyframe_skiped = 0;
+ width = pbi->vvp9_amstream_dec_info.width;
+ height = pbi->vvp9_amstream_dec_info.height;
+ pbi->frame_dur =
+ (pbi->vvp9_amstream_dec_info.rate ==
+ 0) ? 3600 : pbi->vvp9_amstream_dec_info.rate;
+ if (width && height)
+ pbi->frame_ar = height * 0x100 / width;
+/*
+TODO:FOR VERSION
+*/
+ pr_info("vp9: ver (%d,%d) decinfo: %dx%d rate=%d\n", vp9_version,
+ 0, width, height, pbi->frame_dur);
+
+ if (pbi->frame_dur == 0)
+ pbi->frame_dur = 96000 / 24;
+
+ INIT_KFIFO(pbi->display_q);
+ INIT_KFIFO(pbi->newframe_q);
+
+
+ for (i = 0; i < VF_POOL_SIZE; i++) {
+ const struct vframe_s *vf = &pbi->vfpool[i];
+ pbi->vfpool[i].index = -1;
+ kfifo_put(&pbi->newframe_q, vf);
+ }
+
+
+ ret = vp9_local_init(pbi);
+
+ return ret;
+}
+
+static s32 vvp9_init(struct VP9Decoder_s *pbi)
+{
+ int size = -1;
+ char *buf = vmalloc(0x1000 * 8);
+
+ init_timer(&pbi->timer);
+
+ pbi->stat |= STAT_TIMER_INIT;
+ if (vvp9_local_init(pbi) < 0) {
+ vfree(buf);
+ return -EBUSY;
+ }
+
+#ifdef MULTI_INSTANCE_SUPPORT
+ if (pbi->m_ins_flag) {
+ pbi->timer.data = (ulong) pbi;
+ pbi->timer.function = vvp9_put_timer_func;
+ pbi->timer.expires = jiffies + PUT_INTERVAL;
+
+ add_timer(&pbi->timer);
+
+ pbi->stat |= STAT_TIMER_ARM;
+
+ INIT_WORK(&pbi->work, vp9_work);
+
+ vfree(buf);
+ return 0;
+ }
+#endif
+
+ amhevc_enable();
+
+ size = get_firmware_data(VIDEO_DEC_VP9, buf);
+ if (size < 0) {
+ pr_err("get firmware fail.\n");
+ vfree(buf);
+ return -1;
+ }
+
+ if (amhevc_loadmc_ex(VFORMAT_VP9, NULL, buf) < 0) {
+ amvdec_disable();
+ vfree(buf);
+ return -EBUSY;
+ }
+
+ vfree(buf);
+
+ pbi->stat |= STAT_MC_LOAD;
+
+ /* enable AMRISC side protocol */
+ vvp9_prot_init(pbi);
+
+ if (vdec_request_threaded_irq(VDEC_IRQ_1,
+ vvp9_isr,
+ vvp9_isr_thread_fn,
+ IRQF_ONESHOT,/*run thread on this irq disabled*/
+ "vvp9-irq", (void *)pbi)) {
+ pr_info("vvp9 irq register error.\n");
+ amhevc_disable();
+ return -ENOENT;
+ }
+
+ pbi->stat |= STAT_ISR_REG;
+
+ pbi->provider_name = PROVIDER_NAME;
+ vf_provider_init(&vvp9_vf_prov, PROVIDER_NAME, &vvp9_vf_provider,
+ pbi);
+ vf_reg_provider(&vvp9_vf_prov);
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_START, NULL);
+
+ vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_FR_HINT,
+ (void *)((unsigned long)pbi->frame_dur));
+
+ pbi->stat |= STAT_VF_HOOK;
+
+ pbi->timer.data = (ulong)pbi;
+ pbi->timer.function = vvp9_put_timer_func;
+ pbi->timer.expires = jiffies + PUT_INTERVAL;
+
+
+ add_timer(&pbi->timer);
+
+ pbi->stat |= STAT_TIMER_ARM;
+
+ /* pbi->stat |= STAT_KTHREAD; */
+
+ amhevc_start();
+
+ pbi->stat |= STAT_VDEC_RUN;
+
+ pbi->init_flag = 1;
+ pbi->process_busy = 0;
+ pr_info("%d, vvp9_init, RP=0x%x\n",
+ __LINE__, READ_VREG(HEVC_STREAM_RD_PTR));
+ return 0;
+}
+
+static int vvp9_stop(struct VP9Decoder_s *pbi)
+{
+
+ pbi->init_flag = 0;
+ /*
+ if ((debug & VP9_DEBUG_NOWAIT_DECODE_DONE_WHEN_STOP) == 0) {
+ int wait_timeout_count = 0;
+ while ((READ_VREG(HEVC_DEC_STATUS_REG) ==
+ VP9_10B_DECODE_SLICE &&
+ wait_timeout_count < 10) ||
+ pbi->process_busy){
+ wait_timeout_count++;
+ msleep(20);
+ }
+ }
+ */
+ if (pbi->stat & STAT_VDEC_RUN) {
+ amhevc_stop();
+ pbi->stat &= ~STAT_VDEC_RUN;
+ }
+
+ if (pbi->stat & STAT_ISR_REG) {
+ WRITE_VREG(HEVC_ASSIST_MBOX1_MASK, 0);
+ vdec_free_irq(VDEC_IRQ_1, (void *)pbi);
+ pbi->stat &= ~STAT_ISR_REG;
+ }
+
+ if (pbi->stat & STAT_TIMER_ARM) {
+ del_timer_sync(&pbi->timer);
+ pbi->stat &= ~STAT_TIMER_ARM;
+ }
+
+ if (pbi->stat & STAT_VF_HOOK) {
+ vf_notify_receiver(pbi->provider_name,
+ VFRAME_EVENT_PROVIDER_FR_END_HINT, NULL);
+
+ vf_unreg_provider(&vvp9_vf_prov);
+ pbi->stat &= ~STAT_VF_HOOK;
+ }
+ vp9_local_uninit(pbi);
+
+#ifdef MULTI_INSTANCE_SUPPORT
+ if (pbi->m_ins_flag) {
+ cancel_work_sync(&pbi->work);
+ } else {
+ amhevc_disable();
+ }
+#else
+ amhevc_disable();
+#endif
+ uninit_mmu_buffers(pbi);
+
+ return 0;
+}
+
+static int amvdec_vp9_mmu_init(struct VP9Decoder_s *pbi)
+{
+#ifdef VP9_10B_MMU
+ pbi->mmu_box = decoder_mmu_box_alloc_box(DRIVER_NAME,
+ 0, FRAME_BUFFERS,
+ 48 * SZ_1M
+ );
+ if (!pbi->mmu_box) {
+ pr_err("vp9 alloc mmu box failed!!\n");
+ return -1;
+ }
+#endif
+ pbi->bmmu_box = decoder_bmmu_box_alloc_box(
+ DRIVER_NAME,
+ pbi->index,
+ MAX_BMMU_BUFFER_NUM,
+ 4 + PAGE_SHIFT,
+ CODEC_MM_FLAGS_CMA_CLEAR |
+ CODEC_MM_FLAGS_FOR_VDECODER);
+ if (!pbi->bmmu_box) {
+ pr_err("vp9 alloc bmmu box failed!!\n");
+ return -1;
+ }
+ return 0;
+}
+static int amvdec_vp9_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+ struct BUF_s BUF[MAX_BUF_NUM];
+ struct VP9Decoder_s *pbi = &gHevc;
+ pr_info("%s\n", __func__);
+ mutex_lock(&vvp9_mutex);
+
+ memcpy(&BUF[0], &pbi->m_BUF[0], sizeof(struct BUF_s) * MAX_BUF_NUM);
+ memset(pbi, 0, sizeof(VP9Decoder));
+ memcpy(&pbi->m_BUF[0], &BUF[0], sizeof(struct BUF_s) * MAX_BUF_NUM);
+
+ pbi->init_flag = 0;
+ pbi->fatal_error = 0;
+ pbi->show_frame_num = 0;
+ if (pdata == NULL) {
+ pr_info("\namvdec_vp9 memory resource undefined.\n");
+ mutex_unlock(&vvp9_mutex);
+ return -EFAULT;
+ }
+ pbi->m_ins_flag = 0;
+#ifdef MULTI_INSTANCE_SUPPORT
+ pbi->buf_start = pdata->mem_start;
+ pbi->buf_size = pdata->mem_end - pdata->mem_start + 1;
+#else
+ pbi->mc_buf_spec.buf_end = pdata->mem_end + 1;
+ for (i = 0; i < WORK_BUF_SPEC_NUM; i++)
+ amvvp9_workbuff_spec[i].start_adr = pdata->mem_start;
+#endif
+ if (amvdec_vp9_mmu_init(pbi) < 0) {
+ pr_err("vp9 alloc bmmu box failed!!\n");
+ return -1;
+ }
+ if (debug) {
+ pr_info("===VP9 decoder mem resource 0x%lx -- 0x%lx\n",
+ pdata->mem_start, pdata->mem_end + 1);
+ }
+
+ if (pdata->sys_info)
+ pbi->vvp9_amstream_dec_info = *pdata->sys_info;
+ else {
+ pbi->vvp9_amstream_dec_info.width = 0;
+ pbi->vvp9_amstream_dec_info.height = 0;
+ pbi->vvp9_amstream_dec_info.rate = 30;
+ }
+#ifdef MULTI_INSTANCE_SUPPORT
+ pbi->cma_dev = pdata->cma_dev;
+#else
+ cma_dev = pdata->cma_dev;
+#endif
+ pdata->dec_status = vvp9_dec_status;
+
+ if (vvp9_init(pbi) < 0) {
+ pr_info("\namvdec_vp9 init failed.\n");
+ vp9_local_uninit(pbi);
+ mutex_unlock(&vvp9_mutex);
+ return -ENODEV;
+ }
+ /*set the max clk for smooth playing...*/
+ hevc_source_changed(VFORMAT_VP9,
+ 4096, 2048, 60);
+ mutex_unlock(&vvp9_mutex);
+
+ return 0;
+}
+
+static int amvdec_vp9_remove(struct platform_device *pdev)
+{
+ struct VP9Decoder_s *pbi = &gHevc;
+ if (debug)
+ pr_info("amvdec_vp9_remove\n");
+
+ mutex_lock(&vvp9_mutex);
+
+ vvp9_stop(pbi);
+
+
+ hevc_source_changed(VFORMAT_VP9, 0, 0, 0);
+
+
+#ifdef DEBUG_PTS
+ pr_info("pts missed %ld, pts hit %ld, duration %d\n",
+ pbi->pts_missed, pbi->pts_hit, pbi->frame_dur);
+#endif
+
+ mutex_unlock(&vvp9_mutex);
+
+ return 0;
+}
+
+/****************************************/
+
+static struct platform_driver amvdec_vp9_driver = {
+ .probe = amvdec_vp9_probe,
+ .remove = amvdec_vp9_remove,
+#ifdef CONFIG_PM
+ .suspend = amhevc_suspend,
+ .resume = amhevc_resume,
+#endif
+ .driver = {
+ .name = DRIVER_NAME,
+ }
+};
+
+static struct codec_profile_t amvdec_vp9_profile = {
+ .name = "vp9",
+ .profile = ""
+};
+
+#ifdef MULTI_INSTANCE_SUPPORT
+static unsigned int start_decode_buf_level = 0x8000;
+#ifdef VP9_10B_MMU
+static u32 work_buf_size = 24 * 1024 * 1024;
+#else
+static u32 work_buf_size = 32 * 1024 * 1024;
+#endif
+
+static unsigned char decoder_id_used[MAX_DECODE_INSTANCE_NUM];
+static unsigned int get_free_decoder_id(struct vdec_s *vdec)
+{
+ /*stream base decoder always has id of 0*/
+ int i;
+ if (vdec_frame_based(vdec)) {
+ for (i = 1; i < decoder_id_used[i]; i++) {
+ if (!decoder_id_used[i]) {
+ decoder_id_used[i] = 1;
+ return i;
+ }
+ }
+ }
+ return 0;
+}
+
+static unsigned char get_data_check_sum
+ (struct VP9Decoder_s *pbi, int size)
+{
+ int jj;
+ int sum = 0;
+ u8 *data = ((u8 *)pbi->chunk->block->start_virt) +
+ pbi->chunk->offset;
+ for (jj = 0; jj < size; jj++)
+ sum += data[jj];
+ return sum;
+}
+
+static void dump_data(struct VP9Decoder_s *pbi, int size)
+{
+ int jj;
+ u8 *data = ((u8 *)pbi->chunk->block->start_virt) +
+ pbi->chunk->offset;
+ for (jj = 0; jj < size; jj++) {
+ if ((jj & 0xf) == 0)
+ vp9_print(pbi,
+ 0,
+ "%06x:", jj);
+ vp9_print_cont(pbi,
+ 0,
+ "%02x ", data[jj]);
+ if (((jj + 1) & 0xf) == 0)
+ vp9_print(pbi,
+ 0,
+ "\n");
+ }
+ vp9_print(pbi,
+ 0,
+ "\n");
+}
+
+static void vp9_work(struct work_struct *work)
+{
+ struct VP9Decoder_s *pbi = container_of(work,
+ struct VP9Decoder_s, work);
+ struct VP9_Common_s *const cm = &pbi->common;
+ struct vdec_s *vdec = hw_to_vdec(pbi);
+ /* finished decoding one frame or error,
+ * notify vdec core to switch context
+ */
+
+ if ((pbi->dec_result == DEC_RESULT_GET_DATA) ||
+ (pbi->dec_result == DEC_RESULT_GET_DATA_RETRY)) {
+ if (pbi->dec_result == DEC_RESULT_GET_DATA) {
+ vp9_print(pbi, PRINT_FLAG_VDEC_STATUS,
+ "%s DEC_RESULT_GET_DATA %x %x %x\n",
+ __func__,
+ READ_VREG(HEVC_STREAM_LEVEL),
+ READ_VREG(HEVC_STREAM_WR_PTR),
+ READ_VREG(HEVC_STREAM_RD_PTR));
+ vdec_vframe_dirty(vdec, pbi->chunk);
+ vdec_clean_input(vdec);
+ }
+
+ if (!is_buffer_empty(cm)) {
+ int r;
+ r = vdec_prepare_input(vdec, &pbi->chunk);
+ if (r < 0) {
+ pbi->dec_result = DEC_RESULT_GET_DATA_RETRY;
+
+ vp9_print(pbi,
+ PRINT_FLAG_VDEC_DETAIL,
+ "amvdec_vh265: Insufficient data\n");
+
+ schedule_work(&pbi->work);
+ return;
+ }
+ pbi->dec_result = DEC_RESULT_NONE;
+ vp9_print(pbi, PRINT_FLAG_VDEC_STATUS,
+ "%s: chunk size 0x%x sum 0x%x\n",
+ __func__, r,
+ (debug & PRINT_FLAG_VDEC_STATUS) ?
+ get_data_check_sum(pbi, r) : 0
+ );
+
+ if (debug & PRINT_FLAG_VDEC_DATA)
+ dump_data(pbi, pbi->chunk->size);
+ WRITE_VREG(HEVC_DECODE_SIZE, r);
+
+ vdec_enable_input(vdec);
+
+ WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
+ } else{
+ pbi->dec_result = DEC_RESULT_GET_DATA_RETRY;
+
+ vp9_print(pbi, PRINT_FLAG_VDEC_DETAIL,
+ "amvdec_vh265: Insufficient data\n");
+
+ schedule_work(&pbi->work);
+ }
+ return;
+ } else if (pbi->dec_result == DEC_RESULT_DONE) {
+ /* if (!pbi->ctx_valid)
+ pbi->ctx_valid = 1; */
+ vp9_print(pbi, PRINT_FLAG_VDEC_STATUS,
+ "%s dec_result %d %x %x %x\n",
+ __func__,
+ pbi->dec_result,
+ READ_VREG(HEVC_STREAM_LEVEL),
+ READ_VREG(HEVC_STREAM_WR_PTR),
+ READ_VREG(HEVC_STREAM_RD_PTR));
+ vdec_vframe_dirty(hw_to_vdec(pbi), pbi->chunk);
+ } else {
+ vp9_print(pbi, PRINT_FLAG_VDEC_DETAIL,
+ "%s dec_result %d %x %x %x\n",
+ __func__,
+ pbi->dec_result,
+ READ_VREG(HEVC_STREAM_LEVEL),
+ READ_VREG(HEVC_STREAM_WR_PTR),
+ READ_VREG(HEVC_STREAM_RD_PTR));
+ }
+
+ /* mark itself has all HW resource released and input released */
+ vdec_set_status(hw_to_vdec(pbi), VDEC_STATUS_CONNECTED);
+
+ if (pbi->vdec_cb)
+ pbi->vdec_cb(hw_to_vdec(pbi), pbi->vdec_cb_arg);
+}
+
+static int vp9_hw_ctx_restore(struct VP9Decoder_s *pbi)
+{
+ /* new to do ... */
+ vvp9_prot_init(pbi);
+ return 0;
+}
+
+static bool run_ready(struct vdec_s *vdec)
+{
+ struct VP9Decoder_s *pbi =
+ (struct VP9Decoder_s *)vdec->private;
+ struct VP9_Common_s *const cm = &pbi->common;
+
+ vp9_print(pbi,
+ PRINT_FLAG_VDEC_DETAIL, "%s\r\n", __func__);
+
+ if ((!vdec_frame_based(vdec)) && (start_decode_buf_level > 0)) {
+ u32 rp, wp;
+ u32 level;
+
+ rp = READ_MPEG_REG(PARSER_VIDEO_RP);
+ wp = READ_MPEG_REG(PARSER_VIDEO_WP);
+
+ if (wp < rp)
+ level = vdec->input.size + wp - rp;
+ else
+ level = wp - rp;
+
+ if (level < start_decode_buf_level) {
+ vp9_print(pbi, 0,
+ "level %d not run_ready\n", level);
+ return false;
+ }
+ } else if (vdec_frame_based(vdec)) {
+ if (!vdec_input_next_input_chunk(&vdec->input))
+ return false;
+ }
+
+ return !is_buffer_empty(cm);
+}
+
+static void reset_dec_hw(struct vdec_s *vdec)
+{
+ if (input_frame_based(vdec))
+ WRITE_VREG(HEVC_STREAM_CONTROL, 0);
+
+ /*
+ * 2: assist
+ * 3: parser
+ * 4: parser_state
+ * 8: dblk
+ * 11:mcpu
+ * 12:ccpu
+ * 13:ddr
+ * 14:iqit
+ * 15:ipp
+ * 17:qdct
+ * 18:mpred
+ * 19:sao
+ * 24:hevc_afifo
+ */
+ WRITE_VREG(DOS_SW_RESET3,
+ (1<<3)|(1<<4)|(1<<8)|(1<<11)|(1<<12)|(1<<14)|(1<<15)|
+ (1<<17)|(1<<18)|(1<<19));
+ WRITE_VREG(DOS_SW_RESET3, 0);
+}
+
+static void run(struct vdec_s *vdec,
+ void (*callback)(struct vdec_s *, void *), void *arg)
+{
+ struct VP9Decoder_s *pbi =
+ (struct VP9Decoder_s *)vdec->private;
+ int r;
+
+ pbi->vdec_cb_arg = arg;
+ pbi->vdec_cb = callback;
+ /* pbi->chunk = vdec_prepare_input(vdec); */
+ reset_dec_hw(vdec);
+
+ r = vdec_prepare_input(vdec, &pbi->chunk);
+ if (r < 0) {
+ pbi->dec_result = DEC_RESULT_AGAIN;
+
+ vp9_print(pbi, PRINT_FLAG_VDEC_DETAIL,
+ "ammvdec_vh265: Insufficient data\n");
+
+ schedule_work(&pbi->work);
+ return;
+ }
+ pbi->dec_result = DEC_RESULT_NONE;
+
+ vp9_print(pbi, PRINT_FLAG_VDEC_STATUS,
+ "%s: size 0x%x sum 0x%x (%x %x %x)\n",
+ __func__, r,
+ (vdec_frame_based(vdec) &&
+ (debug & PRINT_FLAG_VDEC_STATUS)) ?
+ get_data_check_sum(pbi, r) : 0,
+ READ_VREG(HEVC_STREAM_LEVEL),
+ READ_VREG(HEVC_STREAM_WR_PTR),
+ READ_VREG(HEVC_STREAM_RD_PTR));
+
+ if (amhevc_loadmc_ex(VFORMAT_VP9, "vvp9_mc", NULL) < 0) {
+ amhevc_disable();
+ vp9_print(pbi, 0,
+ "%s: Error amvdec_loadmc fail\n", __func__);
+ return;
+ }
+
+ if (vp9_hw_ctx_restore(pbi) < 0) {
+ schedule_work(&pbi->work);
+ return;
+ }
+
+ vdec_enable_input(vdec);
+
+ WRITE_VREG(HEVC_DEC_STATUS_REG, HEVC_ACTION_DONE);
+
+ if (vdec_frame_based(vdec)) {
+ if (debug & PRINT_FLAG_VDEC_DATA)
+ dump_data(pbi, pbi->chunk->size);
+
+ WRITE_VREG(HEVC_SHIFT_BYTE_COUNT, 0);
+ }
+ WRITE_VREG(HEVC_DECODE_SIZE, r);
+ WRITE_VREG(HEVC_DECODE_COUNT, pbi->slice_idx);
+ pbi->init_flag = 1;
+
+ vp9_print(pbi, PRINT_FLAG_VDEC_STATUS,
+ "%s: start hevc (%x %x %x)\n",
+ __func__,
+ READ_VREG(HEVC_DEC_STATUS_REG),
+ READ_VREG(HEVC_MPC_E),
+ READ_VREG(HEVC_MPSR));
+
+ amhevc_start();
+
+}
+
+static void reset(struct vdec_s *vdec)
+{
+
+ struct VP9Decoder_s *pbi =
+ (struct VP9Decoder_s *)vdec->private;
+
+ vp9_print(pbi,
+ PRINT_FLAG_VDEC_DETAIL, "%s\r\n", __func__);
+
+}
+
+static irqreturn_t vp9_irq_cb(struct vdec_s *vdec)
+{
+ struct VP9Decoder_s *pbi =
+ (struct VP9Decoder_s *)vdec->private;
+ return vvp9_isr(0, pbi);
+}
+
+static irqreturn_t vp9_threaded_irq_cb(struct vdec_s *vdec)
+{
+ struct VP9Decoder_s *pbi =
+ (struct VP9Decoder_s *)vdec->private;
+ return vvp9_isr_thread_fn(0, pbi);
+}
+
+
+static int ammvdec_vp9_probe(struct platform_device *pdev)
+{
+ struct vdec_s *pdata = *(struct vdec_s **)pdev->dev.platform_data;
+
+ struct BUF_s BUF[MAX_BUF_NUM];
+ struct VP9Decoder_s *pbi = NULL;
+ pr_info("%s\n", __func__);
+ if (pdata == NULL) {
+ pr_info("\nammvdec_vp9 memory resource undefined.\n");
+ return -EFAULT;
+ }
+ pbi = (struct VP9Decoder_s *)devm_kzalloc(&pdev->dev,
+ sizeof(struct VP9Decoder_s), GFP_KERNEL);
+ if (pbi == NULL) {
+ pr_info("\nammvdec_vp9 device data allocation failed\n");
+ return -ENOMEM;
+ }
+ pdata->private = pbi;
+ pdata->dec_status = vvp9_dec_status;
+ /* pdata->set_trickmode = set_trickmode; */
+ pdata->run_ready = run_ready;
+ pdata->run = run;
+ pdata->reset = reset;
+ pdata->irq_handler = vp9_irq_cb;
+ pdata->threaded_irq_handler = vp9_threaded_irq_cb;
+
+ pdata->id = pdev->id;
+
+
+ memcpy(&BUF[0], &pbi->m_BUF[0], sizeof(struct BUF_s) * MAX_BUF_NUM);
+ memset(pbi, 0, sizeof(VP9Decoder));
+ memcpy(&pbi->m_BUF[0], &BUF[0], sizeof(struct BUF_s) * MAX_BUF_NUM);
+
+ pbi->index = get_free_decoder_id(pdata);
+
+ if (pdata->use_vfm_path)
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ VFM_DEC_PROVIDER_NAME);
+ else
+ snprintf(pdata->vf_provider_name, VDEC_PROVIDER_NAME_SIZE,
+ MULTI_INSTANCE_PROVIDER_NAME ".%02x", pdev->id & 0xff);
+
+ vf_provider_init(&pdata->vframe_provider, pdata->vf_provider_name,
+ &vvp9_vf_provider, pbi);
+
+ pbi->provider_name = pdata->vf_provider_name;
+ platform_set_drvdata(pdev, pdata);
+
+ pbi->platform_dev = pdev;
+#if 0
+ pbi->buf_start = pdata->mem_start;
+ pbi->buf_size = pdata->mem_end - pdata->mem_start + 1;
+#else
+ if (amvdec_vp9_mmu_init(pbi) < 0) {
+ pr_err("vp9 alloc bmmu box failed!!\n");
+ devm_kfree(&pdev->dev, (void *)pbi);
+ return -1;
+ }
+
+ pbi->cma_alloc_count = PAGE_ALIGN(work_buf_size) / PAGE_SIZE;
+ if (!decoder_bmmu_box_alloc_idx_wait(
+ pbi->bmmu_box,
+ WORK_SPACE_BUF_ID,
+ pbi->cma_alloc_count * PAGE_SIZE,
+ -1,
+ -1,
+ BMMU_ALLOC_FLAGS_WAITCLEAR
+ )) {
+ pbi->cma_alloc_addr = decoder_bmmu_box_get_phy_addr(
+ pbi->bmmu_box,
+ WORK_SPACE_BUF_ID);
+ } else {
+ vp9_print(pbi, 0,
+ "codec_mm alloc failed, request buf size 0x%lx\n",
+ pbi->cma_alloc_count * PAGE_SIZE);
+ pbi->cma_alloc_count = 0;
+ uninit_mmu_buffers(pbi);
+ devm_kfree(&pdev->dev, (void *)pbi);
+ return -ENOMEM;
+ }
+ pbi->buf_start = pbi->cma_alloc_addr;
+ pbi->buf_size = work_buf_size;
+#endif
+ pbi->m_ins_flag = 1;
+
+ pbi->init_flag = 0;
+ pbi->fatal_error = 0;
+ pbi->show_frame_num = 0;
+ if (pdata == NULL) {
+ pr_info("\namvdec_vp9 memory resource undefined.\n");
+ uninit_mmu_buffers(pbi);
+ devm_kfree(&pdev->dev, (void *)pbi);
+ return -EFAULT;
+ }
+
+ if (debug) {
+ pr_info("===VP9 decoder mem resource 0x%lx -- 0x%lx\n",
+ pbi->buf_start,
+ pbi->buf_start + pbi->buf_size);
+ }
+
+ if (pdata->sys_info)
+ pbi->vvp9_amstream_dec_info = *pdata->sys_info;
+ else {
+ pbi->vvp9_amstream_dec_info.width = 0;
+ pbi->vvp9_amstream_dec_info.height = 0;
+ pbi->vvp9_amstream_dec_info.rate = 30;
+ }
+
+ pbi->cma_dev = pdata->cma_dev;
+
+ if (vvp9_init(pbi) < 0) {
+ pr_info("\namvdec_vp9 init failed.\n");
+ vp9_local_uninit(pbi);
+ uninit_mmu_buffers(pbi);
+ devm_kfree(&pdev->dev, (void *)pbi);
+ return -ENODEV;
+ }
+ return 0;
+}
+
+static int ammvdec_vp9_remove(struct platform_device *pdev)
+{
+ struct VP9Decoder_s *pbi = (struct VP9Decoder_s *)
+ (((struct vdec_s *)(platform_get_drvdata(pdev)))->private);
+ if (debug)
+ pr_info("amvdec_vp9_remove\n");
+
+ vvp9_stop(pbi);
+
+ vdec_set_status(hw_to_vdec(pbi), VDEC_STATUS_DISCONNECTED);
+
+
+#ifdef DEBUG_PTS
+ pr_info("pts missed %ld, pts hit %ld, duration %d\n",
+ pbi->pts_missed, pbi->pts_hit, pbi->frame_dur);
+#endif
+ devm_kfree(&pdev->dev, (void *)pbi);
+ return 0;
+}
+
+static struct platform_driver ammvdec_vp9_driver = {
+ .probe = ammvdec_vp9_probe,
+ .remove = ammvdec_vp9_remove,
+#ifdef CONFIG_PM
+ .suspend = amvdec_suspend,
+ .resume = amvdec_resume,
+#endif
+ .driver = {
+ .name = MULTI_DRIVER_NAME,
+ }
+};
+#endif
+
+static int __init amvdec_vp9_driver_init_module(void)
+{
+ pr_debug("amvdec_vp9 module init\n");
+ error_handle_policy = 0;
+
+#ifdef ERROR_HANDLE_DEBUG
+ dbg_nal_skip_flag = 0;
+ dbg_nal_skip_count = 0;
+#endif
+ decode_stop_pos = 0;
+ decode_stop_pos_pre = 0;
+ decode_pic_begin = 0;
+ slice_parse_begin = 0;
+ step = 0;
+ buf_alloc_size = 0;
+#ifdef MULTI_INSTANCE_SUPPORT
+ if (platform_driver_register(&ammvdec_vp9_driver))
+ pr_err("failed to register ammvdec_vp9 driver\n");
+
+#endif
+ if (platform_driver_register(&amvdec_vp9_driver)) {
+ pr_err("failed to register amvdec_vp9 driver\n");
+ return -ENODEV;
+ }
+
+ if (get_cpu_type() >= MESON_CPU_MAJOR_ID_GXL) {
+ amvdec_vp9_profile.profile =
+ "4k, 10bit, dwrite, compressed";
+ } else {
+ amvdec_vp9_profile.name = "vp9_unsupport";
+ }
+
+ vcodec_profile_register(&amvdec_vp9_profile);
+
+ return 0;
+}
+
+static void __exit amvdec_vp9_driver_remove_module(void)
+{
+ pr_debug("amvdec_vp9 module remove.\n");
+#ifdef MULTI_INSTANCE_SUPPORT
+ platform_driver_unregister(&ammvdec_vp9_driver);
+#endif
+ platform_driver_unregister(&amvdec_vp9_driver);
+}
+
+/****************************************/
+/*
+module_param(stat, uint, 0664);
+MODULE_PARM_DESC(stat, "\n amvdec_vp9 stat\n");
+*/
+module_param(use_cma, uint, 0664);
+MODULE_PARM_DESC(use_cma, "\n amvdec_vp9 use_cma\n");
+
+module_param(bit_depth_luma, uint, 0664);
+MODULE_PARM_DESC(bit_depth_luma, "\n amvdec_vp9 bit_depth_luma\n");
+
+module_param(bit_depth_chroma, uint, 0664);
+MODULE_PARM_DESC(bit_depth_chroma, "\n amvdec_vp9 bit_depth_chroma\n");
+
+module_param(frame_width, uint, 0664);
+MODULE_PARM_DESC(frame_width, "\n amvdec_vp9 frame_width\n");
+
+module_param(frame_height, uint, 0664);
+MODULE_PARM_DESC(frame_height, "\n amvdec_vp9 frame_height\n");
+
+module_param(debug, uint, 0664);
+MODULE_PARM_DESC(debug, "\n amvdec_vp9 debug\n");
+
+module_param(radr, uint, 0664);
+MODULE_PARM_DESC(radr, "\nradr\n");
+
+module_param(rval, uint, 0664);
+MODULE_PARM_DESC(rval, "\nrval\n");
+
+module_param(pop_shorts, uint, 0664);
+MODULE_PARM_DESC(pop_shorts, "\nrval\n");
+
+module_param(dbg_cmd, uint, 0664);
+MODULE_PARM_DESC(dbg_cmd, "\ndbg_cmd\n");
+
+module_param(dbg_skip_decode_index, uint, 0664);
+MODULE_PARM_DESC(dbg_skip_decode_index, "\ndbg_skip_decode_index\n");
+
+module_param(endian, uint, 0664);
+MODULE_PARM_DESC(endian, "\nrval\n");
+
+module_param(step, uint, 0664);
+MODULE_PARM_DESC(step, "\n amvdec_vp9 step\n");
+
+module_param(decode_stop_pos, uint, 0664);
+MODULE_PARM_DESC(decode_stop_pos, "\n amvdec_vp9 decode_stop_pos\n");
+
+module_param(decode_pic_begin, uint, 0664);
+MODULE_PARM_DESC(decode_pic_begin, "\n amvdec_vp9 decode_pic_begin\n");
+
+module_param(slice_parse_begin, uint, 0664);
+MODULE_PARM_DESC(slice_parse_begin, "\n amvdec_vp9 slice_parse_begin\n");
+
+module_param(i_only_flag, uint, 0664);
+MODULE_PARM_DESC(i_only_flag, "\n amvdec_vp9 i_only_flag\n");
+
+module_param(error_handle_policy, uint, 0664);
+MODULE_PARM_DESC(error_handle_policy, "\n amvdec_vp9 error_handle_policy\n");
+
+module_param(buf_alloc_width, uint, 0664);
+MODULE_PARM_DESC(buf_alloc_width, "\n buf_alloc_width\n");
+
+module_param(buf_alloc_height, uint, 0664);
+MODULE_PARM_DESC(buf_alloc_height, "\n buf_alloc_height\n");
+
+module_param(buf_alloc_depth, uint, 0664);
+MODULE_PARM_DESC(buf_alloc_depth, "\n buf_alloc_depth\n");
+
+module_param(buf_alloc_size, uint, 0664);
+MODULE_PARM_DESC(buf_alloc_size, "\n buf_alloc_size\n");
+
+module_param(buffer_mode, uint, 0664);
+MODULE_PARM_DESC(buffer_mode, "\n buffer_mode\n");
+
+module_param(buffer_mode_dbg, uint, 0664);
+MODULE_PARM_DESC(buffer_mode_dbg, "\n buffer_mode_dbg\n");
+/*USE_BUF_BLOCK*/
+module_param(max_buf_num, uint, 0664);
+MODULE_PARM_DESC(max_buf_num, "\n max_buf_num\n");
+
+module_param(dynamic_buf_num_margin, uint, 0664);
+MODULE_PARM_DESC(dynamic_buf_num_margin, "\n dynamic_buf_num_margin\n");
+/**/
+
+module_param(mem_map_mode, uint, 0664);
+MODULE_PARM_DESC(mem_map_mode, "\n mem_map_mode\n");
+
+#ifdef SUPPORT_10BIT
+module_param(double_write_mode, uint, 0664);
+MODULE_PARM_DESC(double_write_mode, "\n double_write_mode\n");
+
+module_param(enable_mem_saving, uint, 0664);
+MODULE_PARM_DESC(enable_mem_saving, "\n enable_mem_saving\n");
+
+module_param(force_w_h, uint, 0664);
+MODULE_PARM_DESC(force_w_h, "\n force_w_h\n");
+#endif
+
+module_param(force_fps, uint, 0664);
+MODULE_PARM_DESC(force_fps, "\n force_fps\n");
+
+module_param(max_decoding_time, uint, 0664);
+MODULE_PARM_DESC(max_decoding_time, "\n max_decoding_time\n");
+
+module_param(on_no_keyframe_skiped, uint, 0664);
+MODULE_PARM_DESC(on_no_keyframe_skiped, "\n on_no_keyframe_skiped\n");
+
+#ifdef MULTI_INSTANCE_SUPPORT
+module_param(start_decode_buf_level, uint, 0664);
+MODULE_PARM_DESC(start_decode_buf_level,
+ "\n ammvdec_h264 start_decode_buf_level\n");
+#endif
+
+module_init(amvdec_vp9_driver_init_module);
+module_exit(amvdec_vp9_driver_remove_module);
+
+MODULE_DESCRIPTION("AMLOGIC vp9 Video Decoder Driver");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Tim Yao <tim.yao@amlogic.com>");
diff --git a/drivers/frame_provider/decoder/vp9/vvp9.h b/drivers/frame_provider/decoder/vp9/vvp9.h
new file mode 100644
index 0000000..4cf3254
--- a/dev/null
+++ b/drivers/frame_provider/decoder/vp9/vvp9.h
@@ -0,0 +1,25 @@
+/*
+ * drivers/amlogic/amports/vvp9.h
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#ifndef VVP9_H
+#define VVP9_H
+#ifndef CONFIG_MULTI_DEC
+#define VP9_10B_MMU
+#endif
+void adapt_coef_probs(int pic_count, int prev_kf, int cur_kf, int pre_fc,
+unsigned int *prev_prob, unsigned int *cur_prob, unsigned int *count);
+#endif
diff --git a/drivers/frame_sink/encoder/Makefile b/drivers/frame_sink/encoder/Makefile
index 02d8570..9afecec 100644
--- a/drivers/frame_sink/encoder/Makefile
+++ b/drivers/frame_sink/encoder/Makefile
@@ -1,2 +1,2 @@
-obj-$(CONFIG_AMLOGIC_MEDIA_ENCODER_H264) += h264/
-obj-$(CONFIG_AMLOGIC_MEDIA_ENCODER_H265) += h265/
+obj-$(CONFIG_AMLOGIC_MEDIA_VENC_H264) += h264/
+obj-$(CONFIG_AMLOGIC_MEDIA_VENC_H265) += h265/
diff --git a/drivers/stream_input/Makefile b/drivers/stream_input/Makefile
index fa6ea32..7d6a2c0 100644
--- a/drivers/stream_input/Makefile
+++ b/drivers/stream_input/Makefile
@@ -7,3 +7,4 @@ stream_input-objs += parser/streambuf.o
stream_input-objs += parser/esparser.o
stream_input-objs += parser/tsdemux.o
stream_input-objs += parser/psparser.o
+stream_input-objs += parser/rmparser.o
diff --git a/drivers/stream_input/amports/amstream.c b/drivers/stream_input/amports/amstream.c
index 3f4459d..7312a69 100644
--- a/drivers/stream_input/amports/amstream.c
+++ b/drivers/stream_input/amports/amstream.c
@@ -61,7 +61,7 @@
#include "../parser/esparser.h"
#include "../../frame_provider/decoder/utils/vdec.h"
#include "adec.h"
-/*#include "../parser/rmparser.h"*//*mask*/
+#include "../parser/rmparser.h"
#include "amports_priv.h"
#include <linux/amlogic/media/utils/amports_config.h>
#include <linux/amlogic/media/frame_sync/tsync_pcr.h>
@@ -81,6 +81,7 @@
#endif
#include <linux/amlogic/media/codec_mm/codec_mm.h>
+#define CONFIG_AM_VDEC_REAL /*mask*/
#define DEVICE_NAME "amstream-dev"
#define DRIVER_NAME "amstream"
@@ -102,6 +103,25 @@ u32 amstream_buf_num;
static int debugflags;
+#define DEFAULT_VIDEO_BUFFER_SIZE (1024 * 1024 * 3)
+#define DEFAULT_VIDEO_BUFFER_SIZE_4K (1024 * 1024 * 6)
+#define DEFAULT_VIDEO_BUFFER_SIZE_TVP (1024 * 1024 * 10)
+#define DEFAULT_VIDEO_BUFFER_SIZE_4K_TVP (1024 * 1024 * 15)
+
+
+#define DEFAULT_AUDIO_BUFFER_SIZE (1024*768*2)
+#define DEFAULT_SUBTITLE_BUFFER_SIZE (1024*256)
+
+static int def_4k_vstreambuf_sizeM =
+ (DEFAULT_VIDEO_BUFFER_SIZE_4K >> 20);
+static int def_vstreambuf_sizeM =
+ (DEFAULT_VIDEO_BUFFER_SIZE >> 20);
+static int debugflags;
+static int slow_input;
+
+
+
+
/* #define DATA_DEBUG */
static int use_bufferlevelx10000 = 10000;
static int reset_canuse_buferlevel(int level);
@@ -122,7 +142,8 @@ int amports_get_debug_flags(void)
#ifdef DATA_DEBUG
#include <linux/fs.h>
-#define DEBUG_FILE_NAME "/tmp/debug.tmp"
+
+#define DEBUG_FILE_NAME "/sdcard/debug.tmp"
static struct file *debug_filp;
static loff_t debug_file_pos;
@@ -143,11 +164,7 @@ void debug_file_write(const char __user *buf, size_t count)
}
#endif
-#define DEFAULT_VIDEO_BUFFER_SIZE (1024*1024*15)
-#define DEFAULT_VIDEO_BUFFER_SIZE_4K (1024*1024*15)
-#define DEFAULT_AUDIO_BUFFER_SIZE (1024*768*2)
-#define DEFAULT_SUBTITLE_BUFFER_SIZE (1024*256)
static int amstream_open(struct inode *inode, struct file *file);
static int amstream_release(struct inode *inode, struct file *file);
@@ -314,12 +331,12 @@ static struct userdata_poc_info_t userdata_poc_info[USERDATA_FIFO_NUM];
static int userdata_poc_ri = 0, userdata_poc_wi;
static struct stream_port_s ports[] = {
+#ifdef CONFIG_MULTI_DEC
{
.name = "amstream_vbuf",
.type = PORT_TYPE_ES | PORT_TYPE_VIDEO,
.fops = &vbuf_fops,
},
-#ifdef CONFIG_MULTI_DEC
{
.name = "amstream_vbuf_sched",
.type = PORT_TYPE_ES | PORT_TYPE_VIDEO |
@@ -332,19 +349,25 @@ static struct stream_port_s ports[] = {
PORT_TYPE_FRAME | PORT_TYPE_DECODER_SCHED,
.fops = &vframe_fops,
},
+#else
+ {
+ .name = "amstream_vbuf",
+ .type = PORT_TYPE_ES | PORT_TYPE_VIDEO,
+ .fops = &vbuf_fops,
+ },
#endif
{
.name = "amstream_abuf",
.type = PORT_TYPE_ES | PORT_TYPE_AUDIO,
.fops = &abuf_fops,
},
+#ifdef CONFIG_MULTI_DEC
{
.name = "amstream_mpts",
.type = PORT_TYPE_MPTS | PORT_TYPE_VIDEO |
PORT_TYPE_AUDIO | PORT_TYPE_SUB,
.fops = &mpts_fops,
},
-#ifdef CONFIG_MULTI_DEC
{
.name = "amstream_mpts_sched",
.type = PORT_TYPE_MPTS | PORT_TYPE_VIDEO |
@@ -352,6 +375,13 @@ static struct stream_port_s ports[] = {
PORT_TYPE_DECODER_SCHED,
.fops = &mpts_fops,
},
+#else
+ {
+ .name = "amstream_mpts",
+ .type = PORT_TYPE_MPTS | PORT_TYPE_VIDEO |
+ PORT_TYPE_AUDIO | PORT_TYPE_SUB,
+ .fops = &mpts_fops,
+ },
#endif
{
.name = "amstream_mpps",
@@ -379,14 +409,21 @@ static struct stream_port_s ports[] = {
.type = PORT_TYPE_USERDATA,
.fops = &userdata_fops,
},
+#ifdef CONFIG_MULTI_DEC
{
.name = "amstream_hevc",
+#ifdef CONFIG_AM_VDEC_DV
+/*test dobly vision, remove later*/
+ .type = PORT_TYPE_ES | PORT_TYPE_VIDEO | PORT_TYPE_HEVC |
+ PORT_TYPE_DECODER_SCHED | PORT_TYPE_DUALDEC,
+ .fops = &vbuf_fops,
+ .vformat = VFORMAT_HEVC,
+#else
.type = PORT_TYPE_ES | PORT_TYPE_VIDEO | PORT_TYPE_HEVC,
.fops = &vbuf_fops,
.vformat = VFORMAT_HEVC,
- }
-#ifdef CONFIG_MULTI_DEC
- ,
+#endif
+ },
{
.name = "amstream_hevc_frame",
.type = PORT_TYPE_ES | PORT_TYPE_VIDEO | PORT_TYPE_HEVC |
@@ -401,6 +438,29 @@ static struct stream_port_s ports[] = {
.fops = &vbuf_fops,
.vformat = VFORMAT_HEVC,
}
+#ifdef CONFIG_AM_VDEC_DV
+ ,
+ {
+ .name = "amstream_dves_avc",
+ .type = PORT_TYPE_ES | PORT_TYPE_VIDEO |
+ PORT_TYPE_DECODER_SCHED | PORT_TYPE_DUALDEC,
+ .fops = &vbuf_fops,
+ },
+ {
+ .name = "amstream_dves_hevc",
+ .type = PORT_TYPE_ES | PORT_TYPE_VIDEO | PORT_TYPE_HEVC |
+ PORT_TYPE_DECODER_SCHED | PORT_TYPE_DUALDEC,
+ .fops = &vbuf_fops,
+ .vformat = VFORMAT_HEVC,
+ }
+#endif
+#else
+ {
+ .name = "amstream_hevc",
+ .type = PORT_TYPE_ES | PORT_TYPE_VIDEO | PORT_TYPE_HEVC,
+ .fops = &vbuf_fops,
+ .vformat = VFORMAT_HEVC,
+ }
#endif
};
@@ -448,12 +508,12 @@ static struct stream_buf_s bufs[BUF_MAX_NUM] = {
struct stream_buf_s *get_buf_by_type(u32 type)
{
- if (type == PTS_TYPE_VIDEO)
+ if (PTS_TYPE_VIDEO == type)
return &bufs[BUF_TYPE_VIDEO];
- if (type == PTS_TYPE_AUDIO)
+ if (PTS_TYPE_AUDIO == type)
return &bufs[BUF_TYPE_AUDIO];
if (has_hevc_vdec()) {
- if (type == PTS_TYPE_HEVC)
+ if (PTS_TYPE_HEVC == type)
return &bufs[BUF_TYPE_HEVC];
}
@@ -485,16 +545,21 @@ static void amstream_change_vbufsize(struct port_priv_s *priv,
return;
}
if (pvbuf->for_4k) {
- pvbuf->buf_size = DEFAULT_VIDEO_BUFFER_SIZE_4K;
+ pvbuf->buf_size = def_4k_vstreambuf_sizeM * SZ_1M;
+ if (codec_mm_video_tvp_enabled())
+ pvbuf->buf_size = DEFAULT_VIDEO_BUFFER_SIZE_4K_TVP;
if ((pvbuf->buf_size > 30 * SZ_1M) &&
(codec_mm_get_total_size() < 220 * SZ_1M)) {
/*if less than 250M, used 20M for 4K & 265*/
pvbuf->buf_size = pvbuf->buf_size >> 1;
}
- } else if (pvbuf->buf_size > DEFAULT_VIDEO_BUFFER_SIZE) {
- pvbuf->buf_size = DEFAULT_VIDEO_BUFFER_SIZE;
+ } else if (pvbuf->buf_size > def_vstreambuf_sizeM * SZ_1M) {
+ if (codec_mm_video_tvp_enabled())
+ pvbuf->buf_size = DEFAULT_VIDEO_BUFFER_SIZE_TVP;
} else {
- pvbuf->buf_size = DEFAULT_VIDEO_BUFFER_SIZE;
+ pvbuf->buf_size = def_vstreambuf_sizeM * SZ_1M;
+ if (codec_mm_video_tvp_enabled())
+ pvbuf->buf_size = DEFAULT_VIDEO_BUFFER_SIZE_TVP;
}
reset_canuse_buferlevel(10000);
}
@@ -540,6 +605,8 @@ static void video_port_release(struct port_priv_s *priv,
esparser_release(pbuf);
/*fallthrough*/
case 3:
+ if (vdec->slave)
+ vdec_release(vdec->slave);
vdec_release(vdec);
priv->vdec = NULL;
/*fallthrough*/
@@ -568,6 +635,8 @@ static int video_port_init(struct port_priv_s *priv,
(priv->vdec->sys_info->height *
priv->vdec->sys_info->width) > 1920*1088) {
pbuf->for_4k = 1;
+ } else {
+ pbuf->for_4k = 0;
}
if (port->type & PORT_TYPE_FRAME) {
@@ -612,6 +681,18 @@ static int video_port_init(struct port_priv_s *priv,
return r;
}
+ if (vdec_dual(vdec)) {
+ r = vdec_init(vdec->slave,
+ (priv->vdec->sys_info->height *
+ priv->vdec->sys_info->width) > 1920*1088);
+ if (r < 0) {
+ pr_err("video_port_init %d, vdec_init failed\n",
+ __LINE__);
+ video_port_release(priv, pbuf, 2);
+ return r;
+ }
+ }
+
if (port->type & PORT_TYPE_ES) {
r = esparser_init(pbuf, vdec);
if (r < 0) {
@@ -828,7 +909,7 @@ static int amstream_port_init(struct port_priv_s *priv)
pubuf->buf_start = 0;
pubuf->buf_wp = 0;
pubuf->buf_rp = 0;
- pubuf->for_4k = 0;
+ pvbuf->for_4k = 0;
if (has_hevc_vdec()) {
if (port->vformat == VFORMAT_HEVC ||
port->vformat == VFORMAT_VP9)
@@ -1024,6 +1105,10 @@ static ssize_t amstream_vbuf_write(struct file *file, const char *buf,
r = drm_write(file, pbuf, buf, count);
else
r = esparser_write(file, pbuf, buf, count);
+ if (slow_input) {
+ pr_info("slow_input: es codec write size %x\n", r);
+ msleep(3000);
+ }
#ifdef DATA_DEBUG
debug_file_write(buf, r);
#endif
@@ -1035,7 +1120,9 @@ static ssize_t amstream_vframe_write(struct file *file, const char *buf,
size_t count, loff_t *ppos)
{
struct port_priv_s *priv = (struct port_priv_s *)file->private_data;
-
+#ifdef DATA_DEBUG
+ debug_file_write(buf, count);
+#endif
return vdec_write_vframe(priv->vdec, buf, count);
}
@@ -1089,6 +1176,10 @@ static ssize_t amstream_mpts_write(struct file *file, const char *buf,
r = drm_tswrite(file, pvbuf, pabuf, buf, count);
else
r = tsdemux_write(file, pvbuf, pabuf, buf, count);
+ if (slow_input) {
+ pr_info("slow_input: ts codec write size %x\n", r);
+ msleep(3000);
+ }
return r;
}
@@ -1161,16 +1252,15 @@ static ssize_t amstream_sub_read(struct file *file, char __user *buf,
stbuf_sub_rp_set(sub_rp + data_size - res);
return data_size - res;
- }
-
- if (first_num > 0) {
- res = copy_to_user((void *)buf,
- (void *)(codec_mm_phys_to_virt(sub_rp)),
- first_num);
- if (res >= 0) {
- stbuf_sub_rp_set(sub_rp + first_num -
- res);
- }
+ } else {
+ if (first_num > 0) {
+ res = copy_to_user((void *)buf,
+ (void *)(codec_mm_phys_to_virt(sub_rp)),
+ first_num);
+ if (res >= 0) {
+ stbuf_sub_rp_set(sub_rp + first_num -
+ res);
+ }
return first_num - res;
}
@@ -1184,17 +1274,19 @@ static ssize_t amstream_sub_read(struct file *file, char __user *buf,
first_num - res);
}
- return data_size - first_num - res;
- }
- res =
- copy_to_user((void *)buf,
- (void *)(codec_mm_phys_to_virt(sub_rp)),
- data_size);
+ return data_size - first_num - res;
+ }
+ } else {
+ res =
+ copy_to_user((void *)buf,
+ (void *)(codec_mm_phys_to_virt(sub_rp)),
+ data_size);
if (res >= 0)
stbuf_sub_rp_set(sub_rp + data_size - res);
- return data_size - res;
+ return data_size - res;
+ }
}
static ssize_t amstream_sub_write(struct file *file, const char *buf,
@@ -1346,12 +1438,9 @@ static int amstream_open(struct inode *inode, struct file *file)
if (port->type & PORT_TYPE_VIDEO) {
for (s = &ports[0], i = 0; i < amstream_port_num; i++, s++) {
- if (((s->type & PORT_TYPE_VIDEO) == 0) ||
- ((s->flag & PORT_FLAG_IN_USE) == 0))
- continue;
-
- if (((s->type & PORT_TYPE_DECODER_SCHED) == 0) ||
- ((s->type & PORT_TYPE_FRAME) == 0)) {
+ if (((s->type & PORT_TYPE_DECODER_SCHED) == 0) &&
+ (s->type & PORT_TYPE_VIDEO) &&
+ (s->flag & PORT_FLAG_IN_USE)) {
mutex_unlock(&amstream_mutex);
return -EBUSY;
}
@@ -1444,22 +1533,27 @@ static int amstream_open(struct inode *inode, struct file *file)
mutex_unlock(&amstream_mutex);
if (port->type & PORT_TYPE_VIDEO) {
- int type = VDEC_TYPE_SINGLE;
-
- if (port->type & PORT_TYPE_DECODER_SCHED)
- type = (port->type & PORT_TYPE_FRAME) ?
- VDEC_TYPE_FRAME_BLOCK :
- VDEC_TYPE_STREAM_PARSER;
-
- priv->vdec = vdec_create(type);
+ priv->vdec = vdec_create(port, NULL);
if (priv->vdec == NULL) {
+ port->flag = 0;
kfree(priv);
pr_err("amstream: vdec creation failed\n");
return -ENOMEM;
}
- }
+ if (port->type & PORT_TYPE_DUALDEC) {
+ priv->vdec->slave = vdec_create(port, priv->vdec);
+
+ if (priv->vdec->slave == NULL) {
+ vdec_release(priv->vdec);
+ port->flag = 0;
+ kfree(priv);
+ pr_err("amstream: sub vdec creation failed\n");
+ return -ENOMEM;
+ }
+ }
+ }
return 0;
}
@@ -1477,6 +1571,9 @@ static int amstream_release(struct inode *inode, struct file *file)
amstream_port_release(priv);
if (priv->vdec) {
+ if (priv->vdec->slave)
+ vdec_release(priv->vdec->slave);
+
vdec_release(priv->vdec);
priv->vdec = NULL;
}
@@ -1515,10 +1612,16 @@ static int amstream_release(struct inode *inode, struct file *file)
vdec_poweroff(VDEC_1);
#else
- /*
- *todo: power control based on
- * active decoder instances
- */
+ if ((port->type & PORT_TYPE_MPTS) &&
+ ((port->flag & PORT_FLAG_VFORMAT) == 0)) {
+ vdec_poweroff(VDEC_1);
+ vdec_poweroff(VDEC_HEVC);
+ } else if ((port->vformat == VFORMAT_HEVC
+ || port->vformat == VFORMAT_VP9)) {
+ vdec_poweroff(VDEC_HEVC);
+ } else {
+ vdec_poweroff(VDEC_1);
+ }
#endif
}
/* TODO: mod gate */
@@ -1723,7 +1826,6 @@ static long amstream_ioctl_set(struct port_priv_s *priv, ulong arg)
sizeof(parm)))
r = -EFAULT;
-
switch (parm.cmd) {
case AMSTREAM_SET_VB_START:
if ((this->type & PORT_TYPE_VIDEO) &&
@@ -1971,6 +2073,13 @@ static long amstream_ioctl_set(struct port_priv_s *priv, ulong arg)
tsync_set_apts(pts);
break;
}
+ case AMSTREAM_SET_FRAME_BASE_PATH:
+ if ((this->type & PORT_TYPE_DECODER_SCHED) &&
+ (parm.frame_base_video_path < FRAME_BASE_PATH_MAX)) {
+ vdec_set_video_path(priv->vdec, parm.data_32);
+ } else
+ r = -EINVAL;
+ break;
default:
r = -ENOIOCTLCMD;
break;
@@ -2055,8 +2164,7 @@ static long amstream_ioctl_get_ex(struct port_priv_s *priv, ulong arg)
if ((this->type & PORT_TYPE_VIDEO) == 0) {
pr_err("no video\n");
return -EINVAL;
- }
- {
+ } else {
struct vdec_status vstatus;
struct am_ioctl_parm_ex *p = &parm;
@@ -2082,7 +2190,8 @@ static long amstream_ioctl_get_ex(struct port_priv_s *priv, ulong arg)
*return -ENODEV;
*/
memset(&parm.astatus, 0, sizeof(parm.astatus));
- } else {
+ }
+ else {
struct adec_status astatus;
struct am_ioctl_parm_ex *p = &parm;
@@ -2106,7 +2215,7 @@ static long amstream_ioctl_get_ex(struct port_priv_s *priv, ulong arg)
sizeof(struct userdata_poc_info_t));
userdata_poc_ri++;
- if (userdata_poc_ri == USERDATA_FIFO_NUM)
+ if (USERDATA_FIFO_NUM == userdata_poc_ri)
userdata_poc_ri = 0;
} else
r = -EINVAL;
@@ -2194,6 +2303,22 @@ static long amstream_ioctl_set_ptr(struct port_priv_s *priv, ulong arg)
} else
r = -EINVAL;
break;
+ case AMSTREAM_SET_PTR_CONFIGS:
+ if (this->type & PORT_TYPE_VIDEO) {
+ if (!parm.pointer || (parm.len <= 0) ||
+ (parm.len > PAGE_SIZE)) {
+ r = -EINVAL;
+ } else {
+ r = copy_from_user(priv->vdec->config,
+ parm.pointer, parm.len);
+ if (r)
+ r = -EINVAL;
+ else
+ priv->vdec->config_len = parm.len;
+ }
+ } else
+ r = -EINVAL;
+ break;
default:
r = -ENOIOCTLCMD;
break;
@@ -2541,7 +2666,7 @@ static long amstream_do_ioctl_old(struct port_priv_s *priv,
return -EINVAL;
if (amstream_adec_status == NULL)
return -ENODEV;
- {
+ else {
struct adec_status astatus;
struct am_io_param para;
struct am_io_param *p = &para;
@@ -2657,7 +2782,7 @@ static long amstream_do_ioctl_old(struct port_priv_s *priv,
if (res < 0)
r = -EFAULT;
userdata_poc_ri++;
- if (userdata_poc_ri == USERDATA_FIFO_NUM)
+ if (USERDATA_FIFO_NUM == userdata_poc_ri)
userdata_poc_ri = 0;
} else
r = -EINVAL;
@@ -2904,7 +3029,7 @@ struct am_ioctl_parm_ptr32 {
char data[8];
};
u32 cmd;
- char reserved[4];
+ u32 len;
};
static long amstream_ioc_setget_ptr(struct port_priv_s *priv,
@@ -2919,7 +3044,8 @@ static long amstream_ioc_setget_ptr(struct port_priv_s *priv,
return -EFAULT;
if (put_user(data32->cmd, &data->cmd) ||
- put_user(compat_ptr(data32->pointer), &data->pointer))
+ put_user(compat_ptr(data32->pointer), &data->pointer) ||
+ put_user(data32->len, &data->len))
return -EFAULT;
@@ -3412,8 +3538,6 @@ static int amstream_probe(struct platform_device *pdev)
amstream_pdev = pdev;
amports_clock_gate_init(&amstream_pdev->dev);
- clock_set_init(&amstream_pdev->dev);
-
/*prealloc fetch buf to avoid no continue buffer later...*/
stbuf_fetch_init();
return 0;
@@ -3501,24 +3625,7 @@ static struct platform_driver amstream_driver = {
.of_match_table = amlogic_mesonstream_dt_match,
}
};
-#if 0
-int amstream_module_init(void)
-{
- if (platform_driver_register(&amstream_driver)) {
- pr_err("failed to register amstream module\n");
- return -ENODEV;
- }
- return 0;
-}
-EXPORT_SYMBOL(amstream_module_init);
-void amstream_module_exit(void)
-{
- platform_driver_unregister(&amstream_driver);
-}
-EXPORT_SYMBOL(amstream_module_exit);
-#endif
-#if 1
static int __init amstream_module_init(void)
{
if (platform_driver_register(&amstream_driver)) {
@@ -3531,117 +3638,26 @@ static int __init amstream_module_init(void)
static void __exit amstream_module_exit(void)
{
platform_driver_unregister(&amstream_driver);
-}
-#endif
-
-#if 0
-static int amstream_mem_device_init(struct reserved_mem *rmem,
- struct device *dev)
-{
- struct resource *res;
- int r;
-
- res = &memobj;
-
- res->start = (phys_addr_t) rmem->base;
- res->end = res->start + (phys_addr_t) rmem->size - 1;
- if (!res) {
- pr_err(
- "Can not get I/O memory, and will allocate stream buffer!\n");
-
- if (stbuf_change_size(&bufs[BUF_TYPE_VIDEO],
- DEFAULT_VIDEO_BUFFER_SIZE) != 0) {
- r = (-ENOMEM);
- goto error4;
- }
- if (stbuf_change_size
- (&bufs[BUF_TYPE_AUDIO],
- DEFAULT_AUDIO_BUFFER_SIZE) != 0) {
- r = (-ENOMEM);
- goto error5;
- }
- if (stbuf_change_size
- (&bufs[BUF_TYPE_SUBTITLE],
- DEFAULT_SUBTITLE_BUFFER_SIZE) != 0) {
- r = (-ENOMEM);
- goto error6;
- }
- } else {
- bufs[BUF_TYPE_VIDEO].buf_start = res->start;
- bufs[BUF_TYPE_VIDEO].buf_size =
- resource_size(res) - DEFAULT_AUDIO_BUFFER_SIZE -
- DEFAULT_SUBTITLE_BUFFER_SIZE;
- bufs[BUF_TYPE_VIDEO].flag |= BUF_FLAG_IOMEM;
- bufs[BUF_TYPE_VIDEO].default_buf_size =
- bufs[BUF_TYPE_VIDEO].buf_size;
-
- bufs[BUF_TYPE_AUDIO].buf_start =
- res->start + bufs[BUF_TYPE_VIDEO].buf_size;
- bufs[BUF_TYPE_AUDIO].buf_size = DEFAULT_AUDIO_BUFFER_SIZE;
- bufs[BUF_TYPE_AUDIO].flag |= BUF_FLAG_IOMEM;
-
- if (stbuf_change_size
- (&bufs[BUF_TYPE_SUBTITLE],
- DEFAULT_SUBTITLE_BUFFER_SIZE) != 0) {
- r = (-ENOMEM);
- goto error4;
- }
- }
-
- if (has_hevc_vdec()) {
- bufs[BUF_TYPE_HEVC].buf_start = bufs[BUF_TYPE_VIDEO].buf_start;
- bufs[BUF_TYPE_HEVC].buf_size = bufs[BUF_TYPE_VIDEO].buf_size;
-
- if (bufs[BUF_TYPE_VIDEO].flag & BUF_FLAG_IOMEM)
- bufs[BUF_TYPE_HEVC].flag |= BUF_FLAG_IOMEM;
-
- bufs[BUF_TYPE_HEVC].default_buf_size =
- bufs[BUF_TYPE_VIDEO].default_buf_size;
- }
-
- if (stbuf_fetch_init() != 0) {
- r = (-ENOMEM);
- goto error7;
- }
-
- return 0;
-
-error7:
- if (bufs[BUF_TYPE_SUBTITLE].flag & BUF_FLAG_ALLOC)
- stbuf_change_size(&bufs[BUF_TYPE_SUBTITLE], 0);
-error6:
- if (bufs[BUF_TYPE_AUDIO].flag & BUF_FLAG_ALLOC)
- stbuf_change_size(&bufs[BUF_TYPE_AUDIO], 0);
-error5:
- if (bufs[BUF_TYPE_VIDEO].flag & BUF_FLAG_ALLOC)
- stbuf_change_size(&bufs[BUF_TYPE_VIDEO], 0);
-error4:
- return 0;
+ return;
}
-static const struct reserved_mem_ops rmem_amstream_ops = {
- .device_init = amstream_mem_device_init,
-};
-
-static int __init amstream_mem_setup(struct reserved_mem *rmem)
-{
- rmem->ops = &rmem_amstream_ops;
- pr_err("share mem setup\n");
-
- return 0;
-}
-RESERVEDMEM_OF_DECLARE(mesonstream,
- "amlogic, stream-memory", amstream_mem_setup);
-
-#endif
-#if 1
module_init(amstream_module_init);
module_exit(amstream_module_exit);
-#endif
module_param(debugflags, uint, 0664);
MODULE_PARM_DESC(debugflags, "\n amstream debugflags\n");
+module_param(def_4k_vstreambuf_sizeM, uint, 0664);
+MODULE_PARM_DESC(def_4k_vstreambuf_sizeM,
+ "\nDefault video Stream buf size for 4K MByptes\n");
+
+module_param(def_vstreambuf_sizeM, uint, 0664);
+MODULE_PARM_DESC(def_vstreambuf_sizeM,
+ "\nDefault video Stream buf size for < 1080p MByptes\n");
+
+module_param(slow_input, uint, 0664);
+MODULE_PARM_DESC(slow_input, "\n amstream slow_input\n");
+
MODULE_DESCRIPTION("AMLOGIC streaming port driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/stream_input/parser/Makefile b/drivers/stream_input/parser/Makefile
deleted file mode 100644
index 5fb0dce..0000000
--- a/drivers/stream_input/parser/Makefile
+++ b/dev/null
@@ -1,6 +0,0 @@
-obj-y += thread_rw.o
-obj-y += streambuf.o
-obj-y += esparser.o
-obj-y += tsdemux.o
-obj-y += psparser.o
-#obj-y += rmparser.o
diff --git a/drivers/stream_input/parser/esparser.c b/drivers/stream_input/parser/esparser.c
index d9de02c..a9b8e29 100644
--- a/drivers/stream_input/parser/esparser.c
+++ b/drivers/stream_input/parser/esparser.c
@@ -473,7 +473,7 @@ s32 esparser_init(struct stream_buf_s *buf, struct vdec_s *vdec)
WRITE_MPEG_REG(PARSER_VIDEO_END_PTR, vdec->input.start
+ vdec->input.size - 8);
- if (vdec_stream_auto(vdec)) {
+ if (vdec_single(vdec)) {
CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL,
ES_VID_MAN_RD_PTR);
@@ -496,20 +496,18 @@ s32 esparser_init(struct stream_buf_s *buf, struct vdec_s *vdec)
WRITE_MPEG_REG(PARSER_VIDEO_RP, vdec->input.start);
}
video_data_parsed = 0;
- } else
- /* #endif */
- if (pts_type == PTS_TYPE_VIDEO) {
- WRITE_MPEG_REG(PARSER_VIDEO_START_PTR,
- vdec->input.start);
- WRITE_MPEG_REG(PARSER_VIDEO_END_PTR,
- vdec->input.start + vdec->input.size - 8);
- if (vdec_stream_auto(vdec)) {
- CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL,
- ES_VID_MAN_RD_PTR);
- WRITE_VREG(VLD_MEM_VIFIFO_BUF_CNTL,
- MEM_BUFCTRL_INIT);
- CLEAR_VREG_MASK(VLD_MEM_VIFIFO_BUF_CNTL,
- MEM_BUFCTRL_INIT);
+ } else if (pts_type == PTS_TYPE_VIDEO) {
+ WRITE_MPEG_REG(PARSER_VIDEO_START_PTR,
+ vdec->input.start);
+ WRITE_MPEG_REG(PARSER_VIDEO_END_PTR,
+ vdec->input.start + vdec->input.size - 8);
+ if (vdec_single(vdec)) {
+ CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL,
+ ES_VID_MAN_RD_PTR);
+
+ WRITE_VREG(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+ CLEAR_VREG_MASK(VLD_MEM_VIFIFO_BUF_CNTL,
+ MEM_BUFCTRL_INIT);
if (has_hevc_vdec()) {
/* set vififo_vbuf_rp_sel=>vdec */
@@ -592,9 +590,9 @@ s32 esparser_init(struct stream_buf_s *buf, struct vdec_s *vdec)
if (!(amports_get_debug_flags() & 1) &&
!codec_mm_video_tvp_enabled()) {
int block_size = (buf->type == BUF_TYPE_AUDIO) ?
- PAGE_SIZE << 2 : PAGE_SIZE << 4;
+ PAGE_SIZE : PAGE_SIZE << 4;
int buf_num = (buf->type == BUF_TYPE_AUDIO) ?
- 5 : 10;
+ 20 : (2 * SZ_1M)/(PAGE_SIZE << 4);
if (!(buf->type == BUF_TYPE_SUBTITLE))
buf->write_thread = threadrw_alloc(buf_num,
block_size,
@@ -882,8 +880,39 @@ ssize_t esparser_write(struct file *file,
struct stream_buf_s *stbuf,
const char __user *buf, size_t count)
{
- if (stbuf->write_thread)
- return threadrw_write(file, stbuf, buf, count);
+ if (stbuf->write_thread) {
+ ssize_t ret;
+ ret = threadrw_write(file, stbuf, buf, count);
+ if (ret == -EAGAIN) {
+ u32 a, b;
+ int vdelay, adelay;
+ if ((stbuf->type != BUF_TYPE_VIDEO) &&
+ (stbuf->type != BUF_TYPE_HEVC))
+ return ret;
+ if (stbuf->buf_size > (SZ_1M * 30) ||
+ (threadrw_buffer_size(stbuf) > SZ_1M * 10) ||
+ !threadrw_support_more_buffers(stbuf))
+ return ret;
+ /*only chang buffer for video.*/
+ vdelay = calculation_stream_delayed_ms(
+ PTS_TYPE_VIDEO, &a, &b);
+ adelay = calculation_stream_delayed_ms(
+ PTS_TYPE_AUDIO, &a, &b);
+ if ((vdelay > 100 && vdelay < 2000) && /*vdelay valid.*/
+ ((vdelay < 500) ||/*video delay is short!*/
+ (adelay > 0 && adelay < 1000))/*audio is low.*/
+ ) {
+ /*on buffer fulled.
+ if delay is less than 100ms we think errors,
+ And we add more buffer on delay < 2s.
+ */
+ int new_size = 2 * 1024 * 1024;
+ threadrw_alloc_more_buffer_size(
+ stbuf, new_size);
+ }
+ }
+ return ret;
+ }
return esparser_write_ex(file, stbuf, buf, count, 0);
}
diff --git a/drivers/stream_input/parser/psparser.c b/drivers/stream_input/parser/psparser.c
index 80e5001..5c8a8b1 100644
--- a/drivers/stream_input/parser/psparser.c
+++ b/drivers/stream_input/parser/psparser.c
@@ -918,7 +918,7 @@ s32 psparser_init(u32 vid, u32 aid, u32 sid, struct vdec_s *vdec)
WRITE_MPEG_REG(PARSER_VIDEO_END_PTR,
vdec->input.start + vdec->input.size - 8);
- if (vdec_stream_auto(vdec)) {
+ if (vdec_single(vdec)) {
CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL, ES_VID_MAN_RD_PTR);
WRITE_VREG(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
CLEAR_VREG_MASK(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
@@ -939,8 +939,10 @@ s32 psparser_init(u32 vid, u32 aid, u32 sid, struct vdec_s *vdec)
(1 << PS_CFG_MAX_ES_WR_CYCLE_BIT) |
(16 << PS_CFG_MAX_FETCH_CYCLE_BIT));
- WRITE_VREG(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
- CLEAR_VREG_MASK(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+ if (vdec_single(vdec)) {
+ WRITE_VREG(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+ CLEAR_VREG_MASK(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+ }
WRITE_MPEG_REG(AIU_MEM_AIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
CLEAR_MPEG_REG_MASK(AIU_MEM_AIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
diff --git a/drivers/stream_input/parser/rmparser.c b/drivers/stream_input/parser/rmparser.c
new file mode 100644
index 0000000..257c00d
--- a/dev/null
+++ b/drivers/stream_input/parser/rmparser.c
@@ -0,0 +1,338 @@
+/*
+ * drivers/amlogic/amports/rmparser.c
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/timer.h>
+#include <linux/sched.h>
+#include <linux/fs.h>
+#include <linux/dma-mapping.h>
+#include <linux/platform_device.h>
+#include <linux/amlogic/media/utils/amstream.h>
+#include <linux/amlogic/media/frame_sync/ptsserv.h>
+/* #include <mach/am_regs.h> */
+#include <linux/uaccess.h>
+
+#include <linux/amlogic/media/utils/vdec_reg.h>
+#include "../amports/amports_priv.h"
+#include "streambuf.h"
+#include "streambuf_reg.h"
+#include <linux/delay.h>
+#include "rmparser.h"
+
+#define MANAGE_PTS
+
+static u32 fetch_done;
+static u32 parse_halt;
+
+static DECLARE_WAIT_QUEUE_HEAD(rm_wq);
+static const char rmparser_id[] = "rmparser-id";
+
+static irqreturn_t rm_parser_isr(int irq, void *dev_id)
+{
+ u32 int_status = READ_MPEG_REG(PARSER_INT_STATUS);
+
+ if (int_status & PARSER_INTSTAT_FETCH_CMD) {
+ WRITE_MPEG_REG(PARSER_INT_STATUS, PARSER_INTSTAT_FETCH_CMD);
+ fetch_done = 1;
+
+ wake_up_interruptible(&rm_wq);
+ }
+
+ return IRQ_HANDLED;
+}
+
+s32 rmparser_init(struct vdec_s *vdec)
+{
+ s32 r;
+ parse_halt = 0;
+ if (fetchbuf == 0) {
+ pr_info("%s: no fetchbuf\n", __func__);
+ return -ENOMEM;
+ }
+
+ WRITE_MPEG_REG(RESET1_REGISTER, RESET_PARSER);
+
+ /* TS data path */
+#ifndef CONFIG_AM_DVB
+ WRITE_MPEG_REG(FEC_INPUT_CONTROL, 0);
+#else
+ tsdemux_set_reset_flag();
+#endif
+ CLEAR_MPEG_REG_MASK(TS_HIU_CTL, 1 << USE_HI_BSF_INTERFACE);
+ CLEAR_MPEG_REG_MASK(TS_HIU_CTL_2, 1 << USE_HI_BSF_INTERFACE);
+ CLEAR_MPEG_REG_MASK(TS_HIU_CTL_3, 1 << USE_HI_BSF_INTERFACE);
+
+ CLEAR_MPEG_REG_MASK(TS_FILE_CONFIG, (1 << TS_HIU_ENABLE));
+
+ /* hook stream buffer with PARSER */
+ WRITE_MPEG_REG(PARSER_VIDEO_START_PTR, vdec->input.start);
+ WRITE_MPEG_REG(PARSER_VIDEO_END_PTR,
+ vdec->input.start + vdec->input.size - 8);
+
+ CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL, ES_VID_MAN_RD_PTR);
+
+ WRITE_MPEG_REG(PARSER_AUDIO_START_PTR,
+ READ_MPEG_REG(AIU_MEM_AIFIFO_START_PTR));
+ WRITE_MPEG_REG(PARSER_AUDIO_END_PTR,
+ READ_MPEG_REG(AIU_MEM_AIFIFO_END_PTR));
+ CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL, ES_AUD_MAN_RD_PTR);
+
+ WRITE_VREG(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+ CLEAR_VREG_MASK(VLD_MEM_VIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+
+ WRITE_MPEG_REG(AIU_MEM_AIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+ CLEAR_MPEG_REG_MASK(AIU_MEM_AIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+
+ WRITE_MPEG_REG(PFIFO_RD_PTR, 0);
+ WRITE_MPEG_REG(PFIFO_WR_PTR, 0);
+
+ WRITE_MPEG_REG(PARSER_SEARCH_MASK, 0);
+ WRITE_MPEG_REG(PARSER_CONTROL, (ES_SEARCH | ES_PARSER_START));
+
+#ifdef MANAGE_PTS
+ if (pts_start(PTS_TYPE_VIDEO) < 0)
+ goto Err_1;
+
+ if (pts_start(PTS_TYPE_AUDIO) < 0)
+ goto Err_2;
+#endif
+ /*TODO irq */
+
+ /* enable interrupt */
+
+ r = vdec_request_irq(PARSER_IRQ, rm_parser_isr,
+ "rmparser", (void *)rmparser_id);
+
+ if (r) {
+ pr_info("RM parser irq register failed.\n");
+ goto Err_3;
+ }
+
+ WRITE_MPEG_REG(PARSER_INT_STATUS, 0xffff);
+ WRITE_MPEG_REG(PARSER_INT_ENABLE,
+ ((PARSER_INT_ALL & (~PARSER_INTSTAT_FETCH_CMD)) <<
+ PARSER_INT_AMRISC_EN_BIT)
+ | (PARSER_INTSTAT_FETCH_CMD << PARSER_INT_HOST_EN_BIT));
+
+ return 0;
+
+Err_3:
+ pts_stop(PTS_TYPE_AUDIO);
+Err_2:
+ pts_stop(PTS_TYPE_VIDEO);
+Err_1:
+ return -ENOENT;
+}
+EXPORT_SYMBOL(rmparser_init);
+
+void rmparser_release(void)
+{
+ WRITE_MPEG_REG(PARSER_INT_ENABLE, 0);
+ /*TODO irq */
+
+ vdec_free_irq(PARSER_IRQ, (void *)rmparser_id);
+
+#ifdef MANAGE_PTS
+ pts_stop(PTS_TYPE_VIDEO);
+ pts_stop(PTS_TYPE_AUDIO);
+#endif
+
+ return;
+}
+EXPORT_SYMBOL(rmparser_release);
+
+static inline u32 buf_wp(u32 type)
+{
+ return (type == BUF_TYPE_VIDEO) ? READ_VREG(VLD_MEM_VIFIFO_WP) :
+ (type == BUF_TYPE_AUDIO) ?
+ READ_MPEG_REG(AIU_MEM_AIFIFO_MAN_WP) :
+ READ_MPEG_REG(PARSER_SUB_START_PTR);
+}
+
+static ssize_t _rmparser_write(const char __user *buf, size_t count)
+{
+ size_t r = count;
+ const char __user *p = buf;
+ u32 len;
+ int ret;
+ static int halt_droped_len;
+ u32 vwp, awp;
+ dma_addr_t dma_addr = 0;
+
+ if (r > 0) {
+ len = min_t(size_t, r, FETCHBUF_SIZE);
+
+ if (copy_from_user(fetchbuf, p, len))
+ return -EFAULT;
+ dma_addr =
+ dma_map_single(amports_get_dma_device(),
+ fetchbuf, FETCHBUF_SIZE,
+ DMA_TO_DEVICE);
+ if (dma_mapping_error(amports_get_dma_device(), dma_addr))
+ return -EFAULT;
+
+ fetch_done = 0;
+
+ wmb(); /* Ensure fetchbuf contents visible */
+ vwp = buf_wp(BUF_TYPE_VIDEO);
+ awp = buf_wp(BUF_TYPE_AUDIO);
+ WRITE_MPEG_REG(PARSER_FETCH_ADDR, dma_addr);
+
+ WRITE_MPEG_REG(PARSER_FETCH_CMD, (7 << FETCH_ENDIAN) | len);
+ dma_unmap_single(amports_get_dma_device(), dma_addr,
+ FETCHBUF_SIZE, DMA_TO_DEVICE);
+ ret =
+ wait_event_interruptible_timeout(rm_wq, fetch_done != 0,
+ HZ / 10);
+ if (ret == 0) {
+ WRITE_MPEG_REG(PARSER_FETCH_CMD, 0);
+ parse_halt++;
+ pr_info
+ ("write timeout,retry,halt_count=%d parse_control=%x\n",
+ parse_halt, READ_MPEG_REG(PARSER_CONTROL));
+
+ //vreal_set_fatal_flag(1);/*mask*/
+
+ if (parse_halt > 10) {
+ WRITE_MPEG_REG(PARSER_CONTROL,
+ (ES_SEARCH | ES_PARSER_START));
+ pr_info("reset parse_control=%x\n",
+ READ_MPEG_REG(PARSER_CONTROL));
+ }
+ return -EAGAIN;
+ } else if (ret < 0)
+ return -ERESTARTSYS;
+
+ if (vwp == buf_wp(BUF_TYPE_VIDEO)
+ && awp == buf_wp(BUF_TYPE_AUDIO)) {
+ struct stream_buf_s *v_buf_t =
+ get_buf_by_type(BUF_TYPE_VIDEO);
+ struct stream_buf_s *a_buf_t =
+ get_buf_by_type(BUF_TYPE_AUDIO);
+ int v_st_lv = stbuf_level(v_buf_t);
+ int a_st_lv = stbuf_level(a_buf_t);
+ if ((parse_halt + 1) % 10 == 1) {
+ pr_info("V&A WP not changed after write");
+ pr_info(",video %x->%x", vwp,
+ buf_wp(BUF_TYPE_VIDEO));
+ pr_info(",Audio:%x-->%x,parse_halt=%d\n",
+ awp, buf_wp(BUF_TYPE_AUDIO),
+ parse_halt);
+ }
+ parse_halt++; /*wp not changed ,
+ we think have bugs on parser now. */
+ if (parse_halt > 10 &&
+ (v_st_lv < 1000 || a_st_lv < 100)) {
+ /*reset while at least one is underflow. */
+ WRITE_MPEG_REG(PARSER_CONTROL,
+ (ES_SEARCH | ES_PARSER_START));
+ pr_info("reset parse_control=%x\n",
+ READ_MPEG_REG(PARSER_CONTROL));
+ }
+ if (parse_halt <= 10 ||
+ halt_droped_len < 100 * 1024) {
+ /*drops first 10 pkt ,
+ some times maybe no av data */
+ pr_info("drop this pkt=%d,len=%d\n", parse_halt,
+ len);
+ p += len;
+ r -= len;
+ halt_droped_len += len;
+ } else
+ return -EAGAIN;
+ } else {
+ halt_droped_len = 0;
+ parse_halt = 0;
+ p += len;
+ r -= len;
+ }
+ }
+ return count - r;
+}
+
+ssize_t rmparser_write(struct file *file,
+ struct stream_buf_s *vbuf,
+ struct stream_buf_s *abuf,
+ const char __user *buf, size_t count)
+{
+ s32 r;
+ struct port_priv_s *priv = (struct port_priv_s *)file->private_data;
+ struct stream_port_s *port = priv->port;
+ size_t towrite = count;
+ if ((stbuf_space(vbuf) < count) || (stbuf_space(abuf) < count)) {
+ if (file->f_flags & O_NONBLOCK) {
+ towrite = min(stbuf_space(vbuf), stbuf_space(abuf));
+ if (towrite < 1024) /*? can write small? */
+ return -EAGAIN;
+ } else {
+ if ((port->flag & PORT_FLAG_VID)
+ && (stbuf_space(vbuf) < count)) {
+ r = stbuf_wait_space(vbuf, count);
+ if (r < 0)
+ return r;
+ }
+ if ((port->flag & PORT_FLAG_AID)
+ && (stbuf_space(abuf) < count)) {
+ r = stbuf_wait_space(abuf, count);
+ if (r < 0)
+ return r;
+ }
+ }
+ }
+ towrite = min(towrite, count);
+ return _rmparser_write(buf, towrite);
+}
+EXPORT_SYMBOL(rmparser_write);
+
+void rm_set_vasid(u32 vid, u32 aid)
+{
+ pr_info("rm_set_vasid aid %d, vid %d\n", aid, vid);
+ WRITE_MPEG_REG(VAS_STREAM_ID, (aid << 8) | vid);
+
+ return;
+}
+EXPORT_SYMBOL(rm_set_vasid);
+
+void rm_audio_reset(void)
+{
+ ulong flags;
+ DEFINE_SPINLOCK(lock);
+
+ spin_lock_irqsave(&lock, flags);
+
+ WRITE_MPEG_REG(PARSER_AUDIO_WP,
+ READ_MPEG_REG(AIU_MEM_AIFIFO_START_PTR));
+ WRITE_MPEG_REG(PARSER_AUDIO_RP,
+ READ_MPEG_REG(AIU_MEM_AIFIFO_START_PTR));
+
+ WRITE_MPEG_REG(PARSER_AUDIO_START_PTR,
+ READ_MPEG_REG(AIU_MEM_AIFIFO_START_PTR));
+ WRITE_MPEG_REG(PARSER_AUDIO_END_PTR,
+ READ_MPEG_REG(AIU_MEM_AIFIFO_END_PTR));
+ CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL, ES_AUD_MAN_RD_PTR);
+
+ WRITE_MPEG_REG(AIU_MEM_AIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+ CLEAR_MPEG_REG_MASK(AIU_MEM_AIFIFO_BUF_CNTL, MEM_BUFCTRL_INIT);
+
+ spin_unlock_irqrestore(&lock, flags);
+
+ return;
+}
+EXPORT_SYMBOL(rm_audio_reset);
diff --git a/drivers/stream_input/parser/rmparser.h b/drivers/stream_input/parser/rmparser.h
new file mode 100644
index 0000000..5d258ee
--- a/dev/null
+++ b/drivers/stream_input/parser/rmparser.h
@@ -0,0 +1,136 @@
+/*
+ * drivers/amlogic/amports/rmparser.h
+ *
+ * Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+*/
+
+#ifndef RMPARSER_H
+#define RMPARSER_H
+
+#include "../../frame_provider/decoder/utils/vdec.h"
+
+extern void rm_set_vasid(u32 vid, u32 aid);
+
+extern ssize_t rmparser_write(struct file *file,
+ struct stream_buf_s *vbuf,
+ struct stream_buf_s *abuf,
+ const char __user *buf, size_t count);
+
+s32 rmparser_init(struct vdec_s *vdec);
+
+extern void rmparser_release(void);
+
+extern void rm_audio_reset(void);
+
+extern void vreal_set_fatal_flag(int flag);
+
+#ifdef CONFIG_AM_DVB
+extern int tsdemux_set_reset_flag(void);
+#endif
+
+/* TODO: move to register headers */
+#define ES_PACK_SIZE_BIT 8
+#define ES_PACK_SIZE_WID 24
+
+#define ES_CTRL_WID 8
+#define ES_CTRL_BIT 0
+#define ES_TYPE_MASK (3 << 6)
+#define ES_TYPE_VIDEO (0 << 6)
+#define ES_TYPE_AUDIO (1 << 6)
+#define ES_TYPE_SUBTITLE (2 << 6)
+
+#define ES_WRITE (1<<5)
+#define ES_PASSTHROUGH (1<<4)
+#define ES_INSERT_BEFORE_ES_WRITE (1<<3)
+#define ES_DISCARD (1<<2)
+#define ES_SEARCH (1<<1)
+#define ES_PARSER_START (1<<0)
+#define ES_PARSER_BUSY (1<<0)
+
+#define PARSER_INTSTAT_FETCH_CMD (1<<7)
+#define PARSER_INTSTAT_PARSE (1<<4)
+#define PARSER_INTSTAT_DISCARD (1<<3)
+#define PARSER_INTSTAT_INSZERO (1<<2)
+#define PARSER_INTSTAT_ACT_NOSSC (1<<1)
+#define PARSER_INTSTAT_SC_FOUND (1<<0)
+
+#define FETCH_CIR_BUF (1<<31)
+#define FETCH_CHK_BUF_STOP (1<<30)
+#define FETCH_PASSTHROUGH (1<<29)
+#define FETCH_ENDIAN 27
+#define FETCH_PASSTHROUGH_TYPE_MASK (0x3<<27)
+#define FETCH_ENDIAN_MASK (0x7<<27)
+#define FETCH_BUF_SIZE_MASK (0x7ffffff)
+#define FETCH_CMD_PTR_MASK 3
+#define FETCH_CMD_RD_PTR_BIT 5
+#define FETCH_CMD_WR_PTR_BIT 3
+#define FETCH_CMD_NUM_MASK 3
+#define FETCH_CMD_NUM_BIT 0
+
+#define ES_COUNT_MASK 0xfff
+#define ES_COUNT_BIT 20
+#define ES_REQ_PENDING (1<<19)
+#define ES_PASSTHROUGH_EN (1<<18)
+#define ES_PASSTHROUGH_TYPE_MASK (3<<16)
+#define ES_PASSTHROUGH_TYPE_VIDEO (0<<16)
+#define ES_PASSTHROUGH_TYPE_AUDIO (1<<16)
+#define ES_PASSTHROUGH_TYPE_SUBTITLE (2<<16)
+#define ES_WR_ENDIAN_MASK (0x7)
+#define ES_SUB_WR_ENDIAN_BIT 9
+#define ES_SUB_MAN_RD_PTR (1<<8)
+#define ES_AUD_WR_ENDIAN_BIT 5
+#define ES_AUD_MAN_RD_PTR (1<<4)
+#define ES_VID_WR_ENDIAN_BIT 1
+#define ES_VID_MAN_RD_PTR (1<<0)
+
+#define PS_CFG_FETCH_DMA_URGENT (1<<31)
+#define PS_CFG_STREAM_DMA_URGENT (1<<30)
+#define PS_CFG_FORCE_PFIFO_REN (1<<29)
+#define PS_CFG_PFIFO_PEAK_EN (1<<28)
+#define PS_CFG_SRC_SEL_BIT 24
+#define PS_CFG_SRC_SEL_MASK (3<<PS_CFG_SRC_SEL_BIT)
+#define PS_CFG_SRC_SEL_FETCH (0<<PS_CFG_SRC_SEL_BIT)
+#define PS_CFG_SRC_SEL_AUX1 (1<<PS_CFG_SRC_SEL_BIT) /* from NDMA */
+#define PS_CFG_SRC_SEL_AUX2 (2<<PS_CFG_SRC_SEL_BIT)
+#define PS_CFG_SRC_SEL_AUX3 (3<<PS_CFG_SRC_SEL_BIT)
+#define PS_CFG_PFIFO_EMPTY_CNT_BIT 16
+#define PS_CFG_PFIFO_EMPTY_CNT_MASK 0xff
+#define PS_CFG_MAX_ES_WR_CYCLE_BIT 12
+#define PS_CFG_MAX_ES_WR_CYCLE_MASK 0xf
+#define PS_CFG_STARTCODE_WID_MASK (0x3<<10)
+#define PS_CFG_STARTCODE_WID_8 (0x0<<10)
+#define PS_CFG_STARTCODE_WID_16 (0x1<<10)
+#define PS_CFG_STARTCODE_WID_24 (0x2<<10)
+#define PS_CFG_STARTCODE_WID_32 (0x3<<10)
+#define PS_CFG_PFIFO_ACCESS_WID_MASK (0x3<<8)
+#define PS_CFG_PFIFO_ACCESS_WID_8 (0x0<<8)
+#define PS_CFG_PFIFO_ACCESS_WID_16 (0x1<<8)
+#define PS_CFG_PFIFO_ACCESS_WID_24 (0x2<<8)
+#define PS_CFG_PFIFO_ACCESS_WID_32 (0x3<<8)
+#define PS_CFG_MAX_FETCH_CYCLE_BIT 0
+#define PS_CFG_MAX_FETCH_CYCLE_MASK 0xff
+
+#define PARSER_INT_DISABLE_CNT_MASK 0xffff
+#define PARSER_INT_DISABLE_CNT_BIT 16
+#define PARSER_INT_HOST_EN_MASK 0xff
+#define PARSER_INT_HOST_EN_BIT 8
+#define PARSER_INT_AMRISC_EN_MASK 0xff
+#define PARSER_INT_AMRISC_EN_BIT 0
+#define PARSER_INT_ALL 0xff
+
+#define RESET_PARSER (1<<8)
+#define TS_HIU_ENABLE 5
+#define USE_HI_BSF_INTERFACE 7
+
+#endif /* RMPARSER_H */
diff --git a/drivers/stream_input/parser/streambuf.c b/drivers/stream_input/parser/streambuf.c
index 15056d6..8b9aa33 100644
--- a/drivers/stream_input/parser/streambuf.c
+++ b/drivers/stream_input/parser/streambuf.c
@@ -76,13 +76,6 @@ static s32 _stbuf_alloc(struct stream_buf_s *buf)
flags |= CODEC_MM_FLAGS_DMA_CPU;
}
- if (buf->type == BUF_TYPE_VIDEO
- && codec_mm_get_total_size() <= 68 * SZ_1M) {
- buf->buf_size = (1024*1024*10);
- buf->buf_page_num =
- PAGE_ALIGN(buf->buf_size) / PAGE_SIZE;
- }
-
buf->buf_start = codec_mm_alloc_for_dma(MEM_NAME,
buf->buf_page_num, 4+PAGE_SHIFT, flags);
if (!buf->buf_start) {
@@ -114,7 +107,8 @@ static s32 _stbuf_alloc(struct stream_buf_s *buf)
"Subtitle", (void *)buf->buf_start,
buf->buf_size);
}
-
+ if (buf->buf_size < buf->canusebuf_size)
+ buf->canusebuf_size = buf->buf_size;
buf->flag |= BUF_FLAG_ALLOC;
return 0;
@@ -163,7 +157,7 @@ int stbuf_change_size(struct stream_buf_s *buf, int size)
int stbuf_fetch_init(void)
{
- if (fetchbuf != NULL)
+ if (NULL != fetchbuf)
return 0;
fetchbuf = (void *)__get_free_pages(GFP_KERNEL,
@@ -234,10 +228,8 @@ u32 stbuf_rp(struct stream_buf_s *buf)
u32 stbuf_space(struct stream_buf_s *buf)
{
- /*
- *reserved space for safe write,
- * the parser fifo size is 1024byts, so reserve it
- */
+ /* reserved space for safe write,
+ the parser fifo size is 1024byts, so reserve it */
int size;
size = buf->canusebuf_size - stbuf_level(buf);
diff --git a/drivers/stream_input/parser/thread_rw.c b/drivers/stream_input/parser/thread_rw.c
index e725407..deeaf19 100644
--- a/drivers/stream_input/parser/thread_rw.c
+++ b/drivers/stream_input/parser/thread_rw.c
@@ -47,24 +47,30 @@ struct threadrw_buf {
int write_off;
int data_size;
int buffer_size;
+ int from_cma;
};
+#define MAX_MM_BUFFER_NUM 16
struct threadrw_write_task {
struct file *file;
struct delayed_work write_work;
DECLARE_KFIFO_PTR(datafifo, void *);
DECLARE_KFIFO_PTR(freefifo, void *);
- int max_buf;
+ int bufs_num;
+ int max_bufs;
int errors;
spinlock_t lock;
+ struct mutex mutex;
struct stream_buf_s *sbuf;
int buffered_data_size;
int passed_data_len;
int buffer_size;
+ int def_block_size;
int data_offset;
int writework_on;
- unsigned long codec_mm_buffer;
+ unsigned long codec_mm_buffer[MAX_MM_BUFFER_NUM];
int manual_write;
+ int failed_onmore;
wait_queue_head_t wq;
ssize_t (*write)(struct file *,
struct stream_buf_s *,
@@ -205,10 +211,12 @@ static int do_write_work_in(struct threadrw_write_task *task)
return 0;
if (!kfifo_peek(&task->datafifo, (void *)&rwbuf))
return 0;
- if (task->codec_mm_buffer && !rwbuf->write_off)
+ if (!task->manual_write &&
+ rwbuf->from_cma &&
+ !rwbuf->write_off)
codec_mm_dma_flush(rwbuf->vbuffer,
- rwbuf->data_size,
- DMA_TO_DEVICE);
+ rwbuf->buffer_size,
+ DMA_TO_DEVICE);
if (task->manual_write) {
ret = task->write(task->file, task->sbuf,
(const char __user *)rwbuf->vbuffer + rwbuf->write_off,
@@ -258,44 +266,74 @@ static void do_write_work(struct work_struct *work)
struct threadrw_write_task *task = container_of(work,
struct threadrw_write_task,
write_work.work);
-
+ int need_retry = 1;
task->writework_on = 1;
- while (do_write_work_in(task))
- ;
+ while (need_retry) {
+ mutex_lock(&task->mutex);
+ need_retry = do_write_work_in(task);
+ mutex_unlock(&task->mutex);
+ }
threadrw_schedule_delayed_work(task, HZ / 10);
task->writework_on = 0;
}
-static int init_task_buffers(struct threadrw_write_task *task, int num,
- int block_size)
+static int alloc_task_buffers_inlock(struct threadrw_write_task *task,
+ int new_bubffers,
+ int block_size)
{
struct threadrw_buf *rwbuf;
int i;
- int used_codec_mm = 1;
- int buffers_num = num;
-
- if (used_codec_mm && (block_size * buffers_num) >= 128 * 1024) {
- int total_mm = ALIGN(block_size * buffers_num, (1 << 17));
-
- task->codec_mm_buffer = codec_mm_alloc_for_dma(BUF_NAME,
+ int used_codec_mm = task->manual_write ? 0 : 1;
+ int new_num = new_bubffers;
+ int mm_slot = -1;
+ int start_idx = task->bufs_num;
+ int total_mm = 0;
+ unsigned long addr;
+
+ if (codec_mm_get_total_size() < 80 ||
+ codec_mm_get_free_size() < 40)
+ used_codec_mm = 0;
+ if (task->bufs_num + new_num > task->max_bufs)
+ new_num = task->max_bufs - task->bufs_num;
+ for (i = 0; i < MAX_MM_BUFFER_NUM; i++) {
+ if (task->codec_mm_buffer[i] == 0) {
+ mm_slot = i;
+ break;
+ }
+ }
+ if (mm_slot < 0)
+ used_codec_mm = 0;
+ if (block_size <= 0)
+ block_size = DEFAULT_BLOCK_SIZE;
+
+ if (used_codec_mm && (block_size * new_num) >= 128 * 1024) {
+ total_mm = ALIGN(block_size * new_num, (1 << 17));
+ addr =
+ codec_mm_alloc_for_dma(BUF_NAME,
total_mm / PAGE_SIZE, 0,
CODEC_MM_FLAGS_DMA_CPU);
- task->buffer_size = total_mm;
- buffers_num = total_mm / block_size;
+ if (addr != 0) {
+ task->codec_mm_buffer[mm_slot] = addr;
+ task->buffer_size += total_mm;
+ } else {
+ used_codec_mm = 0;
+ }
}
- for (i = 0; i < buffers_num; i++) {
- rwbuf = &task->buf[i];
- rwbuf->buffer_size = block_size > 0 ?
- block_size : DEFAULT_BLOCK_SIZE;
- if (task->codec_mm_buffer) {
- rwbuf->buffer_size = block_size;
- if (i == buffers_num - 1)
- rwbuf->buffer_size = task->buffer_size -
+ for (i = 0; i < new_num; i++) {
+ int bufidx = start_idx + i;
+ rwbuf = &task->buf[bufidx];
+ rwbuf->buffer_size = block_size;
+ if (used_codec_mm) {
+ unsigned long start_addr =
+ task->codec_mm_buffer[mm_slot];
+ if (i == new_num - 1)
+ rwbuf->buffer_size = total_mm -
block_size * i;
- rwbuf->dma_handle = (dma_addr_t) task->codec_mm_buffer +
+ rwbuf->dma_handle = (dma_addr_t) start_addr +
block_size * i;
rwbuf->vbuffer = codec_mm_phys_to_virt(
rwbuf->dma_handle);
+ rwbuf->from_cma = 1;
} else {
rwbuf->vbuffer = dma_alloc_coherent(
@@ -305,18 +343,24 @@ static int init_task_buffers(struct threadrw_write_task *task, int num,
if (!rwbuf->vbuffer) {
rwbuf->buffer_size = 0;
rwbuf->dma_handle = 0;
- task->max_buf = i + 1;
+ task->bufs_num = bufidx;
break;
}
+ rwbuf->from_cma = 0;
task->buffer_size += rwbuf->buffer_size;
}
kfifo_put(&task->freefifo, (const void *)rwbuf);
- task->max_buf = i + 1;
+ task->bufs_num = bufidx + 1;
}
- if (task->max_buf >= 3 || task->max_buf == num)
+ if (start_idx > 0 ||/*have buffers before*/
+ task->bufs_num >= 3 ||
+ task->bufs_num == new_num) {
+ if (!task->def_block_size)
+ task->def_block_size = task->buf[0].buffer_size;
return 0; /*must >=3 for swap buffers. */
- if (task->max_buf > 0)
+ }
+ if (task->bufs_num > 0)
free_task_buffers(task);
return -1;
}
@@ -324,51 +368,61 @@ static int init_task_buffers(struct threadrw_write_task *task, int num,
static int free_task_buffers(struct threadrw_write_task *task)
{
int i;
-
- if (task->codec_mm_buffer)
- codec_mm_free_for_dma(BUF_NAME, task->codec_mm_buffer);
- else {
- for (i = 0; i < task->max_buf; i++) {
- if (task->buf[i].vbuffer)
- dma_free_coherent(amports_get_dma_device(),
- task->buf[i].buffer_size,
- task->buf[i].vbuffer,
- task->buf[i].dma_handle);
- }
+ for (i = 0; i < MAX_MM_BUFFER_NUM; i++) {
+ if (task->codec_mm_buffer[i])
+ codec_mm_free_for_dma(BUF_NAME,
+ task->codec_mm_buffer[i]);
+ }
+ for (i = 0; i < task->bufs_num; i++) {
+ if (task->buf[i].vbuffer && task->buf[i].from_cma == 0)
+ dma_free_coherent(amports_get_dma_device(),
+ task->buf[i].buffer_size,
+ task->buf[i].vbuffer,
+ task->buf[i].dma_handle);
}
return 0;
}
-static struct threadrw_write_task *threadrw_buf_alloc_in(int num,
+static struct threadrw_write_task *threadrw_alloc_in(int num,
int block_size,
ssize_t (*write)(struct file *,
struct stream_buf_s *,
const char __user *, size_t, int),
int flags)
{
- int task_buffer_size = sizeof(struct threadrw_write_task) +
- sizeof(struct threadrw_buf) * (num - 1) + 4;
- struct threadrw_write_task *task = vmalloc(task_buffer_size);
+ int max_bufs = num;
+ int task_buffer_size;
+ struct threadrw_write_task *task;
int ret;
+ if (!(flags & 1)) /*not audio*/
+ max_bufs = 300; /*can great for video bufs.*/
+ task_buffer_size = sizeof(struct threadrw_write_task) +
+ sizeof(struct threadrw_buf) * max_bufs;
+ task = vmalloc(task_buffer_size);
+
if (!task)
return NULL;
memset(task, 0, task_buffer_size);
spin_lock_init(&task->lock);
+ mutex_init(&task->mutex);
INIT_DELAYED_WORK(&task->write_work, do_write_work);
init_waitqueue_head(&task->wq);
- ret = kfifo_alloc(&task->datafifo, num, GFP_KERNEL);
+ ret = kfifo_alloc(&task->datafifo, max_bufs, GFP_KERNEL);
if (ret)
goto err1;
- ret = kfifo_alloc(&task->freefifo, num, GFP_KERNEL);
+ ret = kfifo_alloc(&task->freefifo, max_bufs, GFP_KERNEL);
if (ret)
goto err2;
task->write = write;
task->file = NULL;
task->buffer_size = 0;
task->manual_write = flags & 1;
- ret = init_task_buffers(task, num, block_size);
+ task->max_bufs = max_bufs;
+ mutex_lock(&task->mutex);
+ ret = alloc_task_buffers_inlock(task, num, block_size);
+ mutex_unlock(&task->mutex);
if (ret < 0)
goto err3;
threadrw_wq_get(); /*start thread. */
@@ -423,6 +477,15 @@ int threadrw_freefifo_len(struct stream_buf_s *stbuf)
return kfifo_len(&task->freefifo);
return 0;
}
+int threadrw_support_more_buffers(struct stream_buf_s *stbuf)
+{
+ struct threadrw_write_task *task = stbuf->write_thread;
+ if (!task)
+ return 0;
+ if (task->failed_onmore)
+ return 0;
+ return task->max_bufs - task->bufs_num;
+}
/*
*data len out fifo;
@@ -454,12 +517,15 @@ ssize_t threadrw_write(struct file *file, struct stream_buf_s *stbuf,
const char __user *buf, size_t count)
{
struct threadrw_write_task *task = stbuf->write_thread;
-
+ ssize_t size;
if (!task->file) {
task->file = file;
task->sbuf = stbuf;
}
- return threadrw_write_in(task, stbuf, buf, count);
+ mutex_lock(&task->mutex);
+ size = threadrw_write_in(task, stbuf, buf, count);
+ mutex_unlock(&task->mutex);
+ return size;
}
int threadrw_flush_buffers(struct stream_buf_s *stbuf)
@@ -477,6 +543,39 @@ int threadrw_flush_buffers(struct stream_buf_s *stbuf)
return -1;/*data not flushed*/
return 0;
}
+int threadrw_alloc_more_buffer_size(
+ struct stream_buf_s *stbuf,
+ int size)
+{
+ struct threadrw_write_task *task = stbuf->write_thread;
+ int block_size;
+ int new_num;
+ int ret = -1;
+ int old_num;
+
+ if (!task)
+ return -1;
+ mutex_lock(&task->mutex);
+ block_size = task->def_block_size;
+ if (block_size == 0)
+ block_size = 32 * 1024;
+ new_num = size / block_size;
+ old_num = task->bufs_num;
+ if (new_num == 0)
+ new_num = 1;
+ else if (new_num > task->max_bufs - task->bufs_num)
+ new_num = task->max_bufs - task->bufs_num;
+ if (new_num != 0)
+ ret = alloc_task_buffers_inlock(task, new_num,
+ block_size);
+ mutex_unlock(&task->mutex);
+ pr_info("threadrw add more buffer from %d -> %d for size %d\n",
+ old_num, task->bufs_num,
+ size);
+ if (ret < 0 || old_num == task->bufs_num)
+ task->failed_onmore = 1;
+ return ret;
+}
void *threadrw_alloc(int num,
int block_size,
@@ -486,7 +585,7 @@ void *threadrw_alloc(int num,
size_t, int),
int flags)
{
- return threadrw_buf_alloc_in(num, block_size, write, flags);
+ return threadrw_alloc_in(num, block_size, write, flags);
}
void threadrw_release(struct stream_buf_s *stbuf)
@@ -496,7 +595,9 @@ void threadrw_release(struct stream_buf_s *stbuf)
if (task) {
wake_up_interruptible(&task->wq);
cancel_delayed_work_sync(&task->write_work);
+ mutex_lock(&task->mutex);
free_task_buffers(task);
+ mutex_unlock(&task->mutex);
kfifo_free(&task->freefifo);
kfifo_free(&task->datafifo);
vfree(task);
diff --git a/drivers/stream_input/parser/thread_rw.h b/drivers/stream_input/parser/thread_rw.h
index b16cf7b..f03a6e6 100644
--- a/drivers/stream_input/parser/thread_rw.h
+++ b/drivers/stream_input/parser/thread_rw.h
@@ -23,11 +23,17 @@
#include "../../stream_input/amports/amports_priv.h"
ssize_t threadrw_write(struct file *file,
- struct stream_buf_s *stbuf, const char __user *buf, size_t count);
+ struct stream_buf_s *stbuf,
+ const char __user *buf,
+ size_t count);
-void *threadrw_alloc(int num, int block_size, ssize_t(*write) (struct file *,
- struct stream_buf_s *, const char __user *, size_t, int),
- int flags); /*flags &1: manual mode */
+void *threadrw_alloc(int num,
+ int block_size,
+ ssize_t (*write)(struct file *,
+ struct stream_buf_s *,
+ const char __user *,
+ size_t, int),
+ int flags);/*flags &1: manual mode*/
void threadrw_release(struct stream_buf_s *stbuf);
@@ -38,5 +44,9 @@ int threadrw_freefifo_len(struct stream_buf_s *stbuf);
int threadrw_passed_len(struct stream_buf_s *stbuf);
int threadrw_flush_buffers(struct stream_buf_s *stbuf);
int threadrw_dataoffset(struct stream_buf_s *stbuf);
+int threadrw_alloc_more_buffer_size(
+ struct stream_buf_s *stbuf,
+ int size);
+int threadrw_support_more_buffers(struct stream_buf_s *stbuf);
#endif
diff --git a/drivers/stream_input/parser/tsdemux.c b/drivers/stream_input/parser/tsdemux.c
index a747b25..ba9a590 100644
--- a/drivers/stream_input/parser/tsdemux.c
+++ b/drivers/stream_input/parser/tsdemux.c
@@ -524,13 +524,12 @@ s32 tsdemux_init(u32 vid, u32 aid, u32 sid, u32 pcrid, bool is_hevc,
}
/* hook stream buffer with PARSER */
- /* #if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON8 */
if (has_hevc_vdec() && is_hevc) {
WRITE_MPEG_REG(PARSER_VIDEO_START_PTR, vdec->input.start);
WRITE_MPEG_REG(PARSER_VIDEO_END_PTR, vdec->input.start +
vdec->input.size - 8);
- if (vdec_stream_based(vdec)) {
+ if (vdec_single(vdec)) {
CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL,
ES_VID_MAN_RD_PTR);
/* set vififo_vbuf_rp_sel=>hevc */
@@ -555,7 +554,7 @@ s32 tsdemux_init(u32 vid, u32 aid, u32 sid, u32 pcrid, bool is_hevc,
WRITE_MPEG_REG(PARSER_VIDEO_END_PTR, vdec->input.start +
vdec->input.size - 8);
- if (vdec_stream_based(vdec)) {
+ if (vdec_single(vdec)) {
CLEAR_MPEG_REG_MASK(PARSER_ES_CONTROL,
ES_VID_MAN_RD_PTR);
@@ -691,6 +690,13 @@ void tsdemux_release(void)
WRITE_MPEG_REG(PARSER_INT_ENABLE, 0);
WRITE_MPEG_REG(PARSER_VIDEO_HOLE, 0);
WRITE_MPEG_REG(PARSER_AUDIO_HOLE, 0);
+
+#ifdef CONFIG_MULTI_DEC
+ SET_MPEG_REG_MASK(PARSER_ES_CONTROL, ES_VID_MAN_RD_PTR);
+ WRITE_MPEG_REG(PARSER_VIDEO_WP, 0);
+ WRITE_MPEG_REG(PARSER_VIDEO_RP, 0);
+#endif
+
/*TODO irq */
vdec_free_irq(PARSER_IRQ, (void *)tsdemux_fetch_id);
@@ -907,12 +913,10 @@ ssize_t tsdemux_write(struct file *file,
r = stbuf_wait_space(vbuf, wait_size);
if (r < 0) {
- /*
- *pr_info("write no space--- ");
- *pr_info("no space,%d--%d,r-%d\n",
- *stbuf_space(vbuf),
- *stbuf_space(abuf),r);
- */
+ /* pr_info("write no space--- ");
+ pr_info("no space,%d--%d,r-%d\n",
+ stbuf_space(vbuf),
+ stbuf_space(abuf),r); */
return r;
}
}
@@ -922,12 +926,10 @@ ssize_t tsdemux_write(struct file *file,
r = stbuf_wait_space(abuf, wait_size);
if (r < 0) {
- /*
- *pr_info("write no stbuf_wait_space")'
- *pr_info{"--- no space,%d--%d,r-%d\n",
- *stbuf_space(vbuf),
- *stbuf_space(abuf),r);
- */
+ /* pr_info("write no stbuf_wait_space")'
+ pr_info{"--- no space,%d--%d,r-%d\n",
+ stbuf_space(vbuf),
+ stbuf_space(abuf),r); */
return r;
}
}
diff --git a/drivers/stream_input/parser/tsdemux.h b/drivers/stream_input/parser/tsdemux.h
index 13ab4cd..5e11c44 100644
--- a/drivers/stream_input/parser/tsdemux.h
+++ b/drivers/stream_input/parser/tsdemux.h
@@ -71,12 +71,14 @@ extern s32 tsdemux_init(u32 vid, u32 aid, u32 sid, u32 pcrid, bool is_hevc,
extern void tsdemux_release(void);
extern ssize_t drm_tswrite(struct file *file,
- struct stream_buf_s *vbuf,
- struct stream_buf_s *abuf, const char __user *buf, size_t count);
+ struct stream_buf_s *vbuf,
+ struct stream_buf_s *abuf,
+ const char __user *buf, size_t count);
extern ssize_t tsdemux_write(struct file *file,
- struct stream_buf_s *vbuf,
- struct stream_buf_s *abuf, const char __user *buf, size_t count);
+ struct stream_buf_s *vbuf,
+ struct stream_buf_s *abuf,
+ const char __user *buf, size_t count);
extern u32 tsdemux_pcrscr_get(void);
extern u8 tsdemux_pcrscr_valid(void);