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