Searched refs:matrix_coeffs (Results 1 – 3 of 3) sorted by relevance
1189 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()
106 RK_U8 matrix_coeffs; member
508 s->h265dctx->colorspace = sps->vui.matrix_coeffs; in set_sps()