Searched refs:DONE_PEL_ME (Results 1 – 3 of 3) sorted by relevance
48 static const unsigned int DONE_PEL_ME = 0x2; variable
271 if ( ( enc_pic.GetStatus() & DONE_PEL_ME) == 0 ){ in CompressNextPicture()273 enc_pic.UpdateStatus( DONE_PEL_ME ); in CompressNextPicture()
87 if ( (my_picture.GetStatus()&DONE_PEL_ME) != 0 ){ in CalcComplexity()