Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1189 vui->matrix_coeffs = MPP_FRAME_SPC_UNSPECIFIED; in decode_vui()
1217 READ_BITS(gb, 8, &vui->matrix_coeffs); in decode_vui()
1227 if (vui->matrix_coeffs >= MPP_FRAME_SPC_NB) in decode_vui()
1228 vui->matrix_coeffs = MPP_FRAME_SPC_UNSPECIFIED; in decode_vui()
H A Dh265d_parser.h106 RK_U8 matrix_coeffs; member
H A Dh265d_parser.c508 s->h265dctx->colorspace = sps->vui.matrix_coeffs; in set_sps()