Searched refs:mtrx (Results 1 – 5 of 5) sorted by relevance
224 image.matrix_coefficients = (seq_hdr.mtrx as u16).into(); in get_next_image()
223 enum Dav1dMatrixCoefficients mtrx; ///< matrix coefficients (av1) member
231 hdr->mtrx = dav1d_get_bits(gb, 8); in parse_seq_hdr()235 hdr->mtrx = DAV1D_MC_UNKNOWN; in parse_seq_hdr()244 hdr->mtrx == DAV1D_MC_IDENTITY) in parse_seq_hdr()275 hdr->mtrx == DAV1D_MC_IDENTITY && hdr->layout != DAV1D_PIXEL_LAYOUT_I444) in parse_seq_hdr()
173 const int is_id = out->seq_hdr->mtrx == DAV1D_MC_IDENTITY; in bitfn()
888 vuiColorAspects.coeffs = picture->seq_hdr->mtrx; in getVuiParams()