Home
last modified time | relevance | path

Searched refs:y_strengths (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dav1d_syntax.h150 } y_strengths[8]; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c203 pp->cdef.y_strengths[i].primary = frame_header->cdef_y_pri_strength[i]; in av1d_fill_picparams()
204 pp->cdef.y_strengths[i].secondary = frame_header->cdef_y_sec_strength[i]; in av1d_fill_picparams()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1605 luma_pri_strength |= dxva->cdef.y_strengths[i].primary << (i * 4); in vdpu_av1d_set_cdef()
1606 luma_sec_strength |= dxva->cdef.y_strengths[i].secondary << (i * 2); in vdpu_av1d_set_cdef()