Searched refs:matrix_coeffs (Results 1 – 10 of 10) sorted by relevance
103 static const float matrix_coeffs[8] = { variable
483 mc1_l = matrix_coeffs[s1 * 2 ]; in reverse_matrixing()484 mc1_r = matrix_coeffs[s1 * 2 + 1]; in reverse_matrixing()485 mc2_l = matrix_coeffs[s2 * 2 ]; in reverse_matrixing()486 mc2_r = matrix_coeffs[s2 * 2 + 1]; in reverse_matrixing()
61 uint8_t matrix_coeffs; member
624 vui->matrix_coeffs = get_bits(gb, 8); in decode_vui()631 if (!av_color_space_name(vui->matrix_coeffs)) in decode_vui()632 vui->matrix_coeffs = AVCOL_SPC_UNSPECIFIED; in decode_vui()633 if (vui->matrix_coeffs == AVCOL_SPC_RGB) { in decode_vui()
345 avctx->colorspace = sps->vui.matrix_coeffs; in export_stream_params()
156 uint8_t matrix_coeffs; member
187 uint8_t matrix_coeffs; member
6645 uint8_t matrix_coeffs; member
617 deUint8 matrix_coeffs; member
13388 s << "\tmatrix_coeffs = " << value.matrix_coeffs << '\n';