Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h152 UCHAR primary; member
156 UCHAR primary; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c219 pp->cdef.y_strengths[i].primary = frame_header->cdef_y_pri_strength[i]; in av1d_fill_picparams()
221 pp->cdef.uv_strengths[i].primary = frame_header->cdef_uv_pri_strength[i]; in av1d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1451 … RK_U32 enable_cdef_y = dxva->cdef.y_strengths[0].primary || dxva->cdef.y_strengths[0].secondary; in prepare_uncompress_header()
1452 …RK_U32 enable_cdef_uv = dxva->cdef.uv_strengths[0].primary || dxva->cdef.uv_strengths[0].secondary; in prepare_uncompress_header()
1623 mpp_put_bits(&bp, dxva->cdef.y_strengths[i].primary, 4); in prepare_uncompress_header()
1626 mpp_put_bits(&bp, dxva->cdef.uv_strengths[i].primary, 4); in prepare_uncompress_header()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1626 luma_pri_strength |= dxva->cdef.y_strengths[i].primary << (i * 4); in vdpu_av1d_set_cdef()
1628 chroma_pri_strength |= dxva->cdef.uv_strengths[i].primary << (i * 4); in vdpu_av1d_set_cdef()
1951 dxva->cdef.y_strengths[0].primary == 0 && in vdpu_av1d_gen_regs()
1953 dxva->cdef.uv_strengths[0].primary == 0 && in vdpu_av1d_gen_regs()