Searched refs:primary (Results 1 – 4 of 4) sorted by relevance
152 UCHAR primary; member156 UCHAR primary; member
219 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()
1451 … 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()
1626 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()