Home
last modified time | relevance | path

Searched refs:FREXT_CAVLC444 (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/jmref/JM/lencod/src/
H A Dconformance.c281 (p_Inp->ProfileIDC != FREXT_CAVLC444 )&& in profile_check()
410 if ( p_Inp->ProfileIDC == FREXT_CAVLC444 ) in profile_check()
467 …rofileIDC != FREXT_Hi422 && p_Inp->ProfileIDC !=FREXT_Hi444 && p_Inp->ProfileIDC!=FREXT_CAVLC444 )) in profile_check()
469 …UV422 can be used only with ProfileIDC %d or %d or %d\n",FREXT_Hi422, FREXT_Hi444, FREXT_CAVLC444); in profile_check()
472 …p->yuv_format==YUV444 && ( p_Inp->ProfileIDC != FREXT_Hi444 && p_Inp->ProfileIDC!=FREXT_CAVLC444 )) in profile_check()
474 … Format) Error!\nYUV444 can be used only with ProfileIDC %d or %d.\n",FREXT_Hi444, FREXT_CAVLC444); in profile_check()
H A Dparset.c272 (identify_profile(p_Inp)==FREXT_CAVLC444) in GenerateSequenceParameterSet()
313 (sps->profile_idc==FREXT_Hi444 || sps->profile_idc==FREXT_CAVLC444); in GenerateSequenceParameterSet()
444 (identify_profile(p_Inp)==FREXT_CAVLC444) in GeneratePictureParameterSet()
/dports/multimedia/jmref/JM/ldecod/inc/
H A Ddefines.h75 FREXT_CAVLC444 = 44, //!< YUV 4:4:4/14 "CAVLC 4:4:4" enumerator
H A Dglobal.h1092 …T_Hi10P || profile_idc==FREXT_Hi422 || profile_idc==FREXT_Hi444 || profile_idc == FREXT_CAVLC444 ); in is_FREXT_profile()
1097 …22)|| (profile_idc == FREXT_Hi444)) && constrained_set3_flag) || (profile_idc == FREXT_CAVLC444) ); in is_HI_intra_only_profile()
1101 …return ( profile_idc == FREXT_CAVLC444 || profile_idc == BASELINE || profile_idc == MAIN || profil… in is_BL_profile()
/dports/multimedia/jmref/JM/lencod/inc/
H A Ddefines.h82 FREXT_CAVLC444 = 44, //!< YUV 4:4:4/14 "CAVLC 4:4:4" enumerator
H A Dglobal.h1615 …T_Hi10P || profile_idc==FREXT_Hi422 || profile_idc==FREXT_Hi444 || profile_idc == FREXT_CAVLC444 ); in is_FREXT_profile()
/dports/multimedia/jmref/JM/ldecod/src/
H A Dparset.c84 (sps->profile_idc!=FREXT_CAVLC444 ) in InterpretSPS()
127 (sps->profile_idc==FREXT_CAVLC444) in InterpretSPS()