Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h158 } uv_strengths[8]; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c221 pp->cdef.uv_strengths[i].primary = frame_header->cdef_uv_pri_strength[i]; in av1d_fill_picparams()
222 pp->cdef.uv_strengths[i].secondary = frame_header->cdef_uv_sec_strength[i]; in av1d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1452 …RK_U32 enable_cdef_uv = dxva->cdef.uv_strengths[0].primary || dxva->cdef.uv_strengths[0].secondary; in prepare_uncompress_header()
1626 mpp_put_bits(&bp, dxva->cdef.uv_strengths[i].primary, 4); in prepare_uncompress_header()
1632 mpp_put_bits(&bp, dxva->cdef.uv_strengths[i].secondary, 2); in prepare_uncompress_header()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1628 chroma_pri_strength |= dxva->cdef.uv_strengths[i].primary << (i * 4); in vdpu_av1d_set_cdef()
1629 chroma_sec_strength |= dxva->cdef.uv_strengths[i].secondary << (i * 2); in vdpu_av1d_set_cdef()
1953 dxva->cdef.uv_strengths[0].primary == 0 && in vdpu_av1d_gen_regs()
1954 dxva->cdef.uv_strengths[0].secondary == 0); in vdpu_av1d_gen_regs()