Searched refs:memory_mgmnt_control_operation (Results 1 – 3 of 3) sorted by relevance
1246 READ_UE_OR_RETURN(&marking->memory_mgmnt_control_operation); in ParseDecRefPicMarking()1247 if (marking->memory_mgmnt_control_operation == 0) in ParseDecRefPicMarking()1250 if (marking->memory_mgmnt_control_operation == 1 || in ParseDecRefPicMarking()1251 marking->memory_mgmnt_control_operation == 3) in ParseDecRefPicMarking()1254 if (marking->memory_mgmnt_control_operation == 2) in ParseDecRefPicMarking()1257 if (marking->memory_mgmnt_control_operation == 3 || in ParseDecRefPicMarking()1258 marking->memory_mgmnt_control_operation == 6) in ParseDecRefPicMarking()1261 if (marking->memory_mgmnt_control_operation == 4) in ParseDecRefPicMarking()1264 if (marking->memory_mgmnt_control_operation > 6) in ParseDecRefPicMarking()
235 int memory_mgmnt_control_operation; member
762 switch (ref_pic_marking->memory_mgmnt_control_operation) { in HandleMemoryManagementOps()