Searched refs:matrix_coeffs (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3data.h137 static const float matrix_coeffs[8] = { variable
H A Datrac3.c480 mc1_l = matrix_coeffs[s1 * 2 ];
481 mc1_r = matrix_coeffs[s1 * 2 + 1];
482 mc2_l = matrix_coeffs[s2 * 2 ];
483 mc2_r = matrix_coeffs[s2 * 2 + 1];
H A Dhevc_ps.c462 vui->matrix_coeffs = get_bits(gb, 8);
469 if (vui->matrix_coeffs >= AVCOL_SPC_NB)
470 vui->matrix_coeffs = AVCOL_SPC_UNSPECIFIED;
H A Dhevc.h321 uint8_t matrix_coeffs; member in struct:VUI
H A Dhevc.c307 s->avctx->colorspace = sps->vui.matrix_coeffs;

Completed in 50 milliseconds