Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1173 vui->matrix_coeffs = MPP_FRAME_SPC_UNSPECIFIED; in decode_vui()
1201 READ_BITS(gb, 8, &vui->matrix_coeffs); in decode_vui()
1211 if (vui->matrix_coeffs >= MPP_FRAME_SPC_NB) in decode_vui()
1212 vui->matrix_coeffs = MPP_FRAME_SPC_UNSPECIFIED; in decode_vui()
H A Dh265d_parser.h106 RK_U8 matrix_coeffs; member
H A Dh265d_parser.c502 s->h265dctx->colorspace = sps->vui.matrix_coeffs; in set_sps()