Home
last modified time | relevance | path

Searched refs:chroma_fmt_idc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu382.c464 RK_U32 chroma_fmt_idc = pp->chroma_format_idc;//0 400,1 420 ,2 422,3 444 in h265d_refine_rcb_size() local
505 rcb_bits = width * ((chroma_fmt_idc ? 1 : 0) + 1) * 11 + ext_align_size; in h265d_refine_rcb_size()
509 if (chroma_fmt_idc == 1 || chroma_fmt_idc == 2) { in h265d_refine_rcb_size()
524 if (chroma_fmt_idc == 1 || chroma_fmt_idc == 2) { in h265d_refine_rcb_size()
534 rcb_bits = width * (chroma_fmt_idc - 1) * 2 * bit_depth; in h265d_refine_rcb_size()
544 RK_U32 a = filterd_fbc_on[ctu_idx][chroma_fmt_idc].a; in h265d_refine_rcb_size()
545 RK_U32 b = filterd_fbc_on[ctu_idx][chroma_fmt_idc].b; in h265d_refine_rcb_size()
550 RK_U32 a = filterd_fbc_off[ctu_idx][chroma_fmt_idc].a; in h265d_refine_rcb_size()
551 RK_U32 b = filterd_fbc_off[ctu_idx][chroma_fmt_idc].b; in h265d_refine_rcb_size()
567 RK_U32 chroma_fmt_idc = pp->chroma_format_idc;//0 400,1 4202 ,422,3 444 in hal_h265d_rcb_info_update() local
[all …]
H A Dhal_h265d_vdpu34x.c682 RK_U32 chroma_fmt_idc = pp->chroma_format_idc;//0 400,1 4202 ,422,3 444 in h265d_refine_rcb_size() local
719 if (chroma_fmt_idc == 1 || chroma_fmt_idc == 2) { in h265d_refine_rcb_size()
733 if (chroma_fmt_idc == 1 || chroma_fmt_idc == 2) { in h265d_refine_rcb_size()
742 rcb_bits = width * (chroma_fmt_idc - 1) * 2 * bit_depth; in h265d_refine_rcb_size()
750 RK_U32 a = filterd_fbc_on[chroma_fmt_idc][ctu_idx].a; in h265d_refine_rcb_size()
751 RK_U32 b = filterd_fbc_on[chroma_fmt_idc][ctu_idx].b; in h265d_refine_rcb_size()
756 RK_U32 a = filterd_fbc_off[chroma_fmt_idc][ctu_idx].a; in h265d_refine_rcb_size()
757 RK_U32 b = filterd_fbc_off[chroma_fmt_idc][ctu_idx].b; in h265d_refine_rcb_size()
772 RK_U32 chroma_fmt_idc = pp->chroma_format_idc;//0 400,1 4202 ,422,3 444 in hal_h265d_rcb_info_update() local
779 reg_ctx->chroma_fmt_idc != chroma_fmt_idc || in hal_h265d_rcb_info_update()
[all …]
H A Dhal_h265d_ctx.h80 RK_U32 chroma_fmt_idc; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu382.c288 RK_U32 chroma_fmt_idc = syntax->pp.chroma_format_idc; in avs2d_refine_rcb_size() local
321 rcb_bits = width * ((chroma_fmt_idc ? 1 : 0) + 1) * 11; in avs2d_refine_rcb_size()
325 if (chroma_fmt_idc == 1 ) { in avs2d_refine_rcb_size()
335 if (chroma_fmt_idc == 1 || chroma_fmt_idc == 2) { in avs2d_refine_rcb_size()