Searched refs:MatrixCoeffMap (Results 1 – 3 of 3) sorted by relevance
474 typedef std::unordered_map <enum ColorAspects::MatrixCoeffs, MatrixCoEfficients> MatrixCoeffMap; typedef1299 MatrixCoeffMap mMatrixCoeffMap;
528 typedef std::unordered_map <enum ColorAspects::MatrixCoeffs, MatrixCoEfficients> MatrixCoeffMap; typedef1350 MatrixCoeffMap mMatrixCoeffMap;
7864 MatrixCoeffMap::const_iterator matrix_it = mMatrixCoeffMap.find(aspects.mMatrixCoeffs); in convert_color_aspects_to_metadata()