Home | History | Annotate | Download | only in model

Lines Matching defs:chroma_format_idc

46     public ChromaFormat chroma_format_idc;
96 sps.chroma_format_idc = ChromaFormat.fromId(reader
97 .readUE("SPS: chroma_format_idc"));
98 if (sps.chroma_format_idc == ChromaFormat.YUV_444) {
114 sps.chroma_format_idc = ChromaFormat.YUV_420;
324 writer.writeUE(chroma_format_idc.getId(), "SPS: chroma_format_idc");
325 if (chroma_format_idc == ChromaFormat.YUV_444) {
524 ", \n chroma_format_idc=" + chroma_format_idc +