Lines Matching refs:chroma_format_idc
302 if (sps->chroma_format_idc == 3) {
397 sps->chroma_format_idc = get_ue_golomb_31(gb);
398 if (sps->chroma_format_idc > 3U) {
399 avpriv_request_sample(avctx, "chroma_format_idc %u",
400 sps->chroma_format_idc);
402 } else if (sps->chroma_format_idc == 3) {
429 sps->chroma_format_idc = 1;
542 int vsub = (sps->chroma_format_idc == 1) ? 1 : 0;
543 int hsub = (sps->chroma_format_idc == 1 ||
544 sps->chroma_format_idc == 2) ? 1 : 0;
617 csp[sps->chroma_format_idc],