Searched refs:y_strengths (Results 1 – 4 of 4) sorted by relevance
154 } y_strengths[8]; member
219 pp->cdef.y_strengths[i].primary = frame_header->cdef_y_pri_strength[i]; in av1d_fill_picparams()220 pp->cdef.y_strengths[i].secondary = frame_header->cdef_y_sec_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()1623 mpp_put_bits(&bp, dxva->cdef.y_strengths[i].primary, 4); in prepare_uncompress_header()1629 mpp_put_bits(&bp, dxva->cdef.y_strengths[i].secondary, 2); in prepare_uncompress_header()
1626 luma_pri_strength |= dxva->cdef.y_strengths[i].primary << (i * 4); in vdpu_av1d_set_cdef()1627 luma_sec_strength |= dxva->cdef.y_strengths[i].secondary << (i * 2); in vdpu_av1d_set_cdef()1951 dxva->cdef.y_strengths[0].primary == 0 && in vdpu_av1d_gen_regs()1952 dxva->cdef.y_strengths[0].secondary == 0 && in vdpu_av1d_gen_regs()